﻿/*NON-RESPONSIVE styles included*/
.main {
    -moz-min-width: 1170px;
    -ms-min-width: 1170px;
    -o-min-width: 1170px;
    -webkit-min-width: 1170px;
    min-width: 1170px;
}

/*.container {
    max-width: none !important;
    width: 1300px;
}*/

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.input-group {
    display: table !important;
    border-collapse: separate;
}

.form-control.custom {
    height: 30px;
    padding: 5px 8px;
}

.addclass {
    background: url('/myshowsecretary/img/pagination/ButtonBarDividerR.gif') repeat-x scroll left bottom transparent;
    vertical-align: middle;
}

    .addclass a {
        text-decoration: none;
    }

.break-time {
    background-color: #D9E3EB;
    font-size: 1em;
    /*font-weight: bold;*/
    color: red;
    text-align: center;
    border-bottom: 2px solid #fff;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding: 15px;
        }

    /* Redeclare since we override the float above */
    .navbar-nav.navbar-right {
        float: right;
    }
