/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31.10.2018, 13:36:59
    Author     : Chyukasame
*/



ul.list-links {margin-bottom: 100px;padding: 0 20px;}
ul.list-links li a {font-weight: 400 !important;text-decoration: none !important;}

ul.list-showing {margin: 0;padding:0;list-style: none;text-align: right;}
ul.list-showing li span {float: left;}

.strong, .bold {font-weight: bold;}

label span, span.label-required {color: red;display: inline-block;padding-left: 3px;}

i.fa.fa-user-circle.offline {color: #f92b28;}
i.fa.fa-user-circle.online {color: #3bbd44;}
.color-red {color: #f92b28;}
.color-green {color: #3bbd44;}

.pb-0 {padding-bottom: 0px;}

.table th, .table td, .table thead th {border-color: #9d9691;}
.table th {border-top: 0px;}

.btn-big-orange {background-color: #fe9125;color: #FFF;text-transform: uppercase;font-weight: normal !important;font-size: 20px;padding: 15px 40px;margin: 0 0 10px;}
.btn-big-orange:hover {color: #824911;}

/* Check Switch */
.check-toggle{position:relative;display:block;width:42px;height:24px;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translate3d(0,0,0);margin-bottom: 12px;}
.check-toggle:before{content:"";position:relative;top:1px;left:1px;width:40px;height:22px;display:block;background:#c8ccd4;border-radius:12px;transition:background .2s ease}
.check-toggle span{position:absolute;top:0;left:0;width:24px;height:24px;display:block;background:#fff;border-radius:50%;box-shadow:0 2px 6px rgba(154,153,153,0.75);transition:all .2s ease}
.check-toggle span svg{margin: 0px 4px;fill:none;top: -1px;position: relative;}
.check-toggle span svg path{stroke:#c8ccd4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:0;transition:all .5s linear;}
#cbx:checked + .check-toggle:before{background:#52d66b}
#cbx:checked + .check-toggle span{transform:translateX(18px)}
#cbx:checked + .check-toggle span path{stroke:#52d66b;stroke-dasharray:25;stroke-dashoffset:25}
#cbx2:checked + .check-toggle:before{background:#52d66b}
#cbx2:checked + .check-toggle span{transform:translateX(18px)}
#cbx2:checked + .check-toggle span path{stroke:#52d66b;stroke-dasharray:25;stroke-dashoffset:25}
#cbx3:checked + .check-toggle:before{background:#52d66b}
#cbx3:checked + .check-toggle span{transform:translateX(18px)}
#cbx3:checked + .check-toggle span path{stroke:#52d66b;stroke-dasharray:25;stroke-dashoffset:25}

