﻿


@font-face {
    font-family: "WYekan";
    src: url(/Content/font/Yekan.eot);
    src: url(/Content/font/Yekan.eot) format('eot'), url(/Content/font/Yekan.woff) format("woff"), url(/Content/font/Yekan.ttf) format("truetype"), url(/Content/font/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "BNazanin";
    src: url(/Content/font/BNazanin_0.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BNazaninB";
    src:  url(/Content/font/BNaznnBd_1.ttf) format("truetype");
    font-weight: bold;
}

body {
    overflow-x: hidden;
}

body, p, li, a, span md-input, h1, h2, h3, h4, h5, h6 {
    font-family: 'WYekan' !important;
    text-align: right;
}

.online {
    animation-name: onlineAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #00ff00;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 20px;
}

@keyframes onlineAnim {
    0% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0px 0px #6BFF21;
        box-shadow: 0 0 0px 0px #6BFF21;
    }

    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 2px 2px #6BFF21;
        box-shadow: 0 0 2px 2px #6BFF21;
    }

    100% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0px 0px #6BFF21;
        box-shadow: 0 0 0px 0px #6BFF21;
    }
}

.side-menu-item ul {
    /*height: 0;*/
}

    .side-menu-item ul > li {
        height: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .side-menu-item ul.side-menu-item-list-open {
        max-height: 500px !important;
        -webkit-transition: all 0.5s ease-in-out; /* Safari */
        transition: all 0.5s ease-in-out;
    }

        .side-menu-item ul.side-menu-item-list-open li {
            /*height: 150px ;*/
            /*opacity: 1 ;*/
            /*display: block ;*/
            -webkit-transition: all 0.5s ease-in-out; /* Safari */
            transition: all 0.5s ease-in-out;
            height: 35px !important;
            background: #375a5b; /* Old browsers */
            background: -moz-linear-gradient(top, #375a5b 1%, #26323a 12%, #2b3942 90%, #375a5b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #375a5b 1%,#26323a 12%,#2b3942 90%,#375a5b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #375a5b 1%,#26323a 12%,#2b3942 90%,#375a5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375a5b', endColorstr='#375a5b',GradientType=0 ); /* IE6-9 */
            margin-right: 10px;
            margin-left: 10px;
            padding-right: 10px;
            animation-duration: .75s;
            transition-timing-function: ease-in;
            animation-fill-mode: both;
            animation-name: fadeInRight;
        }


.sidebar-light   .side-menu-item ul.side-menu-item-list-open li {
            /*height: 150px ;*/
            /*opacity: 1 ;*/
            /*display: block ;*/
            -webkit-transition: all 0.5s ease-in-out; /* Safari */
            transition: all 0.5s ease-in-out;
            height: 35px !important;
    background: #00abff;
            margin-right: 10px;
            margin-left: 10px;
            padding-right: 10px;
            animation-duration: .75s;
            transition-timing-function: ease-in;
            animation-fill-mode: both;
            animation-name: fadeInRight;
  
        }
.sidebar-light .side-menu-item ul.side-menu-item-list-open li a span {
    color: #fff;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    /*80% {
       opacity: 0;
    transform: translate3d(100%, 0, 0);
  }*/
    100% {
        opacity: 1;
        transform: none;
    }
}

.side-menu-item ul.side-menu-item-list-close {
    max-height: 0 !important;
    -webkit-transition: all 0.5s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
}

    .side-menu-item ul.side-menu-item-list-close li {
        height: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

.al-sidebar-list-link b {
    -webkit-transition: all 0.5s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    color: #ffffff;
}

    .al-sidebar-list-link b.open {
        -webkit-transition: all 0.5s ease-in-out; /* Safari */
        transition: all 0.5s ease-in-out;
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        color: #209e91;
    }

.notification-open {
    display: block !important;
}


.font-size-11 {
    font-size: 11px !important;
}


.side-menu-open {
    animation-name: openMenu;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.side-menu-close {
    animation-name: closeMenu;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes openMenu {
    0% {
        height: 0;
    }


    100% {
        height: 35px;
    }
}

@keyframes closeMenu {
    0% {
        height: 35px;
    }



    100% {
        height: 0;
    }
}

.side-menu-item {
}

    .side-menu-item svg {
        -ms-transform: rotate(0deg) !important; /* IE 9 */
        -webkit-transform: rotate(0deg) !important; /* Chrome, Safari, Opera */
        transform: rotate(0deg) !important;
        transition: 1s;
    }

.side-menu-item-open-icon svg {
    -ms-transform: rotate(-180deg) !important; /* IE 9 */
    -webkit-transform: rotate(-180deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(-180deg) !important;
}

@keyframes openMenu {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}

ul {
    list-style: none;
}

.view-content {
    margin-top: 50px !important;
}

.dialog-content {
    padding: 20px;
    text-align: right;
    direction: rtl;
}

.toolbar-style-darkpink {
    background-color: #AD1457 !important;
}

.toolbar-style-pink {
    background-color: #C2185B !important;
}

.background-dark-pink {
    background-color: #880E4F !important;
}

.background-pink {
    background-color: #E91E63 !important;
}

.background-dark-red {
    background-color: #F44336 !important;
}

.background-red {
    background-color: #B71C1C !important;
}

.background-blue {
    background-color: #0277BD !important;
}

.background-darkblue {
    background-color: #01579B !important;
}

.background-green-blue {
    background-color: #00838F !important;
}

.background-dark-green-blue {
    background-color: #006064 !important;
}

.background-teal {
    background-color: #009688 !important;
}

.background-dark-teal {
    background-color: #004D40 !important;
}

.background-green {
    background-color: #4CAF50 !important;
}

.background-dark-green {
    background-color: #1B5E20 !important;
}

.background-brown {
    background-color: #795548 !important;
}

.background-dark-brown {
    background-color: #4E342E !important;
    color: #fff !important;
}

.border-brown {
    border-color: #BCAAA4 !important;
}

.border-blue {
    border-color: #81D4FA !important;
}

.background-yellow {
    background-color: #FFEB3B !important;
}

.background-dark-yellow {
    background-color: #F9A825 !important;
}

.no-margin {
    margin: 0 !important;
}

.mt-input-container {
    direction: ltr !important;
    float: right !important;
}

.mt-input-container-expand {
    direction: ltr !important;
    float: right !important;
    width: 100% !important;
}

.md-checkbox-container {
    padding-top: 40px;
}

.direction-rtl {
    direction: rtl;
    text-align: right;
}

.permission-schema .md-subheader-inner {
    width: 150px;
}

    .permission-schema .md-subheader-inner h2 {
        width: 200px;
    }

.permission-schema .item-title {
    padding: 0 6px 0 6px;
    margin: 6px 8px 6px 8px;
    min-width: 88px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none;
    position: relative;
}

.permission-schema .first-title {
    background-color: #00838F;
    color: #ffffff;
}

    .permission-schema .first-title .up-locator {
    }

    .permission-schema .first-title .two-child {
        position: absolute;
        -ms-transform: rotate(41deg);
        -webkit-transform: rotate(41deg);
        transform: rotate(41deg);
        top: -27px;
        left: -52px;
        height: 2px;
        width: 36px;
        background-color: #000000;
    }

    .permission-schema .first-title .three-child {
        position: absolute;
        -ms-transform: rotate(56deg);
        -webkit-transform: rotate(56deg);
        transform: rotate(63deg);
        top: -41px;
        left: -65px;
        height: 2px;
        width: 61px;
        background-color: #000000;
    }


.page-step-back {
    display: inline-block;
    float: left;
    padding: 2px 20px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #ffffff;
    cursor: pointer;
}

    .page-step-back i {
        color: #ffffff;
    }

    .page-step-back:hover {
        background: rgba(0, 0, 0, 1);
        border: 1px solid #000000;
    }

.permission-schema .second-title {
    background-color: #3F51B5;
    color: #ffffff;
}

.permission-schema .third-title {
    background-color: #00ACC1;
    color: #ffffff;
}

.permission-schema .md-subheader .md-subheader-inner {
    padding: 10px !important;
}

.input-container-tb {
    float: right;
    text-align: right;
    margin-top: 15px;
    width: 95%;
    margin-bottom: 25px;
}

    .input-container-tb label {
        color: #BDBDBD;
        display: inline-block;
        margin-bottom: 10px;
    }

.box-shadow {
    -webkit-box-shadow: 0 0 3px 1px #C9C9C9;
    box-shadow: 0 0 3px 1px #C9C9C9;
}

.back {
    position: fixed;
    background: url(/content/images/Back.jpg) center center no-repeat;
    background-size: cover;
}

body:before {
    position: fixed;
    background: url(/content/images/Back.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 320px;
}

.selected-per:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #75ff66; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #75ff66 0%, #57bf4c 99%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #75ff66 0%,#57bf4c 99%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #75ff66 0%,#57bf4c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ff66', endColorstr='#57bf4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0 0 1px 1px #A8A8A8;
    box-shadow: 0 0 1px 1px #A8A8A8;
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 3px;
}

.selected-per {
    display: inline-block;
}

.per-perview {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 2px #C2CCCC;
    box-shadow: 0 0 2px 2px #C2CCCC;
    padding: 10px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    margin: 10px;
}

    .per-perview span {
        display: inline-block;
        font-size: 10px;
        background-color: lightgray;
        margin-left: 5px;
    }

    .per-perview .remove {
        display: inline-block;
        font-size: 10px;
        background-color: lightgray;
        margin-left: 5px;
        float: left;
        -webkit-box-shadow: 0 0 1px 1px #A8A8A8;
        box-shadow: 0 0 1px 1px #A8A8A8;
        height: 24px;
    }

.tb-md-input-container {
    direction: ltr !important;
    float: right !important;
    width: 100% !important;
}

#imagePerview {
    width: 100px;
}

.image-perview {
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 113px;
    float: left;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #preloader > div {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e85656;
        /*box-shadow: 0 3px 3px 0 #e85656;*/
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        backface-visibility: hidden;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        
    }


        #preloader > div:before {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            /*box-shadow: 0 3px 3px 0 #209e91;*/
            border-top-color: #209e91;
            -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
        }

        #preloader > div:after, #preloader > div:before {
            content: "";
            position: absolute;
        }

        #preloader > div:after {
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #dfb81c;
            /*box-shadow: 0 3px 3px 0 #dfb81c;*/
            -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
        }




.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .preloader > div {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e85656;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        backface-visibility: hidden;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }


        .preloader > div:before {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #209e91;
            -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
        }

        .preloader > div:after, .preloader > div:before {
            content: "";
            position: absolute;
        }

        .preloader > div:after {
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #dfb81c;
            -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
        }

#preloader,.preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;background:#000;-webkit-backface-visibility:hidden;backface-visibility:hidden}#preloader>div,.preloader>div{display:block;width:150px;height:150px;margin:-75px 0 0 -75px;backface-visibility:hidden}#preloader>div{position:relative;left:50%;top:50%;border-radius:50%;border:3px solid transparent;box-shadow: 0 3px 3px 0 #e85656;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}#preloader>div:before{top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;box-shadow: 0 3px 3px 0 #209e91;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}#preloader>div:after,#preloader>div:before{content:"";position:absolute}#preloader>div:after{top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;box-shadow: 0 3px 3px 0 #dfb81c;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.preloader>div{position:relative;left:50%;top:50%;border-radius:50%;border:3px solid transparent;border-top-color:#e85656;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.preloader>div:before{top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#209e91;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}.preloader>div:after,.preloader>div:before{content:"";position:absolute}.preloader>div:after{top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#dfb81c;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.list-item-brw {
    width: 100%;
    direction: rtl;
    border-bottom: 2px solid lightgrey;
    margin-bottom: 5px;
    line-height: 60px;
}

    .list-item-brw:hover {
        background: #f3e2c7; /* Old browsers */
        background: -moz-linear-gradient(top, #f3e2c7 0%, #e9d4b3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f3e2c7 0%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f3e2c7 0%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
    }

.tb-tabs-container {
    /*overflow: hidden;
      -webkit-box-shadow: 0 0 1px 1px #C7C7C7;
box-shadow: 0 0 1px 1px #C7C7C7;*/
}

    .tb-tabs-container > ul {
        direction: rtl;
    }

        .tb-tabs-container > ul > li {
            display: inline-block;
            color: #a0a0a0;
            cursor: pointer;
            float: right !important;
            padding: 5px;
            margin-right: 0;
            /*width: 100%;*/
        }

            .tb-tabs-container >ul li.tb-active {
                border-bottom: 2px solid green;
                color: #000000;
            }

    .tb-tabs-container .tb-tabs-content-container {
        position: relative;
        overflow: hidden;
        height: 700px !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            -webkit-transition: all 0.2s ease-in-out; /* Safari */
            transition: all 0.2s ease-in-out;
            left: -2900px;
            position: absolute;
            width: 100%;
        }

.tb-tabs-content-container > div.tb-active {
    left: 0;
}

.graph-mask {
    background-size: 1913px 1076px !important;
    background-position: 0px -60px !important;
    width: 190px;
    height: 68px;
    position: absolute !important;
    z-index: 1500;
    left: 8px;
    top: 80px;
}

.tb-tab-tabs {
    /*height: 50px;*/
    direction: rtl;
}

    .tb-tab-tabs span {
        display: inline-block;
        padding: 12px 24px;
        direction: rtl;
        background: rgba(8, 125, 149, 0.2);
        text-align: center;
        border-radius: 2px;
        border: 1px solid #417377;
    }

        .tb-tab-tabs span:hover {
            border: 1px solid transparent;
        }

.form-group {
    text-align: right !important;
}

select {
    direction: rtl;
}

.form-control {
    color: #fff !important;
    padding-right: 10px !important;
}

.form-control-text {
    color: #fff !important;
    padding-right: 10px !important;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right !important;
}

.svg-btn {
    -webkit-box-shadow: 0 0 1px 1px #F5F5F5;
    box-shadow: 0 0 1px 1px #F5F5F5;
}

button.btn.btn-primary {
    color: #fff !important;
}

.modal .modal-header .close {
    float: left;
}

.ADMdtp-container .ADMdtp-calendar-container .days > span > span {
    color: #000 !important;
}

option {
    padding-right: 10px !important;
    color: #000000 !important;
}

select.form-control {
    color: #000;
}

.modal .modal-dialog .form-control {
    color: #fff !important;
}

.margin-top-50 {
    margin-top: 50px;
}


.form-controla,
.form-group .form-controla {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#009688, #009688);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#009688, #009688);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#009688, #009688);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: right;
}

ul.todo-list li {
    width: 100% !important;
}

label.custom-checkbox > span, label.custom-radio > span {
    padding-right: 22px !important;
}

.task-todo-container.transparent ul.todo-list li label.todo-checkbox > span:before {
    right: 0 !important;
}

.td-right-border {
    border-right: 3px solid #B2B6B6 !important;
}

.tb-form-control-err {
}

    .tb-form-control-err span {
        -webkit-transition: all 0.5s ease-in-out; /* Safari */
        transition: all 0.5s ease-in-out;
        width: 100%;
        height: 0;
        display: inline-block;
        /*border-right: 75px solid transparent;
        border-left: 75px solid transparent;
        border-top: 0;*/
        border-bottom: 3px solid red;
    }

.form-group .tb-err {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1a00), to(#ff1a00)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(#ff1a00, #ff1a00), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(#ff1a00, #ff1a00), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(#ff1a00, #ff1a00), linear-gradient(#D2D2D2, #D2D2D2) !important;
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tb-err .form-control {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1a00), to(#ff1a00)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(#ff1a00, #ff1a00), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(#ff1a00, #ff1a00), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(#ff1a00, #ff1a00), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.div-border {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.big-font {
    font-size: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.color-gb {
    color: #209e91;
}

.display-block {
    display: block !important;
}

.action-list .cd-timeline-content:before {
    display: none;
}

.tb-tab-tabs .tb-active {
    background-color: #089181;
}

.circle {
    border-radius: 50px;
}

.direction-ltr {
    direction: ltr !important;
}

.pagination li {
    display: inline !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.pagination > li:first-of-type > a, .pagination > li:first-of-type > span {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pagination li:first-child {
    margin-top: 3px !important;
}

.pagination > li:last-of-type > a, .pagination > li:last-of-type > span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table > tbody > tr > td:first-child {
    text-align: center !important;
}

.table > tbody > tr > td {
    text-align: center !important;
}

.table > thead > tr > th {
    text-align: center !important;
}

    .table > thead > tr > th:last-child {
        text-align: center !important;
    }

.input-text-center {
    text-align: center !important;
}

.table-text-center th, .table-text-center td {
    text-align: center !important;
}

.menu-collapsed .al-main {
    margin-right: 50px !important;
}

.color-white {
    color: #ffffff !important;
}

.ion-edit {
    cursor: pointer;
}

.service-container > div > div {
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    overflow: hidden !important;
    position: relative;
}

    .service-container > div > div:hover {
        opacity: 0.5;
    }

.service-container > div {
    padding: 10px;
}

.selected-group {
    background: rgba(0, 0, 0, 0.3);
    min-height: 550px;
    border: 2px solid #242c35;
    padding-top: 40px;
}

    .selected-group div {
    }

.call-popup {
    position: fixed;
    width: 500px;
    height: 400px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: -600px;
    top: 150px;
}

.call-popup-open {
    left: 50px;
}

.collapse-popup {
    width: 40px;
    left: 0;
    height: 40px;
    overflow: hidden;
}

.selected-group-tile {
    overflow: hidden;
}

    .selected-group-tile > div {
        padding: 3px;
        border: 2px solid #fff;
        position: relative;
        border-radius: 3px;
        overflow: hidden;
    }

.selected-service-tile {
    /*overflow: hidden;*/
    margin-bottom: 20px;
    display: none;
}

    .selected-service-tile > div.wireless-home {
        margin-bottom: 5px;
        background: #c4334b; /* Old browsers */
        background: -moz-linear-gradient(top, #c4334b 0%, #822133 52%, #822133 54%, #c4334b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c4334b 0%,#822133 52%,#822133 54%,#c4334b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c4334b 0%,#822133 52%,#822133 54%,#c4334b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4334b', endColorstr='#c4334b',GradientType=0 ); /* IE6-9 */
        position: relative;
    }

    .selected-service-tile > div.wireless-business {
        background: #ff6730; /* Old browsers */
        background: -moz-linear-gradient(top, #ff6730 2%, #b7471f 50%, #b7471f 53%, #ff6730 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff6730 2%,#b7471f 50%,#b7471f 53%,#ff6730 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff6730 2%,#b7471f 50%,#b7471f 53%,#ff6730 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6730', endColorstr='#ff6730',GradientType=0 ); /* IE6-9 */
    }

    .selected-service-tile > div.wireless-dedicated {
        background: #05afff; /* Old browsers */
        background: -moz-linear-gradient(top, #05afff 2%, #1b86b7 50%, #1877a0 52%, #05afff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #05afff 2%,#1b86b7 50%,#1877a0 52%,#05afff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #05afff 2%,#1b86b7 50%,#1877a0 52%,#05afff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05afff', endColorstr='#05afff',GradientType=0 ); /* IE6-9 */
    }

    .selected-service-tile > div.adsl-home {
        background: #ffcd05; /* Old browsers */
        background: -moz-linear-gradient(top, #ffcd05 2%, #ffcd05 2%, #cea604 50%, #cea604 52%, #ffcd05 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffcd05 2%,#ffcd05 2%,#cea604 50%,#cea604 52%,#ffcd05 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffcd05 2%,#ffcd05 2%,#cea604 50%,#cea604 52%,#ffcd05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#ffcd05',GradientType=0 ); /* IE6-9 */
    }

    .selected-service-tile > div.adsl-business {
        background: #ae35ff; /* Old browsers */
        background: -moz-linear-gradient(top, #ae35ff 2%, #5a0096 52%, #5a0096 53%, #ae35ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ae35ff 2%,#5a0096 52%,#5a0096 53%,#ae35ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ae35ff 2%,#5a0096 52%,#5a0096 53%,#ae35ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae35ff', endColorstr='#ae35ff',GradientType=0 ); /* IE6-9 */
    }

    .selected-service-tile > div {
        position: relative;
        border-radius: 3px;
    }


        .selected-service-tile > div > h5 {
            color: #fff;
            text-align: center;
            color: #fff;
            text-align: center;
            height: 40px;
            line-height: 20px;
            vertical-align: middle;
            padding-top: 5px;
        }

    .selected-service-tile:hover .close-span {
        display: inline-block;
    }

    .selected-service-tile:hover .droped-preview {
        display: block;
    }

    .selected-service-tile:hover .service-preview {
        display: block;
    }

    .selected-service-tile .close-span {
        /*border: 2px solid #fff;*/
        border-bottom: 0;
        position: absolute;
        top: 5px;
        right: 5px;
        /*border-radius: 3px 3px 0 0;*/
        padding: 2px;
        padding-bottom: 0;
        padding-top: 0;
        cursor: pointer;
        color: #fff;
        display: none;
    }

    .selected-service-tile .droped-preview {
        position: absolute;
        z-index: 10;
        width: 113%;
        left: -20px;
        top: 38px;
        direction: rtl;
        display: none;
        padding: 10px;
    }

        .selected-service-tile .droped-preview .pre-update {
            position: absolute;
            top: 20px;
            left: 20px;
            display: inline-block;
            width: 25px;
            height: 25px;
            background-color: lightgray;
            text-align: center;
            line-height: 25px;
            cursor: pointer;
        }

        .selected-service-tile .droped-preview .service-preview {
            padding: 5px;
            margin-bottom: 10px;
            border-radius: 3px;
        }

        .selected-service-tile .droped-preview .options-preview {
            background: rgba(255, 255, 255, 0.5);
            -webkit-box-shadow: 0 0 1px 1px #C9C9C9;
            box-shadow: 0 0 1px 1px #C9C9C9;
            padding: 5px;
            border-radius: 3px;
        }

        .selected-service-tile .droped-preview .service-preview h3 {
            color: #ff6730;
        }


        .selected-service-tile .droped-preview label {
            direction: rtl;
            color: #717089;
        }

    .selected-service-tile .service-preview {
        display: none;
    }

table {
    direction: rtl;
}

.page-top {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 50%, transparent 100%);
    background: -webkit-linear-gradient(top, #000000 50%,transparent 100%);
    background: linear-gradient(to bottom, #000000 50%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#transparent',GradientType=0 );
}

.al-main {
    padding-top: 85px !important;
}

.spring-back {
    width: 800px;
    height: 100px;
}

    .spring-back > div {
        /*background-image: url(/Content/Images/SpringBackGround.png);*/
        background-size: 522px 154px;
        width: 100%;
        height: 120%;
        background-position-y: -19px;
        background-repeat: no-repeat;
    }

        .spring-back > div > div {
            width: 350px;
            height: 140px;
            margin-right: 180px;
            float: right;
            background-image: url(/Content/Images/Birds.gif);
            background-size: 350px 140px;
        }

.reseller-cities-item {
    padding: 5px;
    position: relative;
}

.reseller-cities {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid lightgray;
    margin-top: 10px;
    min-height: 400px;
}

.reseller-cities-item label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px;
    color: lightgray;
    border: 2px solid lightgray;
    text-align: center;
}

.reseller-cities-item span {
    position: relative;
    display: inline-block;
    /*left: 15px;*/
    text-align: center;
    top: 5px;
    width: 100%;
    height: 100%;
    padding: 5px;
    /*background: rgba(231,85,85,0.3);*/
    background: #893737; /* Old browsers */
    background: -moz-linear-gradient(top, #893737 2%, #a34c4c 39%, #a34c4c 65%, #893737 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #893737 2%,#a34c4c 39%,#a34c4c 65%,#893737 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #893737 2%,#a34c4c 39%,#a34c4c 65%,#893737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#893737', endColorstr='#893737',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border: 2px solid #ad3c3c;
    color: lightgray;
}

    .reseller-cities-item span i {
        position: absolute;
        right: 5px;
        -webkit-transition: all 0.6s ease; /* Safari */
        transition: all 0.6s ease;
        -ms-transform: rotateY(90deg); /* IE 9 */
        -webkit-transform: rotateY(90deg); /* Chrome, Safari, Opera */
        transform: rotateY(90deg);
    }

    .reseller-cities-item span.selected {
        background: #ff9696; /* Old browsers */
        background: -moz-linear-gradient(top, #ff9696 0%, #ed2d2d 52%, #ed2d2d 53%, #ff9696 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff9696 0%,#ed2d2d 52%,#ed2d2d 53%,#ff9696 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff9696 0%,#ed2d2d 52%,#ed2d2d 53%,#ff9696 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9696', endColorstr='#ff9696',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 0 0 10px 2px #FF404C;
        box-shadow: 0 0 10px 2px #FF404C;
    }

        .reseller-cities-item span.selected i {
            -ms-transform: rotateY(0deg); /* IE 9 */
            -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
            transform: rotateY(0deg);
        }





.selected-reseller-cities-item {
    padding: 5px;
    position: relative;
}



    .selected-reseller-cities-item label {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 5px;
        color: lightgray;
        border: 2px solid lightgray;
        text-align: center;
    }

    .selected-reseller-cities-item span {
        position: relative;
        display: inline-block;
        /*left: 15px;*/
        text-align: center;
        font-size: 60%;
        top: 5px;
        width: 100%;
        height: 100%;
        padding: 5px;
        background: #bdd664; /* Old browsers */
        background: -moz-linear-gradient(top, #bdd664 0%, #81a500 42%, #81a500 59%, #bdd664 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #bdd664 0%,#81a500 42%,#81a500 59%,#bdd664 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #bdd664 0%,#81a500 42%,#81a500 59%,#bdd664 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd664', endColorstr='#bdd664',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
        border: 2px solid #1f9d90;
        color: #ffffff;
        text-shadow: 0px 0px 5px #333333;
    }

        .selected-reseller-cities-item span i {
            position: absolute;
            right: 5px;
            -webkit-transition: all 0.6s ease; /* Safari */
            transition: all 0.6s ease;
            -ms-transform: rotateY(90deg); /* IE 9 */
            -webkit-transform: rotateY(90deg); /* Chrome, Safari, Opera */
            transform: rotateY(90deg);
        }

        .selected-reseller-cities-item span.selected {
            background: #32ffe7; /* Old browsers */
            background: -moz-linear-gradient(top, #32ffe7 0%, #1f9d90 45%, #1f9d90 51%, #32ffe7 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #32ffe7 0%,#1f9d90 45%,#1f9d90 51%,#32ffe7 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #32ffe7 0%,#1f9d90 45%,#1f9d90 51%,#32ffe7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32ffe7', endColorstr='#32ffe7',GradientType=0 ); /* IE6-9 */
        }

            .selected-reseller-cities-item span.selected i {
                -ms-transform: rotateY(0deg); /* IE 9 */
                -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
                transform: rotateY(0deg);
            }





input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-input-placeholder {
    padding-right: 5px;
}

:-moz-placeholder { /* Firefox 18- */
    padding-right: 5px;
}

::-moz-placeholder { /* Firefox 19+ */
    padding-right: 5px;
}

:-ms-input-placeholder {
    padding-right: 5px;
}

.user-signup-part-positionlist {
    border: 1px solid #fff;
    height: 120px;
    overflow: auto;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
}

    .user-signup-part-positionlist > div {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 10px;
        height: 25px;
    }

        .user-signup-part-positionlist > div > span {
            color: gray;
            border: 1px solid gray;
            padding: 3px;
            display: inline-block;
            width: 100%;
            margin: 0;
            text-align: center;
            font-size: 10px;
        }

        .user-signup-part-positionlist > div > label {
            position: absolute;
            font-size: 0.6em;
            left: 15px;
            top: 2px;
            display: inline-block;
            height: 22px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 62%;
            margin: 0;
            padding: 3px;
            cursor: pointer;
            text-align: center;
            background: #ff9696; /* Old browsers */
            background: -moz-linear-gradient(top, #ff9696 0%, #ed2d2d 52%, #ed2d2d 53%, #ff9696 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ff9696 0%,#ed2d2d 52%,#ed2d2d 53%,#ff9696 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ff9696 0%,#ed2d2d 52%,#ed2d2d 53%,#ff9696 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9696', endColorstr='#ff9696',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 0 0 10px 2px #FF404C;
            box-shadow: 0 0 10px 2px #FF404C;
            -ms-transform-origin: 50% 50%; /* IE 9 */
            -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
            transform-origin: 50% 50%;
        }

            .user-signup-part-positionlist > div > label.over {
            }

            .user-signup-part-positionlist > div > label.selected {
                animation-name: selectPosition;
                animation-duration: 0.4s;
                animation-iteration-count: 1;
            }

@keyframes selectPosition {
    0% {
        width: 100%;
        font-size: 10px;
        height: 100%;
    }
    /*30% {
        width: 60%;
        font-size: 4px;
        height: 60%;

    }
    50% {
        width: 120%;
        font-size: 12px;
        height: 100%;

    }*/
    100% {
        width: 0;
        font-size: 0;
        height: 0;
    }
}

.user-signup-part-positionlist-selected-context {
    border: 1px solid #fff;
    height: 120px;
    overflow: auto;
    width: 100%;
}

    .user-signup-part-positionlist-selected-context > div {
        padding-top: 10px;
        height: 30px;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 10px;
        padding-bottom: 5px;
    }

        .user-signup-part-positionlist-selected-context > div > label {
            width: 100%;
            font-size: 0.6em;
            display: inline-block;
            height: 22px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0;
            padding: 3px;
            cursor: pointer;
            text-align: center;
            background: #64e0d2; /* Old browsers */
            background: -moz-linear-gradient(top, #64e0d2 2%, #209e91 50%, #209e91 52%, #64e0d2 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #64e0d2 2%,#209e91 50%,#209e91 52%,#64e0d2 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #64e0d2 2%,#209e91 50%,#209e91 52%,#64e0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64e0d2', endColorstr='#64e0d2',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 0 0 10px 2px #64e0d2;
            box-shadow: 0 0 10px 2px #64e0d2;
        }

            .user-signup-part-positionlist-selected-context > div > label:hover {
                -webkit-box-shadow: 0 0 0 0 #64e0d2;
                box-shadow: 0 0 0 0 #64e0d2;
            }

.removed-selected {
    display: none !important;
}

.user-signup-part-positionlist-selected-context > div > label.selected {
    animation-name: selectedPosition;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}

@keyframes selectedPosition {
    0% {
        width: 0;
        font-size: 0;
        height: 0;
    }

    100% {
        width: 100%;
        font-size: 10px;
        height: 100%;
    }
}



.user-reseller {
    animation-name: userResellerAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    color: #F44B4B;
    display: inline-block;
    width: 65%;
    position: absolute;
    font-size: 1em;
}

@keyframes userResellerAnim {
    0% {
        opacity: 0.3;
        text-shadow: 0 0 4px #F44B4B;
    }

    50% {
        opacity: 1;
        text-shadow: 1px 1px 4px #F44B4B;
    }

    100% {
        opacity: 0.3;
        text-shadow: 0 0 4px #F44B4B;
    }
}

.part-position {
    background: rgba(222,183,27,0.1);
    /*border: 1px solid #fff;*/
    padding: 10px;
}

.part-schema {
    background: rgba(231, 85, 85, 0.1);
    /*border: 1px solid #fff;*/
    margin-bottom: 10px;
    padding: 10px;
}

.input-error {
    color: #fff;
    background-color: #E75555;
    width: 40%;
    float: right;
    padding: 5px;
    direction: rtl;
}

.modal-input-error {
    color: #fff !important;
    background-color: #E75555;
    padding: 5px;
}

.background-green-dark {
    background: rgba(8, 145, 129, 0.6);
}

.background-blue-dark {
    background: rgba(22, 36, 42, 0.4);
}

.modal .modal-dialog .color-black {
    color: #000000 !important;
}

.modal .modal-dialog .modal-body p, .modal .modal-dialog .modal-body div, .modal .modal-dialog .modal-body span {
    color: #ffffff !important;
}

.remove-icon {
    color: red;
    cursor: pointer;
}



.tooltip {
    display: none;
    position: absolute;
    background-color: #222;
    padding: 7px 10px;
    max-width: 250px;
    color: #fff;
}

.tooltip-show {
    display: inherit;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-down .tooltip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
}

.tooltip-up .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}

.tooltip-right .tooltip-arrow {
    left: -5px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #222;
}

.crm-info-tooltip {
    /*margin-right: 30px;*/
    border: 1px solid #8FB901;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    padding: 1px;
    line-height: 8px;
    color: #8FB901;
    background-color: #fff;
}

.tooltip-left .tooltip-arrow {
    right: -5px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #222;
}

.not-blur-modal h5, .not-blur-modal h4, .not-blur-modal h3 {
    color: #000000 !important;
    direction: rtl;
}

.notification-date {
    color: gray !important;
}

.notificatio-item {
    padding: 10px;
    border-bottom: 1px solid lightgray;
}

.user-old-photo {
    position: relative;
}

.user-new-photo {
    position: relative;
}

.user-old-photo label {
    position: absolute;
    color: #fff;
    top: -21px;
    font-size: 10px;
}

.user-new-photo label {
    position: absolute;
    color: #fff;
    top: -21px;
    font-size: 9px;
}

.crm-notification-header {
    background-color: #209e91;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
}

.crm-ticket-header {
    background-color: #8fb800;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
}

.crm-notification-header > strong, .crm-notification-header > a {
    color: #fff !important;
}

.crm-ticket-header > strong, .crm-notification-header > a {
    color: #fff !important;
}

.crm-notification-footer {
    padding: 5px;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

    .crm-notification-footer a {
        float: right;
        margin-right: 20px;
    }

.dropdown-menu {
    padding: 0 !important;
}

textarea, input {
    direction: rtl;
}

.rzslider .rz-bubble.rz-limit {
    color: #ffffff !important;
}

.rzslider .rz-bubble {
    color: #ffffff !important;
}

.duty-timeline {
    /*position: relative;*/
}


    .duty-timeline:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

    .duty-timeline .master-context .master-info {
        direction: rtl;
    }

@media only screen and (min-width: 1170px) {
    .duty-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

#cd-timeline .cd-timeline-block .master-conversation {
    float: right !important;
    direction: rtl;
}

#cd-timeline .cd-timeline-block .user-conversation {
    float: left !important;
}

#cd-timeline .cd-timeline-block .master-conversation .conversation-title-text {
    /*color: #00316d;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);*/
    font-size: 20px;
    font-weight: bold;
}

#cd-timeline .cd-timeline-block .master-conversation .title {
    /*color: #00316d;*/
    font-weight: bold;
    font-style: italic;
}

#cd-timeline .cd-timeline-block .master-conversation .cd-date {
    /*color: #00316d;*/
    left: auto;
    right: 137%;
    text-align: right;
    direction: ltr;
}

#cd-timeline .cd-timeline-block .master-conversation::before {
    border-right-color: rgba(223, 184, 28, 0.2);
    border-left: none;
}

#cd-timeline .cd-timeline-block .master-conversation.supervisor-comment {
    background: rgba(73,99,238, 0.4);
}

#cd-timeline .cd-timeline-block .user-conversation .conversation-title-text {
    /*color: #00316d;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);*/
    font-size: 20px;
    font-weight: bold;
    direction: rtl;
}

#cd-timeline .cd-timeline-block .user-conversation .title {
    /*color: #00316d;*/
    font-weight: bold;
    font-style: italic;
    direction: rtl;
}

#cd-timeline .cd-timeline-block .user-conversation .cd-date {
    /*color: #00316d;*/
    /* color: #00316d; */
    /* left: auto; */
    left: 58%;
    text-align: right;
    /*direction: rtl;*/
}

#cd-timeline .cd-timeline-block .user-conversation p {
    /*color: #00316d;*/
    /* color: #00316d; */
    /* left: auto; */
    direction: rtl;
}



#cd-timeline .cd-timeline-block .user-conversation::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    left: 100%;
    border: 7px solid transparent;
    border-left-color: rgba(32, 158, 145, 0.2);
}

#cd-timeline .cd-timeline-block .user-conversation.danger::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    left: 100%;
    border: 7px solid transparent;
    border-left-color: rgba(232, 86, 86, 0.2);
}

#cd-timeline .files-context {
    margin-top: 5px;
    padding: 10px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.file-upload-box-size {
    text-align: left;
}

    .file-upload-box-size > div {
        width: 100px;
        height: 15px;
        background: rgba(0, 0, 0, 0.4);
        overflow: hidden;
    }

        .file-upload-box-size > div > div {
            height: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            width: 0;
        }


            .file-upload-box-size > div > div.low {
                background: #8FB800;
            }

            .file-upload-box-size > div > div.medium {
                background: #DEB71B;
            }

            .file-upload-box-size > div > div.large {
                background: #E75555;
            }

.file-upload-error {
    color: red !important;
    display: block;
    font-size: 14px;
}

.file-upload-box-size .warning {
    animation-name: warningAlarm;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.item-waiting {
    background-image: url('/Content/Images/loader.gif');
    width: 25px !important;
    height: 25px !important;
    background-size: 25px;
    display: inline-block;
}

@keyframes warningAlarm {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#showModal h6 {
    color: gray !important;
}


.file-upload-file-list li {
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    background: -moz-linear-gradient(top, #263947 0%, #4f8b83 55%, #4f8b83 65%, #4f8b83 97%);
    background: -webkit-linear-gradient(top, #263947 0%,#4f8b83 55%,#4f8b83 65%,#4f8b83 97%);
    background: linear-gradient(to bottom, #263947 0%,#4f8b83 55%,#4f8b83 65%,#4f8b83 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263947', endColorstr='#4f8b83',GradientType=0 );
    color: #fff !important;
}

    .file-upload-file-list li span {
        color: #fff !important;
        display: inline-block;
    }

    .file-upload-file-list li .file-size {
        color: #f9d000 !important;
    }







.email-file-upload-file-list li {
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #85d800;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}

    .email-file-upload-file-list li span {
        color: #000000 !important;
        display: inline-block;
    }

    .email-file-upload-file-list li .file-size {
        color: #000000 !important;
        font-weight: bold;
    }









.duty-referenced {
    background-color: #f9d000;
    border-radius: 3px;
    color: #fff;
    border: 2px solid #fff;
    /*-ms-transform: rotate(-7deg); 
    -webkit-transform: rotate(-7deg); 
    transform: rotate(-7deg);*/
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 16px;
    padding-right: 2px;
    padding-left: 2px;
}

.duty-closed {
    background-color: red;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    /*-ms-transform: rotate(-7deg); 
    -webkit-transform: rotate(-7deg); 
    transform: rotate(-7deg);*/
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    padding-right: 2px;
    padding-left: 2px;
}

.duty-open {
    background-color: #00a846;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    /*-ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);*/
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 11px;
    padding-right: 10px;
    padding-left: 10px;
}

.crm-duty-mobile-tile {
    border: 1px solid #fff;
    border-radius: 3px;
    /*padding: 3px;*/
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .crm-duty-mobile-tile .title {
        padding: 5px;
        border: 2px solid #089181;
        border-radius: 2px;
        width: 100%;
    }

    .crm-duty-mobile-tile .description {
        padding: 5px;
        border: 2px solid #dfb81c;
        margin-top: 5px;
        border-radius: 2px;
        width: 100%;
    }

    .crm-duty-mobile-tile .request-date {
        font-size: 0.8em;
        font-style: italic;
        color: gray !important;
        /*direction: rtl;*/
        display: block;
    }

    .crm-duty-mobile-tile .dead-line-date {
        direction: rtl;
        color: #e85656 !important;
    }

        .crm-duty-mobile-tile .dead-line-date label {
            font-style: italic;
            font-size: 0.8em;
            direction: rtl;
            color: #e85656 !important;
        }

    .crm-duty-mobile-tile .tools {
        font-size: 20px;
        padding: 5px;
        /*border: 2px solid lightgrey;*/
        margin-top: 5px;
        border-radius: 2px;
        width: 100%;
    }






.crm-duty-mobile-tile-light {
    border: 1px solid #CADBEB;
    border-radius: 3px;
    /*padding: 3px;*/
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px 1px #CADBEB;
    box-shadow: 0 0 1px 1px #CADBEB;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .crm-duty-mobile-tile-light .title {
        padding: 5px;
        border-radius: 2px;
        width: 100%;
        color: #000000 !important;
        font-weight: bold;
    }

    .crm-duty-mobile-tile-light .description {
        padding: 5px;
        background-color: #e3e3e3;
        margin-top: 5px;
        border-radius: 2px;
        width: 100%;
        color: #000000 !important;
    }

    .crm-duty-mobile-tile-light .request-date {
        font-size: 0.8em;
        font-style: italic;
        color: gray !important;
        /*direction: rtl;*/
        display: block;
    }

    .crm-duty-mobile-tile-light .dead-line-date {
        direction: rtl;
        color: #e85656 !important;
    }

        .crm-duty-mobile-tile-light .dead-line-date label {
            font-style: italic;
            font-size: 0.8em;
            direction: rtl;
            color: #e85656 !important;
        }

    .crm-duty-mobile-tile-light .tools {
        font-size: 20px;
        padding: 5px;
        /*border: 2px solid lightgrey;*/
        margin-top: 5px;
        border-radius: 2px;
        width: 100%;
        color: gray;
    }

.crm-duty-mobile-tile .response-context {
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
}

    .crm-duty-mobile-tile .response-context textarea {
        width: 100%;
        display: none;
    }

    .crm-duty-mobile-tile .response-context.active {
        height: auto;
    }

        .crm-duty-mobile-tile .response-context.active textarea {
            display: block;
        }

    .crm-duty-mobile-tile .response-context .item-tools {
        margin-top: 10px;
    }

.crm-duty-mobile-tile .mobil-item-file-upload-btn {
    background-color: #008000;
    color: #ffffff;
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 16px;
}

.crm-duty-mobile-tile .file-upload-tools {
    display: none;
}

    .crm-duty-mobile-tile .file-upload-tools.selected {
        display: block;
    }

.part-extention-view .extentions-container {
    min-height: 300px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.crm-duty-mobile-tile-light .response-context {
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
}

    .crm-duty-mobile-tile-light .response-context textarea {
        width: 100%;
        display: none;
    }

    .crm-duty-mobile-tile-light .response-context.active {
        height: auto;
    }

        .crm-duty-mobile-tile-light .response-context.active textarea {
            display: block;
        }

    .crm-duty-mobile-tile-light .response-context .item-tools {
        margin-top: 10px;
    }

.crm-duty-mobile-tile-light .mobil-item-file-upload-btn {
    background-color: #008000;
    color: #ffffff;
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 16px;
}

.crm-duty-mobile-tile-light .file-upload-tools {
    display: none;
}

    .crm-duty-mobile-tile-light .file-upload-tools.selected {
        display: block;
    }

.crm-table-icon {
    font-size: 20px;
}

.crm-btn-waiting {
    display: inline-block;
    background-image: url('/Content/Images/loader.gif');
    background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
}



.crm-btn-waiting-light {
    display: inline-block;
    background-image: url('/Content/Images/loaderLight.gif');
    background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
}

.load-schema-waiting {
    background: rgba(0,0,0,0.5);
    background-image: url(/Content/Images/loader.gif);
    background-size: 25px;
    height: 36px;
    width: 100%;
    display: inherit;
    background-repeat: no-repeat;
    background-position-x: 50%;
    position: absolute;
    top: 22px;
    background-position-y: 5px;
    padding-top: 5px;
}

.load-services-waiting {
    background: rgba(0,0,0,0.5);
    background-image: url(/Content/Images/loader.gif);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 25%;
    top: 0;
    left: 0;
    background-size: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.load-part-for-schema-waiting {
    background: rgba(0,0,0,0.5);
    background-image: url(/Content/Images/loader.gif);
    background-size: 25px;
    height: 36px;
    width: 100%;
    display: inherit;
    background-repeat: no-repeat;
    background-position-x: 50%;
    position: absolute;
    top: 22px;
    background-position-y: 5px;
    padding-top: 5px;
}

.pagination {
    direction: rtl !important;
}

    .pagination > li {
        float: right !important;
    }

@media (max-width: 480px) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

.crm-duty-progress-context {
    height: 15px;
    border-radius: 10px;
    width: 50px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 15px;
    display: inline-block;
    float: right;
    overflow: hidden;
}

    .crm-duty-progress-context > div {
        height: 100%;
        border-radius: 0 10px 10px 0;
    }

        .crm-duty-progress-context > div.long {
            background-color: #00ea59;
        }

        .crm-duty-progress-context > div.low {
            background-color: #DEB71B;
        }

        .crm-duty-progress-context > div.empty {
            background-color: #ff3d00;
            border-radius: 10px 10px 10px 10Px;
        }

.crm-duty-progress-context-label {
    /*position: absolute;
    top: 0;*/
    display: inline-block;
    /*background: rgba(0, 0, 0, 0.3);*/
    border-radius: 5px;
    /*border: 1px solid #fff;*/
    padding-right: 5px;
    left: -41px;
    padding-left: 5px;
    width: 42%;
    font-size: 12px;
    vertical-align: middle;
    float: right;
    margin-top: 13px;
    float: right;
}

    .crm-duty-progress-context-label.long {
        color: #00ea59;
    }

    .crm-duty-progress-context-label.low {
        color: #DEB71B;
    }

    .crm-duty-progress-context-label.empty {
        /*color: #E75555;*/
        color: #ff3d00;
    }

.crm-duty-table th, .crm-duty-table td {
    text-align: center !important;
}

.after-deadline {
    background-color: #ff3d00;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.befor-deadline {
    background-color: #02b65e;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.crm-duty-table td:nth-child(1) {
    text-align: right !important;
}

.crm-chart {
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 500px;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: 1300px;
}

.crm-chart-show {
    left: 0;
}

#chartContainer {
    overflow: hidden;
}

.chart-context {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.crm-chart-tools-item:hover {
    opacity: 0.6;
}

.crm-switch-off {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7a7a+1,d34e4e+48,d14d4d+52,ff7a7a+99,ff7a7a+99 */
    background: #ff7a7a; /* Old browsers */
    background: -moz-linear-gradient(top, #ff7a7a 1%, #d34e4e 48%, #d14d4d 52%, #ff7a7a 99%, #ff7a7a 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff7a7a 1%,#d34e4e 48%,#d14d4d 52%,#ff7a7a 99%,#ff7a7a 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff7a7a 1%,#d34e4e 48%,#d14d4d 52%,#ff7a7a 99%,#ff7a7a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a7a', endColorstr='#ff7a7a',GradientType=0 ); /* IE6-9 */
}

.crm-chart-tools-item {
    height: 50px;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 48%, #0e0e0e 52%, #7d7e7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 48%,#0e0e0e 52%,#7d7e7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 48%,#0e0e0e 52%,#7d7e7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}

    .crm-chart-tools-item i {
        font-size: 15px;
        width: 100%;
        display: inline-block;
    }

.crm-chart-item {
    margin-bottom: 40px;
}

.crm-chart-title {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.crm-chart-tools-item i.incall {
    font-size: 20px;
}

.crm-chart-tools-item i.outcall {
    font-size: 20px;
}

.crm-chart-tools-item i.internalcall {
    font-size: 18px;
}

.crm-chart-tools-item i.off {
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 48%, #0e0e0e 52%, #7d7e7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 48%,#0e0e0e 52%,#7d7e7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 48%,#0e0e0e 52%,#7d7e7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}

.crm-switch-on {
    background: #02d3be; /* Old browsers */
    background: -moz-linear-gradient(top, #02d3be 1%, #009688 48%, #009688 48%, #009688 52%, #02d3be 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d3be', endColorstr='#02d3be',GradientType=0 ); /* IE6-9 */
}

.crm-switch-tool {
    background: #ffd221; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd221 1%, #deb71b 30%, #deb71b 30%, #bc9918 54%, #edc01e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd221', endColorstr='#edc01e',GradientType=0 ); /* IE6-9 */
}

.crm-out-call i {
    background-image: url('/Content/Images/outCall.png');
    background-size: 100%;
    height: 73px;
}

.crm-incom-call i {
    background-image: url('/Content/Images/incomingCall.png');
    background-size: 100%;
    height: 73px;
}

.crm-internal-call i {
    background-image: url('/Content/Images/internalCall.png');
    background-size: 100%;
    height: 73px;
}


.ion-arrow-swap:before {
    content: "\f268";
    display: block;
    font-size: 25px;
}

.duty-filter {
    border-radius: 5px;
    opacity: 0.8;
    background: #727272; /* Old browsers */
    background: -moz-linear-gradient(top, #727272 0%, #444444 54%, #7c7c7c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #727272 0%,#444444 54%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #727272 0%,#444444 54%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 5px !important;
}

    .duty-filter.clodes.selected {
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    }

    .duty-filter.all-duty.selected {
        background: #02d3be; /* Old browsers */
        background: -moz-linear-gradient(top, #02d3be 1%, #009688 48%, #009688 48%, #009688 52%, #02d3be 85%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d3be', endColorstr='#02d3be',GradientType=0 ); /* IE6-9 */
    }

    .duty-filter.ended-time-duty label {
        font-size: 15px;
    }

    .duty-filter.ended-time-duty.selected {
        background: #ffd221; /* Old browsers */
        background: -moz-linear-gradient(top, #ffd221 1%, #deb71b 30%, #deb71b 30%, #bc9918 54%, #edc01e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd221', endColorstr='#edc01e',GradientType=0 ); /* IE6-9 */
    }

    .duty-filter.normal-duty.selected {
        background: #c7ff00; /* Old browsers */
        background: -moz-linear-gradient(top, #c7ff00 0%, #8fb800 50%, #8fb800 55%, #c7ff00 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c7ff00 0%,#8fb800 50%,#8fb800 55%,#c7ff00 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c7ff00 0%,#8fb800 50%,#8fb800 55%,#c7ff00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ff00', endColorstr='#c7ff00',GradientType=0 ); /* IE6-9 */
    }

    .duty-filter:hover {
        opacity: 1;
    }

.selectable-item {
    padding: 2px;
    border-radius: 3px;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.title-border-bottom {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.selectable-item label {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%;
    opacity: 0.8;
    cursor: pointer;
}

    .selectable-item label:hover {
        opacity: 1;
    }

.selectable-item.green label {
    background: #02d3be; /* Old browsers */
    background: -moz-linear-gradient(top, #02d3be 1%, #009688 48%, #009688 48%, #009688 52%, #02d3be 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d3be', endColorstr='#02d3be',GradientType=0 ); /* IE6-9 */
}

.selectable-item.yellow label {
    background: #ffd221; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd221 1%, #deb71b 30%, #deb71b 30%, #bc9918 54%, #edc01e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd221', endColorstr='#edc01e',GradientType=0 ); /* IE6-9 */
}

.crm-user-selector-btn {
    padding: 5px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0.8;
    cursor: pointer;
}

.crm-label-link {
    color: #2cabd0;
    cursor: pointer;
    float: left;
}

    .crm-label-link:hover {
        color: #2d90ce;
    }

.crm-user-selector-btn:hover {
}

.crm-user-selector-btn i {
    font-size: 35px;
    display: block;
}

.crm-user-selector-btn.red {
    background: #ff5e5e; /* Old browsers */
    background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
}

.additive-context {
    padding-top: 20px;
    height: 500px;
    background: rgba(0, 0, 0, 0.2);
    overflow: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.calculating-waiting {
    background-image: url(/Content/Images/calculating-loading.gif);
    width: 100px;
    height: 100px;
    background-size: 164px;
    display: inline-block;
    background-position-x: -46px;
    background-position-y: -38px;
}

.duty-filter label {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

- .crm-chart-main-title-container {
    height: 100px;
}

.crm-chart-main-title label {
    cursor: pointer;
}

    .crm-chart-main-title label:hover {
        opacity: 1;
    }

.crm-chart-main-title {
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(top, #212121 0%, #494949 52%, #161616 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #212121 0%,#494949 52%,#161616 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #212121 0%,#494949 52%,#161616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 60px;
    border-radius: 5px;
    opacity: 0.6;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .crm-chart-main-title:hover {
        opacity: 1;
    }

    .crm-chart-main-title.isOtherSelect {
        top: 0;
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
        opacity: 0.9;
    }

.amcharts-category-axis {
    padding-top: 20px;
}

    .amcharts-category-axis text {
        margin-right: 20px !important;
        padding-top: 20px;
    }

.crm-chart-main-title.isOwnerSelect {
    top: 0;
    background: #02d3be; /* Old browsers */
    background: -moz-linear-gradient(top, #02d3be 1%, #009688 48%, #009688 48%, #009688 52%, #02d3be 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02d3be 1%,#009688 48%,#009688 48%,#009688 52%,#02d3be 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d3be', endColorstr='#02d3be',GradientType=0 ); /* IE6-9 */
    opacity: 0.9;
}


#chartContainer.owner {
    background: rgba(32,158,145,.2);
}

#chartContainer.other {
    background: rgba(232,86,86,.2);
}

.computer-extention-selected-user {
    background: rgba(0, 0, 0, 0.2);
    min-height: 90px;
    padding: 10px;
    padding-top: 0;
}

    .computer-extention-selected-user > div {
        position: relative;
        padding: 3px;
        border-radius: 3px;
        border: 2px solid #fff;
        margin-top: 20px;
    }

        .computer-extention-selected-user > div > span {
            position: absolute;
            top: -18px;
            right: 4px;
            font-size: 14px;
            display: inline-block;
            width: 20px;
            height: 20px;
        }

            .computer-extention-selected-user > div > span i {
                color: red;
            }

        .computer-extention-selected-user > div > label {
            display: inline-block;
            padding: 5px;
            color: #fff;
            background: #00d6c4; /* Old browsers */
            background: -moz-linear-gradient(top, #00d6c4 0%, #089181 46%, #089181 63%, #00d6c4 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #00d6c4 0%,#089181 46%,#089181 63%,#00d6c4 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #00d6c4 0%,#089181 46%,#089181 63%,#00d6c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6c4', endColorstr='#00d6c4',GradientType=0 ); /* IE6-9 */
            margin: 0;
            width: 100%;
        }

.duty-list-table td {
    height: 50px !important;
    line-height: 50px !important;
}

.crm-table-high td {
    min-height: 50px !important;
    line-height: 50px !important;
}

.crm-table > tbody > tr > td {
    direction: rtl !important;
    text-align: right !important;
}

.selectLotUser-error {
    background-color: red;
    padding: 5px;
    border-radius: 3px;
}

.crm-error-anim.true {
    animation-name: crmError;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
}

.crm-error-anim-select.true {
    animation-name: crmSelectError;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
}

@keyframes crmError {
    0% {
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    }

    50% {
        background: #ffd221; /* Old browsers */
        background: -moz-linear-gradient(top, #ffd221 1%, #deb71b 30%, #deb71b 30%, #bc9918 54%, #edc01e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd221', endColorstr='#edc01e',GradientType=0 ); /* IE6-9 */
    }

    100% {
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    }
}

@keyframes crmSelectError {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #ff5e5e;
    }

    100% {
        background-color: #ffffff;
    }
}

.rzslider .rz-bar-wrapper {
    left: 0 !important;
}

.crm-assistant-tools {
    width: 60px;
    height: 200px;
    padding: 5px;
    background-color: #131D22;
    position: absolute;
    top: 160px;
    left: 20px;
}

    .crm-assistant-tools > div {
        width: 50px;
        height: 50px;
        background-color: #000;
        border-radius: 3px;
        border: 1px solid #209e91;
        opacity: 0.8;
        cursor: pointer;
    }

        .crm-assistant-tools > div > img {
            width: 100%;
            height: 100%;
        }

        .crm-assistant-tools > div:hover {
            opacity: 1;
        }

.rz-pointer-min {
    display: none !important;
}

.crm-group-rate-item {
    padding: 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.crm-left-toolbar {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: absolute;
    width: 300px;
    left: -150px;
    top: 100px;
    background: rgba(20, 29,37, 0.7);
    border-radius: 5px;
    transform-origin: left top;
    -ms-transform: rotateY(90deg); /* IE 9 */
    -webkit-transform: rotateY(90deg); /* Chrome, Safari, Opera */
    transform: rotateY(90deg);
    padding: 10px;
    z-index: 1000;
}

    .crm-left-toolbar.open {
        -ms-transform: rotateY(0deg); /* IE 9 */
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
        left: 5px;
    }

    .crm-left-toolbar > div.onlin-user-container > div {
        padding: 10px;
    }

    .crm-left-toolbar > div.onlin-user-container > h5 {
        text-align: left;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        padding: 0 10px 0 10px;
    }

        .crm-left-toolbar > div.onlin-user-container > h5:hover {
            color: #006064;
        }

        .crm-left-toolbar > div.onlin-user-container > h5 i {
            float: right;
        }

    .crm-left-toolbar > div.onlin-user-container {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        max-height: 0;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.5);
    }

        .crm-left-toolbar > div.onlin-user-container > div.onlin-user-container {
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            max-height: 0;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.5);
            padding: 0 !important;
        }

            .crm-left-toolbar > div.onlin-user-container > div.onlin-user-container.open {
                max-height: 700px;
                overflow-y: auto;
                padding: 10px;
            }

        .crm-left-toolbar > div.onlin-user-container.open {
            max-height: 700px;
            overflow-y: auto;
        }

    .crm-left-toolbar .crm-toolbar-btn {
        cursor: pointer;
        text-align: left !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #284252;
        height: 30px;
        line-height: 30px;
    }

        .crm-left-toolbar .crm-toolbar-btn:hover {
            color: #209e91;
        }

        .crm-left-toolbar .crm-toolbar-btn i {
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            -ms-transform: rotateZ(0deg); /* IE 9 */
            -webkit-transform: rotateZ(0deg); /* Chrome, Safari, Opera */
            transform: rotateZ(0deg);
            width: 16px;
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            height: 16px;
            color: #fff;
            float: right;
        }









.crm-left-toolbar-light {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: fixed;
    width: 300px;
    left: -150px;
    top: 100px;
    background: rgba(255, 255,255,1);
    border-radius: 5px;
    transform-origin: left top;
    -ms-transform: rotateY(90deg); /* IE 9 */
    -webkit-transform: rotateY(90deg); /* Chrome, Safari, Opera */
    transform: rotateY(90deg);
    padding: 10px;
    z-index: 1000;
    /*-webkit-box-shadow: 0 0 2px 1px #88A89F;
    box-shadow: 0 0 2px 1px #88A89F;*/
    box-shadow: 0 3px 0 0 #7e4ddb, 0 2px 8px 0 #9259ff, 0 4px 10px 0 rgba(33,7,77,.5);
    /*text-shadow: 0 1px 3px rgba(0,0,0,.3);*/
}

    .crm-left-toolbar-light.open {
        -ms-transform: rotateY(0deg); /* IE 9 */
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
        left: 5px;
    }

    .crm-left-toolbar-light > div.onlin-user-container > div {
        padding: 10px;
    }

    .crm-left-toolbar-light .form-group label {
        color: #000000 !important;
    }

    .crm-left-toolbar-light > div.onlin-user-container > h5 {
        text-align: left;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        padding: 0 10px 0 10px;
    }

        .crm-left-toolbar-light > div.onlin-user-container > h5:hover {
            color: #006064;
        }

        .crm-left-toolbar-light > div.onlin-user-container > h5 i {
            float: right;
        }

    .crm-left-toolbar-light > div.onlin-user-container {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        max-height: 0;
        overflow: hidden;
        background: #DEE4E7;
    }

        .crm-left-toolbar-light > div.onlin-user-container > div.onlin-user-container {
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            max-height: 0;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.5);
            padding: 0 !important;
        }

            .crm-left-toolbar-light > div.onlin-user-container > div.onlin-user-container.open {
                max-height: 700px;
                overflow-y: auto;
                padding: 10px;
            }

        .crm-left-toolbar-light > div.onlin-user-container.open {
            max-height: 700px;
            overflow-y: auto;
        }

    .crm-left-toolbar-light .crm-toolbar-btn {
        cursor: pointer;
        text-align: left !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #284252;
        height: 30px;
        line-height: 30px;
    }

        .crm-left-toolbar-light .crm-toolbar-btn:hover {
            color: #209e91;
        }

        .crm-left-toolbar-light .crm-toolbar-btn i {
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            -ms-transform: rotateZ(0deg); /* IE 9 */
            -webkit-transform: rotateZ(0deg); /* Chrome, Safari, Opera */
            transform: rotateZ(0deg);
            width: 16px;
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            height: 16px;
            color: #fff;
            float: right;
        }














.crm-workflow-item-container {
    min-height: 300px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
}

    .crm-workflow-item-container .part-item {
    }

        .crm-workflow-item-container .part-item h5 {
            padding-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

    .crm-workflow-item-container .position-item {
        margin-bottom: 15px;
        position: relative;
    }

    .crm-workflow-item-container .droped-position {
        overflow: hidden;
    }


    .crm-workflow-item-container .position-item:hover .close {
        top: 2px;
    }

    .crm-workflow-item-container .position-item.start-position .drag-result-board .start-result-icon {
        display: inline-block;
        color: #c4f902;
    }

    .crm-workflow-item-container .position-item.target-position .drag-result-board .target-result-icon {
        display: inline-block;
        color: #00c7ff;
    }

    .crm-workflow-item-container .position-item.reference-position .drag-result-board .reference-result-icon {
        display: inline-block;
        color: #ffcc00;
    }

    .crm-workflow-item-container .position-item.close-position .drag-result-board .close-result-icon {
        display: inline-block;
        color: #ff5e5e;
    }

.drag-result-board i {
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.6;
    display: none;
}

    .drag-result-board i:hover {
        opacity: 1;
    }

.crm-workflow-item-container .position-item .drag-result-board {
    position: absolute;
    height: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    bottom: -6px;
    width: 82%;
    border-radius: 0 0 10px 10px;
    padding-right: 10px;
}

    .crm-workflow-item-container .position-item .drag-result-board.show {
        height: 15px;
        direction: rtl;
    }

.crm-workflow-item-container .position-item .close {
    color: #ff5e5e;
    position: absolute;
    left: 44%;
    top: -20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.crm-workflow-item-container .position-item h6 {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    background: #03baa4; /* Old browsers */
    background: -moz-linear-gradient(top, #03baa4 2%, #197f73 48%, #197f73 55%, #03baa4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #03baa4 2%,#197f73 48%,#197f73 55%,#03baa4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #03baa4 2%,#197f73 48%,#197f73 55%,#03baa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03baa4', endColorstr='#03baa4',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    opacity: 0.8;
}

#startPositionContainer .position-item h6 {
    background: #c4f902; /* Old browsers */
    background: -moz-linear-gradient(top, #c4f902 2%, #8fb800 52%, #8fb800 57%, #8fb800 57%, #c4f902 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c4f902 2%,#8fb800 52%,#8fb800 57%,#8fb800 57%,#c4f902 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c4f902 2%,#8fb800 52%,#8fb800 57%,#8fb800 57%,#c4f902 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4f902', endColorstr='#c4f902',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
}

    #startPositionContainer .position-item h6:hover {
        opacity: 1;
    }

.crm-workflow-item-container .position-item h6:hover {
    opacity: 1;
}

#targetPositionContainer .position-item h6 {
    background: #00c7ff; /* Old browsers */
    background: -moz-linear-gradient(top, #00c7ff 2%, #2cabd0 49%, #2cabd0 56%, #00c7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00c7ff 2%,#2cabd0 49%,#2cabd0 56%,#00c7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00c7ff 2%,#2cabd0 49%,#2cabd0 56%,#00c7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7ff', endColorstr='#00c7ff',GradientType=0 ); /* IE6-9 */
}

#referencePositionContainer .position-item h6 {
    background: #ffcc00; /* Old browsers */
    background: -moz-linear-gradient(top, #ffcc00 2%, #cca81a 53%, #cca81a 56%, #ffcc00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffcc00 2%,#cca81a 53%,#cca81a 56%,#ffcc00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffcc00 2%,#cca81a 53%,#cca81a 56%,#ffcc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
}

#closePositionContainer .position-item h6 {
    background: #ff5e5e; /* Old browsers */
    background: -moz-linear-gradient(top, #ff5e5e 3%, #bf4646 50%, #bf4646 56%, #ff5e5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff5e5e 3%,#bf4646 50%,#bf4646 56%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff5e5e 3%,#bf4646 50%,#bf4646 56%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
}


.crm-workflow-item-container .title {
    position: absolute;
    right: 20px;
    top: -15px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 5px;
}

    .crm-workflow-item-container .title i {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 20px;
    }

    .crm-workflow-item-container .title.all {
        background: #04edd2; /* Old browsers */
        background: -moz-linear-gradient(top, #04edd2 1%, #1f9d90 49%, #1f9d90 54%, #04edd2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #04edd2 1%,#1f9d90 49%,#1f9d90 54%,#04edd2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #04edd2 1%,#1f9d90 49%,#1f9d90 54%,#04edd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04edd2', endColorstr='#04edd2',GradientType=0 ); /* IE6-9 */
    }

    .crm-workflow-item-container .title.start {
        background: #c4f902; /* Old browsers */
        background: -moz-linear-gradient(top, #c4f902 2%, #8fb800 52%, #8fb800 57%, #8fb800 57%, #c4f902 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #c4f902 2%,#8fb800 52%,#8fb800 57%,#8fb800 57%,#c4f902 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #c4f902 2%,#8fb800 52%,#8fb800 57%,#8fb800 57%,#c4f902 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4f902', endColorstr='#c4f902',GradientType=0 ); /* IE6-9 */
    }

    .crm-workflow-item-container .title.target {
        background: #00c7ff; /* Old browsers */
        background: -moz-linear-gradient(top, #00c7ff 2%, #2cabd0 49%, #2cabd0 56%, #00c7ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00c7ff 2%,#2cabd0 49%,#2cabd0 56%,#00c7ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #00c7ff 2%,#2cabd0 49%,#2cabd0 56%,#00c7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7ff', endColorstr='#00c7ff',GradientType=0 ); /* IE6-9 */
    }

    .crm-workflow-item-container .title.reference {
        background: #ffcc00; /* Old browsers */
        background: -moz-linear-gradient(top, #ffcc00 2%, #cca81a 53%, #cca81a 56%, #ffcc00 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffcc00 2%,#cca81a 53%,#cca81a 56%,#ffcc00 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffcc00 2%,#cca81a 53%,#cca81a 56%,#ffcc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
    }

    .crm-workflow-item-container .title.all-close {
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 3%, #bf4646 50%, #bf4646 56%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 3%,#bf4646 50%,#bf4646 56%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 3%,#bf4646 50%,#bf4646 56%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
    }

.crm-left-toolbar .crm-toolbar-btn i.up {
    -ms-transform: rotateZ(180deg); /* IE 9 */
    -webkit-transform: rotateZ(180deg); /* Chrome, Safari, Opera */
    transform: rotateZ(180deg);
}
.crm-left-toolbar .crm-toolbar-btn .count-spn {
       background-color: #cca81a;
    border-radius: 27px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #fff;
    float: right;
        line-height: 25px;
    color: #000;
    font-weight: 700;
}
.crm-left-toolbar > div.onlin-user-container > div h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #1D3841;
}

.crm-left-toolbar ul {
}

.crm-left-toolbar > div.onlin-user-container > div ul li {
    display: inline-block;
    width: 20%;
    margin-bottom: 10px;
}

    .crm-left-toolbar > div.onlin-user-container > div ul li > div {
        width: 50px;
        /*height: 50px;*/
        border-radius: 30px;
        overflow: hidden;
        /*opacity: 0.6;*/
    }




.crm-left-toolbar-light > div.onlin-user-container > div ul li {
    display: inline-block;
    width: 20%;
    margin-bottom: 10px;
}

    .crm-left-toolbar-light > div.onlin-user-container > div ul li > div {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        overflow: hidden;
        opacity: 0.6;
    }





.crm-left-toolbar .onlin-user-container > div ul li > div.onlineUser {
    border: 2px solid #c7ff00;
    -webkit-box-shadow: 0 0 2px 2px #c7ff00;
    box-shadow: 0 0 2px 2px #c7ff00;
    opacity: 1;
}

.crm-left-toolbar .onlin-user-container > div ul li > div img {
    width: 100%;
    height: 100%;
}





.crm-left-toolbar-light .onlin-user-container > div ul li > div.onlineUser {
    box-shadow: 0 3px 0 0 #db9d00, 0 2px 8px 0 #ffb600, 0 4px 10px 0 rgba(33,7,77,.5);
    opacity: 1;
}

.crm-left-toolbar-light .onlin-user-container > div ul li > div img {
    width: 100%;
    height: 100%;
}

.crm-service-group-list-dropdown {
    position: relative;
    background: #ffd221; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd221 1%, #deb71b 30%, #deb71b 30%, #bc9918 54%, #edc01e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd221 1%,#deb71b 30%,#deb71b 30%,#bc9918 54%,#edc01e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd221', endColorstr='#edc01e',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 3px;
}

    .crm-service-group-list-dropdown.drp-off {
        background: #9b7b14; /* Old browsers */
        background: -moz-linear-gradient(top, #9b7b14 3%, #6d540e 51%, #8c6f12 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #9b7b14 3%,#6d540e 51%,#8c6f12 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #9b7b14 3%,#6d540e 51%,#8c6f12 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b7b14', endColorstr='#8c6f12',GradientType=0 ); /* IE6-9 */
        border: 2px solid gray;
    }

.white-modal .form-group .form-control {
    color: #000000 !important;
}

.white-modal .form-group label {
    color: #089181 !important;
}


.white-modal table thead th, .white-modal table tbody td {
    color: #000000 !important;
}

.white-modal p {
    color: #000000 !important;
}

.white-modal .background-gradiant-blue-gray td {
    color: white !important;
}

.crm-service-group-list-dropdown > h4 {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.crm-service-group-list-dropdown .remove-selected {
    position: absolute;
    right: 11px;
    color: #E75555;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 2px;
}

.remove-selected {
    position: absolute;
    right: 11px;
    color: #E75555 !important;
    width: 15px;
    height: 15px;
    top: 7px;
}

.crm-service-group-list-dropdown .group-detail {
    position: absolute;
    right: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    /*overflow: hidden;*/
}

.service-setting-perview-context {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
}

    .service-setting-perview-context > div {
        margin-bottom: 10px;
    }

    .service-setting-perview-context table {
        background-color: #ffffff !important;
        margin-top: 30px;
    }


    .service-setting-perview-context .remove-selected {
        left: 20px;
    }



.crm-service-group-list-dropdown .dropdown-list {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0,1);
    z-index: 100;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 103%;
    left: -2px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.crm-service-list-table > tbody > tr {
    cursor: pointer;
}

    .crm-service-list-table > tbody > tr.selected {
        background: #0de5c8; /* Old browsers */
        background: -moz-linear-gradient(top, #0de5c8 2%, #09a590 45%, #09a590 53%, #0de2c6 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0de5c8 2%,#09a590 45%,#09a590 53%,#0de2c6 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0de5c8 2%,#09a590 45%,#09a590 53%,#0de2c6 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de5c8', endColorstr='#0de2c6',GradientType=0 ); /* IE6-9 */
    }

.mikrotik-group-detail-per {
}

.crm-service-group-list-dropdown .group-detail > div {
    /*right: 110%;*/
    /*position: absolute;*/
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

    .crm-service-group-list-dropdown .group-detail > div.select {
        /*right: 0;*/
        display: block;
    }



.crm-service-group-list-dropdown .prv-detail > div {
    /*right: 110%;*/
    /*position: absolute;*/
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    width: 0;
    position: absolute;
    left: 0;
    overflow: auto;
    top: 0;
}


    .crm-service-group-list-dropdown .prv-detail > div .mikrotik-group-detail-per {
        right: 100px;
        z-index: 10;
        position: absolute;
        background-color: #fff;
        color: #000000 !important;
        width: 0;
        overflow: hidden;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .crm-service-group-list-dropdown .prv-detail > div .mikrotik-group-detail-per.show {
            width: 220px;
        }


    .crm-service-group-list-dropdown .prv-detail > div.select {
        /*right: 0;*/
        width: 100%;
        left: -100%;
    }


.crm-service-group-list-dropdown .dropdown-list > div {
    padding: 0 !important;
}

    .crm-service-group-list-dropdown .dropdown-list > div:hover {
        color: #000;
        background-color: rgba(255,255,255,0.6);
    }

    .crm-service-group-list-dropdown .dropdown-list > div h4 {
        text-align: center;
        height: 30px;
        line-height: 30px;
    }


.crm-internal-tabs-container > div > div > h4 {
    background: rgba(255, 210, 33, 0.4);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.crm-internal-tabs-container > div > div.selected > h4 {
    background: rgba(255, 210, 33, 1);
    color: #000000 !important;
}

.crm-service-group-list-dropdown .dropdown-list > div h6 {
    text-align: center;
    height: 30px;
    line-height: 30px;
}


.crm-internal-tabs-container > div > div > h6 {
    background: rgba(255, 210, 33, 0.4);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.crm-internal-tabs-container > div > div.selected h6 {
    background: rgba(255, 210, 33, 1);
    color: #000000 !important;
}


.crm-internal-tabs-container-in > div > div > h4 {
    background: rgba( 144, 185,0,0.4);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.crm-internal-tabs-container-in > div > div.selected h4 {
    background: rgba(144, 185,0, 1);
    /*color: #000000 !important;*/
}

.crm-service-group-list-dropdown-in .dropdown-list > div h6 {
    text-align: center;
    height: 30px;
    line-height: 30px;
}


.crm-internal-tabs-container-in > div > div > h6 {
    background: rgba(144, 185,0, 0.4);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.crm-internal-tabs-container-in > div > div.selected h6 {
    background: rgba(144, 185,0, 1);
    /*color: #000000 !important;*/
}






.crm-internal-tab-content {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transform: rotateY(90deg); /* IE 9 */
    -webkit-transform: rotateY(90deg); /* Chrome, Safari, Opera */
    transform: rotateY(90deg);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin-top: 90px;
    background: rgba(0, 0, 0, 0.3);
}

    .crm-internal-tab-content.selected {
        -ms-transform: rotateY(0deg); /* IE 9 */
        -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
        transform: rotateY(0deg);
    }

.group-time {
    margin-top: 50px;
}



.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    width: 90%;
    height: 32px;
    position: relative;
}

.onoffswitch-inner {
    position: absolute;
    display: block;
    width: 200%;
    /* margin-left: -100%; */
    transition: margin 0.3s ease-in 0s;
    right: 0;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "فعال";
        padding-right: 30px;
        background: #03baa4; 
        background: -moz-linear-gradient(top, #03baa4 2%, #197f73 48%, #197f73 55%, #03baa4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #03baa4 2%,#197f73 48%,#197f73 55%,#03baa4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #03baa4 2%,#197f73 48%,#197f73 55%,#03baa4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03baa4', endColorstr='#03baa4',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "غیر فعال";
        padding-right: 10px;
        background: #ff5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #ff5e5e 1%, #ce4c4c 48%, #ba4444 54%, #ff5e5e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff5e5e 1%,#ce4c4c 48%,#ba4444 54%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    height: 20px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
   right: -100%;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



.group-speed-unit {
    position: absolute;
    top: 3px;
    right: 0;
    width: 30px;
    overflow: hidden;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.6);
}

.max-burst-compar-err {
    z-index: 1000;
    position: absolute;
    animation-name: redBlinkerBorder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.threshold-burst-compar-err {
    z-index: 1000;
    position: absolute;
    animation-name: yellowBlinkerBorder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.group-speed-unit.error {
    z-index: 1000;
    animation-name: redBlinkerBorder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.group-speed .time-error {
    position: absolute;
    z-index: 1000;
    animation-name: redBlinkerBorder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.group-speed .priority-error {
    position: absolute;
    z-index: 1000;
    animation-name: redBlinkerBorder;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes redBlinkerBorder {
    0% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 0 #FF5E5E;
        box-shadow: 0 0 2px 2px #FF5E5E;
    }

    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 2px 2px #FF5E5E;
        box-shadow: 0 0 2px 2px #FF5E5E;
    }

    100% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 0 #FF5E5E;
        box-shadow: 0 0 2px 2px #FF5E5E;
    }
}



@keyframes yellowBlinkerBorder {
    0% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 0 #FFD21F;
        box-shadow: 0 0 0 0 #FFD21F;
    }

    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 2px 2px #FFD21F;
        box-shadow: 0 0 2px 2px #FFD21F;
    }

    100% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 0 #FFD21F;
        box-shadow: 0 0 0 0 #FFD21F;
    }
}

.group-speed .err-message {
    position: absolute;
    z-index: 200;
    direction: rtl;
    text-align: center;
    line-height: 30px;
}

    .group-speed .err-message.max-threshold-error-message {
        color: #FFD21F;
    }

    .group-speed .err-message.max-burst-error-message {
        color: #FF5E5E;
    }


.group-speed-unit span {
    position: absolute;
    display: inline;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    top: -6px;
}

.m-k-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 100;
}

.group-speed-unit span.k {
    left: 0;
    width: 40%;
    cursor: pointer;
}

    .group-speed-unit span.k.select {
        width: 100%;
        background: #bfd255; /* Old browsers */
        background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    }

    .group-speed-unit span.k.un-select {
        left: -60px;
    }

    .group-speed-unit span.k:hover {
        color: #dfb81c;
    }

.group-speed-unit span.sep {
    left: 11px;
    width: 20%;
}

    .group-speed-unit span.sep.k-select {
        left: -60px;
        opacity: 0;
    }

    .group-speed-unit span.sep.m-select {
        left: 120px;
        opacity: 0;
    }

.group-speed-unit span.m {
    right: 0;
    width: 40%;
    cursor: pointer;
}

    .group-speed-unit span.m:hover {
        color: #dfb81c;
    }

    .group-speed-unit span.m.select {
        width: 100%;
        background: #ff6060; /* Old browsers */
        background: -moz-linear-gradient(top, #ff6060 3%, #c44a4a 54%, #ff6060 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff6060 3%,#c44a4a 54%,#ff6060 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff6060 3%,#c44a4a 54%,#ff6060 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6060', endColorstr='#ff6060',GradientType=0 ); /* IE6-9 */
    }

    .group-speed-unit span.m.un-select {
        right: -100px;
    }



.group-detail-prv {
    position: absolute;
    left: -105%;
    background: #0ef9da; /* Old browsers */
    background: -moz-linear-gradient(top, #0ef9da 2%, #089181 62%, #089181 62%, #089181 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0ef9da 2%,#089181 62%,#089181 62%,#089181 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0ef9da 2%,#089181 62%,#089181 62%,#089181 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ef9da', endColorstr='#089181',GradientType=0 ); /* IE6-9 */
}


.error-background-red-anim {
    animation-name: crmSelectError;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
}

.melat-logo-cantainer {
}

.select-bank-modal {
    background: #605f5f; /* Old browsers */
    background: -moz-linear-gradient(top, #605f5f 1%, #b7b5b5 3%, #3a3a3a 5%, #3a3a3a 94%, #3a3a3a 94%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #605f5f 1%,#b7b5b5 3%,#3a3a3a 5%,#3a3a3a 94%,#3a3a3a 94%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #605f5f 1%,#b7b5b5 3%,#3a3a3a 5%,#3a3a3a 94%,#3a3a3a 94%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605f5f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.melat-logo-cantainer > h5 {
    text-align: center;
    margin-top: 10px;
}

.melat-logo-cantainer > div {
    width: 100px;
    height: 100px;
    background-image: url(/Content/Images/BPMLogoOff.png);
    background-repeat: no-repeat;
    background-size: 80px;
    -webkit-box-shadow: 0 0 2px 3px #C2C2C2;
    box-shadow: 0 0 2px 3px #C2C2C2;
    border-radius: 5px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #d6d6d6;
}

    .melat-logo-cantainer > div.select {
        background-image: url(/Content/Images/BPMLogo.png);
        -webkit-box-shadow: 0 0 2px 3px #FFF236;
        box-shadow: 0 0 2px 3px #FFF236;
        background-color: #ffffff;
    }

.saman-bank-logo-container > h5 {
    text-align: center;
    margin-top: 10px;
}

.saman-bank-logo-container > div {
    width: 100px;
    height: 100px;
    background-image: url(/Content/Images/sep-logo-new91Off.png);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 2px 3px #C2C2C2;
    box-shadow: 0 0 2px 3px #C2C2C2;
    background-size: 80px;
    border-radius: 5px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #d6d6d6;
    margin: auto;
}

    .saman-bank-logo-container > div.select {
        background-image: url(/Content/Images/sep-logo-new91.png);
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 2px 3px #FFF236;
        box-shadow: 0 0 2px 3px #FFF236;
        background-color: #ffffff;
    }


@media (min-width: 430px) {
    .crm-duty-mobile-tile {
        display: none;
    }

    .crm-duty-mobile-tile-light {
        display: none;
    }

    .duty-list-table {
        display: block;
    }
}

.timePicker span {
    color: #000000 !important;
}

.crm-voip-report .not-owner {
    background: rgba(232,86,86,.2);
}

.crm-voip-report .owner {
    /*background: rgba(232,86,86,.2);*/
    background: rgba(32,158,145,.2);
}

.crm-voip-report .crm-report-filter {
}

    .crm-voip-report .crm-report-filter .output-filter {
        display: inline-block;
        width: 50%;
        height: 40px;
        background-size: 100%;
    }

    .crm-voip-report .crm-report-filter .input-filter {
        display: inline-block;
        width: 50%;
        height: 40px;
        background-size: 100%;
    }

    .crm-voip-report .crm-report-filter .internal-filter {
        display: inline-block;
        width: 50%;
        height: 40px;
        background-size: 100%;
    }

    .crm-voip-report .crm-report-filter .output-filter.on {
        background-image: url('/Content/Images/outCall.png');
    }

    .crm-voip-report .crm-report-filter .output-filter.off {
        background-image: url('/Content/Images/outCallOff.png');
    }


    .crm-voip-report .crm-report-filter .internal-filter.on {
        background-image: url('/Content/Images/internalCall.png');
    }

    .crm-voip-report .crm-report-filter .internal-filter.off {
        background-image: url('/Content/Images/internalCallOff.png');
    }

.crm-out-call-icon {
    background-image: url('/Content/Images/outCall.png');
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: inline-block;
}

.crm-input-call-icon {
    background-image: url('/Content/Images/incomingCall.png');
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: inline-block;
}

.crm-internal-call-icon {
    background-image: url('/Content/Images/internalCall.png');
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: inline-block;
}

.crm-voip-report .crm-report-filter .input-filter.on {
    background-image: url('/Content/Images/incomingCall.png');
}

.crm-voip-report .crm-report-filter .input-filter.off {
    background-image: url('/Content/Images/incomingCallOff.png');
}

.user-search-autocomplet {
    position: absolute;
    z-index: 100;
    right: 20px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.user-search-result-item {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #209e91; /* Old browsers */
    background: -moz-linear-gradient(top, #209e91 0%, #146057 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #209e91 0%,#146057 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #209e91 0%,#146057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209e91', endColorstr='#146057',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border-right: 2px solid #606060;
    border-left: 2px solid #606060;
    border-bottom: 2px solid #606060;
}

.export-main > a > span {
    display: none !important;
}

.amcharts-chart-div > a {
    display: none !important;
}

.user-search-result-item:hover {
    background: #e75555; /* Old browsers */
    background: -moz-linear-gradient(top, #e75555 0%, #843131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e75555 0%,#843131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e75555 0%,#843131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75555', endColorstr='#843131',GradientType=0 ); /* IE6-9 */
}

.user-search-result-item.selected {
    background: #e75555; /* Old browsers */
    background: -moz-linear-gradient(top, #e75555 0%, #843131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e75555 0%,#843131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e75555 0%,#843131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75555', endColorstr='#843131',GradientType=0 ); /* IE6-9 */
}

.crm-duty-closed-Count {
    float: right;
    background-color: #ff3d00;
    padding: 1px 8px 1px 8px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.crm-duty-outtime-Count {
    float: right;
    background-color: #fcd111;
    padding: 1px 8px 1px 8px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.crm-duty-intime-Count {
    float: right;
    background-color: #A4D817;
    padding: 1px 8px 1px 8px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.overFlow-dots {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.padding-20 {
    padding: 20px !important;
}

.padding-10 {
    padding: 10px !important;
}
.padding-50 {
    padding: 50px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

.calculating-waiting-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    z-index: 1100;
    left: 0;
    top: 0;
}

    .calculating-waiting-fixed:before {
        background-image: url(/Content/Images/calculating-loading.gif);
        background-size: 207px;
        width: 150px;
        content: "";
        height: 150px;
        position: absolute;
        background-position-x: -50px;
        background-position-y: -43px;
        left: 46%;
        /* height: 50%; */
        top: 43%;
    }

.survay-btn-context {
}

.colum-height {
    height: 50px;
    line-height: 50px !important;
}

.survey-modal .modal-body {
    background-image: url(/Content/Images/popup-background.jpg);
    height: 735px;
    background-size: 860px 735px;
    background-position-y: -38px;
    padding-bottom: 50px;
}

.group-val-time .rzslider .rz-pointer {
    background-color: #ffcc00 !important;
}

.group-val-time .rzslider .rz-bar.rz-selection {
    background-color: #ffcc00 !important;
}

.group-time .rzslider .rz-pointer {
    background-color: #ff392b !important;
}

.group-time .rzslider .rz-bar.rz-selection {
    background-color: #ff392b !important;
}

.al-sidebar-sublist > li a {
    padding-left: 20px !important;
}

@media screen and (max-width: 1367px) and (min-width: 1024px) {

    .selected-service-tile {
        /*overflow: hidden;*/
        margin-bottom: 20px;
        display: none;
    }

        .selected-service-tile > div.wireless-home {
            margin-bottom: 5px;
            position: relative;
        }

        .selected-service-tile > div.wireless-business {
        }

        .selected-service-tile > div.wireless-dedicated {
        }

        .selected-service-tile > div.adsl-home {
        }

        .selected-service-tile > div.adsl-business {
        }

        .selected-service-tile > div {
            position: relative;
            border-radius: 3px;
        }


            .selected-service-tile > div > h5 {
                color: #fff;
                text-align: center;
                color: #fff;
                text-align: center;
                height: 40px;
                line-height: 20px;
                vertical-align: middle;
                padding-top: 5px;
                text-overflow: ellipsis;
                font-size: 12px;
                width: 120px;
                overflow: hidden;
                white-space: nowrap;
            }

        .selected-service-tile:hover .close-span {
            display: inline-block;
        }

        .selected-service-tile:hover .droped-preview {
            display: block;
        }

        .selected-service-tile:hover .service-preview {
            display: block;
        }

        .selected-service-tile .close-span {
            /*border: 2px solid #fff;*/
            border-bottom: 0;
            position: absolute;
            top: 5px;
            right: 5px;
            /*border-radius: 3px 3px 0 0;*/
            padding: 2px;
            padding-bottom: 0;
            padding-top: 0;
            cursor: pointer;
            color: #fff;
            display: none;
        }

        .selected-service-tile .droped-preview {
            position: absolute;
            z-index: 10;
            width: 120%;
            left: -20px;
            top: 38px;
            direction: rtl;
            display: none;
            padding: 10px;
        }

            .selected-service-tile .droped-preview .pre-update {
                position: absolute;
                top: 11px;
                left: 11px;
                display: inline-block;
                width: 25px;
                height: 25px;
                background-color: lightgray;
                text-align: center;
                line-height: 25px;
                cursor: pointer;
            }

            .selected-service-tile .droped-preview .service-preview {
                padding: 5px;
                margin-bottom: 10px;
                border-radius: 3px;
            }

            .selected-service-tile .droped-preview .options-preview {
                background: rgba(255, 255, 255, 0.5);
                -webkit-box-shadow: 0 0 1px 1px #C9C9C9;
                box-shadow: 0 0 1px 1px #C9C9C9;
                padding: 5px;
                border-radius: 3px;
            }

            .selected-service-tile .droped-preview .service-preview h3 {
                color: #ff6730;
                font-size: 13px;
            }


            .selected-service-tile .droped-preview label {
                direction: rtl;
                color: #717089;
                font-size: 12px;
            }

        .selected-service-tile .service-preview {
            display: none;
        }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}





@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
    .duty-list-table {
        display: none;
    }

    .crm-duty-mobile-tile {
        display: block;
    }

    .crm-duty-mobile-tile-light {
        display: block;
    }

    .tb-tabs-container .tb-tabs-content-container {
        height: auto !important;
    }

        .tb-tabs-container .tb-tabs-content-container > div {
            position: relative;
            display: none;
        }

    .tb-tabs-content-container > div.tb-active {
        display: block;
    }

    .menu-collapsed .al-main {
        margin-right: 0 !important;
    }

    .auth-block {
        width: 100% !important;
    }

    a.al-logo {
        font-size: 12px !important;
    }

    .al-user-profile img {
        width: 25px;
        height: 25px;
    }
}
