/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.form-label {
    text-transform: initial;
    color: #bdd1f8;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.color-bdd1f8 {
    color: #bdd1f8 !important;
}

.alert.alert-danger ul li {
    color: #fff !important;
}

#passwordRules li.error {
    color: red !important;
}

.password-wrapper {
    position: relative;
}

.password-control {
    position: absolute;
    top: 32px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/view.svg) 0 0 no-repeat;
}

.form-horizontal .password-control {
    top: 10px;
}

.form-sell .password-control {
    top: 30px;
}

.password-control.view {
    background: url(/images/no-view.svg) 0 0 no-repeat;
}

td.width-30 {
    width: 30px;
}

.form-group input.form-control.field-border-normal {
    border-color: #464d5c !important;
}

.form-group input.form-control.field-border-error {
    border-color: red !important;
}

.alert-error {
    text-transform: none;
    color: #f05050 !important;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: normal;
}

#info-desktop-modal .btn-group-copy {
    margin-top: 22px;
}

.margin-top-25 {
    margin-top: 25px;
}

.roles-select {
    overflow: hidden;
}

.daterangepicker .calendar-table table {
    color: #fff;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.loader {
    width: 50px;
}
