html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.form-group.required > label:after {
    
    content:' * ';
    font-weight: bold;
    color:red;    
    top:0;
}
body.manage-config {
    overflow-y: scroll;
/*---------------------Styles by Hiten 13/04/16----------------------*/
table.dataTable thead th, table.dataTable td {
    padding: 8px 10px!important;
    border: 1px solid #f4f4f4!important;
}
table.dataTable {
    border: 1px solid #f4f4f4!important;
}
/*.text-muted.text-center strong {
    float: left;
}*/
.text-muted strong {
    color: #3c8dbc;
    font-weight: normal;
    padding: 0;
}
.text-muted {
    font-size: 16px;
    padding: 6px;
    border-top:0 none;
}
.navbar-static-top {
    background: #3C8DBC;
    /*background: -webkit-linear-gradient(#447286, #3C8DBC);
    background: -o-linear-gradient(#447286, #3C8DBC);
    background: -moz-linear-gradient(#447286, #3C8DBC);
    background: linear-gradient(#447286, #3C8DBC); #1a2226*/

    background: -webkit-gradient(linear, 0% 50%, 0% 0%, from(#3C8DBC), to(#1a2226));
    background: -webkit-linear-gradient(top, #1a2226, #3C8DBC);
    background: -moz-linear-gradient(top, #1a2226, #3C8DBC);
    background: -ms-linear-gradient(top, #1a2226, #3C8DBC);
    background: -o-linear-gradient(top, #1a2226, #3C8DBC);
}
.navbar-nav>li>.dropdown-menu {
    background: #2c3b41;
}
.dropdown-menu>li>a {
    color: #fff!important;
}
.dropdown-menu>li>a:hover {
    background: #1e282c!important;
}
input[type=search] {
    font-weight: normal;
    margin-left: 0!important
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    color: #3c8dbc;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
}
.dataTables_length select {
    display: inline-block;
    width: 69px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d6de;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    box-shadow: none;
    font-weight: normal;
}
.dataTables_length label {
    font-weight: normal;
}
.btn-success {
    background-color: #00a65a;
    background: -webkit-gradient(linear, 0% 50%, 0% 0%, from(#00a65a), to(#1a2226))!important;
    /* background: -webkit-linear-gradient(top, #1a2226, #3C8DBC); */
    background: -moz-linear-gradient(top, #1a2226, #00a65a)!important;
    background: -ms-linear-gradient(top, #1a2226, #00a65a)!important;
    background: -o-linear-gradient(top, #1a2226, #00a65a)!important;
}
.btn-primary {
    background-color: #367fa9;
    background: -webkit-gradient(linear, 0% 50%, 0% 0%, from(#367fa9), to(#1a2226))!important;
    /* background: -webkit-linear-gradient(top, #1a2226, #3C8DBC); */
    background: -moz-linear-gradient(top, #1a2226, #367fa9)!important;
    background: -ms-linear-gradient(top, #1a2226, #367fa9)!important;
    background: -o-linear-gradient(top, #1a2226, #367fa9)!important;
}
.box.box-default {
    border-top-color: #3C8DBC!important;
}

