﻿body {
    background-color: #f9f9f9;
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';   
    /*background: url(../images/tram.jpg) #f9f9f9 repeat-x;color: #757577;*/
}

.body-content {
    width: 99%;
    background-color: #fff;
}

@media (min-width: 1510px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #555;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #555;
}

.navbar .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-hero {
    font-family: "Roboto";
    font-size: 36;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.btninilogin:hover {
    background-color: white !important;
}
/* Progress Bar */
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #daddd9;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0 0 0 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #1f5769;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #1f5769;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.navbar.navbar-info .dropdown-menu .active > a {
    background-color: #a8d4e8;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: black;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    /*color: #efa6a6;*/
    color: white;
    background-color:lightgray;
}

.btn-group.open .dropdown-toggle {
     /*-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);*/ 
     box-shadow: inset 0 0 0 rgba(0, 0, 0, .125); 
}

@media (max-width: 1510px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.bs-searchbox > input {
    color: blue;
}

.nav1  
{
    height:8px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    /*width: 100px;*/
}

ul.dropdown-menu {
    right: 0;
    left: auto;
}

.bootstrap-select > .dropdown-toggle {
    /*width: auto !important;*/
    padding-right: 35px !important;
    z-index: unset !important;
}

.navbar.navbar-info .dropdown-menu .active > a {
    background-color: #03a9f4;
    color: #40859e;
}

    .navbar.navbar-info .dropdown-menu .active > a:hover, .navbar.navbar-info .dropdown-menu .active > a:focus {
        color: blue;
    }

button.btn.dropdown-toggle.btn-default {
    outline: 0 auto -webkit-focus-ring-color !important;
}

.mdm h2{
    padding-top:10px;
}