@font-face {
    font-family: Graphik;
    src: url('../css/fonts/graphik-regular-webfont.eot');
    src: url('../css/fonts/graphik-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-regular-webfont.woff') format('woff'),
    url('../css/fonts/graphik-regular-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-regular-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GraphikBold;
    src: url('../css/fonts/graphik-bold-webfont.eot');
    src: url('../css/fonts/graphik-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-bold-webfont.woff') format('woff'),
    url('../css/fonts/graphik-bold-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-bold-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: GraphikMedium;
    src: url('../css/fonts/graphik-medium-webfont.eot');
    src: url('../css/fonts/graphik-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-medium-webfont.woff') format('woff'),
    url('../css/fonts/graphik-medium-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-medium-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Graphik;
    src: url('../css/fonts/graphik-regular-webfont.eot');
    src: url('../css/fonts/graphik-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-regular-webfont.woff') format('woff'),
    url('../css/fonts/graphik-regular-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-regular-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GraphikBold;
    src: url('../css/fonts/graphik-bold-webfont.eot');
    src: url('../css/fonts/graphik-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-bold-webfont.woff') format('woff'),
    url('../css/fonts/graphik-bold-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-bold-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: GraphikSemibold;
    src: url('../css/fonts/graphik-semibold-webfont.eot');
    src: url('../css/fonts/graphik-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/graphik-semibold-webfont.woff') format('woff'),
    url('../css/fonts/graphik-semibold-webfont.ttf') format('truetype'),
    url('../css/fonts/graphik-semibold-webfont.svg#Sri-TSCRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, h2, h3, h4, h5, h6 {
    font-family: Graphik, "Open Sans", sans-serif;
}

h1 {
    font-family: GraphikBold, "Open Sans", sans-serif;
}

body {
    background-color: #fafafa;
}

option {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

div.main-container {
    min-height: 450px;
}

.show-grid {
    margin-bottom: 15px;
}

.wrapper {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    background-image: -webkit-linear-gradient(#fafafa, #eee 50%, #e4e4e4);
    background-image: -o-linear-gradient(#fafafa, #eee 50%, #e4e4e4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(50%, #eee), to(#e4e4e4));
    background-image: linear-gradient(#fafafa, #eee 50%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #d5d5d5;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.clearable{
    background: #fff url(/img/remove.png) no-repeat right -18px center;
    padding:3px 18px 3px 4px; /* USE the same right padding in jQ! */
    border-radius:3px;

}
.clearable.x{
    background-position: right 5px center;
}
.clearable.onX{
    cursor:pointer;
}

#dialog.modal .notifier {
    position: absolute;
    bottom: 25px;
    left: 10%;
    z-index: 1000;
    font-weight: bold;
    color: red;
    width: 60%;
    text-align: left;
}

.long-img {
    max-height: 596px !important;
}

.select2 {
    width: 100%!important;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

#card-errors {
    color: red;
}

.sidebar-inbox-badge {
    position: absolute;
    display: block!important;
    right: 1px;
    top: 1px;
}

@media(min-width: 992px) {
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:hover .sidebar-inbox-badge {
        right: 212px;
    }
}

/*g-maps autocomplete box to be visible in bs-modals*/
.pac-container {
    z-index: 10052;
}


.dashboard-portlet-caption {
    font-family: GraphikBold, "Open Sans", sans-serif;
    font-size: 15pt !important;
    color: #606060;
}

.dashboard-bordered:first-child {
    border-right: 1px solid #eef1f5;
}

.dashboard-bottom-bordered {
    border-bottom: 1px solid #eef1f5;
}

.special-note-popup .bordered {
    border: 1px solid #e9eaea;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.special-note-popup #special_note {
    min-height: 100px;
}

.changes-popup .bordered {
    border: 1px solid #e9eaea;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
}

.total-hours {
    display: block;
    margin: 0 20px -25px;
    font-size: 110px;
    font-weight: bold;
    color: #ffd734;
    min-height: 200px;
}

.conflict-hours {
    display: block;
    margin: 0 20px -25px;
    font-size: 110px;
    font-weight: bold;
    color: #7f7f7f;
    min-height: 200px;
}

.total-hours-subtitle, .conflict-hours-subtitle {
    display: block;
    margin: 0 20px 10px;
    font-size: 11pt;
    font-weight: normal;
    color: #a1a1a1;
}

.global-stat .total-hours-title, .global-stat .conflict-hours-title {
    display: block;
    margin: 0 20px 10px;
    height: 95px;
    font-size: 23pt;
    font-weight: bold;
    font-family: GraphikSemibold, "Open Sans", sans-serif;
    color: black;
}

.project-stats .total-hours-title {
    display: block;
    margin: 0 20px 10px;
    font-size: 23pt;
    font-weight: bold;
    font-family: GraphikSemibold, "Open Sans", sans-serif;
    color: black;
}

.global-stat .total-last-week {
    display: block;
    margin: 0 20px 10px;
    font-size: 11pt;
    font-weight: bold;
    color: #4bc873;
}

.global-stat .conflict-last-week {
    display: block;
    margin: 0 20px 10px;
    font-size: 11pt;
    font-weight: bold;
    color: #f62b47;
}

.last-week-title {
    font-size: 8pt;
    font-weight: normal;
    color: #a1a1a1;
}

.project-title {
    font-size: 32px;
    font-weight: bold;
    color: #131313;
}

.project-subtitle {
    font-size: 22px;
    color: #a1a1a1;
    margin: 20px 20px 0;
}

.project-value {
    font-size: 14pt;
    color: black;
    margin: 20px 20px 0;
    font-weight: bold;
}

.dashboard-buttons {
    width: 100%;
    margin: 25px auto 20px;
    text-align: center;
}

.project-progress {
    max-height: 345px;
    overflow-y: auto;
    overflow-x: hidden;
}

.project-progress  .project-title {
    font-size: 15pt;
    font-family: GraphikSemibold, "Open Sans", sans-serif;
    font-weight: bold;
}

.project-progress .project-subtitle {
    font-size: 11pt;
    margin: 20px 0 0;
}

.project-progress .project-hours,
.project-progress .project-complete {
    font-weight: bold;
}

.project-progress .progress {
    margin-top: 10px;
}

.progress {
    height: 10px
}

.progress-bar-black {
    background-color: #000;
}

.progress-bar-green {
    background-color: #74da5a;
}
.progress-bar-yellow {
    background-color: #f8d732;
}
.progress-bar-red {
    background-color: #ff4c36;
}


.tabbable-line>.nav-tabs>li.active {
    background: 0 0;
    border-bottom: 4px solid #f8d732;
    position: relative;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    background: 0 0;
    border-bottom: 4px solid #ffdd51;
}

.tabbable-line>.tab-content {
    border-top: none;
}


.tabbable-line>.nav-tabs>li {
    min-width: 150px;
    text-align: center;
}

.tabbable-line>.nav-tabs {
    border: none;
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 100%;
}

.nav-tabs:not(.nav-justified)>li {
    float: none;
    display: inline-block;
}

.dashboard-buttons .btn {
    border-radius: 4px!important;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 25px;
}

.grey-button-view {
    border: 1px solid #aaaaaa;
    background-color: #ebecec;
    border-radius: 50px;
    padding: 5px 15px;
    cursor: default;
    line-height: 30px;
    white-space: nowrap;
}

.modal-footer .actions {
    display: inline-block;
}

.column-select {
    margin-top: -5px;
}

.ui-autocomplete {
    display: none;
    z-index: 10049;
    position: relative;
    top: 20px;
    left: 0;
    text-align: left;
}
.ui-autocomplete h4 {
    font-family: GraphikBold, "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.ui-autocomplete h4 .count {
    font-family: Graphik, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.ui-autocomplete>.content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    width: 700px;
    height: auto;
    max-height: 680px;
    overflow-y: auto;
}
.ui-autocomplete>.content>.header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.ui-autocomplete>.content>.body {
    position: relative;
    padding: 20px;
}
.ui-autocomplete>.content .no-result {
    font-size: 11px;
    color: #aaaaaa;
}

@media (max-width: 768px) {
    .input-lg {
        width: 100% !important;
    }
}

.job-create {
    margin: 10px;
}

.job-create textarea.form-control {
    height: 100px;
}

.job-create h2 {
    font-family: GraphikSemibold, "Open Sans", sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 28px;
}

.modal .modal-header .close {
    margin-top: 10px!important;
    margin-right: 10px!important;
}

.modal .modal-header {
    text-align: center;
}

.modal .modal-header .modal-title {
    text-align: center;
    font-family: GraphikSemibold, "Open Sans", sans-serif;
    font-weight: bold;
}

