﻿/**************************************************** Begin Text Superior *****************************************************/
.mvc_sup {
    color: #64ffda;
    font-weight: 500;
    font-size: 0.75rem;
    top: -1em;
}
/**************************************************** End Text Superior *****************************************************/

/**************************************************** Begin label Styles *****************************************************/
.mvc_lbl_unknow {
    color: #000000;
    font-size: 10px;
}

.mvc_lbl_pending {
    color: #ff8c00;
    font-size: 10px;
}

.mvc_lbl_close {
    color: #9de400;
    font-size: 10px;
}

.mvc_lbl_reject {
    color: #ff182d;
    font-size: 10px;
}

.mvc_lbl_inprocess {
    color: #064eff;
    font-size: 10px;
}

.mvc_lbl_response {
    color: #5300ff;
    font-size: 10px;
}
/**************************************************** End label Styles *****************************************************/

/**************************************************** Begin Textfields *****************************************************/
.mvc_flatLine {
    border: none;
    border-bottom: 1px solid gray;
    background: transparent;
}
/**************************************************** End Textfields *****************************************************/

/**************************************************** Begin Checkbox *****************************************************/
.onoff {
    margin-left: -27px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .onoff label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background: #cd3c3c;
        border-radius: 5px;
        font-weight: bold;
        color: #FFF;
        -webkit-transition: background 0.3s, text-indent 0.3s;
        -moz-transition: background 0.3s, text-indent 0.3s;
        -o-transition: background 0.3s, text-indent 0.3s;
        transition: background 0.3s, text-indent 0.3s;
        text-indent: 27px;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    }

        .onoff label:after {
            content: 'NO';
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            font-size: 12px;
            color: #591717;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
            z-index: 1;
        }

        .onoff label:before {
            content: '';
            width: 15px;
            height: 24px;
            border-radius: 3px;
            background: #FFF;
            position: absolute;
            z-index: 2;
            top: 3px;
            left: 3px;
            display: block;
            -webkit-transition: left 0.3s;
            -moz-transition: left 0.3s;
            -o-transition: left 0.3s;
            transition: left 0.3s;
            -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        }

    .onoff input:checked + label {
        background: #378b2c;
        text-indent: 8px;
    }

        .onoff input:checked + label:after {
            content: 'YES';
            color: #091707;
        }

        .onoff input:checked + label:before {
            left: 37px;
        }

.parent {
    left: 20%;
}

/**************************************************** End Checkbox *****************************************************/

/**************************************************** Begin Flicker *****************************************************/
.flicker {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/**************************************************** Begin Flicker *****************************************************/


/**************************************************** Begin List Selection *****************************************************/
.mvc_list-items {
    margin: 0;
    padding: 0;
}

.mvc_list-left .mvc_list-item {
    font-family: Arial, sans-serif;
    font-size: 16px;
    list-style-type: none;
    padding: 0.25em 0 0.25em 0;
    padding-left: 1em;
    color: #fff;
    background: linear-gradient(#de1515, #cd3c3c);
    border-top: 1px solid #ccc;
}

.mvc_list-right .mvc_list-item {
    font-family: Arial, sans-serif;
    font-size: 16px;
    list-style-type: none;
    padding: 0.25em 0 0.25em 0;
    padding-left: 1em;
    color: #fff;
    background: linear-gradient(#378b2c,#12dc84);
    border-top: 1px solid #ccc;
}

.mvc_list-left .mvc_list-item::after {
    content: " (no selected)";
    font-size: 11px;
}

.mvc_list-right .mvc_list-item::after {
    content: " (selected)";
    font-size: 11px;
}

.mvc_list-left, .mvc_list-right {
    font-size:x-small;
    width:100%;
    max-width: 40%;
    min-height: 300px;
    margin: 5px;
    overflow-x: auto;
    border: 1px solid #000;
    border-radius: 12px;
}

.mvc_list-draggable {
    cursor: pointer;
}

    .mvc_list-draggable:active {
        cursor: grabbing;
    }

/**************************************************** End List Selection *****************************************************/

/**************************************************** Begin ScrollBar *****************************************************/
::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    background: #fff;
}
/**************************************************** Begin ScrollBar *****************************************************/

/*******************************************************************************************************************/
.mvc_chk_toggle {
    margin-bottom: 5px;
}
    .mvc_chk_toggle .mvc_chk_toggle_label {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 25px;
        background-color: #e1e1e1;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
        -webkit-tap-highlight-color: transparent;
    }
        .mvc_chk_toggle .mvc_chk_toggle_label:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            height: 20px;
            width: 24px;
            background-color: #fff;
            border-radius: 46px;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
            animation: mvc_chk_toggle_moveLeft 0.3s ease-in-out;
        }

    .mvc_chk_toggle .mvc_chk_toggle_input {
        display: none;
    }
        .mvc_chk_toggle .mvc_chk_toggle_input:checked + .mvc_chk_toggle_label {
            background-color: #57de72;
        }
        .mvc_chk_toggle .mvc_chk_toggle_input:checked + .mvc_chk_toggle_label:before {
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            height: 20px;
            width: 24px;
            background-color: #fff;
            border-radius: 46px;
            transition: box-shadow 0.3s ease-in-out;
            transform: translateX(20px);
            box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
            animation: mvc_chk_toggle_moveRight 0.3s ease-in-out;
        }
@keyframes mvc_chk_toggle_moveRight {
    0% {
        width: 16px;
        transform: translateX(0);
    }

    45% {
        width: 20px;
    }

    100% {
        width: 16px;
        transform: translateX(30px);
    }
}
@keyframes mvc_chk_toggle_moveLeft {
    0% {
        width: 16px;
        transform: translateX(30px);
    }

    45% {
        width: 20px;
    }

    100% {
        width: 16px;
        transform: translateX(0);
    }
}
