/* loading */

.loadingscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    top: 0;
}

.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-control[readonly]{
    background-color: #fff !important;
    opacity: 1 !important;;
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}

.input-group-danger {
    background-color: #ec4758 !important;
    color: #fff !important;
}

.input-group-danger:hover {
    background-color: #ac2925 !important;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}
/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loading */

.clearfix,
.clear {
    clear: both;
    content: "";
}

span.required {
    color: red;
}

.wrapper-content {
    padding-bottom: 0;
}

body {
    background: #f3f3f4;
}

body .navbar-default {
    background-color: #2f4050;
}
body .navbar-project {
    background-color: #343F56;
}
body .navbar-hr {
    background-color: #0065FF;
}
body .navbar-outlet {
    background-color: #6D28D9;
}
body .navbar-outlet .nav > li.active {
    background-color: #7C3AED;
}
body .navbar-outlet .nav.nav-second-level,
body .navbar-outlet .nav.nav-second-level.collapse[style] {
    background: #4C1D95;
}
.nav>li.active {
    border-left: 0px solid #fff;
}
.nav>li.active {
    border-left: 0px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius:12px !important;
	margin-inline: 10px;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px !important;
}
body.mini-navbar .nav-header {
    background: transparent;
}
.nav-header{
    background:transparent;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    z-index: 2001;
}

.text-danger {
    color: #ec4758;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin-bottom: 20px !important;
    }
}


/*.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    padding-bottom: 62px !important;
}*/

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0;
}

.nav li a.close-sidebar-xs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16pt !important;
}

.menu-drawer-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

.wrapper.page-heading .chosen-container-single {
    margin-top: -2px;
}

.footer {}

.footer .section-left {
    text-align: left;
}

.footer .section-right {
    text-align: right;
}

@media (max-width: 991px) {
    .footer .section-left,
    .footer .section-right {
        text-align: center;
    }
}

label {
    cursor: pointer;
}

.label {
    /*font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;*/
}

.label.label-sm {
    padding: 0 3px;
}

.help-block {
    color: #999999;
    font-weight: normal;
    font-style: italic;
}

.active_account,
.active_module {
    color: limegreen;
    font-size: 14px;
}

.inactive_account,
.blacklisted_account {
    color: red;
    font-size: 14px;
    margin-left: 5px;
}

.inactive_module {
    color: darkgray;
    font-size: 14px;
    margin-left: 5px;
}

.active_account,
.inactive_account,
.blacklisted_account {
    margin-left: 5px;
}

.wrapper-content .clearfix,
.sweet-alert.sa-custom .sa-content .clearfix,
.wrapper-content .clear,
.sweet-alert.sa-custom .sa-content .clear {
    height: 1px;
    line-height: 1px;
}
.select2-result-repository-widget.single.clearfix {
    display: flex;
    align-items: center;
}
label.error {
    color: inherit;
}

.form-control.error {
    /*border-style: solid;*/
    border: 1px solid #E5E5E5;
}

.errorMessage,.errorSummary{
    background: #ED5565;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    padding:3px 8px;
    display:inline-block;
	position: relative;
}

.errorSummary{
    display:block;
    margin-bottom:15px;
    padding: 10px;
}
.errorMessage{
    margin-top:8px;
}
.errorMessage:after{
	content: '';
	position: absolute;
	top: 0;
	left: 30%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ED5565;
	border-top: 0;
	margin-left: -5px;
	margin-top: -5px;
}
.errorSummary p{
    color:#fff;
    margin-bottom: 5px;
}
.errorSummary ul{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}
.table .errorMessage {
    margin-top: 5px;
}


/* LOGIN BOX */


/*.loginscreen.middle-box {
    width: auto;
}*/

.middle-box h1 {
    font-size: 48px;
    letter-spacing: 0;
}

.loginBox .errorMessage {
    margin-top: 8px;
}

.loginBox .alert {
    margin-left: 0;
    margin-right: 0;
}


/* ALERT */

.alert {
    color: inherit;
    margin: 15px 20px 0 20px;
    border: 1px solid transparent;
}

