* {
    box-sizing: border-box;
}

::before, ::after {
    box-sizing: border-box;
}

.info {
    font-style: italic;
    font-size: 0.9em;
    color: #666666;
}

html, body
{
    min-height: 100%;
    height: auto;
}
html
{
    margin: 0;
}

body
{
    margin: 0;
    padding: 0 3rem;
    background: #7796b2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.err
{
    color: Red;
    font-size: 10px;
    font-weight: bold;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.red
{
    color: #cc0000;
}

.btnnormal
{
    width: 50px;
    height: 25px;
    margin: 10px 0;
    cursor: pointer;
    background: #7796b2;
    font-weight: normal;
    color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.btn1
{
    width: 70px;
    height: 25px;
    margin: 10px 0;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    border: none;
    text-align: center;
}

.btn2
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    min-width: 110px;
    height: 25px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.input-group-btn > .btn2
{
    margin: 0 !important;
}
[class*='btn']
{
    line-height: normal;
}
a.btn2.fr, a.btn2.fl, a.btn3.fr, a.btn3.fl, a.btn4.fr, a.btn4.fl, a.btn5.fr, a.btn5.fl, a.btn6.fr, a.btn6.fl, a.btn7.fr, a.btn7.fl, a.btn8.fr, a.btn8.fl, a.btn9.fr, a.btn9.fl
{
    line-height: normal;
    color: #fff;
}
.btn9
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 110px;
    height: 25px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.btn7
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 110px;
    height: 25px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.btn3
{
    width: 110px;
    height: 20px;
    margin: 10px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    border: none;
    text-align: center;
}

.btn6
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 180px;
    height: 25px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn4
{
    width: 400px;
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    border: none;
    text-align: center;
}

.btn5
{
    width: 50px;
    height: 25px;
    margin: 10px;
    border-radius: 2px;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    background: #7796b2;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    border: none;
    text-align: center;
}

.descricon
{
    border: 1px solid #d6d6d6;
    padding: 10px;
    background: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.descricon2
{
    border: 1px solid #d6d6d6;
    padding: 10px;
    height: 40px;
    background: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
}

.greenbold
{
    font-family: "Century Gothic";
    color: #46b060;
    font-weight: bold;
}

.marg
{
    margin: 10px 0;
}

img
{
    border: none;
}

.hr
{
    color: #d6d6d6;
    background-color: #d6d6d6;
    height: 1px;
    margin: 20px 0;
}

.hrNarrow
{
    color: #d6d6d6;
    background-color: #d6d6d6;
    height: 1px;
    margin: 5px 0;
}

.bld
{
    font-family: "Century Gothic";
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

.bld1
{
    font-family: "Century Gothic";
    font-weight: bold;
    text-transform: uppercase;
}

.border
{
    border: 1px solid #d6d6d6;
    padding: 10px;
}

.main
{
    /* margin: 30px auto 0 auto; */
    margin: 0 auto 0 auto;
    /* width: 1029px; */
    min-height: 100%;
    color: #000;
    height: auto;
    overflow: hidden;
}

.hdr
{
    margin: 0;
    padding: 0;
}

.hdr .hdr_middl
{
    background: url(/img/hdr_bg_middl.png) repeat-x;
    height: 106px;
    font-size: 12px;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 35px;
}

.hdr .hdr_l
{
    width: 35px;
    height: 106px;
    background: url(/img/hdr_bg_l.png) no-repeat;
}

.hdr .hdr_r
{
    width: 35px;
    height: 106px;
    margin-top: -106px;
    background: url(/img/hdr_bg_r.png) no-repeat;
}

.hdr .hdr_middl .hdr_contant
{
    margin-top: -75px;
    text-align: right;
}

.hdr .hdr_middl .hdr_contant a
{
    color: #000;
    text-decoration: none;
}

.hdr .hdr_middl .hdr_contant a:hover
{
    color: #000;
    text-decoration: underline;
}

.navbar {
    margin: 0;
    padding: 0;
    background: url(/img/bg_navbar.png) repeat;
    background-size: contain;
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
}

.navbar ul a
{
    color: #999999;
    text-decoration: none;
}

.navbar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li
{
    /*background: url(/img/bg_navbar_selected.png) repeat;*/
    background-size: contain;
}

.navbar ul li.selected
{
    color: #cc3333;
    background: url(/img/bg_navbar_selected.png) repeat;
    background-size: contain;
}

.navbar ul li.selected a
{
    color: #cc3333;
}

.navbar ul li.usermanagement
{
    width: 150px;
    height: 31px;
    padding: 10px 0 0 0;
}

.navbar ul li.noneborder
{
    border: none;
}

.tablemain
{
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 10px 0 10px 0;
}

.tablemain tr.hdr
{
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
}

.tablemain td
{
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    height: 22PX;
}

.pagerStyle
{
    border-bottom: 0px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
    border-left: 0px solid #d6d6d6;
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
    border-right: 0px solid #d6d6d6;
    text-align: center;
}
/*GRIDVIEW*/
.mGrid
{
    width: 100%;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin: 10px 0 10px 0;
}
.mGrid .pager1 table
{
    text-align: left;  
}

.mGrid .pager1 td
{
    border: 0 none;
    margin-left : 0px;
}

.mGrid .pager1 tr
{
    border: 0 none;
    text-align: left;
}


.mGrid .pager1 table td
{
    border:  0px solid #d6d6d6;
    height: 22PX;
    text-align: center;
    padding-left: 5px;
    padding-right: 3px;
}



.mGrid td
{
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    height: 22PX;
    text-align: center;

}

.mGrid th
{
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
    border-right: 1px solid #d6d6d6;
    text-align: center;
}
.spacer
{
    margin-top: 4px; /* define margin as you see fit */
}
.mGrid1
{
    /*width: 100%;     border-left:0px solid #d6d6d6; border-top:0px solid #d6d6d6; margin:10px 0 10px 0; border-right:0px solid #d6d6d6;border-bottom:0px solid #d6d6d6;*/
    border: 1px solid #d6d6d6;
    padding: 10px;
    background: #f2f2f2;
}

.mGrid1 td
{
    border-bottom: 0px solid #d6d6d6;
    border-right: 0px solid #d6d6d6;
    height: 20PX;
    text-align: LEFT;
    cursor: crosshair;
}

.mGrid1 th
{
    border-bottom: 0px solid #d6d6d6;
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
    border-right: 0px solid #d6d6d6;
    text-align: LEFT;
}

.mGrid2
{
    width: 100%;
    border-left: 0px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
    border-bottom: 0px;
    border-right: 0px;
    margin: 10px 0 10px 0;
}

.mGrid2 td
{
    border-bottom: 0px solid #d6d6d6;
    border-right: 0px solid #d6d6d6;
    height: 22PX;
    text-align: left;
}

.mGrid2 th
{
    border-bottom: 0px solid #d6d6d6;
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
    border-right: 0px solid #d6d6d6;
    text-align: center;
}

.mGrid3
{
    /*width: 100%;     border-left:0px solid #d6d6d6; border-top:0px solid #d6d6d6; margin:10px 0 10px 0; border-right:0px solid #d6d6d6;border-bottom:0px solid #d6d6d6;*/
    border: 0px solid #d6d6d6;
    padding: 10px;
    background: #ffffff;
}

.mGrid3 td
{
    border-bottom: 0px solid #d6d6d6;
    border-right: 0px solid #d6d6d6;
    border-left: 0px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
    height: 20PX;
    text-align: LEFT;
}

.mGrid3 th
{
    border-bottom: 0px solid #d6d6d6;
    background: #f2f2f2;
    font-weight: bold;
    height: 22PX;
    border-right: 0px solid #d6d6d6;
    text-align: LEFT;
}


/*.tablemain3{border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6; margin:10px 0 10px 0;}
.tablemain3 tr.hdr{background:#f2f2f2; font-weight:bold;}
.tablemain3 td{border-bottom:1px solid #d6d6d6; border-right:1px solid #d6d6d6; padding:5px;}
.tablemain3 td.checkbox{padding:10px; text-align:center;}
*/
.tablemain2
{
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 10px 0 10px 0;
}

.tablemain2 tr.hdr
{
    background: #f2f2f2;
    font-weight: bold;
}

.tablemain2 td
{
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 5px;
}

.tablemain3
{
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 20px 0 10px 0;
    width: 600px;
}

.tablemain3 tr.hdr
{
    font-weight: bold;
}

.tablemain3 td
{
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 5px;
}

.tablemain3 td a
{
    text-decoration: none;
    color: #000;
}

.tablemain3 td a:hover
{
    text-decoration: underline;
}

.loginwndow
{
    width: 40%;
    height: auto;
    border: 1px solid #dedede;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    padding: 6px;
    margin: 6px auto;
}

.loginwndow a
{
    color: none;
    text-decoration: none;
}

.loginwndow .innrborder
{
    width: 100%;
    border: 1px solid #dedede;
    padding: 15px 10px;
}

.loginwndow .innrborder .crpcontant
{
    font-family: "Century Gothic";
    font-size: 14px;
    margin-bottom: 6px;
}

.loginwndow .innrborder .box
{
    width: 200px;
    margin: 6px 0;
}

.maincontant {
    background: #fff;
    /* width: 1030px; */
    height: 100%;
    padding: 35px;
    /* float: left; */
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.maincontant a
{
    text-decoration: none;
}

.maincontant .classform1
{
    line-height: 2em;
}

.maincontant .classform1 .dacontant
{
    font-weight: bold;
    margin: 10px 0;
}

.maincontant1
{
    background: #fff;
    width: 400px;
    height: 100%;
    padding: 35px;
    float: left;
}

.maincontant1 a
{
    color: #000;
    text-decoration: none;
}

.maincontant1 .classform1
{
    line-height: 2em;
}

.maincontant1 .classform1 .dacontant
{
    font-weight: bold;
    margin: 10px 0;
}

.textbox
{
    width: 230px;
    border: 1px solid #e0e0e0;
    height: 22px;
    padding: 0 2px;
}

.drptextbox
{
    width: 235px;
    border: 1px solid #e0e0e0;
    height: 22px;
    padding: 0 2px;
}

.bigdrptextbox
{
    width: 255px;
    border: 1px solid #e0e0e0;
    height: 22px;
    padding: 0 2px;
}

.smalltextbox1
{
    width: 70px;
    border: 1px solid #e0e0e0;
    height: 22px;
    padding: 0 2px;
}

.smalltextbox
{
    width: 110px;
    border: 1px solid #e0e0e0;
    height: 22px;
    padding: 0 2px;
}

.boxwdth
{
    border: 1px solid #e0e0e0;
    height: 22px;
    width: 76px;
    padding: 0 2px;
}

.boxwdth1
{
    border: 1px solid #e0e0e0;
    height: 22px;
    width: 51px;
    padding: 0 2px;
}

.boxwdth2
{
    border: 1px solid #e0e0e0;
    height: 22px;
    width: 251px;
    padding: 0 2px;
}

.boxwdth3
{
    border: 1px solid #e0e0e0;
    height: 22px;
    width: 351px;
    padding: 0 2px;
}

.classinfo
{
    /*background:#609;*/
    /* width: 959px; */
    margin: 0;
    padding: 0;
    /* float: left; */
}

.classinfo .leftarea
{
    width: 484px;
    padding: 0 15px 0 0;
    line-height: 2em;
}

.classinfo .ascla
{
    margin: -5px 0 0 10px;
}

.classinfo .rightarea
{
    width: 464px;
    padding: 0 0 0 15px;
    line-height: 2em;
    border-left: 1px solid #d6d6d6;
}

.classinfo .rightarea a
{
    color: #000;
    text-decoration: underline;
}

.classinfo .rightarea .botmbor
{
    margin: 0;
}

.studentsnam
{
    margin: 0;
}

.studentsnam a
{
    text-decoration: underline;
}

.linkname a
{
    margin: 0 10px 0 0;
    color: #20619b;
    text-decoration: none;
    font-weight: bold;
}

.linkname a:hover
{
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

.footage_details
{
    width: 959px;
    margin: 0;
    padding: 0;
    float: left;
}

.footage_details .leftarea
{
    width: 464px;
    padding: 0 15px 0 0;
    border-right: 1px solid #d6d6d6;
}

.footage_details .rightarea
{
    width: 464px;
    padding: 0 0 0 15px;
}

.resources
{
    margin: 0;
    line-height: 2em;
}

.resources .redbold
{
    color: #cc3333;
    margin-left: 200px;
}

.resources .redbold a
{
    color: #cc3333;
    text-decoration: underline;
}

.resources_addnewresourcefile
{
    margin: 0;
    line-height: 2em;
}

.resources_addnewresourcefile .btnmarg
{
    margin: -10px 380px 0 0;
    float: right;
}

.export
{
    line-height: 2em;
}

.export .bluebold
{
    color: #20619b;
    margin-top: 20px;
}

.export .bluebold a
{
    color: #20619b;
    text-decoration: underline;
}

.settings
{
    line-height: 2em;
    /* width: 959px; */
    margin: 0;
    padding: 0;
    /* float: left; */
}

.settings .settings_navbar
{
    text-transform: uppercase;
    height: 40px;
    color: #000;
    margin-bottom: 15px;
}

.settings .settings_navbar ul a
{
    color: #000;
    text-decoration: none;
}

.settings .settings_navbar ul a:hover
{
    color: #000;
    text-decoration: underline;
}

.settings .settings_navbar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.settings .settings_navbar ul li
{
    margin: 0;
    padding: 10px 0;
    float: left;
    height: 20px;
    text-align: center; /*border-top:none;*/
}

.settings .settings_navbar ul li.selected a
{
    color: #000;
    text-decoration: underline;
}

.settings .settings_navbar ul li.noneborder
{
    border: none;
}

.settings .leftarea1
{
    width: 520px;
    padding: 0 15px 0 0;
}

.settings .leftarea
{
    width: 464px;
    padding: 0 15px 0 0;
}

.settings .leftarea .redlin
{
    color: #ff0000;
}

.settings .leftarea .redlin a
{
    color: #ff0000;
    text-decoration: underline;
}

.settings .leftarea a
{
    color: #000;
    text-decoration: underline;
}

.settings .rightarea
{
    width: 454px;
    padding: 0 10px 0 15px;
    border-left: 1px solid #d6d6d6;
}

.settings .rightarea ul
{
    list-style: none;
    border: 1px solid #cccccc;
    width: 140px;
    min-height: 310px;
    padding: 5px;
}

.usermanagement
{
    line-height: 2em;
    margin: 0;
    padding: 0;
}

.usermanagement .newuser {
	line-height: 2em;
	/* width: 959px; */
	margin: 0;
	padding: 0;
	/* float: left; */
	display: flex;
}

.usermanagement .newuser .leftarea
{
    width: 464px;
    padding: 0 10px 0 0;
    border-right: 1px solid #d6d6d6;
}

.usermanagement .newuser .rightarea
{
    /* width: 454px; */
    padding: 0 10px 0 15px;
}

.usermanagement .personal_info
{
    line-height: 2em;
    width: 959px;
    margin: 0;
    padding: 0;
    /* float: left; */
}

.usermanagement .personal_info .leftarea
{
    width: 464px;
    padding: 0 15px 0 0;
    border-right: 1px solid #d6d6d6;
}

.usermanagement .personal_info .rightarea
{
    width: 454px;
    padding: 0 10px 0 15px;
}

/*.classinfo .rightarea .botmbor td{border-bottom:1px solid #e0e0e0;}*/
.processingDiv
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
}

.middleDiv
{
    position: absolute;
    bottom: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
}

.processingDiv1
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 1px solid black;
    opacity: 0.2;
    color: Red;
    font-weight: bold;
    filter: alpha(opacity=60);
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}



.ModalWindowTest
{
    border: solid 2px #000000;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    position: relative;
    top: -100px;
}

.ModalWindow
{
    border: solid 2px #000000;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: -1000px;
}

.ModalWindow1
{
    z-index: -1;
    border: solid 2px #000000;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: -1000px;
}

.modalBackground
{
    background-color: #000;
    opacity: 0.60;
    filter: alpha(opacity=60);
}



.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 150px;
    height: 65px;
}

.clear
{
    clear: both;
}

.pager span
{
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 2px;
    padding-right: 2px;
}
.switch
{
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 -1px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 3px 6px;
    position: relative;
    vertical-align: top;
    width: 81px;
}
.switch-input
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch-label
{
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #f9f9f9;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after
{
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before
{
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after
{
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label
{
    background: #c7cbd5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before
{
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after
{
    opacity: 1;
}
.switch-handle
{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.switch-input:checked ~ .switch-handle
{
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-primary > .switch-input:checked ~ .switch-label
{
    background: #36a9e1;
}
.switch-success > .switch-input:checked ~ .switch-label
{
    background: #78cd51;
}
.switch-warning > .switch-input:checked ~ .switch-label
{
    background: #fabb3d;
}
.switch-important > .switch-input:checked ~ .switch-label
{
    background: #ff5454;
}
.switch-info > .switch-input:checked ~ .switch-label
{
    background: #67c2ef;
}
.switch-danger > .switch-input:checked ~ .switch-label
{
    background: #d9534f;
}
