﻿/*@import url('Style.css');*/
@font-face {
    font-family: 'B Mitra';
    src: url('../fonts/Mitra.eot');
    src: url('../fonts/Mitra.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mitra.woff') format('woff'),
         url('../fonts/Mitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Mitra';
    src: url('../fonts/MitraBold.eot');
    src: url('../fonts/MitraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MitraBold.woff') format('woff'),
         url('../fonts/MitraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'B Nazanin';
    src: url('../fonts/BNazanin.eot');
    src: url('../fonts/BNazanin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BNazanin.woff') format('woff'),
         url('../fonts/BNazanin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'B Titr Bold';
    src: url('../fonts/BTitr.eot');
    src: url('../fonts/BTitr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BTitr.woff') format('woff'),
         url('../fonts/BTitr.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'B Titr Bold';
    src: url('../fonts/BTitr.eot');
    src: url('../fonts/BTitr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BTitr.woff') format('woff'),
         url('../fonts/BTitr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'B Koodak Bold';
    src: url('../fonts/KoodakBold.eot');
    src: url('../fonts/KoodakBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/KoodakBold.woff') format('woff'),
         url('../fonts/KoodakBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'B Yekan';
    src: url('../fonts/BYekan.eot?#') format('eot'),
       url('../fonts/BYekan.woff') format('woff'),
       url('../fonts/BYekan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'B Traffic';
    src: url('../fonts/Traffic.eot');
    src: url('../fonts/Traffic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Traffic.woff') format('woff'),
         url('../fonts/Traffic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.col-mainpage {
    display: flex;
    flex-direction: column;
}

.content-flex {
    flex: 1;
}
/*body.modal-open .background-container-blur0 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    filter: url("blur.svg".svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}*/
.btn-search{
    height:26px!important;
    padding-top:3px!important;
}
.btn-login {
    background-color: darkblue;
    border-color: darkblue;
    color: white;
}
    .btn-login:hover {
        color: white;
        opacity: 0.9 !important;
    }
img.ContentNews {
    width: 200px;
    margin: 10px;
}
@media (max-width:767px) {
    img.ContentNews {
        width: 100%;
        margin: 0px!important;
    }
}
    .NewsItemSetting img {
        transition: all 0.25s ease-in-out;
    }

.media-left-item {
    overflow: hidden;
    display: table-cell;
}
    
    .NewsItemSetting:hover img {
        -webkit-transform: scale(1.25);
    }

    .NewsItemSetting:hover .news-img-shadow {
        position: relative;
        max-width: 100%;
        float: left;
    }

        .NewsItemSetting:hover .news-img-shadow::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: 500000;
            right: 0;
            box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
            -moz-box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
            -webkit-box-shadow: inset 0px 1px 40px 9px rgba(0,0,0,0.50);
        }

        .NewsItemSetting:hover .news-img-shadow img {
            float: left;
        }

    .section-header {
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .section-header .section-title {
            color: #272727;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
            margin: 0 0 20px;
            font-size: 21px;
            text-align: center;
            line-height: 42px;
            font-weight: bold;
        }

            .section-header .section-title:before {
                content: "";
                position: absolute;
                width: 600px;
                bottom: 0;
                left: 24%;
                margin-left: 0;
                height: 1px;
                background: #ebebeb;
            }

            .section-header .section-title:after {
                content: "";
                position: absolute;
                width: 24px;
                height: 24px;
                bottom: -11px;
                left: 50%;
                margin-left: -12px;
                border: 5px solid #fff;
                border-radius: 20px;
                background: #018dde;
            }

.modal-title {
    color: #205286 !important;
    padding:0 10px;
}

    table thead th {
        cursor: pointer;
    }

    .piplineTable {
        color: #6c88a5;
    }

    .DisplayNoneWOW {
        display: none;
    }

    .autocomplete-suggestions {
        border: 1px solid #999;
        background: #FFF;
        overflow: auto;
    }

    .autocomplete-suggestion {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete-selected {
        background: #F0F0F0;
    }

    .autocomplete-suggestions strong {
        font-weight: normal;
        color: #3399FF;
    }

    .autocomplete-group {
        padding: 2px 5px;
    }

        .autocomplete-group strong {
            display: block;
            border-bottom: 1px solid #000;
        }

    a.btn {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 1px 1px 5px 1px rgb(221,221,221);
        -moz-box-shadow: 1px 1px 5px 1px rgb(221,221,221);
        box-shadow: 1px 1px 5px 1px rgb(221,221,221);
    }

    .rounded {
        border-radius: .25rem !important;
    }

    .modal-footer .btn {
        min-width: 80px !important;
    }

    .content img, .tinymce img {
        max-width: 100%;
    }

    .tinymce table {
        max-width: 100% !important;
        display: table !important;
    }

    .tdOverflowHide {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .TinyMceImg img {
        /*  display: block;*/
        max-width: 100%;
        height: auto;
    }

    .margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .bg-white {
        background-color: white !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .text-bold, .text-bold.table td, .text-bold.table th {
        font-weight: 700;
    }

    .text-italic {
        font-style: italic;
    }

    label.form-control {
        padding-top: 4px !important;
        display: table !important;
    }

    body {
        font-family: Samim,'tahoma', 'Roboto Condensed', sans-serif;
        font-size: 12px;
        line-height: 1.846;
        color: #222222;
    }

    .ui-widget {
        font-family: Samim,'tahoma', 'Roboto Condensed', sans-serif !important;
        font-size: 13px !important;
    }

    .ui-menu .ui-menu-item {
        border-bottom: 1px solid #d9edf7;
    }

    .ui-front {
        z-index: 10000 !important;
    }

    .ui-widget.ui-widget-content {
        max-height: 200px !important;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #f4fbfe;
        border: 1px solid #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .media-body h2 {
        font-size: 13px;
        line-height: 22px;
        color: #515151;
    }

    .min-width-100px {
        min-width: 100px;
    }

    .min-width-80px {
        min-width: 80px;
    }

    .min-width-60px {
        min-width: 60px;
    }

    .min-width-30px {
        min-width: 30px;
    }

    .min-height-100px {
        min-height: 100px;
    }

    .min-width-114px {
        min-width: 114px;
    }

    .min-width-100 {
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
    }

    .scrollToTop:hover {
        text-decoration: none;
    }

    .paddingmargin0 {
        padding: 0;
        margin: 0;
    }

    .text-white {
        color: #fff;
    }

    .article {
        margin: 0 0 12px;
        padding: 5px 20px 0;
        background-color: #fff;
        border: 1px solid #dfdede;
    }

    .footer p {
        margin: 0;
        padding: 4px 0;
        line-height: normal;
    }

    .footer a {
        color: #959595;
        padding: inherit;
        text-decoration: underline;
    }

        .footer a:hover {
            text-decoration: none;
        }

    ol {
        list-style: none;
    }

        ol li {
            display: block;
            clear: both;
        }

            ol li label {
                display: block;
                margin: 0;
                padding: 16px 0 0;
            }

            ol li input.text {
                width: 480px;
                border: 1px solid silver;
                margin: 2px 0;
                padding: 5px 2px;
                height: 16px;
                background: #fff;
            }

            ol li textarea {
                width: 480px;
                border: 1px solid silver;
                margin: 2px 0;
                padding: 2px;
                background: #fff;
            }

            ol li .send {
                margin: 16px 0 0;
            }

    .btn {
        font-family: Samim,tahoma !important;
        font-size: 12px;
        -moz-min-width: 100px;
        -ms-min-width: 100px;
        -o-min-width: 100px;
        -webkit-min-width: 100px;
    }

    .font-Samim {
        font-family: Samim !important;
    }

    .box-shadow--2dp {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .box-shadow--3dp {
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
    }

    .box-shadow--4dp {
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    }

    .box-shadow--6dp {
        box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
    }

    .box-shadow--8dp {
        box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
    }

    .box-shadow--16dp {
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    }

    .fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
        margin-bottom: 0 !important;
    }

    .text-black {
        color: #000;
    }

    .group-li ul {
        margin: 5px;
        padding: 0;
        list-style-type: none;
    }

    .group-li li {
        background-color: #d3e7fa;
        color: #000;
        border: 1px solid #a9cae6;
        display: inline-table;
        text-decoration: none;
        outline: 0;
        padding: 2px 4px;
    }

    ul.group-files {
        list-style-type: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .group-files li {
        float: none;
        display: inline-block;
    }

    .group-li li a {
        text-decoration: none;
        z-index: 33;
        color: #666;
        margin-bottom: 0;
        display: inline-block;
        outline: 0;
    }

    .group-li li:hover {
        color: #111;
        background: #FFF2BE;
        -moz-box-shadow: inset 0 0 1px #333;
        -webkit-box-shadow: inset 0 0 1px #333;
        box-shadow: inset 0 0 1px #333;
    }

    .group-li li a:after {
        line-height: 22px;
        font-size: 18px;
        content: "�";
        width: 20px;
        height: 100%;
        color: #999;
    }

    .modal .panel-body {
        color: #444;
    }

    .modal-body-header {
        background-color: #c9deec;
        padding: 3px;
    }

    .opacity-05 {
        -ms-opacity: .2;
        opacity: .2;
    }

    .form-group {
        margin-bottom: 3px !important;
    }

    .fontsize11 {
        font-size: 11px !important;
    }

    .font-size-13 {
        font-size: 13px !important;
    }

    .progress {
        border-radius: 0;
    }

    .thumbnail {
        margin-bottom: 6px;
    }

    .toggle.btn {
        min-height: 20px !important;
    }

    .btn-primary {
        background-color: #007dc1;
    }

    .modal-footer {
        border-top-color: #b7d7ec;
    }

    .tab-box {
        background-color: #fff;
        border: 1px solid #538fc7;
        border-top: 5px solid #538fc7;
        margin: 0 0 12px;
    }

.box {
    margin: 0 0 12px;
    padding: 10px;
    background-color: rgb(251,251,251);
    border: 1px solid #c8d6e7;
    border-top: 5px solid #0c5fae;
}

        .box .box-header, .box .box-header-Online {
            margin: -10px -10px 5px;
        }

        .tab-box .box-header, .box .box-header {
            padding: 1px;
            background-color: #126bbf;
            color: white;
        }

        .box .box-header-Online {
            padding: 1px;
            background-color: #595959;
            color: white;
        }

        .box .box-header-title, .tab-box .box-header-title {
            background: #126bbf;
            color: #ffffff;
        }

    .White {
        color: #fff !important;
    }

    .pleaseWaitprogress {
        background-position: center center;
        position: fixed;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: rgba(0,0,0,0.05);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999;
    }

    .pleaseWait {
        background-position: center center;
        position: fixed;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: rgba(0,0,0,0.05);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999;
    }

    .Display-None {
        display: none;
    }

    .Display-None-important {
        display: none !important;
    }

    .pleasewaitProgreaa {
        position: absolute;
        left: 50%;
        margin-left: -101px;
        top: calc(50% + 69px);
        margin-top: -10px;
        width: 202px;
    }

    .pleasewaitProgreaa2 {
        position: absolute;
        left: 50%;
        margin-left: -101px;
        top: calc(50% + 69px);
        margin-top: -10px;
        width: 202px;
    }

    .text-gray {
        color: #ccc;
    }

    .Success_Message {
        background-color: #85CA3A;
        font: 20px 'B Yekan';
        text-align: center;
        padding: 19px 0;
        color: #fff;
    }

    .text_success {
        background-color: #B6EC7B;
        padding: 5px 10px;
        text-align: center;
        font-family: 'B Yekan';
        color: #335F03;
        font-size: 14px;
    }

    .vertical-middle {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    .header-box {
        font-family: 'B Yekan';
        font-size: 18px;
        min-height: 36px;
        background-color: #3d75aa;
        padding: 2px 5px;
        color: #fff;
    }

    .media {
        margin-top: 50px;
    }

        .media:hover .media-left a .fa {
            color: #999;
            border: 2px solid #008C9E;
            background-color: #26ADE4;
        }

        .media:hover .media-left a, .media:hover .media-left > a > .fa:before {
            color: #fff;
            text-decoration: none;
        }

    .media-body h3 {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        text-align: justify;
    }

    .media-body span {
        color: #777;
    }

    .well {
        background-color: #f0faff;
        border-color: #d7ebf5;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .well-sm {
        padding: 3px;
    }

    .media-left > a > .fa {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #cfcece;
        padding: 10px;
        margin-bottom: 13px;
        display: table-cell;
        -webkit-transition: all .2s ease 0;
        -moz-transition: all .2s ease 0;
        -ms-transition: all .2s ease 0;
        -o-transition: all .2s ease 0;
        transition: all .2s ease 0;
    }

        .media-left > a > .fa:before {
            color: #ccc;
            font-size: 25px;
        }

    .text-decoration-line-through {
        text-decoration: line-through;
    }

    .text-red {
        color: red !important;
    }    
    .text-green {
        color: #00a909 !important;
    }

    .text-bold, .text-bold.table td, .text-bold.table th {
        font-weight: bold;
    }

    .text-yellow {
        color: #f39c12 !important;
    }

    .cursor-pointer {
        cursor: pointer !important;
    }

    .padding-0 {
        padding: 0 !important;
    }

    .no-border {
        border: 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }


    .margin-bottom {
        margin-bottom: 20px;
    }

    .scrollToTop {
        width: 50px;
        height: 50px;
        padding: 10px;
        text-align: center;
        background: #f5f5f5;
        font-weight: 700;
        text-decoration: none;
        position: fixed;
        bottom: 0;
        display: none;
        background: url(../img/up.png) no-repeat;
    }

    .width-100px {
        width: 100px !important;
    }

    .width-100 {
        width: 100% !important;
    }

    .width-30px {
        width: 30px !important;
    }

    .width-50px {
        width: 50px !important;
    }

    .header-Panel {
        color: white;
        margin: 0;
        font-weight: bolder !important;
    }

        .header-Panel span {
            display: inline-flex;
        }

    .panel-heading .accordion-toggle:after {
        width: 20px;
        content: '   ';
        height: 20px;
        background-image: url('../Areas/Panel/Hamayesh/add1.png');
        color: #000;
        font-size: 20px;
    }

    #accordion .panel-heading {
        padding-bottom: 7px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        background-image: url('../Areas/Panel/Hamayesh/add2.png');
        width: 20px;
        height: 20px;
        content: '   ';
    }

    .margin0 {
        margin: 0 !important;
    }

    .font-tahoma {
        font-family: 'tahoma' !important;
    }

    .font-Koodak {
        font-family: 'B Koodak Bold' !important;
    }

    .font-yekan {
        font-family: 'B Yekan' !important;
    }

    .font-traffic {
        font-family: 'B Traffic' !important;
    }

    .font-mitra {
        font-family: 'B Mitra' !important;
    }

    .font-titr {
        font-family: 'B Titr Bold' !important;
    }

    .font-nazanin {
        font-family: 'B Nazanin' !important;
    }

    .font-size-14 {
        font-size: 14px !important;
    }

    .font-size-20 {
        font-size: 20px !important;
    }

    .font-size-13 {
        font-size: 13px !important;
    }

    .font-size-10 {
        font-size: 10px !important;
    }

    .margintop-6 {
        margin-top: -6px;
    }

    .margin-10 {
        margin: 10px !important;
    }

    .margin-5 {
        margin: 5px !important;
    }

    .margin-2 {
        margin: 2px !important;
    }

    .margin-top-10 {
        margin-top: 10px !important;
    }

    .margin-top-5 {
        margin-top: 5px !important;
    }

    .margin-top-2px {
        margin-top: 2px !important;
    }

    .margin-top-15 {
        margin-top: 15px !important;
    }

    .margin-top-30 {
        margin-top: 30px !important;
    }

    .padding10 {
        padding: 10px !important;
    }

    .padding-bottom-10px {
        padding-bottom: 10px !important;
    }

    .padding-bottom-20px {
        padding-bottom: 20px !important;
    }

    .padding-bottom-5px {
        padding-bottom: 5px !important;
    }

    .padding-5px {
        padding: 5px !important;
    }

    .padding-10px {
        padding: 10px !important;
    }

    .margin-padding-0 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .padding-top-5px {
        padding-top: 5px !important;
    }

    .padding-top-10px {
        padding-top: 10px !important;
    }

    .padding-top-20px {
        padding-top: 20px !important;
    }

    .padding-top-15px {
        padding-top: 15px !important;
    }

    .Panel {
        margin-bottom: 7px !important;
    }

        .panel > .panel-heading {
            padding: 3px 10px;
            font-family: Samim,tahoma;
            font-weight: bold;
        }

    footer {
        background: #385573;
        border-top: 1px solid #E6E6E6;
    }

    ul {
        list-style-type: none;
    }

        ul.sb_menu li a:hover {
            text-decoration: underline;
        }

    a, a:active, a:focus, a:active {
        text-decoration: none !important;
        outline: none;
    }

    .dir-ltr {
        direction: ltr;
    }

    .dir-rtl {
        direction: rtl;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: Samim,tahoma,sans-serif;
        font-weight: bold;
    }

    ul.group-li {
        padding: 0 2px;
    }

    .modal hr {
        border-top: 1px solid #b7d7ec;
    }

    .header-Panel .input-group-addon {
        padding: 0 0 !important;
    }

    .well-warrning {
        background-color: #ffffcc !important;
        border: 1px solid #f5f5a6;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 767px) {

        .paddingMain {
            padding: 0 !important;
        }

        .imgPosterSelectPage {
            width: 100px !important;
        }

        .TitleHamayeshSelectPage {
            font-size: 15px !important;
        }
    }

    .imgPosterSelectPage {
        width: 200px;
    }

    .TitleHamayeshSelectPage {
        font-size: 20px;
    }
    /*
.item img:hover {
    -ms-opacity: .8;
    opacity: .8;
}*/
    .containerCheckBox, .containerRadio {
        position: relative;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .containerCheckBox input, .containerRadio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            right: 0;
            left: 0;
        }

    td .checkmark, th .checkmark, .panel-heading .checkmark {
        margin-top: -6px !important;
    }

    .checkmark, .checkmarkLarge {
        margin-top: 3px;
        position: absolute;
        top: 0;
        background-color: #ffffff;
        border: 1px solid #62aed7;
    }

    .checkmark {
        height: 15px;
        width: 15px;
    }

    .checkmarkLarge {
        height: 25px;
        width: 25px;
    }

    .containerCheckBox:hover input ~ .checkmark, .containerCheckBox:hover input ~ .checkmarkLarge, .containerRadio:hover input ~ .checkmark, .containerRadio:hover input ~ .checkmarkLarge {
        background-color: #dff9f9;
    }

    .containerCheckBox input:checked ~ .checkmark, .containerRadio input:checked ~ .checkmark, .containerCheckBox input:checked ~ .checkmarkLarge, .containerRadio input:checked ~ .checkmarkLarge {
        background-color: #2196F3;
    }

    .containerCheckBox input:disabled ~ .checkmark, .containerRadio input:disabled ~ .checkmark, .containerCheckBox input:disabled ~ .checkmarkLarge, .containerRadio input:disabled ~ .checkmarkLarge {
        opacity: 0.5;
        background-color: #545555;
        border: 1px solid #a0a1a1;
    }

    .checkmark:after, .checkmarkLarge:after {
        content: "";
        position: absolute;
        display: none;
    }

    .containerCheckBox input:checked ~ .checkmark:after, .containerRadio input:checked ~ .checkmark:after, .containerCheckBox input:checked ~ .checkmarkLarge:after, .containerRadio input:checked ~ .checkmarkLarge:after {
        display: block;
    }

    .containerRadio .checkmark:after, .containerCheckBox .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .containerRadio .checkmarkLarge:after, .containerCheckBox .checkmarkLarge:after {
        left: 7px;
        top: 1px;
        width: 8px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .containerRadio .checkmark, .containerRadio .checkmarkLarge {
        -ms-border-radius: 50%;
        border-radius: 50%;
    }
