﻿@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}
@media (min-width : 768px) {
    .col-sm-fix {
        float: left;
    }
}
@media (max-width : 768px) {
    .col-sm-right {
        text-align: right;
    }
}
.col-sm-fix {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    padding-top: 150px;
    padding-bottom: 55px;
}

input, select, textarea {
    max-width: 100%;
}


input[type="checkbox"], input[type='radio'] {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin: 0px;
}

.input-group-div {
    position : relative;
    display : table-cell;
    width : 1%;
}


.table > thead > tr > th,
.table > tbody > tr > th {
    text-align: center;
    color: #ffffff;
    background-color: #639881;
}
/*
.table > tbody > tr:hover > th {
    background-color: #759c8c;
}
*/
.table-hover > tbody > tr:hover > td {
    background-color: #ecefe8;
}
.table-hover > tbody > tr:hover > th {
    background-color: #4c7966;
}

.table > tbody > tr > th .sort {
    color: #ffffff;
}
.table > tbody > tr > th .sort:after {
    display: inline;
    content: "▼";
}
.table > tbody > tr > th .sort-d:after {
    display: inline;
    content: "▲";
}
.table > tbody > tr > th .sort:hover {
    color: #ffffff;
    text-decoration: underline;
}
.table > tbody > tr > th .sort-active {
    color: #ffd800;
}


.pagination {
    margin : 0px;
    padding:0px;
}

.pagination > li > a, .pagination > li > span {
    padding: 2px 6px;
    min-width: 35px;
}

.nav-tabs > li > a {
    background-color: #eff1ed;
}
.nav-tabs > li > a:hover {
    background-color: #dfe2dc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f3c8aa;
}

.tab-content {
    margin-top : 10px;
}

.input-group-chk {
    padding: 0px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    width: 1%;
    display: table-cell;
    white-space: nowrap;
    padding: 4px;
}

.input-group-chk > input[type="checkbox"] {
    height: 17px;
    width: 17px;
    margin-right: 0px;
}

.form-label {
    padding-top: 6px;
    display:inline-block;
}

.pre-normal {
    border : 0px;
    font-family : inherit;
    font-size : inherit;
    padding:0px;
    margin:0px;
    color :inherit;
    background-color:inherit;
}

.text-sm {
    padding: 5px 10px;
    display: inline-block;
}