
body {
    font-size: 11px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196F3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.authForm {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
a:link, a:hover, a:active, a:visited {
    font-size: 13px;
}
body {
    padding-bottom: 20px;
}
.navbar {
    margin-bottom: 20px;
}
.hide {
    display: none;
}
textarea {
    min-height: 150px;
}
table.tab {
    width: 100%;
    border-collapse: collapse;
}
table.tab th {
    background: #EEEEEE;
}
table.tab, table.tab th, table.tab td {
    border: 1px solid #CCCCCC;
}
table.tab th, table.tab td {
    padding: 5px;
}
.rose {
    background: #fbdbdc;
}
.grey {
    background: #eeeeee;
}
.green {
    background: #dbfbde;
}
.yellow {
    background: #fbfbdb;
}
.clear {
    width: 100%;
    overflow: hidden;
}
.modal-dialog {
    max-width: 800px;
}
.loader {
    background: #fff url(../img/ajax-loader.gif) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 999;
    border-radius: 10px;
}
.input-group-text {
    min-width: 200px;
}
.container {
    max-width: 1400px;
}
.chosen-container {
    font-weight: normal;
}
.w50 {
    width: 50px;
}
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w400 {
    width: 400px;
}
.w400i {
    width: 400px !important;
}
.w500 {
    width: 500px;
}
.w800 {
    width: 800px;
}
.w800i {
    width: 800px !important;
}
.w1024 {
    width: 1024px;
}
.w6p {
    width: 6.6%;
}
.w16p {
    width: 16.6%;
}
.w25p {
    width: 25%;
}
.w50p {
    width: 50%;
}
.w8p {
    width: 8.3%;
}
.ex {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 5px;
    float: left;
    border: 1px solid grey;
}
.ex_text {
    width: auto;
    height: auto;
    padding: 5px;
    margin-right: 5px;
    float: left;
    border: 1px solid grey;
}
.bgwhite {
    background: white;
}
.bggrey {
    background: #eeeeee;
}
.bglightgrey {
    background: #fcfcfc;
}
.bgyellow {
    background: #fbfbdb;
}
.bgorange {
    background: #f8cd7a;
}
.bggreen {
    background: #dbfbde;
}
.modal-body {
    overflow-x: hidden !important;
    overflow-y: auto !important;;
}
.p1 {
    padding: 1px;
}
.block-center {
    margin: 0 auto;
}
.fs18 {
    font-size: 18px;
}
.form-control {
    height: auto;
    border: 1px solid #AAAAAA;
    padding: 2px;
}
#mail_content {
    position: relative;
    top: 0px;
    left: 0px;
}
#mail_content_blocker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #cccccc;
    opacity: .3;
    z-index: 200;
    display: none;
}
.text-center {
    text-align: center;
}
#block_mail_buttons {
    display: none;
}
.border-right-grey {
    border-right: 1px solid #000000 !important;
}
.bggreen .bglightgrey {
    background: #dbfbde !important;
}
.text-light-grey {
    color: #cccccc;
}
.gspr {
    background-image: url("/img/pnt.png") !important;
    display: block;
    height: 10px;
    width: 5px;
    position: absolute;
    right: 5px;
    top: 45%;
}
.list-group a.list-group-item:link, .list-group a.list-group-item:active, .list-group a.list-group-item:hover, .list-group a.list-group-item:visited {
    color: #555 !important;
    text-decoration: none;
}
a.btn:link, a.btn:hover, a.btn:active, a.btn:visited {
    color: white !important;
}
.mt20 {
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px !important;
}
#screenshot video {
    width: 100%;
    max-height: 480px;
    display: none;
}
#screenshot canvas {
    max-height: 480px;
}
.files {
    text-align: center;
}
.files .picture {
    border: 1px solid #CCC;
    width: 310px;
    height: 310px;
    padding: 5px;
    margin: 0px 3px 3px 0px;
    display: inline-block;
    justify-content:center;
    align-items:center;
    background: #EEE;
    position: relative;
}
.files .picture .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 255;
    font-size: 20px;
    cursor: pointer;
}
.files .picture .remove::after {
    content: '❌';
}
.jupload {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.jupload input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.color_green {
    color: green;
}
.color_red {
    color: red;
}
.hand {
    cursor: pointer;
}
.hand:hover td {
    background: #f8f8f8;
}