/* Minification failed. Returning unminified contents.
(371,30): run-time error CSS1046: Expect comma, found '0'
(371,34): run-time error CSS1046: Expect comma, found '/'
 */
body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif, "Font Awesome 5 Free";
}
#contentWrapper {
    height: 100%;
    display: none;
}

.content-wrapper {
    background-color: white !important;
    padding-left: 10px;
    padding-right: 10px;
}


.main-footer {
    height: 50px;
}

.full-width {
    width: 100%;
}

@media (min-width: 768px) {
    .content-wrapper {
        overflow: auto;        
        height: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        overflow: auto;
        height: calc(100% - 150px);
    }
    .main-sidebar {
        margin-top: 50px;
    }
}

.layout-header {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.layout-content-panel {
    height: calc(100% - 60px);
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .layout-content-panel > * {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -o-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.layout-left-panel {
    margin-right: 10px;
    padding: 5px;
    /*-webkit-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;*/
}

.layout-left-panel-collapsed {
    width: 42px;
}

.layout-left-panel-normal {
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#layoutLeftPanelControls {
    height: 30px;
    line-height: 25px;
}

#layoutLeftPanelControls #btnLeftPanelCollapse {
    min-width: 0;
    width: 30px;
}

#layoutLeftPanelContent {
    height: calc(100% - 45px);
}

.layout-right-panel {
    width: 100px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

/*---------------------------------------------------------------------------------------------*/
.treeview-menu {
    padding-left: 15px;
}

.layout-right-panel-content-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.layout-right-panel-header {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    flex: 0 0 auto;
    padding: 0 5px !important;
    margin-bottom: 5px;
}

.layout-right-panel-content {
    height: 50px;
    flex: 1 1 auto;
}

.layout-right-panel-footer {
    height: 50px;
    line-height: 50px;
    flex: 0 0 auto;
    padding: 0 5px !important;
    margin-top: 5px;
}
/*---------------------------------------------------------------------------------------*/

.k-button {
    min-width: 75px;
}

.small-button {
    min-width: 32px !important;
}

.k-window-titlebar .k-button {
    min-width: 0;
}

.k-button i {
    font-size: 16px !important;
    padding: 2px 0;
}

.small-button i {
    font-size: 14px !important;
    padding: 2px 0;
}


.danger-button {
    background-color: #d56464;/*64a1d5;*/
    background-image: linear-gradient(to bottom, #d56464, #ca4141);
    color: #fff;
    border-color: #ca4141;/*428bca;*/
}

.danger-button:hover {
    background-color: #ca4141;
    color: #fff;
    border-color: #ca4141;
}

.danger-button[disabled],
.danger-button[disabled]:hover {
    background-color: #e18d8d /*8dc5e1*/ !important;
    color: #fff !important;
    border-color: #e18d8d;
}

.error-message {
    color: white;
    background-color: #ff0000;
    position: absolute;
    top: 25px;
    left: 15px;
    padding: 2px 7px;
    z-index: 1000;
    border-radius: 2px;
    opacity: 0.5;
}

.full-size {
    width: 100% !important;
}

.half-size {
    width: 50% !important;
}

.upper-case {
    text-transform: uppercase;
}

.control-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.k-textbox:required,
.s-required,
.k-dropdown.required-input .k-dropdown-wrap,
.k-datepicker.required-input .k-picker-wrap,
.k-datetimepicker.required-input .k-picker-wrap,
.k-timepicker.required-input .k-picker-wrap,
.k-numerictextbox.required-input .k-numeric-wrap,
.k-multiselect.required-input .k-multiselect-wrap {
	border-color: blue !important;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
.k-tabstrip-wrapper {
    height: 100%;
}

.k-tabstrip-wrapper .k-content {
    height: calc(100% - 62px) !important;
}

.k-grid {
    height: 100% !important;
}

.validationError {
    border: 1px solid red !important;
}

.k-widget.k-tooltip-validation {
    position: absolute !important;
    top: 19px;
    left: 18px;
    border: 1px solid red !important;
    background-color: red !important;
    color: white !important;
    white-space: normal !important;
    width: auto !important;
    min-width: 100px !important;
    max-width: 250px !important;
    text-align: left !important;
}

.k-widget.k-tooltip {
    padding: 2px 5px 1px 6px !important;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%) !important;
}

.gridError {
    border: 1px solid red !important;
    color: red !important;
    background-color: rgba(255, 0, 0, .1);
}

/*.skin-blue .main-header .navbar {
    background-color: #ff0000;
}

.skin-blue .main-header .logo {
    background-color: #ff0000;
}*/

/*-------- Horizontal Layout--------------*/
.s-panel-container {
    display: flex;
    flex-direction: column;
}

.s-panel {
    margin-bottom: 5px;
}

.s-panel i {
    font-size: 14px;
}

.s-panel-normal {
    height: 100px;
    flex: 1 1 auto;
}

.s-panel-collapsed {
    height: 30px;
    flex: 0 0 auto;
}

.s-panel-header {
    height: 25px;
    line-height: 25px;
}

.s-panel-content {
    height: calc(100% - 27px);
}

/*----------------------------------------*/

.tab-content {
    height: calc(100% - 40px);
    overflow-y: auto;
}

.tab-buttons-div {
    height: 40px;
    line-height: 40px;
}

.btn-group {
    vertical-align: initial !important;
}

.tab-buttons-div .tab-prev-button, 
.tab-buttons-div .tab-next-button {}

/*---- Sidebar scrollbar ----------------*/

.main-sidebar {
    float: left;
    width: 230px;
    height: calc(100% - 50px);
    min-height: unset;
}

.sidebar {
    height: 100%;
    overflow-y: scroll;
}

.sidebar-collapse .sidebar {
    height: 100%;
    overflow-y: unset;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background: #222d32;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #555; /*#2c3b41;;*/
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #777;
}

ul.sidebar-menu li span {
    margin-left: 10px;
}

textarea {
	border-color: #bbdceb;
	outline: none;
}

textarea:focus {
	border-color: #bdbdbd;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
}

input[disabled].k-textbox, 
input[disabled].k-textbox:hover, 
.k-numeric-wrap.k-state-disabled input, 
textarea[disabled] {
	background-color: #f4f9fc;
	opacity: .7;
}

.k-grid-content tr.k-state-selected td[role='gridcell'] a:not([role='button']) {
	color: #ceedff !important;
}
.k-grid-content tr.k-state-selected td[role='gridcell'] a:not([role='button']):hover,
.k-grid-content tr.k-state-selected td[role='gridcell'] a:not([role='button']):active {
	color: #82bdde !important;
	text-decoration: underline;
}
:checked:disabled.k-checkbox + .k-checkbox-label:active:before,
:checked:disabled.k-checkbox + .k-checkbox-label:before,
:checked:disabled.k-checkbox + .k-checkbox-label:hover:before,
:disabled.k-checkbox + .k-checkbox-label:before {
    color: #333 !important;
}

:disabled.k-checkbox + .k-checkbox-label {
    color: #333 !important;
}

.k-checkbox {
    line-height: 26px !important;
}

.k-radio:checked + .k-radio-label:after {
    top: 2px !important;
    left: 2px !important;
}

.k-widget .form-control,
.k-widget .container,
.k-widget .container-fluid,
.k-widget .row,
.k-widget .col-xs-1, .k-widget .col-sm-1, .k-widget .col-md-1, .k-widget .col-lg-1,
.k-widget .col-xs-2, .k-widget .col-sm-2, .k-widget .col-md-2, .k-widget .col-lg-2,
.k-widget .col-xs-3, .k-widget .col-sm-3, .k-widget .col-md-3, .k-widget .col-lg-3,
.k-widget .col-xs-4, .k-widget .col-sm-4, .k-widget .col-md-4, .k-widget .col-lg-4,
.k-widget .col-xs-5, .k-widget .col-sm-5, .k-widget .col-md-5, .k-widget .col-lg-5,
.k-widget .col-xs-6, .k-widget .col-sm-6, .k-widget .col-md-6, .k-widget .col-lg-6,
.k-widget .col-xs-7, .k-widget .col-sm-7, .k-widget .col-md-7, .k-widget .col-lg-7,
.k-widget .col-xs-8, .k-widget .col-sm-8, .k-widget .col-md-8, .k-widget .col-lg-8,
.k-widget .col-xs-9, .k-widget .col-sm-9, .k-widget .col-md-9, .k-widget .col-lg-9,
.k-widget .col-xs-10, .k-widget .col-sm-10, .k-widget .col-md-10, .k-widget .col-lg-10,
.k-widget .col-xs-11, .k-widget .col-sm-11, .k-widget .col-md-11, .k-widget .col-lg-11,
.k-widget .col-xs-12, .k-widget .col-sm-12, .k-widget .col-md-12, .k-widget .col-lg-12 {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.k-window {
    font-size: 12px;
}

.k-tabstrip-wrapper {
    height: 100%;
}

.k-tabstrip-wrapper .k-content {
    height: calc(100% - 62px) !important;
}

.k-loading-mask {
    z-index: 100102;
}

.k-item *:hover {
    cursor: pointer;
}

.k-content .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sidebar-menu li:hover {
    cursor: pointer;
}


.main-header {
    background-color: #357ca5;
}

.main-header .sidebar-toggle,
.main-header .sidebar-toggle:active {
    color: #fff;
    padding: 15px 19px;
}

.spira-logo-div {
    float: left;
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
    display: flex;
}




.k-grid .k-edit-cell {
    padding: 0.3em !important;
}

.k-grid td.resourse-picker-input-container {
    display: table-cell !important;
}

.k-grid td.resourse-picker-input-container.k-edit-cell {
    display: flex !important;
}

.k-grid td.item-picker-input-container {
    display: table-cell !important;
}

.k-grid td.item-picker-input-container.k-edit-cell {
    display: flex !important;
}


.proxy-textbox {
    width: 0; 
    border-color: transparent !important;
}

.k-grid td {
    white-space: nowrap;
}
.k-window {
    border: none !important;
}

.spira-dialog.k-window-content {
    padding: 0 !important;
}

.dialog-container {
    display: flex;
    flex-direction: column;
}

.message-container {
    flex: 1 1 auto;
    display: flex;
    min-height: 100px;
    max-height: 400px;
}

.message-div {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-container {
    flex: 0 0 auto;
    width: 60px;
    display: flex;
    align-items: center;
}

.error-icon-container {
    background-color: #e54444;
}

.warning-icon-container {
    background-color: #f4b642;
}

.info-icon-container,
.confirm-icon-container {
    background-color: #4cb1e8;
}

.success-icon-container {
    background-color: #4be587;
}

.icon-div {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.controls-container {
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
}

.controls-container button {
    margin: 0 10px;
}

.loading-splash {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 200000;
    width: 100%;
    height: 100%;    

    background: rgb(95, 123, 135);
    background: rgba(95, 123, 135, .50);  
      /*background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .40);*/   
}

.blank-splash {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 900;
    width: 100%;
    height: 100%;    
    background: white;
}

.loading-splash > p {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: 0px 0 0 -100px;
    /*border: solid black;*/
    /*border-radius: 20px;*/
    text-align: center;
    line-height: 100px;
    /*background-color: #7DB2CE;*/
    font-size: 40px;
    font-weight: bold;
    color: white;
    /*box-shadow: 10px 10px 5px #888888;*/
    text-shadow: 2px 2px #003f59;
}

.loading-splash > p > span:last-child{
    position: relative;
    top: 20px;
    font-size: 25px;
    -webkit-backface-visibility: hidden;
}

.ProgressLabel {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px black;
    margin-left: 10px;
}

.ProgressAnimation {
    color: white;
    text-shadow: 2px 2px black;
    float:left;
    font-size: 25px;
    font-weight: bold;    
    width:70px;
    position: relative;
    bottom: 15px;
}

.ProgressLabel-OnLightBackground {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #7DB2CE;
    text-shadow: 2px 2px white;
    margin-left: 10px;
}

.ProgressAnimation-OnLightBackground {
    color: #7DB2CE;
    text-shadow: 2px 2px white;
    float:left;
    font-size: 25px;
    font-weight: bold;    
    width:70px;
    position: relative;
    bottom: 15px;
}

.ProgressLabel.ProgressLabelError {
    color: red;
}

#errorMessageLabel {
    color: red;
}
#successMessageLabel {
    color: black;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Thu May 10 2018*/
@font-face {
    font-family: 'spira font';
    src: url('../fonts/spira-font.eot');
    src: url('../fonts/spira-font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/spira-font.woff') format('woff'),
         url('../fonts/spira-font.ttf') format('truetype'),
         url('../fonts/spira-font.svg#spira-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='spira-']:before {
    display: inline-block;
    font-family: 'spira font';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spira-logo:before{content:'\0042';}

.spira-logo1:before{content:'\0043';}
