/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*********************************************************************************************************************/
/* GENERAL */
/*********************************************************************************************************************/
html {
    background: #ecebeb;
}

body.smart-style-6 {
    background: #ecebeb;
}

body:not(.menu-on-top).desktop-detected {
    min-height: 100px!important;
}

/* Datepicker fix */
.uib-datepicker-popup.dropdown-menu {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/*********************************************************************************************************************/
/* Select 2
/*********************************************************************************************************************/
.select2-hidden-accessible {
    display: none !important;
}

/*********************************************************************************************************************/
/* CI - Corporate Identity */
/*********************************************************************************************************************/
body.smart-style-6 #logo-group>span#logo:before {
    content: "Custodios";
}
body.smart-style-6 #header {
    background: #263238;
}
body.smart-style-6 .page-footer {
    background: #263238;
}

body.smart-style-6 aside, body.smart-style-6 nav ul ul {
    background: #263238;
}

body.smart-style-6 nav ul li a, body.smart-style-6 nav ul li.open>a, body.smart-style-6 nav ul li.open>a b {
    color: #FFF !important;
}

body.smart-style-6 .txt-color-blueDark {
    color: #0078D7  !important;
}
body.smart-style-6 .txt-color-blue {
    color: #0078D7  !important;
}

body.smart-style-6 .dropdown-menu>.active>a,
body.smart-style-6 .dropdown-menu>.active>a:focus,
body.smart-style-6 .dropdown-menu>.active>a:hover,
body.smart-style-6 .dropdown-menu>li>a:focus,
body.smart-style-6 .dropdown-menu>li>a:hover {
    background: #37474F;
}

body.smart-style-6 .login-info {
    background: #263238;
}

body.smart-style-6 #ribbon {
    background: rgba(245,244,244,1);
}

body.smart-style-6 .btn-primary {
    background: #0078D7 ;
    border-color: #0078D7  !important;
}
body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:focus,
body.smart-style-6 .btn-primary:hover {
    background: #0078D7  !important;
}

body.smart-style-6 .btn-primary.active,
body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:hover,
body.smart-style-6 .open > .dropdown-toggle.btn-primary {
    border-color: #0078D7  !important;
}
body.smart-style-6 .btn-primary.active.focus,
body.smart-style-6 .btn-primary.active:focus,
body.smart-style-6 .btn-primary.active:hover,
body.smart-style-6 .btn-primary:active.focus,
body.smart-style-6 .btn-primary:active:focus,
body.smart-style-6 .btn-primary:active:hover,
body.smart-style-6 .open > .dropdown-toggle.btn-primary.focus,
body.smart-style-6 .open > .dropdown-toggle.btn-primary:focus,
body.smart-style-6 .open > .dropdown-toggle.btn-primary:hover {
    background: #0078D7 !important;
    border-color: #0078D7  !important;
}

body.smart-style-6 .pagination>li>a,
body.smart-style-6 .pagination>li>span {
    color: #0078D7 ;
}

body.smart-style-6 .pagination>.active>a,
body.smart-style-6 .pagination>.active>a:focus,
body.smart-style-6 .pagination>.active>a:hover,
body.smart-style-6 .pagination>.active>span,
body.smart-style-6 .pagination>.active>span:focus,
body.smart-style-6 .pagination>.active>span:hover {
    color: #fff;
    border-color: #0078D7 ;
}

body.smart-style-6 .bg-color-blueLight,
body.smart-style-6 .label-primary,
body.smart-style-6 .noUi-connect,
body.smart-style-6 .pagination>.active>a,
body.smart-style-6 .pagination>.active>a:focus,
body.smart-style-6 .pagination>.active>a:hover,
body.smart-style-6 .pagination>.active>span,
body.smart-style-6 .pagination>.active>span:focus,
body.smart-style-6 .pagination>.active>span:hover,
body.smart-style-6 .slider-selection {
    background: #0078D7 !important;
}

tr.selected {
    background-color: #0078D7  !important;
    color: #FFF;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: #0078D7 !important;
}

#extr-page #header {
    margin: 0;
    color: #FFF;
    height: 71px;
    border-bottom: 1px solid #eee!important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: #22262e!important;
}

