@font-face {
    font-family: pfont;
    src: url('../fonts/Yekan/Yekan.eot');
    src: url('../fonts/Yekan/Yekan.eot?#iefix') format('embedded-opentype'), url('../fonts/Yekan/Yekan.woff') format('woff'), url('../fonts/Yekan/YekanL.ttf') format('truetype');
}

@font-face {
    font-family: pnfont;
    src: url('../fonts/Yekan/WYekan.eot');
    src: url('../fonts/Yekan/WYekan.eot?#iefix') format('embedded-opentype'), url('../fonts/Yekan/WYekan.woff') format('woff'), url('../fonts/Yekan/WYekan.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('/public/v2/fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('/public/v2/fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */ url('/public/v2/fonts/iranyekanwebregular(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/ url('/public/v2/fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

/*@font-face {
  font-family: pfont;
  src: url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-FD-WOL.eot');
  src: url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-FD-WOL.woff') format('woff'),
       url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-FD-WOL.ttf') format('truetype');
}

@font-face {
  font-family: pfont;
  src: url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.eot');
  src: url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.woff') format('woff'),
       url('../fonts/vazir/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.ttf') format('truetype');
  font-weight: bold;
}*/

textarea,tr,.popover {
    font-family: iransans !important;
}
html, body, .content {
    background: #f7f8f9;
}

.col-md {
    max-width: 1170px;
}

.col-sm {
    max-width: 992px;
}

.col-xs {
    max-width: 768px;
}

section.content {
    /*max-width: 1367px;*/
    /* margin: 0 auto; */
    border: 1px solid #d9d9d9;
    min-height: 1200px;
}

.overflow {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

body, html {
    font-size: 0.95rem;
}

body {
    /*zoom:1;*/
}

html {
    overflow-y: scroll;
}

/*
  tooltip 
  -----------
*/
.tooltip-inner, .tooltip {
    font-family: pfont, pfont, Tahoma, Georgia, Times, serif;
    font-size: 0.9rem;
    font-weight: normal;
    white-space: nowrap;
    word-spacing: 1px;
    max-width: none;
    text-shadow: 0px 0 rgba(0, 0, 0, 0);
    padding: 5px 10px 8px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 5px 5px 0;
    font-weight: normal;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner p.tltr, .tooltip-inner .tltr {
    direction: ltr !important;
    margin: 0;
    text-align: right;
    padding: 0;
    line-height: 20px;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.tooltip-inner {
    line-height: 1.7;
    max-width: 450px;
    white-space: normal;
    word-break: keep-all
}

.p-0 {
    padding: 0 !important
}

.hide-tooltip {
    display: block
}

@media (max-width: 768px) {
    .hide-tooltip {
        display: none
    }

    .show-text {
        display: block !important
    }
}

.show-text {
    display: none
}

/*
 panel
 */
.panel-flat {
    -ms-border-radius: 0;
    border-radius: 0
}


/*
  alert 
  -----------
*/
.alert-1, .alert-200 {
    color: #3c763d;
    background-color: #dff0d8;
}

.alert-0 {
    color: #a94442;
    background-color: #f2dede;
}

.alert-xs {
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: #E7E5E2;
    line-height: 25px;
}

.alert {
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: #E7E5E2;
    line-height: 25px;
}

.alert, .alert-xs {
    border: 1px solid #DDDDDD;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
}

.alert-block, .alert- {
    color: #8a6d3b;
    background-color: #fcf8e3;
    /*border-color: #faebcc;*/
}

.alert-fail {
    color: #a94442;
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
}

.fa-error:before {
    content: "\f071"
}

.fa-fail:before {
    content: "\f071"
}

.fa-block:before {
}

.fa-sucess:before {
    content: "\f00c"
}


.fa-block:before {
    content: "\f071";
}

.form-alert, .form-alert-xs {
    display: block;
    margin: 3px 0 5px 0;
    padding: 2px 5px 5px 5px;
    color: indianred;
    font-size: 13px;
}

.alert-sm {
    padding-top: 4px;
    padding-bottom: 8px;
}

.alert-sm .close {
    top: 0px;
}

.alert-dismissable .close, .alert-dismissible .close {
    /*right: 21px;*/
    right: 5px;
    left: 0;
    top: 2px;
}

.alert-dismissable, .alert-dismissible {
    padding-left: 15px;
    padding-right: 10px;
}


.label.label-xs {
    padding: 0px 9px 2px 8px !important;
    margin: 0 5px !important;
}

/*
  All Style
  -----------
*/

html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: pfont,pfont,Tahoma,sans-serif;*/
    font-family: pfont, pnfont, Segoe UI, Tahoma, sans-serif;
}

p {
    font-size: 0.9rem;
}

th, td {
    text-align: right;
}

select.form-control {
    padding: 0px 5px;
    padding-right: 5px;
}

label, .label {
    font-weight: normal;
    white-space: nowrap;
}

.key {
    font-family: sans-serif;
    word-break: break-all;
}

.sans-serif {
    font-family: sans-serif;
}

input {
}

input.ltr {
    font-family: tahoma;
}

.bold {
    font-weight: bold;
}

.sidebar-menu .label.pnum {
    font-size: 1.1rem;
    margin-right: 5px;
    padding: 0em .4em;
}

.sidebar-menu .label {
    border-radius: 50%;
}


td {
    white-space: nowrap;
}

p.tltr {
    direction: ltr !important;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

input.date {
    width: 100px !important;
}

.pointer {
    cursor: pointer;
}

.td-overflow {
    max-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-confirm {
    padding-right: 30px;
    padding-left: 30px;
}

.b-link {
    background-color: #159DEC !important;
    color: white;
    display: inline-block;
    padding: 5px 12px 7px 12px;
    font-size: 0.9rem;
}

.b-link:hover {
    background-color: #0680C7 !important;
    color: white;
}


.btn.btn-default {
    background-color: #EDEDED;
}

/*
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,span,label{
  font-family: pfont,pfont,Arial,Tahoma, sans-serif; 
}
*/


.input-sm-sm {
    height: 30px;
}

.content {
    padding: 10px 10px;
    /* margin-bottom:200px; */
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.nowrap {
    white-space: nowrap;;
}

.c-red {
    color: red;
}

.tahoma {
    font-family: tahoma;
}

#Receivers {
    font-size: 1.1rem;
}

#span_up, #span_down, #panel.number {
    font-size: 1.1rem;
}

.icheckbox_flat-red {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    margin-left: 2px;
}

.icheckbox_flat-red.checked {
    background-position: -23px -1px;
}

.icheckbox_flat-red.disabled {
    border: none;
    border-radius: 0px;
}

.f8 {
    font-size: .8rem !important;
}

.f9 {
    font-size: .91rem !important;
}

.f1 {
    font-size: 1rem !important;
}

.f11 {
    font-size: 1.1rem !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.text-30 {
    font-size: 30px;
}

.d-ltr {
    direction: ltr;
    font-family: sans-serif;
    height: 34px;
}

.ln0 {
    line-height: 0;
}

.ltr {
    direction: ltr;
}

.btn {
    /*padding: 4px 12px 6px 12px;*/
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px 3px 5px;
    font-size: .9em;
    line-height: 1.5;
    border-radius: 3px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /* padding: 8px 5px; */
}

body#admin .table > thead > tr > th,
body#admin .table > tbody > tr > th,
body#admin .table > tfoot > tr > th,
body#admin .table > thead > tr > td,
body#admin .table > tbody > tr > td,
body#admin .table > tfoot > tr > td {
    padding: 8px 8px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.8;
    vertical-align: middle;
}

th {
    white-space: nowrap;
}


.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8 !important;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede !important;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7 !important;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3 !important;
}


/*
  color
  ----
*/
.bg-whitesmoke {
    background-color: whitesmoke !important;
}

/*
  Form
  ----
*/
form .form-inline {
    margin-bottom: 10px;
}

.form-control {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group.has-error label {
    color: #333;
}

.form-group label {
    line-height: 30px;
}


input[type="text"], select, textarea {
    /* min-height: 34px; */
    /* line-height: 1.42857143; */
    /* color: #555; */
    /* background-color: #fff; */
    /* background-image: none; */
    /* border: 1px solid #ccc; */
    /* font-size: .95rem; */
}

input[type="text"] {
    /* font-size: 1rem; */
}

body#admin input[type="text"], body#admin select, body#admin textarea {
    font-size: .95rem;
}

.form-inline input[type="text"],
.form-inline select,
.form-inline textarea {
    padding-left: 5px;
    padding-right: 5px;
}

.form-inline .form-group { /* float:right; */ /* margin:1px; */
}

.form-control {
    /* font-size: 0.95rem; */
}

select.none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}


@media (min-width: 768px) {
    .form-inline.form-inline-justified {
        display: table;
    }

    .form-inline.form-inline-justified .form-group {
        display: table-cell;
        float: none;
        width: 1%;
        padding: 5px;
    }

    .form-inline.form-inline-justified .form-group .form-control {
        width: 100%;
        display: block;
    }
}


/*
  btn
  ---
*/
.btn-lg-lg {
    padding: 5px 40px 5px 40px;
}

.button.busy, .btn.busy {
    background: url("/public/images/indicator-16.gif") no-repeat scroll center center #FFF !important;
    color: transparent !important;
}

.btn-sm-sm, a.btn.btn-success.btn-flat.btn-sm-sm {
    padding: 0px 6px 2px 5px;
    font-size: 0.9rem;
    line-height: 1.5;
}

a.btn.btn-primary.btn-sm-sm.btn-flat {
    padding: 0px 5px 3px 5px;
    border-radius: 3px;
}

/* Date Picker -----------*/
/*Modal z-index*/
.pdp-default {
    z-index: 1050;
}

/*
  loading 
  -----------
*/
.content .row .loading-img {
    z-index: 1020;
    background: transparent url('/public/images/ajax-loader2.gif') 50% 50% no-repeat;
}

.content .row .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.42);
}

.content > .row > .overlay,
.content > .row > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popover-content > .overlay,
.popover-content > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popover-content > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.42);
}

.box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.8);
}

