* {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
}

.header {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.header > .container{
    position: relative;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .header-logo {
    height: 100%;
}

.nav-bar {
    display: block;
    padding: 0;
    margin: 0;
}

.nav-bar li {
    display: inline-block;
}

.nav-bar li:hover {
    background-color: #ddd;
}

.nav-bar li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.header-nav {
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.header-nav-container {
    width: 1366px;
    margin: auto;
}

.header-application-title h2 {
    margin: 0;
}

.navigation {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 40px;
}

.navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    list-style: none;
    float: left;
}

.navigation ul li:hover {
    background-color: #dddddd;
}

.navigation ul li a{
    color: #444444;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.user-menu * {
    font-size: 16px;
}

.user-menu {
    position: absolute;
    top: 32px;
    right: 15px;
}

.user-menu .btn {
    border: none;
}

.user-menu .dropdown {
    display: inline-block;
}

.user-notifications {

}

.user-notifications .badge {
    font-size: 12px;
}

.home-message p {
    font-size: 1.2em;
}

.home-title {
    text-align: center;
    margin-bottom: 50px;
    color: #3D454A;
    font-style: italic;
}

.evaluation-list-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.evaluation-list-item.evaluation-list-item-declined, .evaluation-list-item.evaluation-list-item-declined .evaluation-list-item-info {
    background-color: #f2dede;
    color: #a94442;
}

.evaluation-list-item > a{
    display: block;
    -webkit-transition: background-color 200ms, color 200ms;
    -moz-transition: background-color 200ms, color 200ms;
    -ms-transition: background-color 200ms, color 200ms;
    -o-transition: background-color 200ms, color 200ms;
    transition: background-color 200ms, color 200ms;
    text-decoration: none;
    outline: none;
    color: #000000;
}

.evaluation-list-item:hover, .evaluation-list-item:hover .evaluation-list-item-info {
    background-color: #D9EDF7;
    color: #31708f;
}

.evaluation-list-item > a:after, .evaluation-list-item-info:after {
    display: table;
    content: " ";
    clear: both;
}

.evaluation-list-item-info {
    color: #777777;
}

.inline {
    display: inline;
    width: auto;
}

.form-group label {
    font-weight: bold;
}

.request-table th {
    text-align: center;
}

.request-table tbody tr td {
    vertical-align: middle;
}

.request-table tbody td + td {
    font-weight: bold;
    text-align: center;
}

.decal-left {
    margin-left:20px;
}

.button {
    background-color: #808080;
    border: 2px solid #737373;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    background-color: #8c8c8c;
    border: 2px solid #7f7f7f;
}

.button:focus {
    color: #fff;
    background-color: #a0a0a0;
    border: 2px solid #949494;
}

.button:active {
    color: #fff;
    background-color: #5f5f5f;
    border: 2px solid #525252;
}

.button.button-dialog {
    padding: 3px 5px;
    font-size: 11px;
}

a.button {
    outline: none;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

.button-primary {
    background-color: #007833;
    border-color: #006c2e;
}

.button-primary:hover {
    background-color: #008933;
    border-color: #007833;
}

.button-primary:focus {
    background-color: #009b34;
    border-color: #008737;
}

.button-primary:active {
    background-color: #00552a;
    border-color: #00371a;
}

.button-danger {
    background-color: #cc1919;
    border-color: #a31414;
}

.button-danger:hover {
    background-color: #dd1919;
    border-color: #9c1414;
}

.button-danger:focus {
    background-color: #d71919;
    border-color: #c31414;
}

.button-danger:active {
    background-color: #af1919;
    border-color: #871414;
}

.button-action {
    background-color: #009de0;
    border-color: #008dca;
}

.button-action:hover {
    background-color: #19a7e3;
    border-color: #009de0;
}

.button-action:focus {
    background-color: #0089cd;
    border-color: #0073af;
}

.button-action:active {
    background-color: #0096dc;
    border-color: #008ac8;
}

.button:disabled {
    background-color: #808080;
    border-color: #737373;
    cursor: no-drop;
}

.glyph-evaluation-sent {
    color: #008000;
}

.unavailable {
    color: #999999;
}

.error {
    color: #af0000;
}

a.tile {
    text-decoration: none;
    color: #3D454A;
    outline: none;
}

.tile {
    height: 240px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #E6F2F9;
    float: left;
    text-decoration: none;
    color: #3D454A;
    text-align: center;
    font-weight: bold;
    transition: color 250ms, background-color 250ms, border-color 250ms;
    box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.075);
    border: 2px solid #E6F2F9;
}

.tile-dynamic {
    height: auto;
    padding: 15px;
}

.tile:hover {
    background-color: #009DE0;
    color: #ffffff;
    border: 2px solid #008dca;
}

.tile:hover .tile-description {
    color: #ffffff;
}

.tile-title {
    font-weight: bold;
    margin-top: 30px;
}

.tile-description {
    color: #999;
    font-style: italic;
    transition: color 250ms;
}

.tile-logo {
    font-size: 75px;
    margin-top: 20px;
}

.admin-tile {
    height: 300px;
    margin-bottom: 15px;
    color: #3D454A;
}
.admin-tile-logo {
    color: #3D454A;
    font-size: 75px;
    height: 75px;
}
.admin-tile-inner {
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.075);
    height: 100%;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    transition: padding-top 200ms linear 0s;
}
.admin-tile-hover {
    border-radius: 0 0 5px 5px;
    bottom: -40px;
    height: 140px;
    left: 0;
    line-height: 140px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: opacity 200ms linear 0s, bottom 200ms linear 0s, padding-top 200ms linear 0s;
    width: 100%;
}
.admin-tile:hover .admin-tile-hover {
    bottom: 0;
    opacity: 1;
    transition: opacity 200ms linear 0s, bottom 200ms linear 0s;
}
.admin-tile:hover .admin-tile-inner {
    padding-top: 20px;
    transition: padding-top 200ms linear 0s;
}

.fade-up-load {
    animation: 0.5s ease 0s normal none 1 animatebottom;
    -webkit-animation: 0.5s ease 0s normal none 1 animatebottom;
    -moz-animation: 0.5s ease 0s normal none 1 animatebottom;
    position: relative;
}

@keyframes animatebottom {
    0% {
        bottom: -30px;
        opacity: 0.25;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

.btn-sub-module {
    border: 2px solid #343c41;
    background-color: #3D454A;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    margin: auto auto 10px;
    padding: 7px;
    width: 80%;
}
.btn-sub-module:last-child {
    margin-bottom: 0;
}
.btn-sub-module:hover {
    border-color: #007833;
    background-color: #008933;
    color: #ffffff;
    text-decoration: none;
}
.btn-sub-module:focus {
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.sub-module-list {
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
    width: 100%;
}

fieldset + fieldset {
    margin-top: 15px;
}

.date-picker[readonly] {
    background-color: inherit;
}

.table-list {
     width: 100%;
 }

.table-list tr:first-child {
    border-top: 2px solid #eeeeee;
}

.table-list tr {
    border-bottom: 2px solid #eeeeee;
}

.table-list tr:hover {
    background-color: #f8f8f8;
}

.button-ajax-loading {
    position:relative;
}

.button-ajax-loading:after {
    content: "";
    position: absolute;
    right: -35px;
    top: 6px;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border: 2px solid rgb(0,0,0);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}