﻿/****************Modal Settings***********************/
.modal-header {
    padding: 7px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    text-align: center;
    color: #fff;
    background-color: #3889C9;
}


.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}

.modal-footer {
    padding: 9px 10px 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }
.modal-body {
    position: relative;
    padding: 20px 20px 0;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 99;
    filter: alpha(opacity=99);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 99;
    filter: alpha(opacity=99);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 99;
}


/*Toggle Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 135px;
    height: 34px;
    color: #FFF;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #FFF;
    text-align: center;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(86px);
    -ms-transform: translateX(86px);
    transform: translateX(86px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Toggle Switch*/

.tox-menu {
    max-height: 300px !important;
    overflow: auto !important;
}
.tox-statusbar__branding a {
    font-size: 0.1rem !important;
    color: #FFF !important;
}
.tox .tox-menu {
    max-height: 300px !important;
    overflow: auto !important;
}

.text-inactive {
    font-style: italic;
    text-decoration: line-through;
}