.popover-content > .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.popover-content > .loading-img {
    z-index: 1020;
    background: transparent url('/public/images/ajax-loader2.gif') 50% 50% no-repeat;
}

.popover {
    font-family: pfont, pfont, tahoma;
}


.popover .popover-title button.close {
    position: absolute;
    left: 5px;
    top: 5px;
}

.popover .popover-title {
    border-bottom: 1px solid rgba(193, 193, 193, 0.49);
    background-color: #f2f2f2;
    margin: -1px;
    padding: 8px 8px 8px 25px
}

.popover .popover-content {
    word-wrap: break-word;
    font-size: 14px;
}

/* 
    Home Style
    ---------
*/
.sort-highlight, .sortable-placeholder {
    background: #f4f4f4;
    border: 2px dashed #ddd;
    /*background: white;*/
    margin-bottom: 20px;
}

/*HTML5 Sortable jQuery Plugin*/
.sortable-placeholder {
    background: #f4f4f4;
    border: 2px dashed #ddd;
    margin-bottom: 20px;
    min-height: 200px;
    float: none;
}

ul.wysihtml5-toolbar > li {
    float: right;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}

.label.cost {
    letter-spacing: 2px;
    padding: 0px 5px;
}

/*
  dropdown menu
  -------
*/
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 0px;
}

.dropdown-menu {
    left: 0;
    right: auto;
    float: left;
    text-align: right;
}

.dropdown-menu .divider {
    margin: 0px 0;
}

.dropdown-menu > li > a {
    padding: 10px 20px 9px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: black;
    /* color: #fff; */
}

/*
  small box
  -------
*/

.small-box p {
    /*font-size: 85%;*/
    white-space: nowrap;
}

.small-box h3 {
    font-weight: normal;
    white-space: nowrap;
    font-size: 1.1rem;
}

.small-box:hover {
    text-decoration: none;
    color: moccasin;
}

span.bg-info {
    background-color: #9BE0F0;
    padding: 1px 10px;
    border-radius: 3px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block !important;
}

/*
  price
  -------
*/
.label.label-info.span_price,
.label.label-info.cost {
    line-height: 1.42857143;
    padding: 8px 5px 6px 10px;
    border-radius: 0;
    font-weight: normal;
    font-family: pnfont;
    font-size: 1.1em;
    display: inline-block;
    letter-spacing: 1px;
    background-color: steelblue;
}

.label.label-primary.span_price,
.label.label-primary.cost {
    line-height: 1.42857143;
    padding: 8px 5px 6px 10px;
    border-radius: 0;
    font-weight: normal;
    font-family: pfont;
    font-size: 1rem;
    display: inline-block;
    letter-spacing: 1px;
}

/*
  callout
  -------
*/
p, .callout li {
    line-height: 30px;
}

.bs-callout, .bs-callout-xs, .bs-panel, .bs-panel-xs, .callout, .callout-xs {
}

.bs-callout p, .bs-callout-xs p, .bs-panel p, .bs-panel-xs p, .callout p, .callout-xs p {
    line-height: 30px;
}

.callout {
}