.well {
    background-color: #fafafa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


/*********************************************************************************************************************/
/* Loading Indicator
/*********************************************************************************************************************/
/*
The MIT License (MIT)
Copyright (c) 2015 Tobias Ahlin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.spinner {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*********************************************************************************************************************/
/* Datatable
/*********************************************************************************************************************/
.table-condensed.table>tbody>tr>td, .table-condensed.table>tbody>tr>th, .table-condensed.table>tfoot>tr>td, .table-condensed.table>tfoot>tr>th, .table-condensed.table>thead>tr>td, .table-condensed.table>thead>tr>th {
    padding: 7px 10px!important;
}

.dt-right {
    text-align: right;
}

.dt-toolbar .btn-top {
    margin-right: 20px;
}
/*********************************************************************************************************************/
/* Wizard
/*********************************************************************************************************************/
.bootstrapWizard li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 0;
}

/*********************************************************************************************************************/
/* Cursor
/*********************************************************************************************************************/
.dataTable>tbody>tr {
    cursor: pointer;
}

#profile>i {
    cursor: pointer;
}

/*********************************************************************************************************************/
/* Datetimepicker
/*********************************************************************************************************************/
.datetimepicker-wrapper {
    vertical-align: middle;
    display: inline-block;
}

.datetimepicker-wrapper > input {
    margin-bottom: 0 !important;
    width: 130px;
}

.datetimepicker-wrapper [ng-model=hours],
.datetimepicker-wrapper [ng-model=minutes] {
    width: 46px !important;
}

/*********************************************************************************************************************/
/* Events
/*********************************************************************************************************************/
.legend-group {
    float: left;
    margin-right: 10px;
}

.legend-indicator {
    border-radius: 100px;
    border: 1px solid;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.event_estimated_temporary {
    background: repeating-linear-gradient(
        45deg,
        #0099ff,
        #0099ff 10px,
        #005893 10px,
        #005893 20px
    );
}

.event_estimated {
    background-color: #0099ff !important;
}

.event_actual {
    background-color: #339933 !important;
}

.event_actual_temporary {
    background: repeating-linear-gradient(
        45deg,
        #339933,
        #339933 10px,
        #226322 10px,
        #226322 20px
    );
}

.event_worktime {
    background-color: #888 !important;
    cursor: default !important;
}

.dhx_scale_bar {
    font-family: RobotoDraft, Roboto, sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
}

.dhx_matrix_scell {
    font-family: RobotoDraft, Roboto, sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
}

.dhx_cal_event_line {
    font-family: RobotoDraft, Roboto, sans-serif !important;
    font-size: 13px !important;
}

/*********************************************************************************************************************/
/* Timepicker
/*********************************************************************************************************************/
.uib-time > input {
    text-align: center !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
}


/*********************************************************************************************************************/
/* StartTable
/*********************************************************************************************************************/
start-table tr.futureEntry {
    background-color: #cdcdcd !important;
    color: #000;
}

start-table tr.futureEntry.selected {
    background-color: #cdcdcd !important;
    color: #000;
}

/**********************************************************************************************************************/
/* Scheduler
/**********************************************************************************************************************/

#timeline_scheduler {
    border: 1px solid #d6d2d2;
}

.dhx_timeline_table_wrapper .dhx_cal_event_line{
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dhx_cal_header {
    border: none !important;
}

.dhtmlXTooltip {
    font-weight: 400 !important;
    font-family: RobotoDraft, Roboto, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

::-webkit-scrollbar-thumb {background: rgb(160, 166, 162);}
::-webkit-scrollbar-thumb:window-inactive {background: rgb(160, 166, 162);}

/**********************************************************************************************************************/
/* Popover
/**********************************************************************************************************************/
.popover-remark {
    white-space: pre-line;
}

/**********************************************************************************************************************/
/* Icon Colors
/**********************************************************************************************************************/

.badge {
    background-color: #C62828;
}

.text-newMeasure {
    color: #ffc73d;
}

.text-recordingStatus {
    color: #ffc73d;
}

.text-completedStatus {
    color: #12c927;
}

.text-editStatus {
    color: #0f90bf;
}

/**********************************************************************************************************************/
/* Menubar Fixes
/**********************************************************************************************************************/
/*#left-panel nav ul li.active > a:before {*/
    /*right: -15px;*/
    /*color: #edecec !important;*/
/*}*/

span.menu-item-parent + b.collapse-sign {
    right: 30px !important;
}

.fixed-navigation nav {
    overflow-x: hidden !important;
}
