
html,
body {
    height: 100%;
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

html, button, input, select, textarea, a {
    color: #6b6b6b;
}

body {
    font-size: 14px;
    line-height: 1.47;
    background-color: #f8f8f8;
    font-family: 'Open Sans', sans-serif !important;
}

form div.required label.control-label:after {

  content:" * ";

  color:red;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif !important;
}

/*.container {*/
/*    margin: 0 auto;*/
/*    max-width: 100%;*/
/*    border-radius: 2px;*/
/*    border: 1px solid #e2e2e2;*/
/*    min-height: 100%;*/
/*    height: auto;*/
/*    padding: 0 0 60px;*/
/*}*/

.navbar {
    background: white;
    border-bottom: 1px solid #c7c7c7;
}

.navbar > .container {
    background: white;
    border-radius: 2px;
    border: 0;
    min-height: 100%;
    height: auto;
    padding: 0;
}

body{
    background-color: #f8f8f8;
}
main > .container {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 40px 15px 50px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

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

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.btn-primary {
    color: #fff;
    background-color: #e51434;
    border-color: #ca112e;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #aa1127;
    border-color: #aa1127;
}

.btn-primary:hover {
    color: #fff;
    background-color: #AA1127;
    border-color: #aa1127;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #AA1127;
    background-image: none;
    border-color: #aa1127;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #AA1127;
    border-color: #AA1127;
}

.tight-checkboxes > div {
    margin: 0px;
}

.tight-checkboxes > div > div.checkbox {
    margin: 0px;
}

.tight-checkboxes > div > div.checkbox > .help-block {
    margin: 0px;
}



.help-block{
    color: #aa1127;
}