.callout-xs {
    margin: 0 0 5px 0;
    padding: 8px 15px 8px 15px;
    /* border-right: 2px solid #eee;*/
}

.callout-xs h4 {
    margin-top: 0;
}

.callout-xs p:last-child {
    margin-bottom: 0;
}

.callout-xs code,
.callout-xs .highlight {
    background-color: #fff;
}

.callout-xs.callout-danger {
    border: 1px solid #DADADA;
    border-right: 3px solid #DADADA;
    background-color: #fcf2f2;
    border-right-color: #dFb5b4;
}

.callout-xs.callout-warning {
    border: 1px solid #DADADA;
    border-right: 3px solid #DADADA;
    background-color: #fefbed;
    border-right-color: #f1e7bc;
}

.callout-xs.callout-info {
    border: 1px solid #DADADA;
    border-right: 3px solid #DADADA;
    background-color: #f0f7fd;
    border-right-color: #d0e3f0;
}

.callout-xs.callout-default {
    background-color: #F7F7F7;
    border-right-color: #E0E0E0;
}

.callout-xs.callout-danger h4 {
    color: #B94A48;
}

.callout-xs.callout-warning h4 {
    color: #C09853;
}

.callout-xs.callout-info h4 {
    color: #3A87AD;
}

.bs-callout, .bs-callout-xs, .bs-panel, .bs-panel-xs {
    margin: 0 0 5px 0;
    padding: 5px 15px 5px 15px;
    border: 1px solid #eee;
    border-right: 2px solid #eee;
    border-top: 1px solid #eee;
}

.bs-callout-xs, .bs-panel-xs {
    padding: 5px 15px 7px 15px;
}

.bs-callout h4, .bs-callout-xs h4, .bs-panel h4, .bs-panel-xs h4 {
    margin-top: 0;
}

.bs-callout p:last-child, .bs-callout-xs p:last-child, .bs-panel p:last-child, .bs-panel-xs p:last-child {
    margin-bottom: 0;
}

.ba-callout code,
.bs-callout .highlight, .ba-callout-xs code,
.bs-callout-xs .highlight, .ba-panel code,
.bs-panel .highlight, .ba-panel-xs code,
.bs-panel-xs .highlight {
    background-color: #fff;
}

.bs-callout.bs-allout-danger h4, .bs-callout-xs.bs-allout-danger h4, .bs-panel.bs-panel-danger h4, .bs-panel-xs.bs-panel-danger h4 {
    color: #B94A48;
}

.bs-callout.bs-callout-warning h4, .bs-callout-xs.bs-callout-warning h4, .bs-panel.bs-panel-warning h4, .bs-panel-xs.bs-panel-warning h4 {
    color: #C09853;
}

.bs-callout.bs-callout-info h4, .bs-callout-xs.bs-callout-info h4, .bs-panel.bs-panel-info h4, .bs-panel-xs.bs-panel-info h4 {
    color: #3A87AD;
}

.callout-lightgreen {
    background-color: #B4EFB4;
    border-color: lightgreen;
}

.bs-callout-danger, .bs-panel-danger {
    border: 1px solid #DADADA;
    border-right: 3px solid #E7B2B2;
    background: #FCE7E7;
}

.bs-callout-info, .bs-panel-info {
    /*border: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;*/
    border: 1px solid #DADADA;
    border-right: 2px solid #2196F3;
    /* border-right-color: rgb(169, 209, 240); */
    /* background:rgb(213, 232, 247); */
}

.bs-callout-warning, .bs-panel-warning {
    border: 1px solid #DADADA;
    /* border-right: 3px solid #DADADA; */
    border-right-color: #E6CD3D;
    background-color: #FAF6E0;
}

.bs-callout-success, .bs-panel-success {
    border: 1px solid #DADADA;
    border-right: 3px solid #DADADA;
    background: rgb(223, 252, 226);
    border-right-color: rgb(166, 208, 170);
}

.bs-callout-white, .bs-panel-white {
    border: 1px solid #DADADA;
    border-right: 3px solid #DADADA;
    background: white;
    border-right-color: rgb(166, 208, 170);
}

.bs-panel, .bs-panel-xs {
    border: 1px solid #D5D5D5;
}

.panel {
    padding: 10px;
}

.bg-white {
    background: #fff !important;
    background-color: #fff !important;
}

.bg-trans {
    background-color: transparent !important;
    background: transparent !important;
}

/*
    Modal
--------------------------
*/
.box.modal-content {
    border: 3px solid #5F6061;
    border: 0;
}

.box.box-info.modal-content > .box-header, .modal .box.box-info.modal-content > form > .box-header {
    background: rgb(162, 217, 231);
    border: 0;
    padding: 5px;
}

.box-info.modal-content > .box-header > .box-tools button.btn, .box-info.modal-content > form > .box-header > .box-tools button.btn {
    border: 0;
    box-shadow: none;
    background: rgb(162, 217, 231);
}

.box.box-success.modal-content > .box-header, .modal .box.box-success > form > .box-header {
    background: rgb(122, 221, 127);
}

.box.box-success.modal-content > .box-header > .box-tools button.btn, .box.box-success.modal-content > form > .box-header > .box-tools button.btn {
    border: 0;
    box-shadow: none;
    background: rgb(122, 221, 127);
}

.box.box-danger.modal-content > .box-header, .box.box-danger.modal-content > form > .box-header {
    background: rgb(122, 221, 127);
}

.box.box-danger.modal-content > .box-header > .box-tools button.btn, .box.box-danger.modal-content > form > .box-header > .box-tools button.btn {
    border: 0;
    box-shadow: none;
    background: rgb(226, 149, 149);
}

.box.box-warning.modal-content.box-header, .box.box-warning.modal-content > form > .box-header {
    background: #FDA;
}

.box.box-warning.modal-content > .box-header > .box-tools button.btn, .box.box-warning.modal-content > form > .box-header > .box-tools button.btn {
    border: 0;
    box-shadow: none;
    background: #FDA;
}

.modal .form-group {
    margin-bottom: 5px;
}

.modal-report .form-group .form-control {
    height: auto;
}


.modal-body {
    /* padding:5px 10px 5px 10px; */
}

.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.modal-success .modal-body {
    background-color: #00a65a !important;
}


.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: darkcyan !important;
}

.modal .modal-footer .btn-outline {
    padding: 10px 15px;
}

/*
 Modal Need
*/
.modal.modal-need-premium .modal-header {
    background-color: steelblue;
}

.modal.modal-need-line .modal-header {
    background-color: cadetblue;
}

.modal.modal-need-expirepremium .modal-header {
    background-color: sandybrown;
}

