/*
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 : May 5, 2017, 3:31:19 PM
    Author     : Navi
*/

/*.navbar-inverse {
    display: none;
}
.sidebar {
    background-color: transparent;
}
.navigation > li > a {
    color: #ccc;
}*/
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.dt-buttons > a {
    border-radius: 3px;
    color: #333;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
}

.dt-buttons > a.dt-button > span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -5px;
    padding-left: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dt-buttons > a.buttons-copy > span:before {
    content: "\ea34";
}
.dt-buttons > a.buttons-csv > span:before {
    content: "\ea32";
}
.dt-buttons > a.buttons-excel > span:before {
    content: "\ef39";
}
.dt-buttons > a.buttons-pdf > span:before {
    content: "\ef36";
}
.dt-buttons > a.buttons-print > span:before {
    content: "\eab7";
}
.dataTables_wrapper {
    padding-top: 20px;
}


.panel-employee-contracts .alert-danger {
    background-color: transparent;
}
.panel-employee-contracts .list-group-divider {
    margin-bottom: 25px;
}
.panel-employee-contracts .list-group-divider:last-child {
    display: none;
}
.form-horizontal .checkbox-switch {
    padding-top: 1px;
}
.max-height-300 {
    max-height: 300px !important;
}
.text-danger {
    color: #9c1f1f;
}

.m-t-xs {
    margin-top: 2px;
}
.m-t-sm {
    margin-top: 5px;
}
.m-t-md {
    margin-top: 10px;
}
.m-t-lg {
    margin-top: 15px;
}
.m-t-xl {
    margin-top: 25px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-b-xs {
    margin-bottom: 2px;
}
.m-b-sm {
    margin-bottom: 5px;
}
.m-b-md {
    margin-bottom: 10px;
}
.m-b-lg {
    margin-bottom: 15px;
}
.m-b-xl {
    margin-bottom: 25px;
}
.m-b-xxl {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {

    .bank-account-container:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

}

@media screen and (min-width: 1200px) {
    .employee-education-row .m-t-sm.no-m-lg {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1199px) {

    .employee-education-row:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .filewidget-row:not(:last-child) {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 25px;
    }
}

button.btn:active, a.btn:active {
    transform: translateY(1px);
    transition: unset;
}
.btn-remove-edication-file {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #f44336;
    cursor: pointer;
}

.heading-elements:not(.visible-elements) .icons-list {
    margin-bottom: 10px;
}

.toggle-subprojects {
    cursor: pointer;
}
.caret.force-right {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.project_list_employee {
    display: inline-block;
    background-color: #2195f3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 36px;
}
.project-progress-label {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 1px #000;
}

.address-list-single:not(:last-child),
.form-container-separator:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

select.select.alert-danger + span.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #9c1f1f;
}
select.select.alert-danger + span.select2-container .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-color: #FF5722;
}

.company-type-container {
    background-color: #90A4AE;
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 0.85em;
    display: inline-block;
}
.company-type-container-client {
    background-color: #689F38;
}
.company-type-container-provider {
    background-color: #90A4AE;
}
.company-type-container-manufacturer {
    background-color: #00838F;
}
.company-type-container-distributor {
    background-color: #EF6C00;
}

.pm-timelog-controls li a[disabled] {
    opacity: 0.25;
}
.staff-list-single {
    border: 1px solid #D8D8D8;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    box-sizing: border-box;
}
legend .small {
    text-transform: none;
}

.row.row-material {
    position: relative;
}
.row.row-material.is-loading,
.row.row-material.is-loading-2,
.row.row-material.is-loading-3 {
    opacity: 0.5;
}
.row.row-material.is-loading:after,
.row.row-material.is-loading-2:after,
.row.row-material.is-loading-3:after {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;

    font-family: icomoon;
    content: "\eb50";
    position: absolute;
    left: 50%;
    top: 5px;
    font-size: 1.5em;
}

.input-group .selection .select2-selection {
    border-radius: 0 3px 3px 0;
}

/* New navigation styles */
/*calendar class index*/
.AnyTime-win {
    z-index: 999999 !important;
}
/*menu scroll efect*/
ul.menu-list {
    overflow-y: hidden;
    max-height: 450px;
}
/*new color class*/
.bg-slate-100{
    background-color: #263238;
    border-color: #263238;
    color: #fff;
}
/*active color*/
.menu-list li.active > a, .menu-list li.active > a:hover, .menu-list li.active > a:focus {
    background-color: #26A69A;
}
li a.text-white:hover, .text-white:focus {
    color: #000 !important;
}
/*menu and sub-menu*/
.rows:nth-child(7n) {
    margin-top: 120px;
    bottom: 120px;
    /*border-bottom: 1px solid #fff;*/
}
/*lines in sub-menu*/
.line{
    border-bottom: 1px solid #fff;
    height: 310px;
}
@media only screen and (min-width: 1000px){
    .rows-menu:nth-child(6n){
        margin-top: 440px;
        bottom: 440px;
    }
    /*lines in menu and sub-menu*/
    .line-menu{
        border-bottom: 1px solid #000;
        height: 500px;
    }
}

.line-bottom{
    border-bottom: 1px solid #fff;
}
/* end new nav styles */

/* Vertical size style fixes */
.panel-flat > .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
}

.panel-heading {
	background-color: #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
}

.panel-flat > .panel-heading + .panel-body {
    padding-top: 15px;
}

.panel-flat > .panel-heading + .tabbable {
    margin-top: 15px;
}

.navbar-nav {
    margin-left: 0;
}

.panel > .table-responsive > .table,
.panel-flat > .panel-heading + .table-responsive {
	border-top: none;
}

h5.panel-title, .h5.panel-title, h6.panel-title, .h6.panel-title {
    font-weight: 500;
}
/* end Vertical size style fixes */