/*GS*/
#grand_selector select,
#grand_selector label,
#grand_selector textarea,
#grand_selector input[type="text"],
#grand_selector input[type="password"],
#grand_selector input[type="datetime"],
#grand_selector input[type="datetime-local"],
#grand_selector input[type="date"],
#grand_selector input[type="month"],
#grand_selector input[type="time"],
#grand_selector input[type="week"],
#grand_selector input[type="number"],
#grand_selector input[type="email"],
#grand_selector input[type="url"],
#grand_selector input[type="search"],
#grand_selector input[type="tel"],
#grand_selector input[type="color"],
#grand_selector .uneditable-input,
#grand_selector .input-append input,
#grand_selector .input-prepend input,
#grand_selector .input-append select,
#grand_selector .input-prepend select,
#grand_selector .input-append .uneditable-input,
#grand_selector .input-prepend .uneditable-input,
#grand_selector .chzn-container
{
   font-size: 13px;
}

@media (max-width: 992px) {
    #grand_selector #period select {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 13px;
    }
}
#grand_selector{
    width: 100%;
    z-index: 25;
}
#grand_selector .well{
    margin-bottom: 0;
}
#grand_selector table{
    table-layout: fixed;
}
#grand_selector table td.gstd{
    width: 32%;
    vertical-align: top;
}

#grand_selector .control-group {
    margin-bottom: 10px;
}
#grand_selector .form-group {
    margin-left: 0;
}
#grand_selector a[name="gs-collapse"],
#grand_selector a[name="gs-reset"],
#grand_selector a[name="gs-hide"]{
    cursor: pointer;
    text-decoration: none;
}
#grand_selector a[name="gs-collapse"].text-muted {
    cursor: not-allowed;
}
#grand_selector .fa-thumb-tack{
    cursor: pointer;
}
#grand_selector a[name="gs-collapse"].text-muted:hover{
    text-decoration: none;
    color: #999999;
}
#grand_selector [name="always-visible"] .btn{
    margin: 0 5px;
}
#grand_selector [name='text-gsfilter'] ul{
    margin-bottom: 0px;
}
#grand_selector [name='text-gsfilter'] ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.subnav-fixed {
    border-color: #D5D5D5;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0px;
}
.subnav-fixed .well {
    border-right: none;
    border-left: none;
}
#grand_selector .container.settings {
    padding-top: 7px;
}
.subnav-fixed .settings {
    padding-bottom: 5px;
    background-color: #ffffff;
}
#grand_selector .gstd [name="gs-refresh"]:hover .fa-refresh{
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
#show_GS.vertical{
    position:fixed;
    white-space:nowrap;
    width:30px;
    top: 80px;
    right: -3px;
}
#show_GS.vertical a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616999114022e-16, M12=1, M21=-1, M22=3.061616999114022e-16, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    left: -54px;
    position: relative;
    text-indent: 0;
    top: 50px;
    vertical-align: text-top;
}
#gs-pos {
    height: 1px;
}

.gs_separator{
    line-height: 30px;
    position: absolute;
    right: 32.8%;
}
#grand_selector .btn-group > .btn:first-child {
    margin: 0;
}
#grand_selector .btn-group > .dropdown-toggle {
    margin-left: -1px;
}
#grand_selector .btn-group > .dropdown-menu > li{
    font-size: 12px;
    line-height: 1.5;
}
#grand_selector [name="show_extended_filter"]:hover, #grand_selector [name="show_extended_filter"]:hover {
    text-decoration: none;
}