.modal.modal-need .modal-body {
    background: whitesmoke;
}

.modal.modal-need .modal-body .media-body {
    color: #5D5B5B;
}

.modal.modal-need .modal-header h4.modal-title {
    color: white;
}

.modal-need-premium {
    text-align: right;
    overflow: hidden;
}

.modal-need-premium .modal-need-premium-header {
    background-color: #7559a1;
}

.modal-need-premium .heading {
    display: block;
    padding: 25px 25px 0 25px;
}

.modal-need-premium .heading:after {
    content: "";
    width: 50%;
    border-top: 1px solid #8c6fbb;
    display: block;
    margin: 15px auto 0;
    float: right;
}

.modal-need-premium .heading h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.modal-need-premium .price-value {
    color: #fff;
    padding: 20px 20px 40px 0;
    display: block;
}

.modal-need-premium .service {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #ffffff;
    letter-spacing: 0;
}

.modal-need-premium .btn {
    display: block;
    font-size: 22px;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
    .modal-need-premium {
        margin-bottom: 20px;
    }
}


/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    padding: 10px;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

.has-error .input-group-addon {
    border-color: rgb(204, 204, 204);
    color: #555;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.bg-navy {
    background-color: #3D5D7E !important;
}

.bg-navy:hover {
    background-color: #274B71 !important;
}

.bg-olive:hover {
    background-color: rgba(61, 153, 112, 0.88) !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-maroon:hover {
    background-color: rgba(216, 27, 96, 0.82) !important;
}

.bg-dange {
    background-color: #d73925 !important;
    color: white !important;
}

.bg-dange:hover {
    background-color: rgba(215, 57, 37, 0.81) !important;
}

/*
  left side
  ---------
*/
.skin-blue .left-side > .content-header {
    box-shadow: none;
    border: 0;
}

.skin-blue .sidebar > .sidebar-menu > li:last-child { /* border-bottom: 1px solid #dbdbdb; */
}

.left-side {
    /* background-image: url("../images/bg.png"); */
}

li.treeview.active > a i.fa-angle-right:before {
    content: "\f107" !important;
}

.left-side > .content-header > .breadcrumb > li + li:before {
    content: "\f104" !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555555;
}

.left-side > .content-header > .breadcrumb {
    font-size: inherit;
}

/*
  right side
  ----------
*/
.skin-blue .right-side {
    background: #FFFFFF;
    /* border-left: 1px solid #E5E5E5; */
    /* border-left: 1px solid #c1c1c1; */
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    padding: 10px 10px 10px 10px;
    font-size: 0.9rem;
    /* background: #eeeeee; */
}

.sidebar .sidebar-menu > li > a {
    padding: 10px 5px 10px 5px;
}

.left-side > .content-header > .breadcrumb {
    float: none;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 2px;
    padding-right: 10px;
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
}

.left-side > .content-header {
    padding: 10px 1px 5px 10px;
}

/*
    Box
    ---
*/
.box {
    -webkit-box-shadow: rgb(204, 204, 204) 0px 0px 2px 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #c1c1c1;
    border-top: 2px solid #c1c1c1;
}

.box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title {
    font-size: 1rem;
}

/*
.box .box-body{
border-top: 1px solid #c1c1c1;
}*/
.box .box-header, .box form .box-header, .box div .box-header {
    border-bottom: 1px solid #c1c1c1;
}

.box.box-solid {
    border: 1px solid #d2d2d2;
    box-shadow: none;
}

.box.box-success > .box-header, .box.box-success > form > .box-header {
    border-radius: 0;
    /* border-bottom: 2px solid rgba(185, 185, 185, 0.56); */
}

.box.box-info > .box-header, .box.box-info > form > .box-header {
    border-radius: 0;
    /*background-color: #d9edf7;*/
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.21); */
}

.box.box-primary > .box-header, .box.box-primary > form > .box-header {
    border-radius: 0;
    /* background: rgb(140, 198, 232);
background:  rgb(182, 215, 234);*/
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.21); */
}

.box.box-warning > .box-header, .box.box-warning > form > .box-header,
.box.box-block > .box-header, .box.box-block > form > .box-header {
    border-radius: 0;
    /*background: rgb(249, 233, 208);*/
    border-bottom: 2px solid rgba(0, 0, 0, 0.21);
}

.box.box-block {
    border-top-color: #f39c12;
}

.box.box-danger > .box-header, .box.box-danger > form > .box-header {
    border-radius: 0;
    /* background: rgb(255, 206, 199); */
}

.box-title {
    white-space: nowrap;
}

.box .box-header > .fa {
    padding-left: 0px;
}

.box-footer.clearfix {
    padding: 6px 10px;
    border-top: 1px solid #e2dcdc;
}

.box-footer {
    background-color: whitesmoke;
}

.box .box-header h5.box-title {
    width: 100%;
}

.box.box-solid.box-primary > .box-header {
    color: #444;
    background: rgb(140, 198, 232);
}

.box.box-solid.box-danger > .box-header {
    color: #444;
    border-top-color: #f56954;
}

.box.box-solid.box-info > .box-header {
    color: #444;
    background-color: #d9edf7;
}

.box.box-solid.box-pending > .box-header {
    background: rgb(201, 240, 222);
}

.box.box-solid.box- > .box-header {
    background: rgba(245, 245, 220, 0.48);
}

.box.box-solid.box-pending > .box-header {
    background: rgba(174, 236, 236, 0.45);
}

.box.box-solid.box-abort > .box-header {
    background: rgb(201, 240, 222);
}


/*
  last news
  -----------
*/
.last-news .box.box-solid.box-success {
    border-right: 1px solid #cfcfcf;
}

.last-news .box.box-solid.box-danger {
    border-right: 4px solid #D87F9A;
}

.last-news .box.box-solid.box-primary {
    border-right: 4px solid #0073B7;
}

.last-news .box.box-solid.box-danger .box-header {
    background: rgb(247, 217, 230);
}

.last-news .box.box-solid.box-success .box-header {
    background: rgb(242, 242, 242);
}

.last-news .box.box-solid.box-primary .box-header {
    background-color: #E3EFF5;
}

.last-news .box .box-body {
    padding: 5px 10px 1px 10px;
    background: white;
}

.box.box-solid.box-success > .box-header {
    color: #444;
    background: rgb(201, 240, 222);
}

.last-news .box .box-header > .fa, .last-news .box .box-header > .glyphicon, .last-news .box .box-header > .ion, .last-news .box .box-header .box-title {
    font-size: 1.0rem;
}


/*
  Navbar 
  -----------
*/
.dow.cell {
    font-family: pfont, pfont;
}

