/*========================Basic Form elements==========================*/

.focus_input {
    border-color: #66afe9;
}

.input_icon {
    position: relative;
}

.input_icon_left,
.input_icon_right {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 36px;
    text-align: center;
}

.input_icon_left {
    left: 8px;
}

.input_icon_right {
    right: 8px;
}

.icon_right_input {
    padding-right: 40px;
}

#color.form-control {
    padding: 0.2rem 0.75rem;
}

#large_select {
    padding: 0 0 0 0.5rem;
}


/*============================End of Basic Form elements========================*/


/*=======================Advanced form elements=================================*/

.input-group-addon .custom-control-indicator {
    margin-left: 2px;
}

.text-white::-webkit-input-placeholder {
    color: #fff;
}

.addon_img {
    width: 45px;
    height: 50px;
}

.has-primary .input-group-addon,
.has-primary input {
    border-color: #329cff;
}

.has-primary input {
    opacity: 0.8;
}

.br_left_25 {
    border-radius: 25px 0 0 25px !important;
}

.br_right_25 {
    border-radius: 0 25px 25px 0 !important;
}

.addon_left_img img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.addon_right_img img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*plugin css*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--single {
    padding: 3px 6px;
}

.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single {
    height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.img_flag {
    width: 20px;
    height: 15px;
}

.select2.select2-container {
    width: 100%;
}


/*End of plugin css*/


/*choices*/

.choices__list--multiple .choices__item {
    background-color: #5aca82;
    border: 1px solid #5aca82;
}


/*End of choices*/


/*================================End Advanced form elements==============================*/


/*changes*/

.form-control-success .input-group-addon {
    border-left: 1px solid #5aca82;
    border-top: 1px solid #5aca82;
    border-bottom: 1px solid #5aca82;
}

.has-danger .input-group-addon {
    border-left: 1px solid #f86a67;
    border-top: 1px solid #f86a67;
    border-bottom: 1px solid #f86a67;
}

.form-control-warning .input-group-addon {
    border-left: 1px solid #fcb410;
    border-top: 1px solid #fcb410;
    border-bottom: 1px solid #fcb410;
}

.form-control-danger,
.form-control-warning,
.form-control-success {
    border-radius: 3px;
}

.form-control-success .input-group-addon .ti-check {
    color: #5aca82;
}

.form-control-success .input-group-addon {
    background-color: #f4fcf7;
}

.form-control-danger .input-group-addon {
    background-color: #fff;
}

.form-control-danger .input-group-addon .ti-close {
    color: #f86a67;
}

.form-control-warning .input-group-addon {
    background-color: #fff3d9;
}

.form-control-warning .input-group-addon .ti-alert {
    color: #fcb410;
}

p.card-textWht {
    color: #fff !important;
}

h6.card-title1 {
    color: #97ddff;
}

@media(min-width: 768px) {
    .text-center .dotted h4 {
        margin: auto;
        width: 100px;
    }
}

@media(max-width: 991px) {
    .btM {
        margin-top: 10px;
    }
}


/*===============================Advanced form elements2======================================*/


/*File input*/

.kv-upload-progress>.progress,
.fileinput-cancel-button {
    display: none;
}

.file-zoom-fullscreen .modal-dialog {
    max-width: 100%;
}

@media (max-width:992px) {
    .hidden-xs {
        display: none !important;
    }
    .file-preview-image,
    .file-preview-text {
        max-width: 100% !important;
    }
}

.button_file .btn-file {
    width: 100%;
}

.file_input .form-control {
    padding: 0.25rem 0.75rem;
}

.file-caption-main {
    margin-top: 15px;
}

.button_file .file-input.theme-fa .btn-file {
    margin-top: 10px;
}

.file_input a.btn-default {
    background-color: #ccc;
    color: #000;
}

.file_input a.btn-default:hover {
    color: #000;
}

.file-caption-main .input-group-btn {
    display: block;
}

.modal-header {
    flex-direction: row-reverse;
}

.file-zoom-content img {
    width: 100% !important;
}

.file-thumb-progress .progress {
    margin-top: 5px;
}


/*End of file input*/


/*multiselect*/

.ms-container {
    width: 100%;
}

.ms-selectable input,
.ms-selection input {
    width: 100%;
}

.custom-header {
    text-align: center;
    padding: 3px;
    background: #329cff;
    color: #fff;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background-color: #329cff;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    color: #525252;
}

#ms-multi_select3 .ms-list,
#ms-multi_select4 .ms-list {
    border-radius: 0;
}

