html {
  position: relative;
  min-height: 100%;
}
body {

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  height: 60px; /* Set the fixed height of the footer here */

}

body {
    background: #000;
    color: white;
    margin-bottom: 60px; /* Margin bottom by footer height */
}

nav .badge {
    background: rgba(0,0,0,0.5);
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position:absolute;
    top: 3px;
    right:5px;
    padding:4px;    
}

.bg-green  { background-color: #00A99D ; } /*!!!!*/
.bg-orange { background-color: #F7931E ; }
.bg-gray   { background-color: #333333 ; }
.bg-gray2  { background-color: #222222 ; }
.bg-gray3  { background-color: #292929 ; }
.bg-black  { background-color: #1A1A1A ; }
.bg-white  { background-color: #FFF ; }
.bg-red    { background-color: #BC2F36 ; }
.bg-green2 { background-color: #1D8C00 ; } /* !!!!!*/
.bg-blue   { background-color: #4778DA ;}
.bg-yel    { background-color: #CACE1C ; }

.hr-gray {border:none; height: 1px; background: #333 }

h1 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 28pt;    
}
h2 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 22pt;        
}
h3 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 16pt;
}
h4 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 13pt;
     		
}

h4 .text-sm {
    margin: -1px 0 -5px 0;
    line-height: -5px;
}
h3 .text-sm {
    margin: -2px 0 -5px 0;
    line-height: -5px;
}
h2 .text-sm {
    margin: -4px 0 5px 0;
    line-height: -8px;    
}

.text-h2 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 22pt;    
}
.text-h3 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 16pt;    
}
.text-h4 {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 13pt;    
}

.text-sm {    
    font-family: 'MyriadPro', Helvetica, Arial, sans-serif;        
    font-size: 11px;
}
.text-b {    
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    /*font-size: 11px;*/
}

.text-white { color: #fff !important;}
.text-color { color: #00A99D !important;}
.text-gray  { color: gray !important;}
.text-orange { color: #F7931E !important; }
.text-black { color: black !important; }
.text-red { color: #BC2F36 !important; }
.text-green { color: #41A128 !important; }
.text-blue { color: #4778DA !important; }
.text-yel { color: #CACE1C !important; }

.text-main { 
    font-family: 'MyriadPro', Helvetica, Arial, sans-serif;        
    color: white; 
    font-weight: normal;
}

.b-l { border-left: 1px solid #000 !important }
.b-r { border-right: 1px solid #000 !important }
.b-t { border-top: 1px solid #000 !important}
.b-b { border-bottom: 1px solid #000 !important }

h1 a {
    color: white;
}
h1 a:hover, h1 a:active, h1 a:after, h1 a:visited  {
    color: #F2F2F2;
    cursor: pointer;
    text-decoration: none;
}

.alert-sys-success  {
     border:1px solid white !important;
}
.alert-sys-danger {
    border:1px solid #BC2F36 !important;
}
.alert-sys-warning {
     border:1px solid #F7931E !important;
}
.alert-sys-info {
     border:1px solid white !important;
}
.alert > .close {
    color:white;
}
.alert  {
    padding: 1px;
    background-color:#222;
    border:1px solid white;
}

.help-icon {
    
    /*position: absolute    */
}


.main-box {
    
}
.main-box .attendance {
    padding-bottom: 15px; 
}
.main-box .attendance h3 {
    padding-top: 7px    
}

.row-header {
    
}
.row-subhead {
    height:60px;
    margin:0;padding:0;
}
.row-body {
    
}
.row-header .back-btn {
    float:right;
    font-size: 13pt;
    padding-top:17px;
    color: gray;
    cursor: pointer;
}

.row-header .back-btn:hover {
    color: #00A99D;
    cursor: pointer;
    text-decoration: none;
}
.row-header .main-title {
    /*font-size: 22pt;*/
    color: #00A99D;
}
.row-header .sub-title {
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;
    font-size: 16pt;
    color: white;
    padding-top: 8px;
}
.row-header .help-btn {
    float:right; 
    padding-top: 17px; 
    margin-right: -15px; 
    width:70px; height: 70px;
    text-align: center;
}
.row-header .help-btn:hover {
    text-decoration: none;
    color: #00A99D !important;
    background: #111;
}    
.row-header .right-btn {
    font-family: 'MyriadPro', Helvetica, Arial, sans-serif;        
    font-size: 11pt;
    float:right; 
    padding-top: 18px;
    padding-left:  25px; 
    padding-right:  25px; 
    height: 60px;
}    
.row-header .right-btn:hover {
    text-decoration: none;
    color: #00A99D !important;
    background: #111;
}
.row-header .btn-group .dropdown-menu > li > a:hover,
.row-header .btn-group .dropdown-menu > li > a:active,
.row-header .btn-group .dropdown-menu > li > a:focus {
    color: white;
    text-decoration: none;
    background-color: #111;  
}
.row-header .btn-default.active, .row-header .open > .dropdown-toggle.btn-default, .row-header .dropdown-toggle.btn-default:hover {
    background: #111 !important;
}

.btn-default:hover {
    background-color: #3B3B3B !important;
}

.btn-default.focus, .btn-default:focus {
    outline: none;
    color: #333;
    background-color: #3B3B3B;
    border-color: #8c8c8c;
}


.header-box .dropdown-menu .divider {
    background-color: #333 ; 
}
.pointer {
    cursor: pointer;
}
.table-responsive  {
    border: none !important;
}

.table-list {        
}
.table-list tbody tr {
    height: 65px;
}

.table-list.table-hover tbody tr:hover {
  background-color: #3B3B3B !important;
}
.table-list.table-hover tbody tr {
  background-color: #292929 !important;
}
.table-list.table-hover tr.sel-row {
  background-color: #3B3B3B !important;
  color:white !important;
}

.table-list.table-hover .img-item-sm {
    -webkit-filter: grayscale(90%); 
    filter: grayscale(90%);    
}

.table-list .sel-row {
    color: white !important;
    background-color: #3B3B3B;                            
}


.table td { border-bottom: #000 solid 1px !important; }
.table .no-border { border: 0 }
.table .border-gray { border-bottom: #333333 solid 1px !important; }
.table .cal-item {
    padding-left: 15px;
    border-bottom: #000 solid 1px !important;
    border-left: #000 solid 1px !important;
}
.msg-row {
    /*margin: 0;
    padding: 5px 0 5px 0;*/
    border-bottom: 1px solid #000;
    /*background: #222222;*/
}
.msg-row h4 {
    padding:0;
    margin-bottom:0;
}
.msg-row form {
    padding: 5px 0 5px 0;
}
.msg-row form .input-lg {
    background: #222;
    border:gray;
    margin: 10px 0 0 0;
}
.msg-row form .btn {
    /*margin: 10px 0 0 0;*/
}

.msg-row .msg-row-col-img {
    margin: 0; 
    padding: 5px 0 0 0;
}
.msg-row .msg-row-col-msg {
    min-height: 84px
}    
.msg-row .msg-row-col-control {
    margin: 0; 
    padding: 5px 0 0 0;
} 
.msg-read-btn {
    background: #00A99D !important;
    color: white;
    
    margin:2px 0 5px 2px;
    border:1px solid #222 !important;
}
.msg-yes-btn {
    background: #00A99D !important;
    color: white;
    margin:2px 0 5px 2px;
    width: 50px;
    border:1px solid #222 !important;
}
.msg-no-btn {
    background: #BC2F36 !important;
    color: white;
    margin:2px 0 5px 2px;
    width: 50px;
    border:1px solid #222 !important;
}
.msg-no-btn:hover, .msg-yes-btn:hover, .msg-read-btn:hover {    
    color: white;      
    border:1px solid black !important;
}


.vcenter {    
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcenter-l {    
    display: flex;
    align-items: center;
    text-align: left;
}
.vcenter-r {    
    display: flex;
    align-items: center;
    text-align: right;
}

/* SVG ICONS */
span.svg-icon {
    vertical-align: middle;
    text-align: center;
    display: inline-block;    
    /*
    width: 25px;
    height: 25px;	
    */
}
/* DATETIMEPICKER */
.date .dropdown-menu {
    background-color: #333 !important; 
}
.bootstrap-datetimepicker-widget table td span.month:hover,
.bootstrap-datetimepicker-widget table td span.year:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background-color: #222 !important; 
}    
.bootstrap-datetimepicker-widget table td.day.today {
    background-color: #222  !important; 
}
.bootstrap-datetimepicker-widget table td.day.active {
    background-color: #F7931E !important; 
}
.bootstrap-datetimepicker-widget table td.year,
.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.hour {
    /*background-color: black !important;*/ 
} 
.bootstrap-datetimepicker-widget table td span.month.active,
.bootstrap-datetimepicker-widget table td span.year.active {
     background-color: #F7931E;
}
.bootstrap-datetimepicker-widget table td span.month.selected,
.bootstrap-datetimepicker-widget table td span.year.selected {
     background-color: #F7931E;
}


.bootstrap-datetimepicker-widget table th.prev:hover,
.bootstrap-datetimepicker-widget table th.next:hover,
.bootstrap-datetimepicker-widget table th.picker-switch:hover {
    background-color: #222 !important; 
    color: #F7931E !important;
}    
.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.picker-switch {
    background-color: #333 !important; 
    color: #F7931E !important;
}


.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    color: white !important; 
}
.bootstrap-datetimepicker-widget .timepicker-hour:hover,
.bootstrap-datetimepicker-widget .timepicker-minute:hover,
.bootstrap-datetimepicker-widget .timepicker-second:hover {
    background-color: #222 !important; 
}
.bootstrap-datetimepicker-widget .btn .fa-chevron-up {
    color: #F7931E !important; 
}
.bootstrap-datetimepicker-widget .btn .fa-chevron-down {
    color: #F7931E !important; 
}

.bootstrap-datetimepicker-widget .btn .fa-chevron-up:hover {
    background-color: #222 !important; 
}
.bootstrap-datetimepicker-widget .btn .fa-chevron-down:hover {
    background-color: #222 !important; 
}

/*USER*/
.team-box-img {
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.team-box-img .img-responsive {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.usr-profile .no-data {
    text-align: left;
    margin-top:15px; 
    margin-bottom: 0px
}
.graphs-single .no-data {
    text-align: center;    
    margin-top:0px; 
    margin-bottom: 10px
}
.graphs-cmp .no-data {
    text-align: center;    
    margin-top:0px; 
    margin-bottom: 10px
}
.graphs-single .no-chart {
    text-align: left;    
    font-style: italic;
    padding: 10px;
    margin-bottom: 10px
}
.graphs-cmp .no-chart {
    text-align: center;
    padding:0;
    margin-top:0px; 
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .team-box-img {        
        max-width: 200px;
        min-width: 200px;
        
    }
}
@media (max-width: 767px) {
    .row-header .back-btn {
        padding-top:0px;
    }
    
    .usr-profile .row {
        padding-top:15px;
    }
    .chart-box {
        height: 230px !important;
    }
    
    .usr-profile .no-data {
        text-align: center;    
        margin-top:0px; 
    }
    
    .team-box-title {
        text-align: center;
        padding-bottom: 15px;
    }
    .team-box-img {
        width: 100%;
        max-height: 215px;
        padding-top: 15px !important;

    }
    .team-box-img .img-responsive {
        position: relative !important;
        max-width: 280px;
    }    
}
    /* MSG CENTER */
    .msg-yes-btn {
        margin-left:0px;
    }

    .msg-no-btn {
        margin-left:4px;
    }
    
/* DISC TABLES */
.disc-res .panel-heading a:after {
    font-family:'FontAwesome';
    content:"\f054";
    float: right;
    color: grey;
}
.disc-res .panel-heading a.collapsed:after {
    content:"\f078";
}

.disc-res .panel-heading {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;      
    background-color: #222;
    border-bottom: 1px solid black !important;
}

.disc-res .panel {
    padding: 0px;
    margin: 0px -15px 0px -15px;
    border: 1px solid #222;
    background-color: #000;
    box-shadow: none;
}
/* SELECT2*/
.select2-container--default .select2-selection--single {
    background-color: white !important;
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    height: 45px !important;
    margin-top:-8px !important;
    padding: 0px !important;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above  {
 /*   border-top: none;
    border-top-color: currentcolor;
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
    background: #222 !important;
    border-color: gray !important;
}
.select2-results__option {
        
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    color: black !important;
    background: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #333 !important;
    color: #F7931E !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    font-weight: bold;
    margin-top: 2px;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #F7931E !important;    
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: red !important;    
}

/* GRAPHS */
.graphs-single .panel-heading a:after,
.graphs-cmp .panel-heading a:after {
    font-family:'FontAwesome';
    content:"\f054";
    float: right;
    color: grey;
    width:20px !important;
}
.graphs-single .panel-heading a.collapsed:after,
.graphs-cmp .panel-heading a.collapsed:after {
    content:"\f078";
    width:20px !important;
}
.graphs-single .panel,
.graphs-cmp .panel {
    margin-bottom: 200px;
    background-color: #000;
}

.graphs-single .panel-heading,
.graphs-cmp .panel-heading {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;      
    background-color: #222;
    border-bottom: 1px solid black !important;
}

.graphs-single .panel.graph,
.graphs-cmp .panel.graph {
    margin: 0 -15px;
    border: 1px solid #222;
    box-shadow: none;
}

.graphs-single .panel.graph > .panel-heading,
.graphs-cmp .panel.graph > .panel-heading {
    border: 0;
    border-radius: 0;
}

.graphs-cmp .panel.graph {
    /*margin: 15px -30px -15px -30px;*/
}

.graphs-cmp .user-grid {
    position: relative;
    border-bottom:1px solid black;
    padding: 20px 0;
    margin:0 -15px 0 -15px;
}
.graphs-cmp .user-grid:hover {
    background: #333;
}

.graphs-cmp .user-grid img {
    margin: 15px auto;
    width: 140px;
    height: 140px;
    max-height:140px;
}

.graphs-cmp .user-grid .usr-pos {
    position: absolute;
    top: 8px;
    left: 20px;
    font-family: 'MyriadProBold', Helvetica, Arial, sans-serif;        
    font-size: 22pt;        
}

.breadcrumb {
    padding: 0px;
    background: black;
    list-style: none; 
    overflow: hidden;
    margin: 0px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {	
	background: #333333 ; 
}
.breadcrumb li.completed a {
	background: #222222;                   /* fallback color */
	
}
.breadcrumb li.active a:after {
	border-left: 30px solid #333333 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid #222222;
        
} 
.breadcrumb li a {
	color: gray;
	text-decoration: none; 
	padding: 0px 0 0px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid black;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 31px solid gray;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 30px;
}
.breadcrumb li a:hover { background: #333333  ; }
.breadcrumb li a:hover:after { border-left-color: #333333 !important; }  

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* TABLES */
table .tbl-func-box {
    width: 165px; 
    padding:0px;
}
.table .borderless td,
.table .borderless th {
    border: 0;
}
/* ATTENDANCE */
.attendance-det .header-box img {
   /*margin: 4px auto;*/                
   margin-right: 20px;
   padding: 0;
}
.attendance-det .header-box h3 {
   margin: 0;
   padding: 0;
}    
.attendance-det .header-box [class^=col-] {
   height: 80px;
   /*border:0 !important;*/
}


.attendance-det .table-responsive .text-h3 {
    padding-top: 5px ;
}
.attendance-det .table-responsive .table-subtitle {                        
     height: 50px;
}
.attendance-det #cal-box {        
    padding-left: 0; 
    margin-top: 15px;        
}    
.attendance-det #atte-calendar  {

}
.attendance-det #atte-calendar td  {
    margin:0 ;
    padding: 5px 0;
    min-height: 40px;            
}
.attendance-det #atte-calendar td .cal-day {
    position: relative;
    width: 41px;
    min-height: 38px;
    margin-left: auto; margin-right:auto;
    padding: 2px 4px;        

}
.attendance-det #atte-calendar td .cal-day .day{
    font-weight: bolder;
    left:4px;
}    
.attendance-det #atte-calendar td .cal-day .event {
    position: absolute;
    text-align: left;
    bottom: 2px; right:5px;top: 20px;
}
.attendance-det #atte-calendar td .cal-day .event-multi {
    position: absolute;
    text-align: left;
    bottom: 2px; left:4px;top: 20px;            
}    

/*.attendance-usr-item:hover {
    background: #3B3B3B !important;
}
.attendance-usr-item .checkbox {
    
}
.attendance-usr-item .img-item-sm {
    -webkit-filter: grayscale(90%); 
    filter: grayscale(90%);    
}

.attendance-usr-item.sel-row {
    color: white !important;
    background-color: #3B3B3B;                            
}*/

.pagination > li > a
{
    background-color: #333;
    color: gray;
    border: solid 1px black !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: white !important;
    background-color: #222 !important;
    border-color: black !important;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {

    color: white !important;
    background-color: #222 !important;
    border: solid 1px black !important;
}

.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {
    color: gray !important;
    background-color: #333 !important;
    border: solid 1px black !important;
    
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !important;
    border: solid 1px red;
}
#loader {
    height: 100%; 
    width: 100%;
    z-index: 9999;
    position:absolute;
    background: black; 
    opacity: 0.7; 
    display: none;
}
.loader-spin {
    border: 10px solid gray; /* Light grey */
    border-top: 10px solid orange; /* Blue */
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 20% auto; 
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: dashed 1px white !important;
    cursor: pointer;
}
.editable-container .editableform .input-sm {
    width: 130px !important;    
}

.nofilter {
    -webkit-filter: none !important;
    filter: none !important;
}

.filter90 {
    -webkit-filter: grayscale(90%); /* Safari */
    filter: grayscale(90%);  
}
@media (max-width: 1350px) {
    /*
    .graphs-cmp .user-grid img {
        width: 140px;
        height: 140px;
        max-height:140px;

    }
    */
}        

.thumbnail {
    border: 0 none;
    box-shadow: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

@media(max-width:1000px) {

    .header-title-box {
        border-bottom: 1px solid #1A1A1A;
        border-top: 1px solid #1A1A1A;
        
    }
}
@media(max-width:768px) {
    h1, .text-h1  {
        font-size: 20pt;
    }            
    h2, .text-h2  {
        font-size: 16pt;
    }
    h3, .text-h3  {
        font-size: 14pt;
    }
    h4,.text-h4  {
        font-size: 11pt;
    }
    h3 .text-sm {
        margin: -2px 0 3px 0;
        line-height: -2px;
    }    
    .row-header  {
        padding:0 0% 0 0%;
    }
    .row-body  {
        padding:0 0% 0 0%;
    }
    
    .row-subhead {
        font-size: 10pt;
        height: 60px;
    }       

    
    .main-box .attendance h3 {
        padding-top: 0px    
    }
    
    
    .attendance-det .header-box img {        
        margin-top: 5px;
        max-width: 80px;
        max-height: 80px;        
    }
    .attendance-det .header-box [class^=col-] {
        height: 80px;
    }
    .attendance-det .header-box .usr {
        border-bottom: 1px solid black !important;
        padding-bottom: 5px;
    }
    
}