li.user-menu ul li a {
    /*padding-right: 5px;*/
}

.navbar-nav > .user-menu > .dropdown-menu {
    padding: 10px 0px 10px 0px;
}

.navbar-nav > .user-menu > .dropdown-menu li > a {
    /*padding: 6px 20px 8px 20px;*/
}

.user-menu .dropdown-menu > li > a {
    /*padding: 8px 20px;*/
}

.navbar-left .navbar-nav > .user-menu > .dropdown-menu:after {
    left: 10px;
    right: auto;
}

/*
.navbar-left .dropdown-menu {
  left: 0;
  right: auto;
  float: right;
  text-align: right;
}*/
.navbar-left .navbar-nav > .user-menu > .dropdown-menu {
    width: 100px;
}

.skin-blue .navbar {
    /* background-color:#609ECB; */
    /* background-color: #3C8DBC; */
}

.skin-blue .logo {
    background-color: #F9F9F9;
    color: #f9f9f9;
}

.skin-blue .logo img {
    max-height: 50px;
}

.skin-blue .logo:hover {
    background: #F9F9F9;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    float: left;
    font-size: 0.8rem;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > span {
    width: 230px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    margin: 0 0px 10px 0;
    font-size: 0.9rem;
    line-height: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px 10px 5px 5px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0;
    line-height: 25px;
}

.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 360px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:nth-child(2n+1) {
    /*background:aliceblue;*/
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
    border-bottom: 0px dashed #CBC1C1;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    border-bottom: 1px solid #c1c1c1;
    background: whitesmoke;
}

.navbar-nav > .notifications-menu > .dropdown-menu {
    /* border: 1px solid goldenrod; */
}

.navbar-nav > .messages-menu > .dropdown-menu {
    /* border: 1px solid yellowgreen; */
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    border-top: 1px solid #c1c1c1;
    background: whitesmoke;
}


.skin-blue .navbar .nav li > span {
    position: relative;
    display: block;
    padding: 15px 10px 0px 10px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    /* font-family: pfont; */
}

.skin-blue .navbar .nav a {
    /*font-family: pfont;*/
}

body > .header .navbar .nav > li > a > .label {
    position: absolute;
    top: 5px;
    right: 2px;
    font-size: 0.9em;
    font-weight: normal;
    width: 21px;
    height: 20px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}


body > .header .navbar {
    margin-right: 0px;
    border-radius: 0;
    border: 0;
    background-image: -webkit-linear-gradient(-405deg, rgba(0, 161, 224, 0.3), transparent);
    background-image: linear-gradient(135deg, transparent, rgba(0, 161, 224, 0.3));
    background-color: #79589F;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body > .header .navbar .nav > li.user > a {
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #E7E4E4;
}


/*
  content-header 
  -----------
*/


.bg-lightseagreen {
    color: #fff;
    background-color: #1dccaa;
    border-color: #24e3be #24e3be #15a589;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.bg-lightseagreen:hover {
    color: #fff;
    background-color: #24e3be;
}


@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        /* float: none !important;*/
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
    }

    .navbar-nav {
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .collapse.in {
        /* display:block !important; */
    }

    .navbar-nav > .user-menu > .dropdown-menu {
        position: inherit;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav > li {
        float: right;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav > .messages-menu > .dropdown-menu {
        right: 0;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu {
        right: 0;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
        width: 270px;
    }
}

@media (max-width: 768px) {
    ._768 {
        display: none;
    }
}

@media (max-width: 486px) {
    ._486 {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-right: 205px;
    }
}


/*
 timeline
--------------------
*/
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    right: 30px;
}

.timeline > li {
    position: relative;
    margin-right: 0px;
    margin-bottom: 15px;
}

.timeline > li > .timeline-item {
    margin-right: 60px;
    margin-left: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 1px;
    padding: 0;
}

.timeline > li > .timeline-item > .timeline-header {
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
}

.timeline > li > .timeline-item > .timeline-header.support {
    background: rgb(222, 234, 230);
}

.timeline > li > .timeline-item > .timeline-header.user {
    background: rgb(196, 219, 226);
}

.timeline > li > .timeline-item > .time {
    padding: 5px;
    direction: ltr;
    color: #666;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    right: 18px;
}

.timeline > li > .timeline-item > .time {
    float: left;
}

.timeline > li.time-label > span {
    font-weight: 100;
    white-space: nowrap;
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding-bottom: 30px;
    padding-top: 15px;
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: normal;
}

/*Navbar */

/* Right news And message */
@media (min-width: 768px) {
    .navbar-nav.navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 768px) {
    body > .header .navbar {
        margin-bottom: 0;
        margin-right: 0px;
    }

    body > .header .navbar {
        height: auto;
        margin-bottom: 0;
        margin-right: 0px;
    }

    body > .header .logo {
        display: none;
    }
}

@media (max-width: 992px) {
    .row-offcanvas-left.active {
        right: 220px;
        left: auto;
        top: 0;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        right: -220px;
        left: auto;
        top: 0;
    }
}

/*
  Responsive
  ----------
*/

/*Responsive Tables*/
@media (max-width: 767px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 40% !important;
        white-space: normal;
        text-align: right;
    }

    .no-more-tables td:after {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 40%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    /*Label the data*/
    .no-more-tables td:after {
        content: attr(data-title);
    }
}

@media (max-width: 991px) {
    .table-responsive-horizontal-sm td {
        min-height: 34px;
    }

    /* Force table to not be like tables anymore */
    .table-responsive-horizontal-sm table,
    .table-responsive-horizontal-sm thead,
    .table-responsive-horizontal-sm tbody,
    .table-responsive-horizontal-sm th,
    .table-responsive-horizontal-sm td,
    .table-responsive-horizontal-sm tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive-horizontal-sm thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-horizontal-sm tr {
        border: 1px solid #ccc;
    }

    .table-responsive-horizontal-sm td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 30% !important;
        white-space: normal;
        text-align: right;
    }

    .table-responsive-horizontal-sm td:after {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 70%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    /*Label the data*/
    .table-responsive-horizontal-sm td:after {
        content: attr(data-title);
    }

    .table-responsive-horizontal-sm .td-overflow {
        max-width: 100% !important;
        overflow: auto;
        -moz-text-overflow: initial;
        text-overflow: initial;
        white-space: normal;
    }
}

@media only screen and (max-width: 767px) {
    .table-responsive-horizontal-xs td {
        min-height: 34px;
    }

    .table-responsive-horizontal-xs table,
    .table-responsive-horizontal-xs thead,
    .table-responsive-horizontal-xs tbody,
    .table-responsive-horizontal-xs th,
    .table-responsive-horizontal-xs td,
    .table-responsive-horizontal-xs tr {
        display: block;
    }

    .table-responsive-horizontal-xs thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-horizontal-xs tr { /* border: 1px solid #ccc; */
    }

    .table-responsive-horizontal-xs td,
    .table-responsive-horizontal-sm td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 40% !important;
        white-space: normal;
        text-align: right;
    }

    .table-responsive-horizontal-xs td:after,
    .table-responsive-horizontal-sm td:after {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 35%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    /*Label the data*/
    .table-responsive-horizontal-xs td:after {
        content: attr(data-title);
    }

    .table-responsive-horizontal-xs .td-overflow {
        max-width: 100% !important;
        /*overflow: auto; */
        -moz-text-overflow: initial;
        text-overflow: initial;
        white-space: normal;
        word-wrap: break-word;
    }

    .table-responsive-horizontal-xs tr.collapse {
        display: none;
    }
}


/*
  media print
  -------------------
*/
@media print {
    .box.modal-content {
        border: 0;
    }
}


/*
  persian Datapicker
  -------------------
*/
@keyframes start {
    from {
        transform: scale(.5)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1)
    }
}

.rtl {
    direction: rtl
}

.pdp-default {
    position: absolute;
    direction: rtl;
    color: #555;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19)
}

.pdp-default ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.pdp-default ::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5
}

