/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 11, 2018, 12:51:51 PM
    Author     : Andreas
*/

/* Fix for the Modal padding right */
body:not(.modal-open){
    padding-right: 0px !important;
}
.required:after {
    content: "*";
}
/*navbar*/
.nav-header {
    padding: 10px 25px !important;
    /*background: none!important;*/
    /*border-bottom: 2px solid #293846!important;*/
}
.mini-navbar .nav-header {
    padding: 5px 15px !important;
}
.mini-navbar .logo-element {
    padding: 8px 0 !important;
}
.mini-navbar .nav-header{
    display: none !important;
}
.nav-header-top img{
    margin-right: auto;
    margin-left: auto;
}
.nav-header .profile-element img{
    margin-left: auto !important;   
    margin-right: auto !important; 
    width: 50% !important;
}

.skin-1 .minimalize-styl-2 {
    margin: 7px 5px 5px 22px;
}
.navbar-top-links li a {
    padding: 14px 10px;
}

.nav-header-top .m-b-sm {
    margin-bottom: 12px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;

}
.availability ul > li > a{
    color:#1c84c6;
}
.availability ul > li > a:hover{
    background:#1c84c6;
    color:white;
}

[id^=deleteform] {
    display: inline-block !important;
}
.delete-form{
    float: right;
}
.delete-form-modal{
    float: left;
}/*
.agile-list li.link-element {
    border-left: 3px solid #ddd;
}

.required:after {
    content: "*";
}

/*end theme css*/

.input-group-addon .checkbox label,
.input-group-addon .radio label{
    min-height: 10px !important;
}
.input-group-addon .radio {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-container.select2-container--bootstrap.select2-container--open{
    z-index: 10000 !important;
}
.agile-list li .task-code{
    font-weight: bold;
}
.task-avatar img{
    width: 50px;
    margin-right: 10px;
}

.ui-sortable-handle{
    cursor: move !important;
}

table tr.dashboard-link{
    cursor: pointer;
}


/*Loading*/

.wrapper-content .sk-spinner,
.modal-content .sk-spinner{
    display: none;
}
.wrapper-content.sk-loading .sk-spinner,
.modal-content.sk-loading .sk-spinner {
    display: block!important;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}
.wrapper-content.sk-loading:after,
.modal-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} 

.nav-header .profile-element {
    color: #fff;
}

.nav-header .profile-element .dropdown-menu li a{
    color: #333;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    /*top: 60px;*/
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    position: relative;
    badding-bottom: 65px;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.popover, .tooltip {
    z-index: 2051;
}
.syn-material-icon{
    float: right;
    margin-top: -2px;
}

.labour-totals-table th{
    text-align: right!important;
    padding-right: 10px;
}

.panel-body.second-tabs{
    margin-left: 0px !important;
    width: 100% !important;
}


/* Actions Bar */
.top-static {
    position: fixed;
    top: 0;
    left: 236px;
    right: 0;
    z-index: 900;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.51); 
    box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.51);
}

.mini-navbar .top-static{
    left: 85px !important;
}

.top-static .breadcrumb {
    display: none;
}
.top-static h2 {
    margin-top: 5px;
}
.top-actions-divider {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    min-width: 1px;
    display: block;
    padding: 0px 0px 8px 5px;
}

.body-small .top-static{
    left: 0px !important;
}

table.dataTable tbody td:last-child {
    min-width: 60px;
}

.gender-inline .radio {
    display: inline-block !important;
    margin-right: 15px;
}

.wizard > .steps > ul > li {
    width: 33.3%;
    font-size: 14px;
}

.register{
    justify-content: center;    
    margin: 0 auto;  
    margin-top: 15px;  
    width: 50%;
}
.center{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-size {
    width: 100%;
    height: 75%;
}


.no-borders > tbody > tr > th,
.no-borders > tfoot > tr > th,
.no-borders > thead > tr > td,
.no-borders > tbody > tr > td,
.no-borders > tfoot > tr > td {
    border-top: 0px!important
}

#iframe{
    border: 0px solid!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}