﻿@charset "utf-8";

/*=======================================================================================/ Body Styles /================*/
@font-face {
    font-family: 'B Yekan';
    src: url(../fonts/WebYekan.eot);
    src: url(../fonts/WebYekan.eot?#iefix) format("embedded-opentype"),url(../fonts/WebYekan.woff) format("woff"),url(../fonts/WebYekan.ttf) format("truetype"),url(../fonts/WebYekan.svg#WebYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}



body {
    font: normal 15px/1.6 'B Yekan',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
a {
    text-decoration:none;
}
.custom_map {
    height: 500px;
}
.loading {
    background: rgba(255,255,255,.7) url(../images/ajax-loader.gif) no-repeat;
    background-position: center 200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

    .loading span {
        width: 220px;
        display: block;
        font-size: 24px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 250px;
        text-align: center;
        left: 50%;
        margin-top: -15px;
        margin-left: -110px;
        color: #555;
    }

.cke_dialog_background_cover {
    height: 100% !important;
}

.language-selector > .dropdown-toggle.open {
    background-color: #e6e6e6;
}

.table {
    font-size: 13px;
}


select.btn-icon.icon-left {
    padding-left: 20px !important;
}


/* ============================================= Pagination ============ */

.dataTables_paginate {
    text-align: center !important;
}

    .dataTables_paginate td span,
    .dataTables_paginate td a {
        display: inline-block;
        padding-left: 0;
        margin: 5px 0;
        border-radius: 0;
        text-align: center;
        position: relative;
        padding: 3px 8px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #428bca;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }


    .dataTables_paginate td span {
        background-color: #0072BC;
        color: white;
        border: 1px solid #0072BC;
    }

.datatable tr td {
    text-align: center !important;
}

/* ============================================= Select row ============ */


/*.selected {
    background-color: #D7D7D7 !important;
}*/

.cke_chrome {
    border: 1px solid #ddd !important;
}

/* ============================================= Modal ============ */
.modal-backdrop {
    display: none !important;
}

.modal.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.53);
}



/* ============================================= Sidebar ============ */

.page-container .sidebar-menu .logo-env > div {
    float: right;
}

    .page-container .sidebar-menu .logo-env > div.sidebar-collapse, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu {
        float: left;
    }

.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse {
    left: -5px;
}

.page-container .sidebar-menu #main-menu li.has-sub > a:before {
    float: left;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-right: 13px;
    margin-left: 0;
}

.page-container .sidebar-menu #main-menu li a {
    text-decoration: none;
}

.page-container .sidebar-menu #main-menu li ul > li > a {
    padding-right: 40px;
    padding-left: 20px;
}



body .page-container .sidebar-menu #main-menu li ul > li.active > a {
    background-color: #052952;
}
/* ============================================= DataTable =========== */


.panel-heading .panel-title {
    float: right;
}

.panel-heading .panel-options {
    float: left;
}

.panel-default .form-group clearfix {
    margin-bottom: 15px;
}



.dataTables_wrapper .col-right {
    padding-left: 15px;
    padding-right: 0;
}

.dataTables_wrapper > table:first-child {
    font-size: 12px;
}


dataTables_wrapper .dataTables_info.dataTables_info,
.dataTables_wrapper .dataTables_paginate.dataTables_info {
    border-left: 0;
}


.dropdown-toggle.icon {
    padding: 6px 20px;
    font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_info:before,
.dataTables_wrapper .dataTables_paginate:before,
.dataTables_wrapper .dataTables_info:after,
.dataTables_wrapper .dataTables_paginate:after {
    content: none;
}



.footer-buttons a.btn {
    float: right !important;
}


/*=======================================================================================/ COmment /==============*/

.comments-list > li .comment-details .comment-footer .action-links .cancel {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    color: #CDA412;
}


.comment-count {
    margin-left: 10px;
    position: relative;
}

    .comment-count ~ a {
        border-radius: 2px;
        font-size: 10px;
        background-color: #EE4749 !important;
        color: #fff;
        position: relative;
    }

        .comment-count ~ a:before {
            content: "|";
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            right: -18px;
            color: #DDD;
        }

        .comment-count ~ a:hover {
            background-color: #cf3f40 !important;
        }




/*=======================================================================================/ Date Picker /==============*/

.date-picker {
    cursor: default !important;
    background-color: #FFF !important;
    background-image: none;
    border: 1px solid #EBEBEB;
}

/*=======================================================================================/ dashbord /==============*/
.tile-stats .icon {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 20px;
    top: 56px;
    z-index: 1;
}
.tile-stats .icon i {
    font-size: 60px;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.tile-stats .num {
    font-size: 34px;
    font-weight: bold;
}
.tile-stats h3 {
    font-size: 18px;
    margin-top: 5px;
}
.tile-stats {
    position: relative;
    display: block;
    background: #303641;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tile-title .title p {
    color: rgba(255, 255, 255, 0.85);
    padding: 15px;
}
body .badge.badge-secondary, body .label-secondary {
    background-color: #EE4749;
}
/*=======================================================================================/ Media Queries /==============*/

/*For small screen devices, like phones, held in portrait mode.*/
@media (min-width: 320px) {
}
/*For small screen devices, like phones, held in landscape mode.*/
@media (min-width: 480px) {
}
/* Smaller tablets, like the Amazon Kindle (600�800) and Barnes & Noble Nook (600�1024), held in portrait mode. */
@media (min-width: 600px) {
}
/* Ten-inch tablets like the iPad (768�1024) held in portrait mode. */
@media (min-width: 768px) {
}
/* Tablets like the iPad (1024�768) held in landscape mode, as well as certain laptop, netbook, and desktop displays. */
@media (min-width:992px) {
    div.command a.btn {
        margin: 0px 0px 5px 5px;
        float: left;
    }
}

/* For widescreen displays, primarily laptop and desktop browsers. */
@media (min-width: 1200px) {
}

.ListHeader {
    position:relative;    
left:expression((this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2)+'px');
}
