/* here you can put your own css to customize and override the theme */

.no-sub {
    margin-right: 9px;
}

.underline {
    text-decoration: underline;
}

.highlight {
    background-color: #E4F3FF;
    padding: 2px 5px;
    border: 1px solid #E9EBEC;
}

.border-bottom {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.gren {
    border: solid 1px #002654;
    padding: 3px;
    border-radius:4px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 10px;
    border: solid 1px #B4B4B4;
    min-height: 130px;
    background-color: #ffffff;
}

.list-group-item {
    padding: 3px 4px;
    border: none;
}

a.list-group-item {
    text-decoration: underline;
}

    a.list-group-item.active {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }

.margin-right-5 {
    margin-right: 5px;
}



.footer-logs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.normal {
    font-weight: normal!important;
}

.tab-pane {
    min-height: 250px;
}

.width-150 {
    width: 150px;
}

#toast-container > div {
    min-height: 42px;
    width: 620px;
}

.m-height-small {
    /*min-height:40px;*/
}

.profile-heading {
    border-bottom: 1px solid #ffffff;
    margin: 0;
}

.title-name {
    font-size: 12px!important;
    font-weight: bold;
    letter-spacing: .005em;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.reduced-padding {
    padding-left: 2px;
    padding-right: 2px;
}

.well-border {
    background-color: #DFF2FF;
    border: 2px solid #FFFFFF;
    min-height: 220px;
}

.light-blue {
    background-color: #E4F3FF;
}

.text-primary {
    color: #064780;
    text-transform: uppercase;
    font-weight: bold;
}

    .text-primary:hover {
        color: #064780;
    }

.text-danger {
    font-weight: bold;
}

.label-normal {
    font-weight: normal;
}


.sem-title {
    font-weight: bold!important;
    color: #064780;
    font-size: 14px;
    text-decoration: underline;
}

.font-11 {
    font-size: 11px;
    letter-spacing: .01em;
}

.pull-right-search {
    margin-left: 3px;
    float: right !important;
}

@media (min-width: 1000px) {
    .fixed {
        /*max-width:1130px;
        min-width:900px;*/
        /*width:84%;*/
        width: calc(100% - 225px);
        top: 42px;
        left: 225px;
        padding-top: 10px;
        position: fixed;
        z-index: 999;
        background-color: #f2f9ff;
    }
}

@media (min-width: 1000px) {
    .margin-top-ff {
        margin-top: 55px!important;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 919px) {
    #toast-container > div {
        min-height: 42px;
        width: 320px;
    }

    .toast-top-center {
        top: 0px;
        margin: 0 auto;
        left: 50%;
        margin-left: -160px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #toast-container > div {
        min-height: 42px;
        width: 160px;
    }

    .toast-top-center {
        top: 0px;
        margin: 0 auto;
        left: 50%;
        margin-left: -80px;
    }
}

.centered {
    margin: 0 auto;
}

.round5 {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
/*.rotate90 {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
display: inline-block;

}*/


.rotate90 {
    vertical-align: middle;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform-origin: center;
    display: inline-block;
}

    .rotate90:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 -0.25em;
        padding-top: 100%;
    }