#ms-multi_select4 input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.jump_next_field .form-group {
    width: 100%;
}


/*End of multiselect*/


/*===============================End of Advanced form elements2===========================================*/


/*================================================file upload=======================================================*/

.modal {
    top: 0;
}

.header {
    z-index: 100 !important;
}

.left_aside {
    z-index: 99 !important;
}


/*=================advanced file upload=========================*/

.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
    margin-top: 5px;
}


/*========================End of advanced file upload==================*/

@media only screen and (max-width: 767px) {
    .jquery_file_upload .files img,
    .jquery_file_upload .files canvas {
        max-width: none;
    }
}

.jquery_file_upload .fade.in {
    opacity: 1;
}

.jquery_file_upload .label-danger {
    background-color: #f86a67;
    color: #fff3d9;
    padding: 5px;
    border-radius: 5px;
}

.jquery_file_upload .custom-control-indicator {
    margin-top: 12px;
}


/*================================dropify=============================*/

.dropify-wrapper .dropify-errors-container {
    background: #f86a67;
}

.dropify-wrapper.has-error {
    border-color: #f86a67;
}

.dropify-wrapper .dropify-message p.dropify-error {
    color: #f86a67;
}

.dz-image img {
    width: 100%;
}


/*layout fixed header*/

.fixed_header .file-zoom-fullscreen {
    z-index: 99999;
}

.fixed_header .file-zoom-fullscreen .modal-dialog {
    top: 0;
}

.fixed_header .modal {
    top: 60px;
}

#scroll {
    z-index: 999;
}

.has-success .form_control_icon_success {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 8\ 8\'%3E%3Cpath\ fill=\'%235aca82\'\ d=\'M2.3\ 6.73L.6\ 4.53c-.4-1.04.46-1.4\ 1.1-.8l1.1\ 1.4\ 3.4-3.8c.6-.63\ 1.6-.27\ 1.2.7l-4\ 4.6c-.43.5-.8.4-1.1.1z\'/%3E%3C/svg%3E);
}

.form_control_icon_success {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem;
}

.form_control_icon_danger {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ fill=\'%23f86a67\'\ viewBox=\'-2\ -2\ 7\ 7\'%3E%3Cpath\ stroke=\'%23d9534f\'\ d=\'M0\ 0l3\ 3m0-3L0\ 3\'/%3E%3Ccircle\ r=\'.5\'/%3E%3Ccircle\ cx=\'3\'\ r=\'.5\'/%3E%3Ccircle\ cy=\'3\'\ r=\'.5\'/%3E%3Ccircle\ cx=\'3\'\ cy=\'3\'\ r=\'.5\'/%3E%3C/svg%3E);
}

.form_control_icon_warning {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 8\ 8\'%3E%3Cpath\ fill=\'%23fcb410\'\ d=\'M4.4\ 5.324h-.8v-2.46h.8zm0\ 1.42h-.8V5.89h.8zM3.76.63L.04\ 7.075c-.115.2.016.425.26.426h7.397c.242\ 0\ .372-.226.258-.426C6.726\ 4.924\ 5.47\ 2.79\ 4.253.63c-.113-.174-.39-.174-.494\ 0z\'/%3E%3C/svg%3E);
}

.form_control_icon_success,
.form_control_icon_danger,
.form_control_icon_warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem;
}


/*===========================End of dropify=============================*/


/*====================================================End of file upload===========================================*/