/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 8, 2019, 11:57:36 AM
    Author     : NTSPL4
*/

.asterisk {
    color: #ef5350;
}
#dataTable_filter input{
    -webkit-appearance: textfield !important;
}
.thead_dark{
    background-color: #e0e0e0;
    color: #000;
}
.panel_right_link {
    position: absolute;
    right: 17px;
    top: 9px;
}
.panel_right_link a{
    display: inline-block;
    float: left;
    margin-right: 0px!important;
}

.panel-title .checkbox{
    display:inline-block
}


.boxs-body .panel .panel-heading .panel-title>a {
    display: block;
    cursor: pointer;
    font-size: 15px;
    padding: 0px 15px;
}

.panel-body ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.form-group .error-msg{
    display: none
}
.error-msg {   
    position: absolute;
    right: 16px;
    top: 5px;
    background-color: #f96666;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    display: none;
}
.val-error .error-msg {
    display: block;
}
.card-signup .error-msg {
    right: 0px;
    top: 10px;
}
.loader-container {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
    display: none;
    z-index: 9999999;
}
.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader {
    /* margin: 60px auto; */
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,128,255, 0.2);
    border-right: 1.1em solid rgba(0,128,255, 0.2);
    border-bottom: 1.1em solid rgba(0,128,255, 0.2);
    border-left: 1.1em solid #0080ff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;    
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-page .loader-container {
    background: rgba(0, 0, 0, 0.74);
}

.login-page .loader {
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
}
.login-page .wrapper>.header {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.login-page .wrapper .card-signup {
    margin:0 !important;
}


.swal2-modal,.swal2-modal .swal2-styled{
    border-radius: 0px !important
}

.crop_image{width: 100%;position: relative}
.crop_image img{width: 100%;height: auto;}
.edit_form_cont .crop_image{margin: 0}