.pdp-default ::-webkit-scrollbar-thumb {
    background-color: #444
}

.pdp-default ::selection {
    color: #67cdcc
}

.pdp-default .header {
    background-color: #fff;
    border-top: 2px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    padding: 2px;
    font-weight: 700
}

.pdp-default .yearSelect {
    overflow-y: auto;
    direction: ltr
}

.pdp-default .monthSelect li.desableMonth, .pdp-default .monthSelect li.desableMonth:hover {
    color: #bbb;
    background: #eee
}

.pdp-default .yearSelect, .pdp-default .monthSelect {
    font: normal 12px Tahoma;
    background: #f9f9f9;
    border: 1px solid #ccc;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;
    text-align: right;
    z-index: 9999;
    animation: start .2s;
    -webkit-animation: start .2s
}

.pdp-default .selected {
    background: #15a6eb;
    color: #fff
}

.pdp-default .yearSelect li, .pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px dotted #ddd
}

.pdp-default .yearSelect li:hover, .pdp-default .monthSelect li:hover {
    background: #F93;
    color: #fff;
    border-color: #F70
}

.pdp-default .nextArrow {
    right: 0
}

.pdp-default .prevArrow {
    left: 0
}

.pdp-default .monthYear {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer
}

.pdp-default .nextArrow, .pdp-default .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 1px;
    padding: 2px
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover {
    color: #0073ea
}

.pdp-default .cell {
    display: inline-block;
    cursor: default;
    text-align: center
}

.pdp-default .dows {
    background: #4682b4;
    color: #fff
}

.pdp-default .dow {
    font: bold 14px pfont;
    border: 1px solid #527A9B;
    font-size: 14px
}

.pdp-default .days {
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
    font: normal 12px Tahoma
}

.pdp-default .day {
    border: 1px solid #f1f1f1;
    font-family: pfont;
    font-size: 14px !important
}

.pdp-default .day:hover {
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-size: 18px !important;
    cursor: pointer;
}

.pdp-default .selday, .pdp-default .selday:hover {
    background: #eadaa6;
    border-color: teal
}

.pdp-default .friday {
    color: #f38
}

.pdp-default .today {
    color: #fff;
    background: #2E8B57
}

.pdp-default .today:hover {
    color: #fff;
    background: #0073ea
}

.pdp-default .nul {
    background: #f1f1f1;
    font-size: 14px !important
}

.pdp-default .footer {
    background: #2e8b57;
    font: normal 12px Tahoma;
    text-align: center;
    height: 17px;
    font-family: pfont
}

.pdp-default .footer .goToday {
    color: #f0f0f0;
    text-decoration: none
}

.pdp-default .footer .goToday:hover {
    color: #fff;
    text-decoration: overline
}


/*
  Padding Border Margin
  -----------
*/
.pd0 { /* padding: 0px !important; */
}

