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

body {
    background-color: #F6F6F6;
    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; 
    }
}


.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;
}

.header-icon-active {
    color: #52A6CA !important;
}

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

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

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

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

.home-container {
    margin-top: -20px;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 15px;
}

.large-container {
    margin-top: -20px;
    padding-left: 5px;
    padding-right: 5px;
}

.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: 90px;
    padding-left: 80px;
}

.tab-content {
    background-color: white;
}

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;
    padding-left: 40px;
    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;
        /*width: 136px;*/
    }

    .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;
    }

    .list-box .file-image
    {
        padding-top: 20px;
    }

    .list-box .file-document 
    {
        min-height: 170px;
    }

    .list-box .file-document-without-thumbnail {
        padding-top: 70px;
    }

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

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

img.productThumbnail {
    transition: all 0.25s ease;
    max-height: 150px;
    max-width: 150px;
    padding: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url('images/preloader.gif') center no-repeat;
}

img.productThumbnail:hover {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -moz-transform: scale(4);
    background-color: white;
}

.rotate-10 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.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;
}

/* ---------------------------------------------------------------------- */
/*	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: 15pt;
  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;
}


/*==================================================
 * Shade effect
 * ===============================================*/
.shade-effect
{
  position: relative;
}
.shade-effect:before, .shade-effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shade-effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



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


.FieldInputCaption {
    white-space: normal;
    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;
}


/*==================================================
 * Quote
 * ===============================================*/

.k-grid-header th.k-with-icon .k-link {
    margin-right: 4px;
}


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

.customerprice {
    text-decoration: underline;
    color: #56A6CA;
}

.comment-line {
    font-weight: bold;
}


/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}


.modal-backdrop {
    height:100%;
}


.modal-body .large-container {
    padding-left: 0!important;
    padding-right: 0!important;
}

/*tooltip*/
.k-callout-s {
    border-top-color: #000;
}
.k-widget.k-tooltip {
    border-color: #dbdbde; 
    border-radius: 0;
    background-color: #fbfbfb;
    color: #000;
    text-align: left;
}
/*.modal {
    z-index: 10040!important;
}*/
.uib-time input {
    width: 50px!important;
}


.week-picker table tr:hover button{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


#workEntryBriefGrid .rejected-cell {
    background-color: rgba(255, 137, 137, 0.25);
    color: red;
}
#workEntryBriefGrid .validated-cell {
    background-color: rgba(137, 255, 137, 0.25);
    color: green;
}

/* ---------------------------------------------------------------------- */
/*	Vertical tabs
/* ---------------------------------------------------------------------- */

.tabs-left > .nav-tabs {
    border-bottom: 0;
}
    .tabs-left > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a {
            min-width: 74px;
            margin-right: 0;
            margin-bottom: 3px;
        }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }


 .tabs-600 {
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .tabs-600 > .nav-tabs {
            overflow-y: auto;
            overflow-x: hidden;
            height: 600px;
            width: 250px;
        }

        .tabs-600 > .tab-content {
            overflow-y: auto;
            overflow-x: auto;
            height: 600px;
        }


        .tabs-600 > .nav-tabs::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .tabs-600 > .nav-tabs::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        .tabs-600 > .nav-tabs::-webkit-scrollbar-thumb {
            background-color: #2A85B5;
        }

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

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

div.tileBox:hover {
    background-color: lightsteelblue;
}

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;
}


/*==================================================
 * Scheduler
 * ===============================================*/

.k-scheduler-times th.k-slot-cell div{
    text-align: right!important;
}

.k-event.k-event-inverse .k-event-actions {
    height: 100%
}

.k-event.k-event-inverse {
    font-size: 8pt;
    border-radius: 0;
    height: 30px!important;    
    border: none;
    padding-bottom: 2px;
    min-width: 5px;
}

.k-event.k-event-inverse > div {
    background-color: rgb(239, 141, 141);
    border: 1px solid rgb(222, 121, 121);
    height: 100%;
    cursor: pointer;
}

.k-event.k-event-inverse > div.workentry-disabled {
    background-color: lightgray;
    border-color: darkgray;
    color: black;
}
.k-event.k-event-inverse > div.workentry-undefined {
    background-color: #d4bc98;
    border-color: #bfa777;
    color: #fff;
}
.k-event.k-event-inverse > div.workentry-confirmed {
    background-color: #71ad71;
    border-color: #71ad71;
    color: #fff;
}

.k-event.k-event-inverse > div.workentry-forecast {
    background-color: orange;
    border-color: rgb(248, 112, 10);
    color: black;
}

.k-event.k-event-inverse > div.workentry-study-pending {
    background-color: red;
    border-color: rgb(248, 53, 9);
    color: #fff;
}

.k-event.k-event-inverse > div.inactive {
    background-color: #dcdcdc;
    border-color: #bfbfbf;
    color: #a2a2a2;
    cursor: default;
}

.fast-search-businesscode {
    font-size: 8pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}

.fast-search-name {
    font-size: 8pt;
}

.fast-search-city {
}


/*==================================================
 * Icon picker
 * ===============================================*/


.icon-picker-list {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	padding-left: 0;
}

.icon-picker-list li {
	display: flex;
	flex: 0 0 20%;
	float: left;
	width: 20%;
}

.icon-picker-list a {
	background-color: #f9f9f9;
	border: 1px solid #fff;
	color: black;
	display: block;
	flex: 1 1 auto;
	font-size: 12px;
	line-height: 1.4;
	min-height: 100px;
	padding: 10px;
	text-align: center;
	user-select: none;
}

.icon-picker-list a:hover,
.icon-picker-list a.active{
	background-color: #009E49;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.icon-picker-list .fa {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.icon-picker-list .name-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}