body{
    background-color: #fafafa;
}
.error{
    color: #ff5656;
}
#container{
    width: auto;
	background-color:#fafafa;
}
#header{
    background-color: inherit;
}
#main-content{
    padding: 0 40px 20px;
}
#content, .content{
    width: 100%;
    /*min-width: 85%;*/
}
#educational-tip, .educational-tip-edit{
    margin-bottom: 20px;
}
.module{
    background: #fff;
    width: auto;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.module.forms{
    width: auto;
    min-width: 395px;
}
.module.data{
    width: auto;
    min-width: 684px;
}
.module h2, #internet-usage h2{
    background: #fff;
    min-height: 16px;
    color: #3b61a6;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom:10px;
    font-size:1.1rem;
}
.module .form-btn{
    padding-left: 0;
    text-align: center;
}
.block{
    min-width: 340px;
}
.forms .value{
    line-height: 1.8em;
    display: inline-block;
    margin: 0;
}
.odd{
	background-color:#f7f7f7; /*#f9f9f9;*//*#f2faff;#e6f3fa;*/
}
a:focus, input:focus, textarea:focus, button:focus, select:focus, a:focus label{
    outline: 0 !important;
}
.btn-group a:link, .btn-group a:visited, .button a:link, .button a:visited {
    background-color: transparent;
    padding: 10px;
    font-size: 110%;
    text-decoration: none !important;
    color: #509e2f !important;
}
/*.btn-group a:link, .btn-group a:visited {
    color: #337ab7;
}*/
/*.btn-group a:hover, .btn-group a:active, .button a:hover, .button a:active{
    color: #000;
}*/
table{
    background-color: #f7f7f7;
}
table.data .acs-th{
    background: none repeat scroll 0 0 #47b149;
}
table.data th{
    background: #e3e3e3;
    color: #777;
}
table.data .edit, table.data .delete, table.data td.delete{/*edit, del button in table*/
    width:50px;
}
table textarea:focus{
    outline: none !important;
}
p.button{
    top: 10px;
    right: 10px;
}
#status{
    /*position: relative;*/
    padding-right: 20px;
    /*display: inline;*/
}
#status li .tooltip{
    font-size: 14px;
}
#security-level #max:hover,  #security-level #default:hover{
    border: 5px solid #458a3d;
}
#security-level #max, #security-level #default{
    background: #3FA535;/*#3888e1;*/
    border: 5px solid #3FA535;
    color: #222;
}
#security-level #medium:hover{
    border: 5px solid #69AB00;/*#458a3d;*/
}
#security-level #medium{
    background: #97D700;/*#4f9f45;/*#3b8ae1;*/
    border: 5px solid #97D700;/*#3b8ae1;*/
}
#security-level #low:hover{
    border: 5px solid #ACB331;/*#86ba87;*/
}
#security-level #low{
    background: #D2D755;/*#97d398;/*#03a9f4;*/
    border: 5px solid #D2D755;
}
#security-level #custom:hover{
    border: 5px solid #e2e2e2;
}
#security-level #custom{
    background: #f2f2f2;
    border: 5px solid #f2f2f2;
}
#popup_container{
    min-width: 380px;
}
#popup_container.alert{
    box-shadow: 15px -15px 0 0px #ff5656;
}
#popup_container.confirm, #popup_container.prompt{
    box-shadow: 15px -15px 0 0px #ffcd00;
}
#popup_container, #vpop_container{
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: none;
    font: 0.9em Arial, Helvetica, sans-serif;
}
#vpop_title{
    font-weight: inherit;
    padding: 10px;
}
#popup_title, #vpop_title{
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
    line-height: 23px;
    padding-left: 15px;
    font-size: 1.5em;
    margin-bottom: 0;
    font-weight: bold;
    background: #fff !important;
    color: #3d5265;
    margin-top: 10px;
}
#popup_message, #vpop_content{
    /*font-size: inherit;*/
    background-color: #fff;
    padding: 10px 20px 25px 15px;
    /*border-bottom: 1px solid #e5e5e5;*/
    color: #888;
}
#vpop_content{
    padding: 15px 20px;
}
#vpop_content table{
    background-color: #fff;
}
#vpop_content table th{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
#vpop_content table td{
    padding: 4px;
}
#vpop_content table.withTextarea td{
    padding: 0;
}
#popup_panel, #vpop_footer{
    padding: 13px;
    text-align: right;
}
#popup_panel .btn2-sm.btn2-white, #vpop_footer .btn2-sm.btn2-white{
    color: #509e2f;
    text-decoration: none;
    border: none;
}
#popup_panel .btn2-sm.btn2-white:hover, #vpop_footer .btn2-sm.btn2-white:hover{
    color: #509e2f !important;
    background-color: transparent !important;
}
#popup_panel input{
    margin-left: 0;
}
#vpop_footer{
    margin: 0;
}
.arc_bar{
    display: block;
    float: left;
    margin: 1px 5px 0 3px;
    height: 18px;
    width: 18px;
}
.arc_bar img{
    height: 18px;
    width: 18px;
}
/*check if necessary*/
table.withTextarea{
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: none !important;
}
.forms, .withSelect {/*for the select element overflow the div*/
    overflow: visible;
}
.forms .readonlyLabel{
    line-height: 1.8em;
}
/*not hack*/
input[type=text], input[type=password]{/*default width*/
    width: 170px;
}
.char2{
    width: 20px !important;
}
.char3{
    width: 28px !important;
}
.char4{
    width: 36px !important;
}
.char5{
    width: 44px !important;
}
.charMAC{
    width: 122px !important;
}
.clear{
    clear: both;
}
.radioswitch_cont{
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #a4a4a4;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 76px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.rs_radiolist{
    background: inherit;
    padding: 0;
    width: 200%;
    margin-left: 0%;
    height: 30px
}

