[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

body {
    background-color: #2f373e;
    font-family: 'Roboto', 'Segoe UI Light', 'Helvetica Neue', arial, helvetica, sans-serif;
}

.login-body {
    background: rgb(104,104,104);
}

.main-body {
    background-color: #EFEFEF
}

.main-footer {
    position: absolute; 
    bottom: 0px; 
    left: 100px; 
    font-size: 8pt; 
    font-family: 'Segoe UI Light', Arial, Helvetica, sans-serif; 
    color: #2C3E50;
}

.main-footer a {
    text-decoration: underline;
    color: #2C3E50;
}

/* Menu*/
.container-fluid {
    background-color: white;
    border: 0
}
/* Menu*/
.navbar {
    min-height: 0px;
    border: 0
}

@media (min-width: 1366px) {
    .header-logo {
        font-family: 'Roboto Condensed', 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif; 
        font-size: 20pt; 
        color: #566573; 
    }
}
        
@media (max-width: 1365px) { 
    .header-logo {
        font-family: 'Roboto Condensed', 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif; 
        font-size: 15pt; 
        color: #566573; 
    }
}



@media (max-width: 1299px) {
    .modal-xl {
        width: 1200px;
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        width: 1200px;
    }
}



.nav-tabs > li:not(.active) > a {
  background-color: #fff;
  opacity: 0.7;
}

.navbar_menu_item {
    margin-top: 2px; 
    font-family: 'Segoe UI Light', arial, helvetica, sans-serif; 
    font-weight: bold;
            
}
a.navbar_menu_item:hover {
    border-bottom: 5px solid #52A6CA;
}

@media (min-width: 1025px) {
    .navbar_menu_item {
        font-size: 13pt; 
    }
    .navbar_menu_logo {
        height: 50px;
        margin-top: -10px
    }
}
        
@media (max-width: 1024px) {
    .nav>li>a {
        padding: 15px 7px 15px 7px;
    } 
    .navbar_menu_item {
        font-size: 9pt; 
    }
    .navbar_menu_logo {
        height: 30px;
    }
}

div.icon-label {
    text-align: center;
    margin-top: -20px;
    font-size: 8pt;
    color: gray;
    word-wrap: break-word;
}


.header-logoff-icon-active {
    color: red !important;
}

.navbar-nav > li > a > i.fa {
    font-size: 2em;
}

.left-navbar > a > i.main-icon {
    font-size: 3em;
}

.left-navbar > a > i.sub-icon {
    font-size: 2em;
}

.large-container {
        padding-left: 25px;
        padding-right: 5px;
    }

@media (min-width: 1025px) {
    .home-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
        
@media (max-width: 1024px) { 
    .home-container {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1299px) {
    .modal-xl {
        width: 1000px;
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        width: 1200px;
    }
}

.row {
    margin: 0;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.modal-footer {
    background: #f7f7f9;
    border-radius: 0 0 6px 6px;
}

.main-content {
    padding-top: 70px;
    padding-left: 60px;
}

.tab-content {
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 16px 12px;
    position: relative;
}

.nav-tabs > li:not(.active) > a {
    background-color: #fff;
    opacity: 0.7;
}



/*div#main-tab > */.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

uib-accordion > div.panel-group {
    margin-bottom: 5px;
}

table.table-compressed {
    border-spacing: 0;
}

table.table-compressed > tbody > tr >td {
    padding: 2px;
}

table.table-compressed > thead > tr >th {
    padding: 2px;
}

table.table-compressed > tfoot > tr >td {
    padding: 2px;
}

.panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    height: 36px;
    position: relative;
}

.list-box
{
    padding: 10px;    
}
    .list-box .list-filename
    {
        color: #4a4a4a;
        display: block;
        font-size: 0.9em;
        text-align: center;
        padding: 10px 0 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .list-box .list-filesize
    {
        color: darkgray;
        display: block;
        font-size: 0.8em;
        text-align: center;
    }

    .list-box .file-icon
    {
        min-height: 72px;
        min-width: 72px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}

.badge-danger {
    background-color: #d9534f;
}

.badge-primary {
    background-color: #428bca;
}

.badge {
    padding: 3px 7px;
    position: absolute;
    right: -4px;
    top: 9px;
}

ul.ordering 
{ 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    cursor: move;
}

li.ui-state-default.ordering 
{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    min-height: 18px; 
    cursor: move;
}

li.ui-state-default.ordering > span
{ 
   font-weight: normal;
}

span.ordering
{ 
    color: black;
}

.logo {
	padding: 14px 10px 12px;
	margin-left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	min-width:210px;
}

.breadcrumb {
    background-color: white;
}

.k-state-active-ext {
    background-color: lightblue;
    box-shadow: none;
}

.popover-content  {
    word-break: break-all;
    font-size: 9pt;    
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* ---------------------------------------------------------------------- */
/*	Login
/* ---------------------------------------------------------------------- */

.login-box {
	background:#FFFFFF;
    width: 400px;
    margin: 40px auto 10px;
    padding: 20px;

    border-radius: 5px;	
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}

.login-field {
    font-size: 14pt;
    padding-left: 25px;
    height: 50px;
}

.login-field-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    color: lightgray;
    font-size: 15pt;
}

.login-footer {
    color: lightgray;
    font-size: 8pt; 
    font-family: 'Segoe UI Light', Arial, Helvetica, sans-serif;
}

.login-footer > a {
    color: lightgray;
}

/*==================================================
 * Post it
 * ===============================================*/

.postit-quote-container {
  position: relative;
}

.postit-note {
  color: #333;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 30px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
  border-left: 0px; /* overrides bootstrap */
}

.postit-yellow {
  background: #ffff88;
}





/*==================================================
 * Dropzone
 * ===============================================*/


.dz-message {
    font-family: 'Roboto', 'Segoe UI Light', 'Helvetica Neue', arial, helvetica, sans-serif;
    font-size: 15pt;
    text-align: center;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,0.03);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    margin: 0px 20px 0px 20px;
}


/*==================================================
 * Form designer
 * ===============================================*/

     
.FieldInputCaption {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.InputLabel {
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    width: 180px;
    margin-right: 5px;
}

.control-label {
    white-space: nowrap;
    vertical-align: middle;
}

/*==================================================
 * Tiles
 * ===============================================*/

div.tileBox {
    background-color: #00bcd4; 
    color: white; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); 
    cursor: pointer;
}

div.tileBox:hover {
    background-color: rgba(0, 188, 212, 0.8);
}

div.tileBox > div {
    padding: 10px 10px 0 10px; 
    margin-left: 20px; 
    color: white;
}

div.tileBox > div > p {
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow-x: hidden;
}

div.tileBox > div.tileBoxIcon {
    position: absolute; 
    bottom: 0; 
    right: 0; 
    color: rgba(255, 255, 255, 0.3);
}

div.tileBox > div.tileBoxIcon > i {
    font-size: 70pt;
}


/*==================================================
 * Workorder validation screen
 * ===============================================*/

.warningOnValidationGrid {
  color: red;
  font-size: 10pt;
  font-weight: bold;
}

.baseStatusGrid {
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10pt;
  font-weight: bold;
}

.validatedStatusGrid {
  color: #fff;
  background-color: #5cb85c;
}

.processingStatusGrid {
  color: black;
  background-color: gold;
}

.planValidatedStatusGrid {
  color: white;
  background-color: #39B3D7;
}

.closedStatusdGrid {
  color: white;
  background-color: black;
}

.rejectedStatusdGrid {
  color: white;
  background-color: red;
}

.defaultStatusdGrid {
  color: white;
  background-color: #269abc;
}

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

.table-assignments > tbody > tr > td > input[type=checkbox] {
    width: 24px;
    height: 24px;
}

.table-assignments > tbody > tr > td > input[type=radio] {
    width: 24px;
    height: 24px;
}

uib-tab-heading#detail-tab > i.glyphicon, uib-tab-heading > i.fa {
    font-size: 12pt;
    margin-right: 10px;
}

.table-forms > tbody > tr > td,
.table-forms > tfoot > tr > td {
    vertical-align: middle;
}


.table-forms > tfoot > tr > td.newForm {
    padding-right: 30px
}

.table-forms > tfoot > tr > td > input[type=text],
.table-forms > tfoot > tr > td > select {
   height: initial
}

.table-forms > tbody > tr > td.action,
.table-forms > tfoot > tr > td.action {
   text-align: center;
}

.table-forms > tbody > tr > td.action > a > i {
   color: red
}


/*==================================================
 * Workorder validation screen
 * ===============================================*/

/* Hide the time row in the monthly timeline */
.k-scheduler-timelineMonthview > tbody > tr:nth-child(1) .k-scheduler-table tr:nth-child(2) {
    display: none;
}

/*==================================================
 * Dashboard
 * ===============================================*/


div.dashboardBox {
    padding: 10px;
}

div.dashboardBox > div {
    color: white; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    height: 80px;
}

div.dashboardBox > div > div > span.kpiName {
    font-size: 10pt; 
    display: block;
    color: rgba(255,255,255,0.7);
}

div.dashboardBox > div > div > span.kpiValue {
    font-size: 25pt; 
}

div.dashboardBox > div > div > span.kpiTimestamp {
    font-size: 7pt; 
    /*display: block;
    margin-top: -5px;
    text-align: right;*/
    position: absolute;
    bottom: 8px;
    right: 20px;
}