.pd1 {
    padding: 1px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pd-r5 {
    padding-right: 5px !important;
}

.pd-r10 {
    padding-right: 10px !important;
}

.pd-r15 {
    padding-right: 15px !important;
}

.pd-l0 {
    padding-left: 0px !important;
}

.pd-l5 {
    padding-left: 5px !important;
}

.pd-l10 {
    padding-left: 10px !important;
}

.pd-l15 {
    padding-left: 15px !important;
}

.pd-rl0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pd-rl5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.pd-rl10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.pd-rl15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.pd-t0 {
    padding-top: 0px !important;
}

.pd-t5 {
    padding-top: 5px !important;
}

.pd-t10 {
    padding-top: 10px !important;
}

.pd-t15 {
    padding-top: 15px !important;
}

.pd-b0 {
    padding-bottom: 0px !important;
}

.pd-b5 {
    padding-bottom: 5px !important;
}

.pd-b10 {
    padding-bottom: 10px !important;
}

.pd-b15 {
    padding-bottom: 15px !important;
}

.pd-tb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pd-tb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pd-tb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pd-tb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/*
  Padding Border Margin
  -----------
*/
.pd0 { /* padding: 0px !important; */
}

.pd1 {
    padding: 1px !important;
}

.pd5 {
    padding: 0px !important;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pd-r5 {
    padding-right: 5px !important;
}

.pd-r10 {
    padding-right: 10px !important;
}

.pd-r15 {
    padding-right: 15px !important;
}

.pd-l0 {
    padding-left: 0px !important;
}

.pd-l5 {
    padding-left: 5px !important;
}

.pd-l10 {
    padding-left: 10px !important;
}

.pd-l15 {
    padding-left: 15px !important;
}

.pd-rl0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pd-rl5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.pd-rl10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.pd-rl15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.pd-t0 {
    padding-top: 0px !important;
}

.pd-t5 {
    padding-top: 5px !important;
}

.pd-t10 {
    padding-top: 10px !important;
}

.pd-t15 {
    padding-top: 15px !important;
}

.pd-b0 {
    padding-bottom: 0px !important;
}

.pd-b5 {
    padding-bottom: 5px !important;
}

.pd-b10 {
    padding-bottom: 10px !important;
}

.pd-b15 {
    padding-bottom: 15px !important;
}

.pd-tb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pd-tb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pd-tb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pd-tb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.mg0 {
    margin: 0px !important;
}

.mg1 {
    margin: 1px !important;
}

.mg5 {
    margin: 5px !important;
}

.mg-r0 {
    margin-right: 0px !important;
}

.mg-r5 {
    margin-right: 5px !important;
}

.mg-r10 {
    margin-right: 10px !important;
}

.mg-r15 {
    margin-right: 15px !important;
}

.mg-l0 {
    margin-left: 0px !important;
}

.mg-l5 {
    margin-left: 5px !important;
}

.mg-l10 {
    margin-left: 10px !important;
}

.mg-l15 {
    margin-left: 15px !important;
}

.mg-rl0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mg-rl5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mg-rl10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mg-rl15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mg-t0 {
    margin-top: 0px !important;
}

.mg-t5 {
    margin-top: 5px !important;
}

.mg-t10 {
    margin-top: 10px !important;
}

.mg-t15 {
    margin-top: 15px !important;
}

.mg-b0 {
    margin-bottom: 0px !important;
}

.mg-b5 {
    margin-bottom: 5px !important;
}

.mg-b10 {
    margin-bottom: 10px !important;
}

.mg-b15 {
    margin-bottom: 15px !important;
}

.mg-tb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mg-tb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mg-tb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mg-tb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}


.mg0 {
    margin: 0px !important;
}

.pd0 {
    /* padding: 0px !important; */
}

.bd-rd0 {
    border-radius: 0;
}

.pd-5 {
    padding: 5px !important;
}

.pd-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pd-rl0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pd-rl5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.pd-r5 {
    padding-right: 5px !important;
}

.pd-r10 {
    padding-right: 10px !important;
}

.pd-l5 {
    padding-left: 5px !important;
}

.pd-t25 {
    padding-top: 25px !important;
}

.mg-b10 {
    margin-bottom: 10px !important;
}

.mg-t10 {
    margin-top: 10px !important;
}


.mg1 {
    margin: 1px;
}

.mg1 {
    margin: 1px;
}

.mgt25 {
    margin-top: 25px;
}

.mg-t25 {
    margin-top: 25px;
}

.mg-10 {
    margin: 10px;
}

.pd1 {
    padding: 1px;
}

.pd-b5 {
    padding-bottom: 5px !important;
}

.mg-rl0 {
    margin-right: 0;
    margin-left: 0;
}

.pd-l0 {
    padding-left: 0 !important;
}

.bd-rl0 {
    border-left: 0px;
    border-right: 0px;
}

.bd-r0 {
    border-right: 0px !important;
}

.bd-l0 {
    border-left: 0px;
}

.bd-b1 {
    border-bottom: 1px solid #ddd;
}

.bd-l1 {
    border-left: 1px solid #ddd;
}

.bd-r1 {
    border-right: 1px solid #ddd;
}

.bd-rl1 {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.bd-tb0 {
    border-top: 0;
    border-bottom: 0;
}

.bd-t0 {
    border-top: 0 !important;
}

.bd-b0 {
    border-bottom: 0;
}

.mg-b2 {
    margin-bottom: 2px !important;
}

.mg-b0 {
    margin-bottom: 0px !important;
}

.bd0 {
    border: 0 !important;
}

.d-ltr {
    direction: ltr;
    font-family: sans-serif;
    height: 34px;
}

.ltr {
    direction: ltr;
}


.mg-l5 {
    margin-left: 5px;
}

.bdt0 {
    border-top: 0px;
}

.bdb0 {
    border-bottom: 0px;
}

.mg-t5 {
    margin-top: 5px !important;
}

.mg-b5 {
    margin-bottom: 5px;
}

.bd-tb-0, .bd-bt-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.pd-t5 {
    padding-top: 5px !important;
}

.pd-t10 {
    padding-top: 10px !important;
}


.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 27px;
    box-sizing: content-box;
    padding: 2px 2px 2px 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 0.9rem;
    white-space: nowrap;
    text-transform: uppercase;
    background: #f56954;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 8px;
    color: white;
    text-shadow: none;
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: none;
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: attr(data);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
    right: 7px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}


/*
  Sidebar
  -------
*/

.sidebar .sidebar-menu .treeview-menu > li.divider {
    height: 1px;
    margin: 10px 1px;
    overflow: hidden;
    background-color: #E4E4E4;
}

.sidebar .sidebar-menu .treeview-menu > li:hover {
    /*background: lightgrey*/;
    /*box-sizing: content-box;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;*/
}


.treeview-menu > li:hover .fa {
    /*color: chocolate;*/
}

.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover,
.skin-blue .treeview-menu > li.active > a > i.fa,
.skin-blue .treeview-menu > li > a:hover > i.fa { /* color: #00a65a; */ /* font-weight: bold; */
}

.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}


