/*Fonts begin*/
@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic,latin-ext');
/*Fonts end*/
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: inherit;
}
/*Sign In page begin*/
.sign-in.toggled {
    padding-left: 0;
}
.sign-in .sign-in-card {
    margin: 100px 0;
}
.sign-in .sign-in-card .card {
    margin: auto;
}
.sign-in .sign-in-card .card .card-head {
    padding: 20px;
}
.sign-in .sign-in-card .card .card-head i {
    float: left;
    font-size: 60px;
    margin-right: 20px;
    line-height: 60px;
}
.sign-in .sign-in-card .card .card-head h3 {
    font-size: 24px;
    margin: 0;
    padding: 5px 0;
    border: none;
}
.sign-in .sign-in-card .card .card-body a  {
    text-align: right;
    display: block;
    margin-top: 5px;
}
.sign-in .sign-in-card .card .card-body .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
}
/*Sign In page end*/

/*Basic style begin*/
html, body {
    padding: 0;
    margin: 0;
    text-rendering: geometricPrecision;
    /*overflow-y: hidden;*/
    height: 100%;
    font-size: 10px;
    font-family: 'Exo 2', sans-serif;
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
*, :after, :before {
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
    font-weight: 400;
}
hr {
    margin-bottom: 20px;
}
select.btn {
    font-size: 15px;
}
.select2-selection__clear {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
.layout {
    position: relative;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.layout.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {

}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:8px;
    height:0;
}
::-webkit-scrollbar{
    width: 8px;
}
.layout.toggled #sidebar-wrapper {
    width: 250px;
}
.main {
    width: 100%;
}
.layout.toggled .main {
    position: relative;
    margin-right: -250px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    border-collapse: collapse;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pay-request-fix button {
    margin: 0 0 3px 3px;
}
/*Basic style end*/

/*Sidebar Button begin*/
.hamburger {
    position: absolute;
    top: 10px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
/*Sidebar Button end*/

/*Sidebar begin*/
.sidebar {
    width: 250px;
    position: absolute;
    overflow: visible;
    padding-bottom: 24px;
    height: 100vh;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.01);
    z-index: 520;
}
.sidebar .log, .sidebar .logo img {
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.sidebar .logo {
    text-align: center;
    /*height: 50px;*/
    line-height: 40px;
    cursor: pointer;
    padding: 28px 0;
    overflow: hidden;
}
.sidebar .logo  img {
    width: 120px;
    margin-right: 8px;
}
.sidebar .cps-menu {
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    margin-bottom: 0;
    outline: none;
    padding-left: 0;
    list-style: none;
    z-index: 1050;
    box-shadow: 4px 4px 40px rgba(0,0,0,.05);
    line-height: 46px;
}
.sidebar .cps-menu-dark {

}
.sidebar .cps-menu-root {
    overflow-x: hidden;
}
.cps-menu-submenu {
    position: relative;
}
.cps-menu-item, .cps-menu-submenu, .cps-menu-submenu-title {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cps-menu-item, .cps-menu-submenu-title {
    margin: 0;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    display: block;
}
.cps-menu-submenu-title i {
    min-width: 14px;
    margin-right: 8px;

}
.cps-menu-submenu-title:hover {

}
.cps-active {

}
.cps-menu-submenu-open {
    background: transparent;
}
.sidebar-mini {
    width: 50px;
}
/*Sidebar end*/

/*Main block begin*/
.main {
    margin-left: 0;
    overflow: auto;
    height: 100vh;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
/*Main block end*/

/*Main content block begin*/
.main-content {
    margin-top: 30px;
}
/*Main content block end*/

/*Header begin*/
.header {
    box-shadow: 4px 4px 40px 0 rgba(0,0,0,.05);
    position: relative;
    padding: 0;
    height: 50px;
}
.header .sidebar-button {
    height: 50px;
    width: 50px;
    line-height: 47px;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.55,.055,.675,.19);
    transition: all .3s cubic-bezier(.55,.055,.675,.19);
}
.header .sidebar-button i {
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.55,.055,.675,.19);
    transition: all .3s cubic-bezier(.55,.055,.675,.19);
}
.header .header-button {
    height: 50px;
}
.header .header-button .h-btn{
    height: 50px;
    width: 50px;
    line-height: 45px;
    float: right;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    display: list-item;
    list-style-type: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid rgba(64,63,76,.12);
    border-left: 1px solid rgba(64,63,76,.12);
}
.header .header-button span.h-btn {
    font-size: 16px;
    width: auto;
    padding: 0 10px;
}
.header .header-button span.h-btn i{
    float: left;
    margin-right: 5px;
}

.choose-style {
    padding: 5px;
    float: right;
    margin-right: 1px;
    border: 1px solid transparent ;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    display: list-item;
    list-style-type: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header .header-button .dropdown-menu {
    right: 40px;
    left: inherit;
}
.header .header-button .dropdown-menu div {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    float: left;
}
.header .header-button .dropdown-menu div:hover {
    cursor: pointer;
}
#style-1 {
    background: #c42f47;
}
#style-2 {
    background: #507299;
}
#style-3 {
    background-color: #842448;
    background-image: -webkit-linear-gradient(top left,#c04848,#480048);
    background-image: linear-gradient(to bottom right,#c04848,#480048);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#style-4 {
    background: #ffffff;
}
/*Header end*/
.grid-settings
{
    display: block;
    float: right;
    margin-right: 20px;
    font-size: 16px;
    margin-top: 10px;
}
/*Breadcrumbs begin*/
.breadcrumb {
    padding: 8px 0 8px 20px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 200;
}
.breadcrumb li i {
    margin-right: 8px;
}
.breadcrumb li a {
    -webkit-transition: color .3s;
    transition: color .3s;
}
.breadcrumb li a:hover {
    text-decoration: none;
}
/*Breadcrumbs end*/

/*Section, Card begin*/
.section-head, .card {
    border-radius: 0;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 15px 0;
}
.section-head:hover, .card:hover {
    box-shadow: 4px 4px 40px rgba(0,0,0,.05);
    border-color: transparent;
}
/*Section, Card end*/

/*Section Head begin*/
.section-head {
    height: 70px;
}
.section-head h1 {
    padding: 20px;
    display: block;
    float: left;
}
.section-head .section-head-icon {
    display: block;
    float: right;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
}
.section-head .section-head-icon i {
    line-height: 70px;
}
.section-head .section-head-btn {
    display: block;
    float: right;
    height: 68px;
    line-height: 50px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
}
/*Section Head end*/

/*Card Head begin*/
.card .card-head {
    padding: 0;
    position: relative;
}
.card .card-head h3 {
    padding: 10px 20px;
    margin: 0;
}
.card .card-head h3 span {
    font-weight: 600;
}
.show-hide-btn {
    position: absolute;
    font-size: 40px;
    right: 15px;
    top: 0;
    line-height: 1;
}
.sh-btn:hover {
    cursor: pointer;
}
/*Card Head end*/

/*Card Body begin*/
.card .card-body {
    padding: 15px;
    overflow: auto;
}
.card .card-body .choice-radio {
    margin-bottom: 20px;
    overflow: hidden;
}
.card .card-body .choice-radio h3 {
    margin-bottom: 10px;
}
.card .card-body .choice-radio div.radio {
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
}
/*Card Body end*/

/*Card info begin*/
.card .card-info {
    padding: 20px;
    font-size: 18px;
    overflow: auto;
}
.card .card-info p {
    margin-bottom: 10px;
}
.card .card-info blockquote {
    border: 1px solid rgba(64,63,76,.12);
    padding: 10px;
    font-weight: 300;
    font-style: italic;
}
/*Card info end*/

/*Card content - Tables begin*/
.card table {
    width: 100%;
}
.card table .form-group {
    margin: 0;
}
.card table .input-group {
    width: 100%;
}
.card table thead tr th, .card table thead tr td, .card table tbody tr th, .card table tbody tr td {
    padding: 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.card table thead tr th a {
    color: #ffffff;
}
.card table thead tr th a:hover {
    color: #ffffff;
    text-decoration: none;
}
.card table tbody tr td i {
    font-size: 22px;
    margin: 0 10px;
}
.card table tbody tr td a:hover, .card table tbody tr td a:focus, .card table tbody tr td a:active {
    text-decoration: none;
    border: 0;
    outline: none;
}
/*Card content - Tables end*/

/*Card status begin*/
.status .card-head {
    text-align: right;
}
.status button {
    float: right;
}
/*Card status end*/

/*Forms begin*/
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}
.form-group .btn-choice {
    margin-bottom: 5px;
    display: inline-block;
}
.form-group textarea {
    width: 100%;
    resize: vertical;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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 {
    outline: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fbfbfb;
    opacity: 1;
}
.form-button {
    padding-top: 10px;
    margin-top: 10px;
}
.form-group .range {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.form-group .range:first-child {
    padding-right: 15px;
    padding-left: 0;
}
.form-group .range:last-child {
    padding-right: 0;
    padding-left: 15px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    margin-right: 4px;
}
.btn-file i {
    margin-right: 10px;
}
.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
* + html .btn-file {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}
.files-add div {
    float: left;
    width: auto;
}
.files-add div p {
    display: table-caption;
    min-width: 90px;
    width: auto;
    word-break: break-all;
}
.files-add div .file-ok {
    padding: 5px;
    height: 90px;
    margin: 10px 10px 5px 0;
    position: relative;
    font-family: Helvetica, sans-serif;
}
.files-add div .file-ok .clear {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 18px;
}
.files-add div .file-ok .clear:hover {
    cursor: pointer;
}
.files-add div .file-ok img, .files-add div .file-ok i {
    height: 78px;
    padding: 20px 20px 10px 10px;
    border: 1px solid transparent;
}
.files-add div .file-ok i {
    font-size: 48px;
    width: 78px;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1.8rem;
    line-height: 1.6;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
    font-size: 1.5rem;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
    list-style-type: none;
    font-size: 1.35rem;
}
.alert > p + p {
    margin-top: 5px;
}
.alert .close {
    font-family: Helvetica, sans-serif;
}



.select2-container--krajee .select2-selection {
    border-radius: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    background: #507299;
    color: #fff;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    background-position: right 10px top 5px;
}
.select2-results {
    font-size: 14px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    font-family: Helvetica, sans-serif;
}
.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle:hover {
    background: transparent;
    color: #999;
}
.bootstrap-select>.dropdown-toggle:active, .bootstrap-select>.dropdown-toggle:focus {
    background: transparent;
    color: #fff;
}


/*Forms end*/

/*Page navigation begin*/
.page-nav nav {
    text-align: center;
}
.page-nav .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.page-nav .pagination>li>a, .page-nav .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
}
.page-nav .pagination>li>a:focus, .page-nav .pagination>li>a:hover, .page-nav .pagination>li>span:focus, .page-nav .pagination>li>span:hover {
    z-index: 2;
}
.page-nav .pagination>li:last-child>a, .page-nav .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-nav .pagination>li:first-child>a, .page-nav .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*Page navigation end*/

/*Modals begin*/
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    height: 100%;
}
.modal-footer {
	position: absolute;
bottom: 0; width: 100%;
}
.modal-content .modal-header {
    background: #ffffff;
}
.modal-content .modal-header .modal-title {
    color: #333333;
}
.modal-header .close {
    margin-top: 0;
    color: #333333;
    opacity: 1;
}
.modal-body iframe {
     width: 100%;
}
.modal-body table {
    border: 1px solid rgba(64,63,76,.12);
    width: 100%;
    font-size: 16px;
}
.modal-body table tbody tr td {
    padding: 10px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.modal-body table tbody tr:hover {
    background: #fbfbfb;
}
.modal-body .card .card-body button:last-child {
    float: right;
}
.modal-footer button {
    float: left;
}
.modal-footer button:last-child {
    float: right;
}
/*Modals end*/

/*Checkboxes and Radios begin*/
.checkbox {
    padding-left: 20px;
    margin-bottom: 10px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 300;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
/*Checkboxes and Radios eng*/

