﻿.menu_section > ul {
    margin-top: 0px;
}

.nav.side-menu > li > a {
    margin-bottom: 2px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 15px 5px;
}

.toggle a {
    padding: 6px 15px;
    margin: 0;
    cursor: pointer;
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 70px;
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 0px 0px;
}
.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #2a3f54;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    /*background-image: url('../images/bg.jpeg');
    background-size: cover;*/
}
.btn-theme{
    background-color:#2a3f54;
    color:#eeeeee;
    font-weight:bold;
    width:80px;
}
.btn-theme:hover{
    background-color:#1f558f;
    color:#eeeeee;
    font-weight:bold;
     width:80px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
     width: 80px;
     float:right;
}
.modal-footer {
    /* padding: 15px; */
    /* text-align: right; */
    border-top: 0px solid transparent;
}
.modal-content {
    
    position: relative;
    background-color: #ffffff;
    opacity:0.8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}