/*
  ribbons
  -------
*/
.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky {
    /* position: fixed;*/
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */

.corner-ribbon.top-left {
    top: 10px;
    left: -70px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

.box.box-success > .box-header, .box.box-success > form > .box-header, .box.box-warning > .box-header, .box.box-warning > form > .box-header, .box.box-info > .box-header, .box.box-info > form > .box-header, .box.box-primary > .box-header, .box.box-primary > form > .box-header {
    background: rgb(242, 242, 242);
    color: #222;
}


/*
 * Component: FontAwesome
 * ----------------
 */

.fa-UptimeNews {
    /*color: green;*/
}

.fa-UptimeNews:before {
    content: "\f00c";
}

.fa-DowntimeNews {
    /*color: red;*/
}

.fa-DowntimeNews:before {
    content: "\f056";
}

.fa-WarnningNews {
    /*color: #f39c12;*/
}

.fa-WarnningNews:before {
    content: "\f06a";
}

.fa-InformationNew {
}

.fa-InformationNews:before {
    content: "\f1ea";
}

.fa-ResellerNews:before {
    content: "\f0c0";
}

/*
 * Component: Color
 * ----------------
*/
.c-tomato {
    color: tomato !important;
}

.c-teal {
    color: teal !important;
}

.c-green {
    color: green !important;
}

.c-red {
    color: red !important;
}

.c-blue {
    color: blue !important;
}

.bg-teal {
    background: teal !important;
}

.bg-blue {
    color: rgb(3, 105, 165);
}

.bg-green {
    background-color: #049A55 !important;
}

.bg-teleg {
    background: #32A9DF !important;
}

.bg-slategrey {
    background: slategrey !important;
}

.bg-Brown {
    background: Brown !important;
}

.bg-GoldenRod {
    background: GoldenRod !important;
}

.bg-lightseagreen {
    background: lightseagreen !important;
}

.fa--cricle {
    padding: 5px 5px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #c9c9c9;
    box-shadow: 0px 0px 2px #888;
    margin-left: 5px;
    color: #fff;
    background: rgb(116, 90, 161);
}

.sidebar .sidebar-menu > li > a > .fa {
    width: 25px;
}


/*
device phone
*/
.pca-hold {
    width: 100%;
    max-width: 276px;
}

.pca-hold .pca-main {
    display: block;
    position: relative;
    background-color: #efefef;
    border: 7.5px solid #fff;
    border-top: 57.5px solid #fff;
    border-bottom: 59px solid #fff;
    border-radius: 28.25px;
    height: 513px;
    box-shadow: 0 0 0 2.5px #C6C7CA;
    background-color: #565656;
    color: white;
    line-height: 30px;
    text-align: center;
}

.pca-hold .pca-main:after {
    content: '';
    position: absolute;
    top: -32.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 7.5px;
    height: 7.5px;
    background-color: #959595;
    border-radius: 100%;
    -webkit-transform: translate(-45px, 0);
    -ms-transform: translate(-45px, 0);
    -o-transform: translate(-45px, 0);
    transform: translate(-45px, 0);
}

.pca-hold .pca-main:before {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 50%;
    opacity: 1;
    width: 50px;
    height: 2.5px;
    -webkit-transform: translate(-22.5px, -18.75px);
    -ms-transform: translate(-22.5px, -18.75px);
    -o-transform: translate(-22.5px, -18.75px);
    transform: translate(-22.5px, -18.75px);
    border-radius: 2.5px;
    background-color: #959595;
}

.pca-hold .pca-inner {
    display: block;
    padding: 10px;
    text-align: right;
}

.pca-hold .pca-sub {
    display: block;
    text-align: center;
    position: relative;
    height: 0;
}

.pca-hold .pca-sub .pca-bot {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    z-index: 2;
    box-shadow: 0 0 0 2.75px #B4B6BC;
    -webkit-transform: translate(0, -47px);
    -ms-transform: translate(0, -47px);
    -o-transform: translate(0, -47px);
    transform: translate(0, -47px);
}


.pca-call {
    border-radius: 20px;
    box-shadow: none;
    bottom: 13px;
    padding: 6px 10px 8px 10px;
    right: 50%;
    margin: 0 auto;
    width: inherit;
    display: inline-block;
    /* transform: translate(0,220px); */
    margin: 5px;
    opacity: .9;
}

.pca-call:hover {
    opacity: 1;
}

.pca-call.disabled {
    opacity: 1;
}


.skin-blue .sidebar > .sidebar-menu > li {
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.skin-blue .sidebar > .sidebar-menu > li:hover,
.skin-blue .sidebar > .sidebar-menu > li.active {
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
}

.skin-blue .sidebar > .sidebar-menu > li > a:hover, .skin-blue .sidebar > .sidebar-menu > li.active > a {
    background: #f7f8f9;
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    /* font-size: 13px; */
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0px solid #ddd;
}


.skin-blue .left-side > .content-header {
    background: #fff;
}


.cricle {
    border-radius: 50%;
}

.c-check {
    color: green;
}

.c-spinner {
    color: blue;
}

.c-ban {
    color: red;
}

select.disabled {
    background: gainsboro;
    cursor: no-drop;
}

select option.disabled {
    background: gainsboro;
    cursor: no-drop;
}

.form-group label {
    font-weight: 500;
}

.navbar .nav a.hover {
    background: rgba(0, 0, 0, 0.1);
}

.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
    background: #f7f8f9;
}

.pnum, .number, .fnum,
input.pnum {
    font-family: pnfont !important;
    font-size: 1rem;
}

.enum {
    font-family: tahoma !important;
}


/*
 filestyle
 */
.btn-filestyle {
    line-height: 21px !important;
}


/*sidebar*/

.treeview-menu > li.active > a > i.fa.fa-circle-o:before,
.treeview-menu > li > a:hover > i.fa.fa-circle-o:before {
    content: "\f111";
}


/*
 * table
 */
table {
    border: 1px solid #ddd;
}

.break-word {
    word-wrap: break-word;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
}


/*@import url("/public/styles/win10-notif.min.css");*/
.win-notif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 300px;
    padding: 10px;
    z-index: 50;
    box-sizing: border-box;
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, .5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.win-notif > .win-notif-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30px;
    margin-left: 10px;
}

.win-notif > .win-notif-image > img {
    width: 30px;
    height: 30px;
    vertical-align: top
}

.win-notif > .win-notif-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.win-notif > .win-notif-area > .win-notif-title {
    line-height: .75;
    margin-bottom: 10px;
    font-size: 17px;
}

.win-notif > .win-notif-area > .win-notif-msg {
    color: rgba(255, 255, 255, .75); /* font-weight:400; */
    font-size: 13px;
    line-height: 25px; /* max-height:48px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.win-notif > .win-notif-buttons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

.win-notif > .win-notif-buttons > .win-notif-accept-button, .win-notif > .win-notif-buttons > .win-notif-decline-button {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 50%;
    max-width: calc(50% - 3px);
    text-align: center;
    background-color: rgba(255, 255, 255, .15);
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    outline: 0
}

.win-notif > .win-notif-buttons > .win-notif-accept-button:hover, .win-notif > .win-notif-buttons > .win-notif-decline-button:hover {
    background-color: rgba(255, 255, 255, .25)
}

.win-notif > .win-notif-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, .75);
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.win-notif:hover > .win-notif-close {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

@media screen and (max-width: 400px) {
    .win-notif {
        width: 100%;
        bottom: 0
    }

    .win-notif > .win-notif-close {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 20px
    }
}

.win-notif.ng-enter {
    -webkit-animation: notifIn .3s ease-in-out;
    animation: notifIn .3s ease-in-out
}

.win-notif.ng-leave {
    -webkit-animation: notifOut .3s ease-in-out;
    animation: notifOut .3s ease-in-out
}

@-webkit-keyframes notifIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes notifIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes notifOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes notifOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}


/*
      alert
     */

.kc-alert {
    margin: -13px;
    margin-bottom: 15px;
    text-align: center;
}

.kc-alert .alert {
    color: white !important;
    margin-bottom: 5px;
    padding: 10px;
}

.kc-alert .alert-success {
    background-color: #00a65a !important;
}

.kc-alert .alert-danger {
    background-color: #dd4b39 !important;
}

.kc-alert .alert-warning {
    background-color: #f39c12 !important;
}

.kc-alert .alert-info {
    background-color: #fafafa !important;
    color: #333333 !important;
}

.kc-alert .alert-dismissable .close {
    color: white !important;
}