html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}




/* Custom SvetWheel */
/*

.navbar-form-production {
    margin-left: 28px;
    padding-top: 9px;
}
*/





/*  Fonts   -   START  */


@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-ExtraBold.eot');
    src: url('/css/fonts/FiraSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-ExtraBold.woff') format('woff'),
    url('/css/fonts/FiraSans-ExtraBold.ttf') format('truetype'),
    url('/css/fonts/FiraSans-ExtraBold.svg#FiraSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-Italic.eot');
    src: url('/css/fonts/FiraSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-Italic.woff') format('woff'),
    url('/css/fonts/FiraSans-Italic.ttf') format('truetype'),
    url('/css/fonts/FiraSans-Italic.svg#FiraSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-ExtraBoldItalic.eot');
    src: url('/css/fonts/FiraSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-ExtraBoldItalic.woff') format('woff'),
    url('/css/fonts/FiraSans-ExtraBoldItalic.ttf') format('truetype'),
    url('/css/fonts/FiraSans-ExtraBoldItalic.svg#FiraSans-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-LightItalic.eot');
    src: url('/css/fonts/FiraSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-LightItalic.woff') format('woff'),
    url('/css/fonts/FiraSans-LightItalic.ttf') format('truetype'),
    url('/css/fonts/FiraSans-LightItalic.svg#FiraSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-Medium.eot');
    src: url('/css/fonts/FiraSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-Medium.woff') format('woff'),
    url('/css/fonts/FiraSans-Medium.ttf') format('truetype'),
    url('/css/fonts/FiraSans-Medium.svg#FiraSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-Light.eot');
    src: url('/css/fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-Light.woff') format('woff'),
    url('/css/fonts/FiraSans-Light.ttf') format('truetype'),
    url('/css/fonts/FiraSans-Light.svg#FiraSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-Regular.eot');
    src: url('/css/fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-Regular.woff') format('woff'),
    url('/css/fonts/FiraSans-Regular.ttf') format('truetype'),
    url('/css/fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('/css/fonts/FiraSans-MediumItalic.eot');
    src: url('/css/fonts/FiraSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/FiraSans-MediumItalic.woff') format('woff'),
    url('/css/fonts/FiraSans-MediumItalic.ttf') format('truetype'),
    url('/css/fonts/FiraSans-MediumItalic.svg#FiraSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

html,body,*{
    font-family:'Fira Sans', Arial, sans-serif;
}

/*  Fonts   -   END   */



/*  Forms, Input, Select    -   START  */

.form-group{
    margin-bottom: 30px;}
input.form-control,
select.form-control{
    height: 48px;
    padding: 13px 15px;
    font-size: 15px;
    border: 2px solid #E2E2E2;
}
textarea.form-control{
    padding: 13px 15px;
    font-size: 15px;
    border: 2px solid #E2E2E2;
}
.control-label{
    font-size: 13px;
    font-weight: 500;
}

.check_production_select{
    margin-top: 10px;
    margin-bottom: 15px;
}
.check_production_select label{
    margin: 0 4px;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 16px;
    font-weight: normal;
    border: 1px solid transparent;
    text-decoration: underline;
    transition: all 250ms ease-in-out 0ms;
}
.check_production_select label input{
    display: none;}
.check_production_select label:hover{
    border: 1px solid #fff;
}
.check_production_select label.active{
    font-weight: 500;
    background: #fff;
    color: #222222 ;
    text-decoration: none;
}
.sw-table .filters .form-control{
    height: 36px;
    padding: 6px 8px;
}
.chosen-container-single .chosen-single{
    height: 48px;
    padding: 5px 15px;
    font-size: 15px;
    border: 2px solid #E2E2E2;
}
.chosen-container-single .chosen-single div b{
    background-position-y: 14px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position-y: 14px;
}
.multiple-input-list__btn.js-input-remove.btn.btn-danger{
    min-height: 48px;
}
.multiple-input-list__btn.js-input-remove.btn.btn-danger .glyphicon{
    top: 10px;
}
.multiple-input-list__btn.js-input-plus.btn.btn-default{
    min-height: 48px;
}
.multiple-input-list__btn.js-input-plus.btn.btn-default .glyphicon{
    top: 8px;
}
span.kv-datetime-picker,
span.kv-date-picker{
    padding: 8px 45px;
    background: #ffffff;
    transition: all 250ms ease-in-out 0ms;
}
span.kv-datetime-picker:hover,
span.kv-date-picker:hover{
    background: #eee;
}
.multiple-input-list.table.table-condensed.table-renderer thead th:first-child {
    border-bottom: none;
    font-weight: 500;
    font-size: 13px;
    padding-left: 0 !important;
}



/*  Forms, Input, Select    -   END  */

/*

COLOURS:

COLOR01: #E94A04
COLOR03: #C4C4C4
COLOR04: #E2E2E2

BLUE: #2F80ED


*/
span.label{
    padding: 0.3em 0.6em 0.3em;
    font-size: 82%;
    font-weight: normal;}
body > .wrap.black-theme{
    background: #222222;}


.black-theme .check_production_select label{

    color: #ffffff;}
.black-theme .check_production_select label.active{
    color: #222222;
}
.black-theme .check_production_select label:hover{
    text-decoration: none;
    border: 1px solid #fff;
    color: #ffffff;
}
.black-theme .check_production_select label.active:hover{
    color: #222222;
}

.navbar-brand{
    max-width: 120px;
}
.navbar-brand img{
    width: 100%;
}

.breadcrumb{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    background: transparent;
    margin-bottom: 15px;}
.breadcrumb li a{
    color: #ffffff;
    font-size: 15px;
}
.breadcrumb li.active{
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb > li + li::before{
    padding: 0 13px;
    color: #ccc;
    content: "\2190";
}

.select-production-widget-wrapper{
    margin-bottom: 10px;
    display: inline-block;}


.svetwheel-container{
    padding: 4px 5px;
    border-radius: 5px;
}
.swc-default{
    background: #2f80ed;
}

.sw-row{
    padding-left: 15px;
    padding-right: 15px;}

.sw-left{

    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 4px;
}

.sw-right{
    padding-top: 0;
    padding-left: 4px;
    padding-right: 0;
}

.sw-left h1{
    font-weight: 500;
    margin-top: 0;
    font-size: 21px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E94A04;
}
.sw-left h2{
    font-weight: 500;
    margin-top: 0;
    font-size: 19px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E94A04;
}
.sw-left .sw-hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E94A04;
}

.right-block-info-about{
    background: #e2e2e2;
    border-radius: 7px;
    padding: 35px 30px 30px;
    margin-bottom: 4px;
}
.right-block-info-about h2{
    color: #222222;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-top: 0;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 30px;

}






.btn{
    min-width: 110px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}



.sw-left div p a.btn-success:before{
    content: '+ ';
}
.sw-left div p a.btn-info:before{
    content: '\2a2f  ';
}

.sw-table .action-column{
    min-width: 80px;
}
.sw-table tbody tr td:last-child{
    padding: 4px;}
.sw-table a > span.glyphicon{
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 4px;
}

.sw-table a > span.glyphicon.glyphicon-trash::before,
.sw-table a > span.glyphicon.glyphicon-pencil::before,
.sw-table a > span.glyphicon.glyphicon-eye-open::before{
    content: "";
}

.sw-table a > span.glyphicon.glyphicon-eye-open{
    background: url(/img/skin/view2.png) no-repeat;
}
.sw-table a > span.glyphicon.glyphicon-pencil{
    background: url(/img/skin/edit3.png) no-repeat;
}
.sw-table a > span.glyphicon.glyphicon-trash{
    background: url(/img/skin/delete2.png) no-repeat;

}
.sw-table a > span.glyphicon.glyphicon-trash,
.sw-table a > span.glyphicon.glyphicon-pencil,
.sw-table a > span.glyphicon.glyphicon-eye-open{
    -webkit-background-size: 20px;
    background-size: 20px;
}
.sw-table a > span.glyphicon.glyphicon-trash:hover,
.sw-table a > span.glyphicon.glyphicon-pencil:hover,
.sw-table a > span.glyphicon.glyphicon-eye-open:hover{
    background-color: #eee;
}
.sw-table_link{
    font-weight: 500;
    text-decoration: underline;
    color: #222222;}
.sw-table_link:hover{
    text-decoration: none;
}


.kv-date-picker .glyphicon.glyphicon-calendar:before{
    content: '';
}
.kv-date-picker .glyphicon.glyphicon-calendar{
    width: 20px;
    height: 20px;
    background: url(/img/skin/calendar.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.kv-datetime-picker .glyphicon.glyphicon-calendar:before{
    content: '';
}
.kv-datetime-picker .glyphicon.glyphicon-calendar{
    width: 20px;
    height: 20px;
    background: url(/img/skin/calendar.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}





.plan-fact.pf-ml{
    text-align: center;}
.plan-fact.pf-ml b{
    color: #999999;
    display: block;
    font-weight: 500;
}
.plan-fact.pf-ml i{
    color: #e94a04;
    display: block;
    font-weight: 500;
    font-style: normal !important;
}
.plan-fact.pf-ml u{
    line-height: 11px;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none !important;
}

.sw-detailview{

}
.sw-detailview.sw-detailview-right{}


.route-index-assign .form-control.list,
.auth-item-view .form-control.list,
.assignment-index .form-control.list{
    min-height: 350px;
    margin-bottom: 30px;
}

.main-bg{
    background: url(/img/skin/main.jpg) no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;

}
.footer{
    background: transparent;
    border-top: none;
    color: #ffffff;
}

.login-content{
    padding: 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
}
.btn-sw-login{
    background: #2F80ED url(/img/skin/login-btn.png) right 0;
    color: #fff;
    padding: 19px 10px 17px;
    border-radius: 8px;
}


.left{text-align: left}
.h100 > .sw-row > .sw-left{
    min-height: 70vh;
}


.multiple-input-list .multiple-input-row-disabled .chosen-container{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
.multiple-input-list .multiple-input-row-disabled .list-cell__button{
    display:none;}
