﻿.hidebtn {
    display: none;
}

/*.table tr:hover td {
    background-color: #ccc;
}*/

.mainpanel {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.switch input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.switch {
    width: 120px;
    height: 100px;
    position: relative;
    margin: 20px auto;
}

    .switch label {
        display: block;
        width: 80%;
        height: 100%;
        position: relative;
        background: #d4d4d4; /*#121823*/
        /*background: linear-gradient(#2d78b8, #095ea8);*/
        border-radius: 30px 30px 30px 30px;
        box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0.8;
        display: none;
    }

    .switch input:checked ~ label {
        display: block;
        width: 80%;
        height: 100%;
        position: relative;
        background: #b9f3fe; /*#121823*/
        /*background: linear-gradient(#2d78b8, #095ea8);*/
        border-radius: 30px 30px 30px 30px;
        box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0.8;
        display: none;
    }

    .switch input ~ label i {
        display: block;
        height: 26px;
        width: 26px;
        position: absolute;
        left: 2px;
        top: 2px;
        z-index: 2;
        border-radius: inherit;
        background: #095ea8; /* Fallback */
        background: linear-gradient(#095ea8, #094981);
        /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 12px 12px rgba(0,0,0,0.4);*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .switch label + span {
        content: "";
        display: inline-block;
        position: absolute;
        right: 6px;
        top: 5px;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        background: #d4d4d4;
        background: gradient-gradient(#36455b, #283446);
        /*box-shadow: inset 0 1px 0 rgba(0,0,0,0.2),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(185,231,253,0),  inset 0 0 8px rgba(0,0,0,0.9),  inset 0 -2px 5px rgba(0,0,0,0.3),  inset 0 -5px 5px rgba(0,0,0,0.5);*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 2;
        opacity: 0.3;
    }

    /* Toggle */
    .switch input:checked ~ label + span {
        content: "";
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 10px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 2;
        background: #b9f3fe;
        background: gradient-gradient(#ffffff, #77a1b9);
        /*box-shadow: inset 0 1px 0 rgba(0,0,0,0.1),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(100,231,253,1),  inset 0 0 8px rgba( 61,157,247,0.8),  inset 0 -2px 5px rgba(185,231,253,0.3),  inset 0 -3px 8px rgba(185,231,253,0.5);*/ opacity: 0.8;
    }

    .switch input:checked ~ label i {
        left: auto;
        left: 63%;
        /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 8px 8px rgba(0,0,0,0.3),  inset -1px 0 1px #b9f3fe;*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.switch {
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
    margin: 0.25rem;
    border: 1px solid #428bca;
    background: #428bca;
}

    .switch h2 {
        color: #094981;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto;
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        opacity: 0.7;
        background: #fff;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) inset;
    }

        .switch h2 span {
            font-size: 30px;
            margin: -6px;
        }



/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
    .flex-container;

{
    width: 100%;
    -moz-box-sizing: border-box;
}

}

.select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

.checkbox input[type=radio],
.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 1px solid #428bca;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

.checkbox .radio label:before {
    border-radius: 8px;
}

.checkbox label {
    margin-bottom: 10px;
}

    .checkbox label:before {
        border-radius: 3px;
    }

.checkbox input[type=radio]:checked + label:before {
    content: "\F00C";
    color: #f3f3f3;
    font-size: 50px;
    text-align: center;
    line-height: 20px;
}

.checkbox input[type=checkbox]:checked + label:before {
    font-family: 'FontAwesome';
    content: "\F00C";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    color: #f3f3f3;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    background: #428bca;
}


.checkboxb.custom {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

    .checkboxb.custom span {
        font-size: 30px;
        font-weight: bold;
        color: #428bca;
        padding: 0px 15px;
        display: inline-block;
        line-height: 62px;
        float: right;
    }

input[type="checkbox"].custom {
    margin-left: 0;
    padding: 0;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label,
    input[type=checkbox].css-checkbox + label.css-label-red,
    input[type=checkbox].css-checkbox + label.css-label-yellow,
    input[type=checkbox].css-checkbox + label.css-label-blue,
    input[type=checkbox].css-checkbox + label.css-label-purple {
        padding-left: 45px;
        height: 43px;
        display: inline-block;
        line-height: 42px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 25px;
        vertical-align: middle;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        margin-bottom: 0 !important;
        color: #ababab;
    }

        input[type=checkbox].css-checkbox + label.css-label:hover,
        input[type=checkbox].css-checkbox + label.css-label-red:hover,
        input[type=checkbox].css-checkbox + label.css-label-yellow:hover,
        input[type=checkbox].css-checkbox + label.css-label-blue:hover,
        input[type=checkbox].css-checkbox + label.css-label-purple:hover {
            opacity: 0.9;
        }

    input[type=checkbox].css-checkbox:checked + label.css-label,
    input[type=checkbox].css-checkbox:checked + label.css-label-red,
    input[type=checkbox].css-checkbox:checked + label.css-label-yellow,
    input[type=checkbox].css-checkbox:checked + label.css-label-blue,
    input[type=checkbox].css-checkbox:checked + label.css-label-purple {
        background-position: 0 -40px;
        color: #428bca;
    }

.css-label {
    background-image: url(../../_imgs/check2.png);
}

.css-label-red {
    background-image: url(http://gdurl.com/DB5C);
}

.css-label-yellow {
    background-image: url(http://gdurl.com/XmI9);
}

.css-label-blue {
    background-image: url(http://gdurl.com/ab4f);
}

.css-label-purple {
    background-image: url(http://gdurl.com/561n);
}





/*********** new ********/


.checkboxnew label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px; color:#ff6a00
}

.checkboxnew input[type=radio],
.checkboxnew input[type=checkbox] {
    display: none;
}

.checkboxnew label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 1px solid #ff6a00;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

.checkboxnew .radio label:before {
    border-radius: 8px;
}

.checkboxnew label {
    margin-bottom: 10px;
}

    .checkboxnew label:before {
        border-radius: 3px;
    }

.checkboxnew input[type=radio]:checked + label:before {
    content: "\F00C";
    color: #f3f3f3;
    font-size: 50px;
    text-align: center;
    line-height: 20px;
}

.checkboxnew input[type=checkbox]:checked + label:before {
    font-family: 'FontAwesome';
    content: "\F00C";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    color: #f3f3f3;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    background: #ff6a00;
}