.onoffswitch {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.onoffswitch-sql {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-sql-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-sql-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-sql-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-sql-inner:before, .onoffswitch-sql-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-sql-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-sql-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-sql-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-sql-checkbox:checked + .onoffswitch-sql-label .onoffswitch-sql-inner {
    margin-left: 0;
}
.onoffswitch-sql-checkbox:checked + .onoffswitch-sql-label .onoffswitch-sql-switch {
    right: 0px; 
}
.onoffswitch-cmd {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-cmd-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-cmd-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-cmd-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-cmd-inner:before, .onoffswitch-cmd-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-cmd-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-cmd-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-cmd-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-cmd-checkbox:checked + .onoffswitch-cmd-label .onoffswitch-cmd-inner {
    margin-left: 0;
}
.onoffswitch-cmd-checkbox:checked + .onoffswitch-cmd-label .onoffswitch-cmd-switch {
    right: 0px; 
}
.onoffswitch-path {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-path-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-path-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-path-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-path-inner:before, .onoffswitch-path-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-path-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-path-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-path-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-path-checkbox:checked + .onoffswitch-path-label .onoffswitch-path-inner {
    margin-left: 0;
}
.onoffswitch-path-checkbox:checked + .onoffswitch-path-label .onoffswitch-path-switch {
    right: 0px; 
}


.row:before, .row:after{
    display: table;
    content: " ";
}

.row:after{
    clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-5, .col-lg-6 {
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }




   .col-lg-6 {
    width: 50%;
  }

.alert-success {
    border: 1px solid #1AE9BB;
    padding: 10px;
    margin: 5px;
    background: #1ae9bb26;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: .5em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width: 90%;
}

.alert-danger {
    border: 1px solid #1AE9BB;
    padding: 10px;
    margin: 5px;
    background: #1ae9bb26;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: .5em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width: 90%;
}

/* ****************************************************************** */
.onoffswitch-FR {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-FR-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-FR-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-FR-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-FR-inner:before, .onoffswitch-FR-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-FR-inner:before {
    content: "Allowed";
    padding-right: 15px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-FR-inner:after {
    content: "Blocked";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-FR-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 74px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-FR-checkbox:checked + .onoffswitch-FR-label .onoffswitch-FR-inner {
    margin-left: 0;
}
.onoffswitch-FR-checkbox:checked + .onoffswitch-FR-label .onoffswitch-FR-switch {
    right: 0px; 
}

/* ****************************************************************** */
.onoffswitch-RU {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-RU-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-RU-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-RU-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-RU-inner:before, .onoffswitch-RU-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-RU-inner:before {
    content: "Allowed";
    padding-right: 15px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-RU-inner:after {
    content: "Blocked";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-RU-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 74px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-RU-checkbox:checked + .onoffswitch-RU-label .onoffswitch-RU-inner {
    margin-left: 0;
}
.onoffswitch-RU-checkbox:checked + .onoffswitch-RU-label .onoffswitch-RU-switch {
    right: 0px; 
}

/* ****************************************************************** */
.onoffswitch-ES {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-ES-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-ES-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-ES-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-ES-inner:before, .onoffswitch-ES-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-ES-inner:before {
    content: "Allowed";
    padding-right: 15px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-ES-inner:after {
    content: "Blocked";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-ES-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 74px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-ES-checkbox:checked + .onoffswitch-ES-label .onoffswitch-ES-inner {
    margin-left: 0;
}
.onoffswitch-ES-checkbox:checked + .onoffswitch-ES-label .onoffswitch-ES-switch {
    right: 0px; 
}
/* ****************************************************************** */
.onoffswitch-DE {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-DE-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-DE-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-DE-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-DE-inner:before, .onoffswitch-DE-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-DE-inner:before {
    content: "Allowed";
    padding-right: 15px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch-DE-inner:after {
    content: "Blocked";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-DE-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 74px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-DE-checkbox:checked + .onoffswitch-DE-label .onoffswitch-DE-inner {
    margin-left: 0;
}
.onoffswitch-DE-checkbox:checked + .onoffswitch-DE-label .onoffswitch-DE-switch {
    right: 0px; 
}

/* ****************************************************************** */

/* ****************************************************************** */
.onoffswitch_request_limiter {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch_request_limiter-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch_request_limiter-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch_request_limiter-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch_request_limiter-inner:before, .onoffswitch_request_limiter-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch_request_limiter-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #007EBD; color: #FFFFFF;
}
.onoffswitch_request_limiter-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch_request_limiter-switch {
    display: block; width: 18px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch_request_limiter-checkbox:checked + .onoffswitch_request_limiter-label .onoffswitch_request_limiter-inner {
    margin-left: 0;
}
.onoffswitch_request_limiter-checkbox:checked + .onoffswitch_request_limiter-label .onoffswitch_request_limiter-switch {
    right: 0px; 
}