.rs_radiolist.on{
    margin-left: 0%;
}
.rs_radiolist.off{
    margin-left: -100%;
}
.rs_radiolist li{
    width: 50% !important;
    height: auto;
    border: 0;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    margin: 0;
}
.rs_radiolist li.radioswitch_on{
    background: #509e2f !important;
    color: #fff !important;
    text-shadow: 0 1px 1px #509e2f;
}
.rs_radiolist li.radioswitch_off{
    background: #ff5656!important;
    color: #fff!important;
    text-shadow: none !important;
}
.rs_radiolist li>span{
    display: inline-block;
    padding: 2px 4px;
}
.rs_radiolist li>div{
    float: right;
    background: #fff;
    width: 45%;
    display: inline-block;
    height: 30px;
}
.rs_radiolist li.radioswitch_on>div{
    float: right;
}
.rs_radiolist li.radioswitch_off>div{
    float: left;
}
.rs_radiolist.sm, .rs_radiolist.sm li>div{
    height: 22px;
}
.rs_radiolist.sm li{
    line-height: 20px;
}
.rs_radiolist.disabled{
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.rs_radiolist.disabled li{
    border: 0 !important;
}
.rs_radiolist li.rs_selected,.rs_radiolist li.rs_radio_off.rs_selected{
    background: inherit;
    border: 0;
}
.enable li, .scheduling li{
    width: inherit;
}
/*.rs_radiolist.disabled div.switch_button{
    cursor: not-allowed;
}

.rs_radiolist li.rs_radio_off.rs_selected div.switch_off, .rs_radiolist li.rs_selected div.switch_on{
    display: inline-block;
}*/
.pagination2-main{
    margin-top: 15px;
    text-align: center;
}
.pagination2-main>span{
    margin-right: 25px;
}
.hint_tip{
    clear: both;
    background: #fafafa;
    color: #838c91;
    border: solid 8px #fff;
    -moz-box-shadow: 0 0 12px 0 #e0e0e0;
    -webkit-box-shadow: 0 0 12px #e0e0e0;
    margin: 0 8px 15px;
    position: relative;
}
.hint_tip .str{
    font-weight: bold;
    color: #CF3A24;
}
input[type='radio']~b, input[type='checkbox']~b{
    cursor: default;
}
/*bootstrap*/
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn2{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 2rem;
    font-size: 1rem;
    line-height: 2.5;
    border-radius: .125rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 10px 20px;
    font-weight: bold;
}
.btn2[disabled], .btn2.disabled{
    cursor: not-allowed;
    opacity: 0.5;
}
.btn2.btn2-sm{
    padding: 0rem 1rem;
    font-size: .765625rem;
    line-height: 2;
/*    border-radius: .2rem;*/
    margin: 0px 5px;
}
/* !important is not necessary, here is because of common-min.css*/
.btn2-pink, .btn2-pink:hover{
    background: linear-gradient(90deg, #9fbf3b, #3fa535) !important;
    border: none !important;
/*    box-shadow: 0px 2px 2px rgb(89,116,37);*/
    box-shadow: 0px 2px 2px #0d5e0d;
    color: #fff !important;
}
.btn2-gray, .btn2-gray:hover{
    background-color: #b1b1b3 !important;
    border-color: #b1b1b3 !important;
    color: #fff !important;
    box-shadow: 0px 2px 2px rgb(125,125,124);
}
.btn2-white:hover{
    background-color: #3fa535 !important;
    color: #fff !important;
}
.btn2-white{
    background-color: #fff !important;
    border-color: #3fa535 !important;
    color: #3fa535 !important;
    border-radius: 1.5rem !important;
}
.btn2-rm:hover{
    color: #fff !important;
    background-color: #3d5265 !important;
}
.btn2-rm{
    background-color: #fff !important;
    border-color: #3d5265 !important;
    color: #3d5265 !important;
}
.btn2-white[disabled], .btn2-white.disabled, .btn2-rm[disabled], .btn2-rm.disabled{
    color: #b1b1b3 !important;
    border-color: #b1b1b3 !important;
    background-color: #fff !important;
}
.btn2-secondary, .btn2-secondary:hover{
    background: linear-gradient(90deg, #00a3e2, #245ba7) !important;
    border: none !important;
    box-shadow: 0px 2px 2px #004B94;
    color: #fff !important;
}

.form-control {
    width: 100%;
    height: 16px;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
    /*line-height: 1.42857143;*/
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus, .form-control.focus{
    /*border-color: #97d700;*/
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(151,215,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(151,215,0,.6);*/
    border-color: #3fa535;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(63, 165, 53, .6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgba(63, 165, 53, .6);

}
.form-control.disabled:focus, .form-control.disabled.focus{
    border: 1px solid #ccc;
    outline: inherit;
    box-shadow: initial;
    -webkit-box-shadow: initial;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .select2-wrapper.disabled{
    cursor: not-allowed;
    /*background-color: #eee;*/
    color: #aaa !important;
    opacity: 0.4;
}

.select2-offscreen{
    clip: rect(0px, 0px, 0px, 0px) !important;
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    outline: 0px !important;
}
.select2-wrapper{
    position: relative;
    width: 220px\0;
    /*vertical-align: middle;
    float: none;*/
    display: inline-block;
    margin-left: 0;
    /*margin-top: -4px;*/
    height: 16px;
    padding: 6px 0;
    cursor: pointer;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-left: .5em;
    margin-right: .5em;
}
.form-control:focus .dropdown-toggle::after, .form-control.focus .dropdown-toggle::after{
    color: #3fa535;
}
/*.select2-wrapper>.dropdown-toggle:after {
    margin-top: -1px;
}*/
.select2-wrapper>.dropdown-toggle{
    position: relative;
    width: 100%;
    height: 100%;
    /*text-align: right;*/
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    /*display: inline-flex;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.select2-wrapper .dropdown-toggle .chosen-option{
    padding-left: 11px;
    /*position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;*/
}
.select2-wrapper ul.select2-dropdown{
    /*position: absolute;
    top: 100%;
    left: 0;*/
    position: relative;
    top: 5px;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;*/
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    max-height: 320px;
    overflow-y: auto;
}
.select2-wrapper ul.select2-dropdown.show{
    display: inline-block;
}
.select2-wrapper ul.select2-dropdown>li>a{
    display: block;
    padding: 5px 14px;
    margin-bottom: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
}
.select2-wrapper ul.select2-dropdown>li>a.selected, .select2-wrapper ul.select2-dropdown>li>a:hover{
    background-color: #f8f8f8;
}
.select2-wrapper ul.select2-dropdown>li>a.selected{
    color:#009155;
}
.select2-wrapper ul.select2-dropdown>li>a.disabled, .select2-wrapper ul.select2-dropdown>li>a.disabled:hover{
    color:#ccc;
    cursor: not-allowed;
    background-color: #fff;
}

.pagination2-navigation{ /*pagination-navigation*/
    padding-left: 0;
    border-radius: .25rem;
}
.pagination2-navigation a:hover{
    color: #c20064;
    text-decoration: none;
    background-color: #e4e7ea;
    border-color: #c8ced3;
}
.pagination2-navigation a{
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #47b149;
    background-color: #fff;
    border: 1px solid #c8ced3;
    text-decoration: none;
}
.pagination2-navigation>.pagination2-first a{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination2-navigation>.pagination2-last a{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination2-navigation a.pagination2-navigation-disabled{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

a:link, a:visited{
    color: #262626;
}

#showlogs{
    margin-top: -5px;
}

.form-btn input{
    margin-left: 0;
}

#educational-tip a.tip-more, .educational-tip-edit a.tip-more{
    color: #509e2f;
    text-decoration: none;
}
.btn-group a:after, a.tip-more:after{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #509e2f;
    border-left: 2px solid #509e2f;
    transform: rotate(135deg);
    content: "";
    margin-left: 5px;
}
a.tip-more:after{
    width: 5px;
    height: 5px;
    margin-left: 1px;
}

#weekday .btn2-rm, .weekday .btn2-rm{
    padding: 0 0.5rem;
}