.wrapper.wrapper-content .alert {
    margin: 0 0 20px 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger,
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr,
.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link,
.alert-error .alert-link {
    color: #843534;
}

.column-2-right {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

.column-2-right h1,
.column-2-right h2,
.column-2-right h3,
.column-2-right h4,
.column-2-right h5,
.column-2-right h6 {
    margin-top: 0;
}

.column-2-right .grid-view {
    border: 0;
    padding: 0;
}

a:not(.navbar-minimalize):not(.btn-alone) i.fa,
button:not(.navbar-minimalize):not(.btn-alone) i.fa {
    /*margin-right: 8px;*/
}

a>span.btn-responsive:not(.hidden-xs):not(.hidden-sm) i.fa,
button>span.btn-responsive:not(.hidden-xs):not(.hidden-sm) i.fa {
    margin-right: 0 !important;
}

.mail-tools button i.fa {
    margin-right: 0 !important;
}

.mail-tools p {
    margin: 0;
    line-height: 25px;
}


/*a:not(.navbar-minimalize):not(.btn-alone).btn {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}*/

ul.nav.navbar-top-links.navbar-right {
    padding-top: 6px;
    height: 0;
}

.minimalize-styl-2 {
    margin: 8px 5px 10px 10px;
}

.page-heading .minimalize-styl-2 {
    margin-left: 0;
}


/* GRID VIEW */

.grid-view {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    border-bottom: 3px solid #e7eaec;
}

.grid-view .legend {
    margin-bottom: 10px;
}

.grid-view .legend-left,
.grid-view .legend-left label{
    font-size: 13px;
}

.grid-view .legend-left label {
    font-weight: normal;
}

.grid-view .legend-bottom{
    display:flex;
    align-items: center;
    margin-bottom: 10px;
}
.grid-view .legend-bottom > .col-xs-12{
    padding-left:8px;
    padding-right:8px;
}
.grid-view .legend-left select.page_size {
    margin: 0 5px;
    min-height: 25px;
    height: 25px;
    padding: 3px 5px;
}

.grid-view .legend-right {
    text-align: right;
}

.grid-view .legend-left .summary {
    display: inline-block;
    margin-left: 5px;
}

.grid-view table.items th a .caret {
    display: none;
    margin-left: 5px;
}

.grid-view table.items th a.asc .caret {
    border-bottom: 4px solid #000;
    border-top: none;
    display: inline-block;
}

.grid-view table.items th a.desc .caret {
    display: inline-block;
}
@media(max-width:768px){
    .grid-view .legend-bottom{
        flex-direction: column;
    }
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table>thead>tr>th.number-field {
    width: 5%;
    text-align: center;
}

.table>tbody>tr>td.number-field {
    width: 5%;
    text-align: center;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}



/* PAGINATION */

.pagination {
    height: 36px;
    margin: 0;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    float: left;
    padding: 0 10px;
    line-height: 23px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination .active a,
.pagination .active span,
.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination .active a,
.pagination .active span {
    color: #999;
    cursor: default;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin: 18px 0;
    list-style: none;
    text-align: center;
}

.pager:after,
.pager:before {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default;
}


/* SUB-MENU NAVIGATION */

body .navbar-minimalize i {
    margin: 0;
}

.nav>li>a {
    padding: 10px 20px;
}

#side-menu.nav>li.active>a {
    padding-left: 10px;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

ul.nav.nav-list li {
    background: none;
}

ul.nav.nav-list li a {
    font-weight: normal;
    padding: 5px 10px;
}

ul.nav.nav-list li.active a {
    font-weight: 600;
}

ul.nav.nav-list li a i {
    margin-right: 8px;
    color: #3d4d5d;
}
ul.nav.nav-list li a.btn-icon-with-text {
    display: inline-flex;
    align-items: center;
    color: #676a6c !important;
    background: transparent;
}
ul.nav.nav-list li a.btn-icon-with-text i{
    margin-right:0;
}
ul.nav.nav-list li .a-btn-create-to-do:hover{
    background:transparent !important;
}

ul.nav.nav-list li.nav-header {
    border: none;
    font-size: 12px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

ul.nav.nav-list li.nav-header:first-child {
    margin-top: 5px;
}

ul.nav.nav-list li.active {
    border-bottom: 1px solid #e7eaec;
    border-left: none;
    color: #666666;
}

ul.nav.nav-list li.active a {
    /* color: #666666;
    background-color: #eee; */
}

ul.nav.nav-second-level li.active,
ul.nav.nav-third-level li.active {
    border-left: none;
    background-color: transparent;
}

ul.nav.nav-list li a.btn-new-design{
    padding: 3px 1px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.nav.nav-list li a.btn-new-design .fa{
    transform: translate(0%, 0%);
}
ul.nav.nav-list li a.btn-new-design i{
    margin-right:0;
    color: #fff;
    font-size: 10px;
}
.nav-second-level li a {
    font-weight: normal;
    padding-left: 18px;
}

.nav-third-level li a {
    font-weight: normal;
    padding-left: 28px;
}

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 25px;
}

.canvas-menu.mini-navbar .nav-third-level li a,
.fixed-sidebar.mini-navbar .nav-third-level li a {
    padding: 7px 10px 7px 52px;
}


/* PANEL */

.panelType {
    padding: 5px;
    background: #f0f0f0;
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
    font-family: Arial;
}

.panelType span {
    font-weight: bold;
    text-transform: uppercase;
}

.generated_soon {
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 5px 50px;
}

div.panel {
    border-radius: 0;
    border: 0;
}

div.panel .panelHeader,
div.panel .panel-heading {
    padding: 0;
    margin: 0;
}

div.panel .panelHeader div.title,
div.panel .panel-heading .panel-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
    font-size: 14px;
    font-weight: 600;
}

div.panel .panelHeader .right {
    float: right;
    margin-right: 1px;
}

div.panel .panelContent,
div.panel .panel-body {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}


/* FORM */

div.form table tbody tr td.column-label {
    vertical-align: middle;
    width: 20%;
}

td.column-action .btn i.fa {
    margin-right: 0;
}

div.form table tbody tr td input[type="text"],
div.form table tbody tr td input[type="email"],
div.form table tbody tr td input[type="tel"],
div.form table tbody tr td input[type="password"],
div.form table tbody tr td input[type="number"],
div.form table tbody tr td textarea,
div.form table tbody tr td select,
.filter-container input,
.filter-container select {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: inherit;
    display: block;
    padding: 7px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
    line-height: 1.6;
}

div.form table tbody tr td select {
    padding: 0 10px;
}

div.form table tbody tr td input[type="text"]:not([class^="col-"]),
div.form table tbody tr td input[type="email"]:not([class^="col-"]),
div.form table tbody tr td input[type="tel"]:not([class^="col-"]),
div.form table tbody tr td input[type="password"]:not([class^="col-"]),
div.form table tbody tr td input[type="number"]:not([class^="col-"]),
div.form table tbody tr td textarea:not([class^="col-"]),
div.form table tbody tr td select:not([class^="col-"]),
.filter-container input:not([class^="col-"]),
.filter-container select:not([class^="col-"]) {
    width: 100%;
}
.filter .filter-container .select2-container-multi .select2-choices .select2-search-field input{
    margin:0;
}
label.custom-checkbox,
label.radio {
    margin-left: 20px;
    font-weight: normal;
    cursor: pointer;
}

label.radio.inline {
    margin-left: 50px;
    line-height: 1.5;
}

label.radio.inline:first-child {
    margin-left: 20px;
}


/* TOOLBAR */

.page-heading {
    padding-bottom: 0;
}

.title-action {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
}

.title-action .btn {
    margin-left: 5px;
    margin-bottom: 5px;
}

.title-action .btn:not(.btn-success):not(.btn-primary):not(.btn-default):not(.btn-info):not(.btn-danger):not(.btn-warning) {
    color: #555555;
    background: white;
    border: 1px solid #e7eaec;
}

.title-action .btn.btn-grey {
    color: #676a6c !important;
    background: white !important;
    border: 0px !important;
}
.title-action .btn.btn-grey .fas{
    color: #676a6c !important;
}


/* CHOSEN */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 0 0 8px;
    height: 22px;
    min-height: 22px;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background: none;
    background-color: #fff;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 34px;
    padding: 7px 12px;
}

.chosen-container-single .chosen-single span {
    line-height: 18px;
}

.chosen-container-single .chosen-single div b {
    margin-top: -3.5px;
    background: url(../plugins/chosen/chosen-sprite.png) no-repeat 0 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 8px;
}

.chosen-container-multi .chosen-choices {
    /* height: 34px !important; */
    background: none;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #E5E5E5;
    line-height: 34px;
    padding: 0 5px;
}

.chosen-container-multi .chosen-choices li.search-field {
    padding-top: 2px;
}

.chosen-container .chosen-drop,
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single,
.chosen-container-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #c4c4c4;
    border-radius: 5px;
}
.chosen-container.chosen-container-active .chosen-drop,
.chosen-container-multi.chosen-container-active .chosen-choices,
.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container-single.chosen-container-active,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color:#02A4F7;
    background:#fff;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #cccccc;
    padding: 5px 20px 5px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
}

.disk-icon {
    display: none;
    color: #d2d6de;
}

.input-group {}

.input-group .input-group-addon {
    background-color: #eee;
    border-left: none;
    border-right: none;
    font-weight: normal;
}

.input-group .input-group-addon:first-child {
    background-color: #eee;
    border-left: 1px solid #E5E5E5;
    border-right: none;
}

.input-group .input-group-addon:last-child {
    background-color: #eee;
    border-right: 1px solid #E5E5E5;
    border-left: none;
}

.input-group .form-control.error,
.input-group .form-control.error+.input-group-addon {
    border-color: #ED5666 ;
}

.icheck>label {
    padding-left: 20px;
}


/* SELECT2 */

.select2-container .select2-choice {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
}

.issue-form-wrapper .select2-container .select2-choice {
    font-size: 13px;
}

.select2-container .select2-choice .select2-arrow {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* border-left: 1px solid #d2d6de; */
    background: #fff;
    border-left: 0;
}

.select2-container:not(.select2-container-multi).select2-dropdown-open a {
    border: 1px solid #5897fb;
}

.select2-drop.select2-drop-active {
    padding: 10px 5px 5px 5px;
    /*border: 1px solid #d2d6de;
    border-top: none;*/
}

.select2-drop .select2-results .select2-no-results,
.select2-drop .select2-results .select2-searching,
.select2-drop .select2-results .select2-selection-limit {
    background: #ffffff;
    padding: 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-result-repository:not(.single) {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository.single.clearfix {
    height: inherit;
    line-height: inherit;
}

.select2_result_data_avatar,
.select2_result_data_avatar_widget {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
}

.select2_result_data_avatar img {
    width: 100%;
    height: 32px;
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.select2-choices .select2_result_data_avatar,
.select2-choices .select2_result_data_avatar_widget {
    width: 26px;
    height: 26px;
}

.select2-choices .select2_result_data_avatar img,
.select2-choices .select2_result_data_avatar_widget img {
    height: 26px;
}

.select2_result_data_avatar-single {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    overflow: hidden;
    line-height: 1;
}

.select2_result_data_meta {
    line-height: 1.2;
}

.select2_result_data_avatar-single img {
    width: 100%;
    height: 20px;
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.select2-container .select2-choice .select2-arrow b {
    top: 3px;
    position: relative;
}

.select2-result-repository:not(.single) .select2_result_data_meta {
    margin-left: 70px;
}

.select2-result-repository:not(.single) .select2_result_data_title {
    color: #000000;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2_result_data_description {
    font-size: 13px;
    color: #333333;
    margin-top: 4px;
}

.select2_result_data_statistics>div {
    margin-right: 1em;
    display: inline-block;
    color: #999999;
    font-size: 11px;
}

.select2_result_data_statistics>div i.fa {
    margin-right: 5px;
}

.select2-results .select2-highlighted .select2_result_data_title {
    color: #ffffff;
}

.select2-results .select2-highlighted .select2_result_data_description,
.select2-results .select2-highlighted .select2_result_data_statistics>div {
    color: #ffffff;
}

.select2-input.select2-default {
    background-color: #fff !important;
    border-radius: 1px;
    min-height: 30px !important;
}

.select2-choices {
    background: #fff;
    min-height: 30px !important;
    border: none;
    border-radius: 5px;
}

.select2-offscreen,
.select2-offscreen:focus {}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    border-radius: 5px;
}

.select2-container{
    border: 1px solid #c4c4c4;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 18px 6px 5px !important;
    background: #fefefe;
    border: 1px solid #c1c5c7;
    margin-top: 5px;
}

.select2-container-multi .select2-search-choice-close {
    right: 3px !important;
    top: 5px;
    left: auto !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    background-color: #ffffff;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    font-size: 14px;
    height: 34px;
}

.select2-drop.select2-drop-active {
    padding: 0;
}

.select2-drop.select2-drop-active .select2-results .select2_result_data_avatar {
    width: 32px;
}

.select2-drop.select2-drop-active .select2-results .select2_result_data_meta {
    margin-left: 5px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget.clearfix {
    align-items: center;
}
.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget .select2_result_data_title_widget{
    font-size:12px;
    line-height:1.1;
    max-height:28px;
    overflow:hidden;
}
.select2-inside .select2-container-multi .select2-choices .select2-search-choice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 14px;
    padding: 0px 5px !important;
    display: inline-flex;
    align-items: center;
    height: 28px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_avatar_widget {
    margin-left: -5px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice>div {
    float: left;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository {
    padding: 0px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository.clearfix {
    height: auto;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
/* .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget{
    max-width: calc(100% - 30px);
} */
.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository .select2_result_data_avatar {
    display: inline-block;
    float: none;
    max-width: 26px;
    height: 26px;
    margin-right: 5px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository .select2_result_data_meta {
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    margin-top: 0px;
}

.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository .select2_result_data_meta .select2_result_data_title {
    font-weight: normal;
    margin-bottom: 0;
}
.select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget .select2_result_data_title_widget{
    font-size:12px;
    line-height:1.1;
    max-height:28px;
    overflow:hidden;
}
.select2-inside .select2-container-multi .select2-search-choice-close {
    display: inline-block;
    /*top: inherit !important;*/
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    float: left;
    position: relative;
    margin-top: 1.2px;
    margin-left: 5px;
}

.person_selector .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.person_selector_follower .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.role_selector .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.filter-container .select2-chosen {}

.filter-container .select2-choices .select2_result_data_avatar {
    display: none;
}

.filter-container .select2-choices .select2-result-repository:not(.single) {
    padding: 0;
    height: auto;
    line-height: inherit;
}

.filter-container .select2-choices .select2-result-repository:not(.single) .select2_result_data_meta {
    margin-left: 0;
}

.filter-container .select2-choices .select2-result-repository:not(.single) .select2_result_data_meta .select2_result_data_title {
    line-height: inherit;
    margin-bottom: 0;
    font-weight: normal;
}

.select2-container .select2-choices.error {
    border: 1px solid #ED5666 ;
}


/* DASHBOARD */

.dashboard {}

.dashboard .dashboard_header {
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    padding: 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.dashboard .dashboard_header .background {
    padding: 10px;
}

.dashboard .dashboard_header .background img.photo {
    width: 128px !important;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.dashboard .dashboard_header .background h1 {
    color: #039be5;
    margin: 0;
    padding: 0;
    font-size: 36px;
}

.dashboard .dashboard_header .background h2 {
    color: #039be5;
    margin: 5px 0;
    padding: 0;
    font-size: 30px;
}

.dashboard .dashboard_header .background h3 {
    color: #039be5;
    margin: 5px 0;
    padding: 0;
    font-size: 24px;
}

.dashboard .dashboard_header .background h4 {
    color: #039be5;
    margin: 5px 0;
    padding: 0;
    font-size: 18px;
}

.dashboard .dashboard_header .background h5 {
    color: #039be5;
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
}

.dashboard .dashboard_header .background h6 {
    color: #039be5;
    margin: 5px 0;
    padding: 0;
    font-size: 12px;
}

.dashboard .dashboard_header .background .label {
    font-size: 75%;
}

.dashboard .dashboard_header .background .label i.fa {
    margin: 0 5px 0 0;
}

.dashboard .dashboard_header .background .customer_icons {
    font-size: 14px;
    line-height: 25px;
}

.dashboard .dashboard_header .background .customer_icons i {
    margin-right: 5px;
}

.dashboard .dashboard_header .background .customer_icons.customer_icon_email {
    color: #999;
}

.dashboard .dashboard_header .background .type_container {
    margin-top: 10px;
}

.dashboard .dashboard_header .background .type_container .type_wrapper {
    display: inline-block;
    margin-right: 5px;
}

.dashboard .dashboard_data {
    margin-top: 10px;
}

.dashboard .dashboard_data table {
    /*border: 1px solid #cccccc;*/
    width: 100%;
    border: none;
}

.dashboard .dashboard_data thead tr th {
    /*background: #f3f3f3;
    border: 1px solid #cccccc;
    color: #000000;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;*/
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.dashboard .dashboard_data tbody tr td {
    /*border: 1px solid #cccccc;*/
    /* font-size: 12px;*/
    padding: 5px 20px;
    background-color: #ffffff;
    color: inherit;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.dashboard .dashboard_data tbody tr td.field_name {
    font-weight: bold;
    width: 20%;
}

.dashboard .dashboard_data tbody tr td.field_value {
    font-weight: normal;
    width: 80%;
}


/* RECOPY */

div.form-recopy {
    margin-top: 10px;
}

div.form-recopy:first-child {
    margin-top: auto;
}

div.form-recopy .row {
    margin-top: 5px;
}

div.form-recopy .row:first-child {
    margin-top: 0;
}

.btn-recopy-remove {
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .title-action {
        text-align: left;
    }
}


/* UPLOAD */

.group-span-filestyle .buttonText {
    margin-left: 10px;
}


/* MEDIA MANAGER */

.media-manager .panel-body {
    padding: 10px !important;
}

.media-manager .caret {
    color: #999999;
}

.media-menu.dropdown-menu>li>a:hover i {
    color: #000000;
}


/* MAIL BOX */

.mail-box {
    margin-bottom: 0;
}

.mail-box table {
    padding: 20px 5px 0;
}

.mail-box table thead {
    display: none;
}

.mail-box table,
.mail-box table tr,
.mail-box table tr td,
.mail-box table tr th {
    /*border: none;*/
    cursor: pointer;
}

.mail-box .pageSizeSelector {
    float: left;
}

.mail-box .pageSizeSelector label {
    font-weight: normal;
}

.mail-box .pageSizeSelector select {
    margin: 0 10px;
}

.mail-box .paginationSelector {
    float: right;
    display: table;
}

.mail-box .paginationSelector .summary {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.mail-box .paginationSelector .pagination {
    display: table-cell;
    height: auto;
}

.mail-box .paginationSelector .pagination ul {
    margin: 0;
    padding: 0;
}

.mail-box .paginationSelector .pagination i.fa {
    margin-right: 0 !important;
}

.mail-box .mail-text {
    border: none;
}

.mail-box .mail-text .cke_chrome {
    border: none;
    border-top: 1px solid #e7eaec;
}

.mail-box .mail-body .form-group {}

.mail-box .mail-body .form-group label,
.mail-box .mail-body .form-group label.error {
    margin-left: 0;
}

.mail-box .mail-body .form-group .control-label {
    text-align: left;
}

body .profile-element {
    text-align: left;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    width: 100%;
}

body.fixed-sidebar ul.nav.navbar-top-links.navbar-right {
    float: right;
}

body .navbar-default .nav li a span.text-muted .caret {
    margin-left: 5px;
}


/*
.editable-error-block {
    white-space: normal;
    position: fixed;
    z-index: 99999;
    background: white;
    word-break: break-all;
    padding: 5px 20px;
    border-bottom: 1px solid #a94442;
    font-size: 14px;
    width: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    margin: 0 !important;
    min-height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
*/

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom-style: dotted;
    border-bottom-color: inherit;
    color: inherit;
}


/* PROJECT PAGE */

.lightbox-spinner-container {
    display: none;
}

.lightbox-spinner-container .lightbox-spinner {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.lightbox-spinner-container .lightbox-spinner .sk-spinner.sk-spinner-rotating-plane {
    background-color: #f8ac59;
}

.activity-history-spinner-container {
    display: none;
}

.activity-history-spinner-container .lightbox-spinner {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.activity-history-spinner-container .lightbox-spinner .sk-spinner.sk-spinner-rotating-plane {
    background-color: #f8ac59;
}

.project-header {}

.project-header .project-detail {
    margin-bottom: 10px;
}

.project-header .project-info {
    margin-bottom: 10px;
    text-align: left;
}

.project-header .project-info sup {
    top: -0.1em;
}

.project-header .project-info .project-participants {}

.project-header .project-info .project-participants .project-participant {
    margin-top: 10px;
    text-align: left;
}


/*
.project-header .project-info .project-participants .project-participant img {
    width: 32px;
    height: 32px;
}
*/

.project-header .project-info .project-participants .project-participant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-header .project-info .project-participants .project-participant ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}

.project-header .project-info .project-participants .project-participant-links {
    margin-top: 5px;
}

.project-header .project-info .project-participants .project-participant-links a:link,
.project-header .project-info .project-participants .project-participant-links a:active,
.project-header .project-info .project-participants .project-participant-links a:visited,
.project-header .project-info .project-participants .project-participant-links a:hover {
    color: #676a6c;
    font-size: 85%;
    text-decoration: underline;
}

.project-header .project-info .widget:first-child {
    margin-top: 0;
}

.project-content .group_nestable .dd-handle:hover {
    font-weight: normal;
}

.project-content .group_nestable .dd-handle time {
    display: none;
}

.project-content .group_nestable .dd-handle .dd-content {
    display: none;
    font-size: 12px;
    word-break: break-all;
}

.project-content .group_nestable.not-shiftable .dd-handle {
    background: #f3f3f4;
    border: 1px solid #e7eaec;
}

.project-content .group_nestable.not-shiftable .dd-handle {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
    cursor: default;
}

#nestable2 .dd-handle {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}

.project-content .group_nestable.not-shiftable .dd-handle time {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

.project-content .group_nestable.not-shiftable .dd-handle.block_milestone,
#nestable2 .dd-handle.block_milestone {
    /*background-color: #1c84c6;
    color: #FFFFFF;*/
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
}

.dd-handle.block_milestone:not(.active):hover {
    border-left: 6px solid #1c84c6 !important;
    border-right: 6px solid #1c84c6 !important;
}

.project-content .group_nestable.not-shiftable .dd-handle.block_milestone.active,
#nestable2 .dd-handle.block_milestone.active {
    background-color: #ffffff;
    border-left: 6px solid #1ab394;
    border-right: 6px solid #1ab394;
}

.project-content .group_nestable.not-shiftable .dd-handle.block_module,
#nestable2 .dd-handle.block_module {
    /* background-color: #23c6c8;
     color: #FFFFFF;*/
    border-left: 6px solid #23c6c8;
    border-right: 6px solid #23c6c8;
}

.project-content .group_nestable.not-shiftable .dd-handle span.label {
    display: none;
}

.project-content .group_nestable.not-shiftable .dd-handle time {
    color: #efefef;
}

.project-content .group_nestable.not-shiftable .dd-handle strong.caption {}

.project-content .group_nestable.not-shiftable .dd-handle .dd-content {
    display: block;
}

.project-content .group_nestable.not-shiftable .dd-handle .dd-content-links {
    display: none;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.project-content .group_nestable.not-shiftable .dd-handle:hover .dd-content-links {
    /* display: block; */
    display: flex;
    align-items: center;
}


/* PROJECT PARTICIPANTS */

.roles-ibox {
    margin-bottom: 0;
}

.roles-container {}

.roles-container .role-list {
    padding-top: 10px;
    padding-bottom: 20px;
}

.roles-container .role-list:first-child {
    padding-top: 0px;
}

.roles-container .role-list:last-child {
    border-bottom: none;
}

.roles-container h3 {
    margin-bottom: 5px;
}

#updateParticipant {
    max-width: 600px;
}

@media (min-width: 1200px) {
    #updateParticipant {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    #updateParticipant {
        width: 600px;
    }
}

@media (max-width: 767px) {
    #updateParticipant {
        width: 600px;
    }
}

@media (max-width: 480px) {
    #updateParticipant {
        width: 100%;
    }
    .mail-box .paginationSelector {
        float: none !important;
        display: table;
        clear: both;
        padding-top: 10px;
    }
    /*.minimalize-styl-2 {
        margin-top: 0;
    }*/
}

#updateParticipant .fancybox_content_wrapper {
    padding-bottom: 0;
}


/* DROPDOWN */

#ml-options {
    left: -120px;
}

.open>.dropdown-menu.dropdown-menu-right {
    left: auto !important;
}

.ibox.project-container .ibox-content .grid-view {
    padding: 0;
    border: none;
}

.ibox.project-container .ibox-content .grid-view tr td {
    vertical-align: middle;
}

.ibox.project-container .ibox-content .grid-view tr:hover {
    background-color: #f5f5f5;
}

.ibox.project-container .ibox-content .grid-view tr:last-child td {
    border-bottom: 1px solid #e7eaec;
}

.ibox.project-container .ibox-content .grid-view .data_table {
    display: table;
    width: 100%;
}

.ibox.project-container .ibox-content .grid-view .data_row {
    display: table-row;
}

.ibox.project-container .ibox-content .grid-view .data_cell {
    display: table-cell;
    vertical-align: middle;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_description {
    font-size: 13px;
    width: 55%;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_creator {
    width: 15%;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_date {
    width: 15%;
}

@media (max-width: 767px) {
    .ibox.project-container .ibox-content .grid-view .data_row .data_row_creator,
    .ibox.project-container .ibox-content .grid-view .data_row .data_row_date,
    .ibox.project-container .ibox-content .grid-view .data_row .data_row_duration {
        display: none;
    }
    .ibox.project-container .ibox-content .grid-view .data_row .data_row_description {
        width: 90%;
    }
    .ibox.project-container .ibox-content .grid-view .data_row .data_row_status {
        width: 10%;
    }
    .project-container .ibox-content {
        padding: 0;
    }
    .ibox.project-container .ibox-content .grid-view .data_table {
        padding: 0;
    }
    .ibox.project-container .ibox-content .grid-view tr td {
        padding: 10px !important;
    }
    .ibox.project-container .ibox-content .grid-view .SGrid .super-grid-legend-container {
        margin-bottom: 0;
    }
    .ibox.project-container .ibox-content .grid-view .SGrid .super-grid-legend-container.super-grid-legend-bottom {
        padding: 5px;
    }
    div.mce-fullscreen {
        top: 50px !important;
    }
    .mce-container-body .mce-btn.menubtn button {
        padding: 2px 10px 2px 2px !important;
    }
    .mce-container.mce-toolbar .mce-container-body .mce-btn.menubtn button {
        padding: 2px 20px 2px 2px !important;
    }
    .mce-btn .mce-txt {
        font-size: 12px !important;
    }
    .mce-btn .mce-txt i {
        font-size: 16px !important;
    }
    .mce-menubtn.mce-fixed-width span {
        width: auto !important;
    }
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_duration {
    width: 5%;
    text-align: center;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_status {
    width: 10%;
    text-align: center;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_description h3 {
    color: #676a6c;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_description h3 a:link,
.ibox.project-container .ibox-content .grid-view .data_row .data_row_description h3 a:active,
.ibox.project-container .ibox-content .grid-view .data_row .data_row_description h3 a:visited,
.ibox.project-container .ibox-content .grid-view .data_row .data_row_description h3 a:hover {
    color: #676a6c;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.ibox.project-container .ibox-content .grid-view .data_row .data_row_description small {
    font-size: 85%;
}


/* LOGIN PAGE */

.login-wrapper>* {
    height: 100%;
    color: #ffffff;
}

.login-wrapper .errorMessage,
.login-wrapper .errorSummary {
    background: #ED5565;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    padding:3px 8px;
    display:inline-block;
}

.login-wrapper input,
.login-wrapper i.fa {
    color: #555555;
}

.login-wrapper .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.login-wrapper .bg-pic>img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    vertical-align: middle;
    object-fit: cover;
}

.login-wrapper .bg-caption {
    padding: 20px;
    max-width: 500px;
}

.login-wrapper .bg-caption h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 25px;
}

.pull-bottom {
    position: absolute !important;
    bottom: 0;
}

.text-white {
    color: #ffffff !important;
}

.login-wrapper .logo-name,
.login-wrapper label.custom-checkbox,
.login-wrapper .text-muted,
.login-wrapper a:link,
.login-wrapper a:active,
.login-wrapper a:visited,
.login-wrapper a:hover {
    color: #ffffff;
}

.login-wrapper .ibox-content {
    background: transparent;
    border: none;
}

.login-wrapper a.btn.btn-white:link {
    color: #676a6c;
}


/* SUB HEAD */
#page-wrapper{
    padding-top:49px;
}
.subhead{
    position: absolute;
    right: 15px;
    left: 15px;
    top:0;
}
.subhead-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.subhead-fixed .title-action .hidden-xs {
    /*display: none;*/
}

.subhead-fixed .title-action .hidden-lg {
    /*display: block !important;*/
}

div.mce-fullscreen {
    z-index: 2005;
}

.filter-container>select {
    padding-left: 5px;
    padding-right: 1px;
}

.feed-activity-list .feed-element:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.checklog-bg-container {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.checklog-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.show-related-tag {
    cursor: pointer;
}

.nice-select {
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #dbdbdb;
}

.nice-select .list {
    border-radius: 0;
    margin-top: 0;
    /* max-height: 300px; */
    overflow-y: auto;
}

.nice-select::after {
    height: 10px;
    margin-top: -7px;
    width: 10px;
}

.nice-select span.current {
    width: 100%;
    overflow: hidden;
    display: block;
}

.ibox-title {
    padding-bottom: 15px;
}

.fancy-standart-radius {
    overflow: hidden !important;
    border-radius: 10px;
}

.fancy-standart-radius .fancybox-title {
    background: #fff !important;
}

.fancy-standart-radius .fancybox-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #f8ac59;
}

.fancybox-todo-detail .fancybox-skin {
    background: white;
    padding: 21px;
    border-radius: 10px;
}

.fancybox-todo-detail .fancybox-close {
    /* display: none; */
}

.fancybox-todo-detail.todo-form .fancybox-close {
    display: block;
    opacity: 0;
}

.todo-popup {
    /* width: 95vw; */
    /* margin-left: 70px; */
    /* height: 100vh; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* background: rgba(240, 181, 181, 0.2); */
    /* z-index: 999; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue";
}

.todo-popup .popup-container {
    background: white;
    width: 800px;
    /* width: 810px; */
    /* height: 300px; */
    /* padding: 21px; */
    /* box-sizing: border-box; */
    /* border-radius: 10px; */
}

.todo-popup.form .popup-container {
    width: 900px;
    /* width: 810px; */
    /* height: 300px; */
    /* padding: 21px; */
    /* box-sizing: border-box; */
    /* border-radius: 10px; */
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-header h3 {
    font-size: 18px;
    font-weight: bold;
    color: #f8ac59;
}

.popup-container .fa {
    font-size: 22px;
    margin-left: 23px;
    cursor: pointer;
    color: #222;
    opacity: 0.7;
}

.popup-container .btn.btn-new-design .fa {
    font-size: 10px;
    margin-left: 0;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.popup-container .fa-trash-o {
    color: #ed5565;
    opacity: 1;
}

.popup-content h3:first-child {
    color: #1c84c6;
    margin-top: 18px;
}

.popup-content h3:last-child {
    margin: 20px 0;
}

.todo-popup .popup-info {
    color: #222222;
    opacity: 0.7;
    font-size: 12px;
    margin-bottom: 10px;
}

.todo-popup .popup-info .col {
    float: left;
    margin-right: ;
}

.todo-popup .popup-info .col:nth-child(1) {
    width: 25%;
}

.todo-popup .popup-info .col:nth-child(2) {
    width: 50%;
}

.todo-popup .popup-info .col:nth-child(3) {
    width: 25%;
}

.popup-description {
    opacity: 0.7;
    font-size: 14px;
}

.todo-popup .popup-icon {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    opacity: 0.7;
    margin-left: 23px;
}

.todo-popup .popup-icon.btnClose {
    cursor: pointer;
}

.custom-checkbox {
    padding: 5px 0px 5px 0px;
    margin-left: -5px;
    position: relative;
}

.custom-checkbox span {
    font-weight: normal;
    color: #676A6C;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-checkbox input:checked+label::before {
    border-color: #02A4F7;
}

.custom-checkbox input:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #02A4F7;
    border-radius: 50%;
    background-color: #02A4F7;
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 25px;
    font-weight:normal;
    min-height: 20px;
}

.custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
    margin-left: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 3;
    background-color: #fff;
}

.custom-checkbox.disabled label {
    color: #cccccc;
}

.custom-checkbox.disabled label::before {
    opacity: 0.54;
    border-color: #cccccc;
}

.custom-checkbox input:checked+label::before {
    border-color: #02A4F7;
    background-color: #02A4F7;
}

.custom-checkbox input:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-size: 9px;
    color: #fff;
    top: calc(50% - 8px);
    left: 2px;
    border-color: transparent;
    background-color: transparent;
    margin-left: 0px;
    font-weight: bold;
}

.custom-checkbox label::before {
    border-radius: 2px;
}

@media(max-width:992px){
    .popup-icons.opened{
        padding: 7px 10px !important;
        min-width: 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .popup-icons.opened > *{
        padding:0;
    }
}
@media (max-width: 768px) {
    .nice-select-wrapper .nice-select::after {
        height: 6px;
        width: 6px;
        top: 60%;
        right: 7px;
    }
    .nice-select-wrapper .nice-select {
        padding-left: 7px;
        padding-right: 18px;
    }
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-right: 5px;
    position: static;
}

@media (max-width: 1375px) {
    .dd-content-links {
        position: absolute;
        right: 30px;
        top: 10px;
    }
}

.description-todo {
    color: #222222;
    font-weight: bold;
    font-family: "Helvetica Neue";
    font-size: 12px;
}

@media (max-width: 480px) {
    .popup-description+p {
        font-size: 12px;
    }
    .popup-info .col {
        font-size: 11px;
    }
    .todo-name {
        font-size: 14px;
    }
    .popup-header h3 {
        font-size: 14px;
    }
}

.popup-icons {
    max-height: 0;
    max-width: 500px;
    transition: 300ms all;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    right: 22px;
    top: 29px;
    background: white;
    z-index: 5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .25);
}

.popup-icons>* {
    cursor: pointer;
    margin-left: 0px;
    padding: 7px 0;
    display: flex;
    align-items: center;
}
.popup-icons .btn-new-design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-icons>*>span:not(.btn-to-do-update) {
    margin-left: 0;
    color: #656565;
}
.popup-icons .btn-to-do-update {
    justify-content:center;
}

.popup-icons.opened {
    max-width: 500px;
    max-height: 500px;
    padding: 7px 20px;
}

.popup-3dot {
    margin-left: 25px;
    padding-right: 5px;
    cursor: pointer;
}

.popup-3dot embed {
    max-height: 22px;
    max-width: 10px;
    pointer-events: none;
}

.popup-icons embed,
.popup-icons img {
    max-height: 22px;
    max-width: 20px;
    pointer-events: none;
}

@media (min-width: 768px) {
    .popup-icons {
        max-width: 500px;
        max-height: 500px;
        padding: 7px 0px;
        box-shadow: unset;
        flex-direction: row;
        position: static;
        padding-top: 0px;
        background: none !important;
    }
    .popup-icons>* {
        margin-left: 8px;
        display: flex;
        align-items: center;
        padding-top: 0;
    }
    .popup-icons .btn-to-do-update {
        display: flex;
        align-items: center;
    }
    .popup-icons a span+span,
    .popup-icons embed+span,
    .popup-icons img+span {
        display: none;
    }
    .popup-3dot {
        display: none;
    }
    .popup-icons embed,
    .popup-icons img {
        height: 25px;
        max-height: 25px;
    }
    .btn-to-do-delete img {
        height: 22px;
    }
    .btn-to-do-copy {
        order: 3;
    }
}

.subhead-fixed .dropdown-menu li a {
    color: rgb(103, 106, 108);
}

.fancybox-inner .btnClose {
    display: none;
}

.fancybox-task-detail .fancybox-inner,
.fancybox-todo-detail:not(.todo-form) .fancybox-inner {
    height: unset !important;
    max-height: 320px;
}

.dropdown-menu .btn-reset {
    margin-left: 7px !important;
}

.project-status-as-label {
    margin-top: 5px;
}

.sticky-filter-buttons {
    position: absolute;
    bottom: -30px;
    background: white;
    width: 100%;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: flex;
}

#login-form .checkbox {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 13px;
}

#login-form .checkbox input {
    margin-top: 0;
}

#BackendLoginForm_remember_me {
    margin-left: 0 !important;
}

.todo-name {
    word-break: break-word;
}

.mobile-due-date {
    padding-top: 0;
}

@media (max-width: 768px) {
    .mobile-due-date {
        padding-left: 0;
        padding-top: 8px;
    }
    .popup-icons>*>span {
        margin-left: 0px !important;
        color: #656565;
    }
    .popup-icons a span+span,
    .popup-icons embed+span,
    .popup-icons img+span {
        margin-left: 15px !important;
    }
}

.task-title-line .label {
    margin-right: 6px !important;
}

.navbar-open+h2>span.label {
    margin-right: 9px;
    height: 25px;
}

.navbar-open+h2 {
    display: flex;
    align-items: center;
}

.navbar-open+h2 .fa-check {
    position: relative;
    top: 2px;
}

.label-task-type.repair-individual:not(.repair-header-second) {
    height: 25px !important;
    top: 0px !important;
}

.dropdown-action-activity-to-do li {
    margin: 4px;
}

[class^="slimscroll-container"] {
    padding-left: 15px;
    padding-right: 15px;
}

#comment-history {
    word-break: break-word;
}

.metismenu>li .latest-project {
    display: none;
    position: absolute;
    left: calc(100%);
    background: white;
    top: 14px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left-width: 0px;
    padding: 5px 15px;
    background: #293846;
}

.fixed-sidebar:not(.icon-navbar) .metismenu>li .latest-project {
    top: 5px;
}

.metismenu>li a[href="/admin/project"]:hover+.latest-project,
.latest-project:hover {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar-collapse.no-overflow {
    overflow: visible !important;
}

.fixed-sidebar .slimScrollDiv.no-overflow {
    overflow: visible !important;
}

.full-navbar.no-overflow {
    overflow: visible !important;
}

.latest-project__project {
    display: flex;
    color: black;
    padding: 0 !important;
}

.latest-project__project:hover {
    color: black;
}

.latest-project__project:hover h5,
.latest-project__view-all:hover {
    color: white !important;
}

.project-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project-info h5 {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 3px;
    color: rgb(167, 177, 194);
}

.project-info p {
    color: #999999;
    margin: 0;
    font-size: 10px;
}

.latest-project__project img {
    height: 42px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
    padding: 7px 0;
}

.latest-project__project {
    margin-bottom: -10px;
}

.latest-project__view-all {
    padding: 5px !important;
    color: rgb(167, 177, 194);
    text-decoration: underline;
    font-size: 12px;
}

@media (max-width: 414px) {
    .fixed-sidebar:not(.icon-navbar) .metismenu>li .latest-project {
        top: 30px;
    }
    .metismenu>li .latest-project {
        left: calc(100% - 40px);
    }
}

.latest-project__view-all:hover {
    color: black;
    text-decoration: underline;
}

.custom-project-icon {
    margin-left: 20px;
}

.custom-project-dropdown {
    margin-top: 0 !important;
    position: absolute !important;
    left: 50px !important;
    top: calc(50% - 12.5px) !important;
    cursor: pointer;
}

.project-dropdown-list {
    position: absolute;
    background: white;
    padding: 8px 15px;
    top: 38px;
    border: 3px solid #ddd;
    z-index: 5;
    display: none;
}

.project-dropdown-list.active {
    display: block;
}

.dropdown-search {
    position: relative;
}

.dropdown-search .fa.fa-search {
    color: black;
    position: absolute;
    top: 6px;
    left: 5px;
}

.dropdown-search input {
    color: black;
    padding-left: 35px;
    border-radius: 10px;
    background: none;
}

.dropdown-list {
    color: black;
    font-size: 16px;
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.dropdown-data a {
    color: black;
}


/* Border Radius */

.comment-container,
.grid-view,
.profile_page,
.profile,
.column-2-right {
    border-radius: 10px;
}

.dashboard-task-view {
    border-radius: 10px;
}

.ibox-content-as-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mail-box-header,
.ibox-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ibox-title-close {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.ibox-content,
.mail-box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sticky-filter-buttons>.btn-submit-filter {
    order: 2;
    width: calc(50% - 14px);
    margin-left: 7px !important;
    margin-right: 7px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}

.sticky-filter-buttons>.btn-reset {
    text-align: center;
    width: calc(50% - 14px);
    margin-left: 10px !important;
    margin-right: 0px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}

.sticky-filter-buttons>a.btn:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}

.btn-reset {
    border: 1px solid white !important;
}

.btn-reset:hover {
    border: 1px solid white !important;
    background: white !important;
}

.btn-reset:focus {
    background: white !important;
}

.btn-disabled {
    box-shadow: none;
    opacity: .65;
}

.slimScrollBar {
    opacity: 0.25 !important;
}

.dropdown-menu.filter {
    min-width: 200px;
}


/*tinymce global*/

.mce-tinymce {
    border-radius: 10px;
    overflow: hidden;
}

.mce-menubtn.mce-fixed-width span {
    width: auto !important;
}


/*end tini mce global?*/

.swal-back {
    top: 30%;
    width: 600px;
    margin-top: 0;
}

.swal-back img[src=""] {
    display: none;
}

.swal-back h2 {
    text-align: center !important;
    font-weight: bold !important;
}

.swal-back button {
    float: inherit !important;
}

.notification {
    margin-bottom: 10px;
}

.box-notif {
    width: 200px;
    color: white;
}

.btn-notif {
    max-width: 100%;
}

.icon-navbar .btn-notif {
    max-width: 70px;
}

.txt_notif {
    /*margin-left:6px;*/
}

.icon-navbar .btn-notif:hover .txt_notif {
    display: none;
}


.icon-navbar .btn-notif:hover a {
    display: block !important;
    width: auto !important;
    text-align: left !important;
}

.icon-navbar .btn-notif:hover a {
    text-align: center !important;
}

.icon-navbar .btn-notif:hover .notif a {
    text-align: left !important;
}

.btn-notif:hover ul li a {
    color: white;
    text-align: left !important;
}

.notif {
    left: calc(100%);
    display: none;
    position: absolute;
    width: 200px;
    top: 0;
    z-index: 999;
    color: #333;
}

.icon-navbar .notif {
    left: 70px;
}

.notif .img-notif {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}

.notif .matthew-side-menu {
    display: none;
}

.notif h5 {
    font-size: 12px !important;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    color: rgb(167, 177, 194);
}

.notif li:hover h5 {
    color: #fff;
}

.notif ul {
    margin: 0;
    padding: 10px 0px 10px 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #233646;
}

.notif li {
    margin-bottom: 10px;
    padding: 0 10px;
}

.notif p {
    color: #999999;
    margin: 0;
    font-size: 10px;
}

.box-text-notif .is_read {
    color: #e7eaec;
}

@media (max-width: 600px) {
    .swal-back {
        margin-top: -40% !important;
        width: auto;
    }
    .swal-back h2,
    .swal-back p {
        font-size: 14px !important;
    }
}

.help-block {
    padding-left: 0px;
}

.sidebar-collapse {
    height: 100%;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.icon-scroll-navbar::-webkit-scrollbar {
    overflow-y: scroll !important;
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.icon-scroll-navbar {
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.full-navbar::-webkit-scrollbar {
    overflow-y: scroll !important;
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.full-navbar {
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.box-text-notif {
    display: flex;
    flex-direction: column;
}

.notif-block {
    display: block !important;
}

.notif-new {
    z-index: 2;
    font-size: 8px;
    background: red;
    color: #fff;
    padding: 3px 4px 4px 4px;
    margin: -10px 0 0;
    min-width: 20px;
    height: 16px;
    position: absolute;
    border-radius: 10px;
    text-align: center;
    margin: -8px 0 -8px 6px;
    line-height: 1;
}

.icon-navbar .notif-new {
    position: inherit;
    border-radius: 100%;
    margin: 0 0 -8px 20px;
}

.no-notif {
    text-align: center;
}
.notif ul{
    list-style: none;
}

.notifOutlet ul{
    background-color: #006EA7;
}

.notifHR ul{
    background-color: #4D375D;
}


.editable-click-full-width{
    width: 100%;
    min-height: 25px;
    float: left;
}
.fc-ltr .fc-popover .fc-event.fc-h-event.fc-not-end,
.fc-ltr .fc-popover .fc-event.fc-h-event.fc-not-start{
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px 6px;
}
@media(max-width:1024px){
    .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget .select2_result_data_title_widget,
    .select2-inside .select2-container-multi .select2-choices .select2-search-choice{
        max-height:26px;
    }
    .select2-inside .select2-container-multi .select2-search-choice-close{
        margin-left:2px;
        background-position-x: 97%;
    }
    .select2-inside .select2-container-multi .select2-choices .select2-search-choice>div{
        max-width:calc(100% - 10px);
    }
}
.latest-project__project{
    height: 40px;
}

.sidebar-company-logo{
    width: 80%;
    margin: 0px;
    max-height: 44px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.sidebar-company-logo img{
    max-height: 44px;
    margin: 0 auto;
}

.vue-modal-dialog .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: scroll;

}

.vue-modal-dialog .modal-title{
    line-height: 34px;
    vertical-align: middle;
}

.vue-modal-dialog .modal-header button{
    margin-right: 20px;
}

.vue-modal-dialog .grid-view{
    border: none;
}

select:disabled,
input[type='text']:disabled,
input[type='password']:disabled,
input[type='tel']:disabled,
input[type='number']:disabled,
input[type='email']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
textarea:disabled{
    background-color: #F9FAFD !important;
    color: #919497 !important;
    opacity: 1;

}

.col-department .label {
    display: inline-block;
    margin-right: 5px;
}

.slide-view {
    background-color: #ECF0F7;
    padding: 20px;
    box-shadow: -7px 7px 16px 0px rgba(164, 164, 164, 0.25);
    -webkit-box-shadow: -7px 7px 16px 0px rgba(164, 164, 164, 0.25);
    -moz-box-shadow: -7px 7px 16px 0px rgba(164, 164, 164, 0.25);
}

.wrapperslide,.wrapperslidePersonal{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    max-height: 100%;
    overflow-y: scroll;
}

.table-custom-hover table tbody tr:hover{
    background-color: #BBE5FF !important;
}



.employee-selector .select2-container .select2-choice {
    /* -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; */
    padding: 6px 12px;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
}

.employee-selector .select2-container .select2-choice .select2-arrow {
    /* -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; */
    /* border-left: 1px solid #d2d6de; */
    background: #fff;
    border-left: 0;
}

.employee-selector .select2-container:not(.select2-container-multi).select2-dropdown-open a {
    border: 1px solid #5897fb;
}

.employee-selector .select2-drop.select2-drop-active {
    padding: 10px 5px 5px 5px;
    /*border: 1px solid #d2d6de;
    border-top: none;*/
}

.employee-selector .select2-drop .select2-results .select2-no-results,
.employee-selector .select2-drop .select2-results .select2-searching,
.employee-selector .select2-drop .select2-results .select2-selection-limit {
    background: #ffffff;
    padding: 0;
}

.employee-selector .select2-container-active .select2-choice,
.employee-selector .select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.employee-selector .select2-result-repository-widget:not(.single) {
    padding-top: 4px;
    padding-bottom: 3px;
}

.employee-selector .select2-result-repository-widget.single.clearfix {
    height: inherit;
    line-height: inherit;
}

.employee-selector .select2_result_data_avatar_widget {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    overflow: hidden;
}

.employee-selector .select2_result_data_avatar_widget img {
    width: 100%;
    height: 30px;
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.employee-selector .select2_result_data_avatar_widget-single {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    overflow: hidden;
    line-height: 1;
}

.employee-selector .select2_result_data_meta_widget {
    line-height: 1.2;
}

.employee-selector .select2_result_data_avatar_widget-single img {
    width: 100%;
    height: 20px;
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.employee-selector .select2-container .select2-choice .select2-arrow b {
    top: 8px;
    position: relative;
}

.employee-selector .select2-result-repository-widget:not(.single) .select2_result_data_meta_widget {
    margin-left: 70px;
}

.employee-selector .select2-result-repository-widget:not(.single) .select2_result_data_title_widget {
    color: #000000;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.employee-selector .select2_result_data_description {
    font-size: 13px;
    color: #333333;
    margin-top: 4px;
}

.employee-selector .select2_result_data_statistics_widget>div {
    display: inline-block;
    color: #999999;
    font-size: 11px;
}

.employee-selector .select2_result_data_statistics_widget>div i.fa {
    margin-right: 5px;
}

.employee-selector .select2-results .select2-highlighted .select2_result_data_title_widget {
    color: #ffffff;
}

.employee-selector .select2-results .select2-highlighted .select2_result_data_description,
.employee-selector .select2-results .select2-highlighted .select2_result_data_statistics_widget>div {
    color: #ffffff;
}

.employee-selector .select2-input.select2-default {
    background-color: #fff !important;
    border-radius: 1px;
    min-height: 30px !important;
}

.employee-selector .select2-choices {
    background: #fff;
    min-height: 30px !important;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}

/* .employee-selector .select2-offscreen,
.employee-selector .select2-offscreen:focus {}

.employee-selector .select2-container,
.employee-selector .select2-drop,
.employee-selector .select2-search,
.employee-selector .select2-search input {
    border-radius: 1px;
} */

.employee-selector .select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 18px 6px 5px !important;
    background: #fefefe;
    border: 1px solid #c1c5c7;
    margin-top: 5px;
}

.employee-selector .select2-container-multi .select2-search-choice-close {
    right: 3px !important;
    top: 5px;
    left: auto !important;
}

.employee-selector .select2-container-multi .select2-choices .select2-search-field input {
    background-color: #ffffff;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    font-size: 14px;
    height: 34px;
}

.employee-selector .select2-drop.select2-drop-active {
    padding: 0;
}

.employee-selector .select2-drop.select2-drop-active .select2-results .select2_result_data_avatar_widget {
    width: 30px;
}

.employee-selector .select2-drop.select2-drop-active .select2-results .select2_result_data_meta_widget {
    margin-left: 5px;
}



.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px !important;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice>div {
    float: left;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget {
    padding: 0px;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget.clearfix {
    height: auto;
    display: inline-flex;
    vertical-align: middle;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_avatar_widget {
    display: inline-block;
    float: none;
    max-width: 26px;
    height: 26px;
    margin-right: 5px;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget {
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    margin-top: 1px;
}

.employee-selector .select2-inside .select2-container-multi .select2-choices .select2-search-choice .select2-result-repository-widget .select2_result_data_meta_widget .select2_result_data_title_widget {
    font-weight: normal;
    margin-bottom: 0;
}

.employee-selector .select2-inside .select2-container-multi .select2-search-choice-close {
    display: inline-block;
    /*top: inherit !important;*/
    top: 50%;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    float: left;
    position: relative;
    margin-top: 1.2px;
    margin-left: 5px;
}

.employee-selector .person_selector .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.employee-selector .person_selector_follower .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.employee-selector .role_selector .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: 0px !important;
}

.employee-selector .filter-container .select2-chosen {}

.employee-selector .filter-container .select2-choices .select2_result_data_avatar_widget {
    display: none;
}

.employee-selector .filter-container .select2-choices .select2-result-repository-widget:not(.single) {
    padding: 0;
    height: auto;
    line-height: inherit;
}

.employee-selector .filter-container .select2-choices .select2-result-repository-widget:not(.single) .select2_result_data_meta_widget {
    margin-left: 0;
}

.employee-selector .filter-container .select2-choices .select2-result-repository-widget:not(.single) .select2_result_data_meta_widget .select2_result_data_title_widget {
    line-height: inherit;
    margin-bottom: 0;
    font-weight: normal;
}
.employee-selector .select2-container .select2-choices.error {
    border: 1px solid #cc5965;
}

table > tbody > tr.highlited-row td,
table > tbody > tr.highlited-row td a:not(.btn){
    color: red !important;
}

label.control-label,
div.control-value {
    line-height: 34px;
    vertical-align: center;
}

.modal-body-style1{
    max-height: 71vh;
    width: 100%;
    overflow-y: auto;
    position: relative;
    padding: 20px;
}

.modal-body-style1.fix-height{
    height: 60vh;
    max-height: 60vh;
}

.modal-body-style1 .prev,
.modal-body-style1 .next{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.modal-body-style1 .prev a,
.modal-body-style1 .next a{
    font-size: 20px;
}

.modal-body-style1 .prev{
    left: 5px;
}

.modal-body-style1 .next{
    right: 5px;
}

.modal-sweet .modal-header {
    background-color: #f8ac59;
}
.modal-sweet .modal-header h4{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: auto;
    text-align: left;
}

/* too global, it affect all numeric (longitude, latitude)
input.numeric{
    text-align: right;
} */

.v-form{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex: 0 0 auto;
}

.v-form-colon{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10px;
    text-align: center;
    align-self: baseline;
    line-height: 30px;
}

.v-form-label{
    font-weight: bold;
    flex-basis: 200px;
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: baseline;
    line-height: 30px;
}

.v-form-label.small{
    flex-basis: 100px;
}

.v-form-input{
    flex-grow: 1;
}

.force-inline-block{
    margin-top: 3px;
    overflow-x: visible;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .v-form-label{
        flex-basis: 150px;
    }

    .force-inline-block{
        white-space: normal;
    }

}

@media (max-width: 768px) {
    .v-form{
        display: block;
    }
    .v-form-label{
        width: 100%;
    }

    .v-form-colon{
        display: none;
    }

    .v-form-input{
    }

    .my-account-dropdown .dropdown-submenu .dropdown-menu.collapse {
        height: 300px;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
    .my-account-dropdown .dropdown-submenu .dropdown-menu.collapsing {
        height: 300px;
        max-height: 300px;
    }
}

@media (max-height: 480px){

    .my-account-dropdown .dropdown-submenu .dropdown-menu.collapse {
        height: 150px;
        max-height: 150px;
        overflow: hidden;
        overflow-y: auto;
    }
    .my-account-dropdown .dropdown-submenu .dropdown-menu.collapsing {
        height: 150px;
        max-height: 150px;
    }
}



.clickable{
    cursor: pointer;
}

p.small-hint{
    margin: 0;
    font-weight: normal;
    font-size: 11px;
}

.sweet-alert .v-form input{
    display: block !important;
    height: 34px;
    margin: 0;
}

.sweet-alert.sa-custom .sa-content p.hint{
    font-size: 12px;
}

.select2-drop{
    z-index: 99999;
}

.sweet-alert .alert{
    margin: 0;
    padding: 10px;
    margin-bottom: 1em;
}

.sweet-alert .alert p{
    font-size: 14px !important;
}

.sweet-alert .alert ul li{
    font-size: 12px !important;
}
.col-payroll{
    max-width: 400px;
}

.col-payroll.col-payroll-center{
    margin: 0 auto;
}

.col-payroll.col-payroll-right{
    margin: 0 0 0 auto;
}

@media (max-width: 768px) {
    .col-payroll.col-payroll-center{
        margin: 0;
    }

    .col-payroll.col-payroll-right{
        margin: 0;
    }
}

.inline-container{
    display: flex;
    gap: 5px;
}

input.no_spinner::-webkit-outer-spin-button,
input.no_spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].no_spinner {
    -moz-appearance: textfield;
}

.inline-container .input-group .form-control{
    border-right: none;
    padding-right: 4px;
}

.inline-container .input-group .addon-small{
    padding: 0 5px 0 0;
    border: 1px solid #C4C4C4 !important;
    border-left: none !important;

}

.tab-content #layoutLegendContent {
	padding: 15px 14.25px;
	background-color: #FCFCFC;
	border: 1px solid #D0D0D0;
	border-radius: 12px;
}

.tab-content #layoutLegendContent h4 {
	margin-bottom: 20px;
}

#tab-schedule #layoutContent {
	margin-top: 30px;
}

#tab-schedule #layoutContent td {
	min-height: 48px;
}

#tab-schedule #layoutContent .today-highlight {
	padding: 4px;
	color: #fff !important;
	background: #02A4F7;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 1.2;
}

.my-account-dropdown .dropdown-submenu {
    position:relative;
}
.my-account-dropdown .dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:100%;*/
    margin-top:-6px;
    margin-left:-1px;
    /*-webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;*/
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.my-account-dropdown .dropdown-submenu>.dropdown-menu a{
    padding-left: 30px;
}
.my-account-dropdown .dropdown-submenu> a span.fa.arrow{
    position: absolute;
    right: 15px;
    margin-top: 4px;
}

@media only screen and (min-width: 769px)  and (min-height: 480px){
    .my-account-dropdown .dropdown-submenu> a span.fa.arrow{
        display: none;
    }

    .my-account-dropdown .dropdown-submenu> .dropdown-menu{
        display: none !important;
    }
}


.my-account-dropdown .dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.my-account-dropdown .dropdown-submenu.pull-left {
    float:none;
}
.my-account-dropdown .dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.my-account-dropdown .dropdown-submenu .dropdown-menu.collapsing {
    -webkit-transition: none;
    transition: none;
    display: block;
    height: auto !important;
    position: relative;
}

.my-account-dropdown .dropdown-submenu .dropdown-menu.collapse.in {
    position: relative;
}

.my-account-dropdown .dropdown-submenu .dropdown-menu{
    height: auto !important;
}

.my-account-dropdown .dropdown-menu>li>a{
    line-height: 15px;
}

.employee-selector .select2-chosen{
    line-height: 30px;
}

.employee-selector .select2-container .select2-choice abbr{
    top: 15px;
}

.thick-left-border{
    border-left: 4px solid rgb(231, 231, 231) !important;
}