html body div .parsley-error input,
html body div .parsley-error select,
html body div .parsley-error .select2-container--default .select2-selection--single,
#content div .parsley-error,
.parsley-errors-list li {
    border-color: rgb(239, 83, 80) !important;
    color: rgb(239, 83, 80) !important;
}

.parsley-errors-list {
    list-style-type: none;
    padding: 3px 0 0;
    font-size: 12px;
}

.modal {
    z-index: 2040 !important;
}

.modal-backdrop {
    z-index: 2039 !important;
}

#ui-datepicker-div {
    z-index: 10044 !important;
}

.panel-heading .btn-sm .fa {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

.panel-heading .btn-sm .badge {
    padding: 2px 5px;
}

.panel-heading .btn-sm {
    padding: 2px 9px;
}

.col-form {
    margin-bottom: 5px;
}

.col-form label {
    min-height: 16px;
}

.col-form input {
    min-height: 26px;
}

textarea.form-control {
    min-height: 36px;
}

.col-form .btn-toggle {
    min-height: 34px;
}

.col-form.col-form-field_toggle {
    min-height: 59px;
}

.col-form input[type="checkbox"], .col-form input[type="radio"] {
    min-height: 14px;
    margin-top: 0px;
    margin-right: 5px;
}

.col-form select {
    min-height: 35px;
}

.col-form .parsley-errors-list {
    margin-bottom: 0px;
}

.col-form .help-block {
    margin: 0px;
}

.col-form .form-group {
    margin: 0px;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 12px;
    padding: 0;
}

.ui-dialog-titlebar-restore {
    right: 0em !important;
}

.ui-widget-header .btn-group a {
    color: #FFF;
}

.ui-widget-min .btn-group {
    display: none;
}

.ui-widget-min .ui-dialog-title {
    height: 20px;
}

.ui-dialog-content {
    overflow-x: hidden !important;
}

.ui-dialog {
    z-index: 1500 !important;
}

.ui-dialog-titlebar-close {
    background-position: -96px -128px !important;
    background-image: url("/assets/jquery-ui/css/bootstrap/images/ui-icons_222222_256x240.png") !important;
    height: 16px;
    width: 16px;
}

a:focus, a:hover, a:active,
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    text-decoration: none;
}

.bs3 .form-control {
    padding: 4px;
}


/*table.dataTable thead > tr > th {*/
/*    padding-left: 9px;*/
/*    padding-right: 18px;*/
/*}*/

#noty_topRight_layout_container {
    top: 120px !important;
}

/*body.modal-open {
	overflow: hidden!important;
}*/

.col-form select {
    min-height: 34px;
}

/*.col-form-field_select, .col-form-field_select2 {
	margin-bottom:0px;
}*/
.col-form-field_select2 .select2-container {
    margin-bottom: 0px;
}

.dropdown-submenu {
    position: relative;
}

.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;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.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;
}

.ms-ctn-focus input {
    width: auto !important;
}

.field-required-dot {
    color: red;
}

.pac-container.pac-logo {
    z-index: 3000 !important;
}

/*field map*/

.bootbox.modal {
    overflow: initial;
}

.bootbox.modal .modal-title {
    padding: 0;
}

.bootbox.modal .bootbox-close-button {
    font-size: 19.5px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    background: transparent !important;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: opacity ease-in-out 0.15s;
    -o-transition: opacity ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s;
    opacity: 0.6 !important;
    text-shadow: none;
    float: right;
}

.bootbox.modal .bootbox-close-button:focus {
    outline: none;
}

.bootbox.modal.bootbox-info .modal-header {
    background-color: #00bcd4;
    color: #fff;
}

.bootbox.modal.bootbox-danger .modal-header {
    background-color: #f44336;
    color: #fff;
}

.bootbox.modal.bootbox-success .modal-header {
    background-color: #4caf50;
    color: #fff;
}

.bootbox.modal.bootbox-warning .modal-header {
    background-color: #ff5722;
    color: #fff;
}

.bootbox.modal.bootbox-primary .modal-header {
    background-color: #2196f3;
    color: #fff;
}

.bootbox.modal-has-custom-class .bootbox-close-button {
    color: #fff !important;
}

.bootbox.modal .modal-footer, .bootbox.modal .modal-body {
    text-align: center !important;
}
.bs4 .bootbox.modal .modal-footer {
    justify-content: center;
}

.col-md-0, col-xs-0, col-lg-0, col-sm-0, .col-form-field_hidden {
    display: none;
}

.bs3 .dataTables_filter .form-control {
    height: 25px
}

.bs3 .dataTables_filter .fa-search {
    float: right;
    margin-top: 13px;
    margin-left: 10px;
}

.bs3 .dataTables_filter {
    float: left;
    padding: 20px 20px 10px 3px;
}

.field_radio_inline_fg .radio {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
}

.swal2-container {
    z-index: 2050 !important;
}