﻿.display_none {
    display: none;
}

.dropdown-menu {
    font-size: 8px !important;
}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: tahoma;
}

label {
    font-weight: normal;
}

.close {
    float: right;
    font-family: arial;
}*/

.carousel {
    /*height: 250px !important;*/
    /*width: 960px !important;*/
    /*margin: auto !important;*/
}

.up-carousel {
    background-color: #9BB8ED !important;
}

.carousel-control {
    width: 60px !important;
}

.navbar {
    border: none !important;
}

.navbar-inverse {
    background-color: #008cba !important;
    border-color: transparent !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff !important;
    }

.nav .caret {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.nav a:hover .caret {
    border-top-color: #8ECBFF !important;
    border-bottom-color: #8ECBFF !important;
}


ul, ol {
    margin-bottom: 0px !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1D55AB !important;
}

.panel-default > .panel-heading {
    background-color: #008cba !important;
    border-color: #008cba !important;
}

.panel-title {
    color: #FFF !important;
}

.panel-default {
    border-color: #008cba !important;
}

.btn-primary {
    font-size: 11px !important;
    margin-top: 5px !important;
}

.modal-footer > button {
    font-size: 20px !important;
}

.modal-header .close {
    margin-top: 5px !important;
}

.modal-title {
    margin-right: 25px;
}

.modal {
    overflow-y: auto !important;
}

#user_info_show {
    padding: 7px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    margin-right: 5px;
}

.table-td {
    border: 1px solid #bbb !important;
    text-align: center !important;
}

.table-body-td {
    border: 1px solid #bbb !important;
    border-bottom: none !important;
    text-align: center !important;
}

.table-body-td-message {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    background-color: #BCD2E5 !important;
}

.table-body-tr-message {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    /*background-color: #fdd !important;*/
}

.theme_page_number {
    float: right !important;
}

.theme_page_number-go {
    float: left !important;
}

.table-tr-even {
}

.table-tr-odd {
    background-color: #eee;
}

.pagination {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.pager {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.gotopage-text {
    width: 43px !important;
    text-align: center;
}

.gotopage-btn {
    margin-top: 0px !important;
}

.other-send {
    background-color: #F9F9F9 !important;
}

.badge-important {
    background-color: #d43f3a;
}

.btn-repeater {
    margin: 2px;
    padding: 3px 10px;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
