﻿body {
    line-height: 20px !important;
}

.page-layout {
    background-color: #FFF;
    padding: 5px;
    min-height: 300px;
    direction: rtl;
    margin-top: 5px;
}

.navbar-top .navbar-brand, .top-navbar .navbar-brand {
    width: 100%;
    background-image: none;
}

@media (max-width: 992px) {
    .navbar-top .navbar-brand, .top-navbar .navbar-brand {
        background-image: none;
        height: auto;
    }
}



.navbar-top, .top-navbar {
    background-color: transparent;
}

.alink {
    text-decoration: none !important;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1e58dd;
}

.aicon {
    font-size: 2em;
    display: inline-block;
    margin: 5px;
}




.btnBox {
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.17), 0 4px 6px rgba(0,0,0,0.45);
    border-radius: 20px;
    padding: 5px;
    width: 60%;
    margin: auto;
    padding: 10px;
    margin-bottom: 15px;
}



.pBottom {
    padding-bottom: 15px;
}

.pTop10 {
    padding-top: 10px;
}

.pTop5 {
    padding-top: 5px;
}

.backGrad {
    background-image: linear-gradient(to bottom, #e4e7ee, #dce3fc, #cfcfd2, #f4f4f8, #f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb, #f4f4f8, #cfcfd2, #dce3fc, #e4e7ee);
}

.top-navbar .navbar-toggle {
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 992px) {
    .navbar-top .navbar-brand, .top-navbar .navbar-brand {
        background-color: #4d4d4d;
    }
}

.top-navbar .top-menu {
    background-color: #4d4d4d;
}

@media (max-width: 992px) {
    .top-navbar .nav-top {
        background-color: #4d4d4d;
    }
}

/*.collapse.in {
            background-color: #4d4d4d !important; 
        }*/

.modal-dialog {
    margin: 0px;
}

.defaultFont {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.collapse.in {
    background-color: transparent !important;
    display: inherit !important;
}

.qs-layout-menu {
    right: auto;
    left: 0;
    opacity: 0.9;
    padding-top: 30px !important;
    z-index: 1000;
}

.control_no_border {
    border: none !important;
    background-color: transparent !important;
}

.btn_no_border {
    margin-bottom: -5px;
    background-color: transparent;
    color: #3c5785;
    border: none;
}



.panel-title {
    font-size: 14px;
}

.h5 {
    line-height: 22px;
}

.back-grey {
    background-color: #f0f0f0;
}

.navbar-top, .top-navbar {
    z-index: 900;
}

.tc-tabs .nav-tabs.background-dark {
    border: none;
}

.nav-tabs > li {
    float: left;
}





.pnlArt {
    height: 435px;
}


.pnlT2 {
    height: 540px;
}

.pnlT {
    height: 525px;
}

@media (max-width:994px) {
    .pnlArt {
        height: auto;
        max-height: 250px;
    }

    .pnlT {
        height: auto;
        max-height: 400px;
    }

    .pnlT2 {
        height: auto;
        max-height: 400px;
    }
}


.label.arrowed {
    width: 90%;
}

.label-active, .badge-active {
    background-color: #4d4d4d !important;
}

    .label-active.arrowed:before {
        border-right-color: #4d4d4d;
    }

    .label-active.arrowed-right:after {
        border-left-color: #4d4d4d;
    }

.autoWidth {
    width: auto !important;
}

.label > span, .label > [class*=fa-], .label > [class*=glyphicon-] {
    vertical-align: top;
}

.badge {
    position: absolute;
    margin-top: -10px;
}

.m5 {
    margin: 5px;
}

.portlet {
    background-color: transparent !important;
}

.tc-accordion .panel.panel-default .panel-heading {
    background-color: transparent !important;
}



.badge-primary {
    line-height: 20px;
    position: inherit;
    width: 98%;
    background-color: #4d4d4d !important;
}

input[type=text] {
    border-radius: 25px !important;
    padding-right: 10px !important;
}

.back-to-top {
    display: inline;
    right: auto;
    left: 15px;
}
