@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html,
body {
    height: 100%;
    font-family: 'Quicksand' !important;
    background:url(../image/bg.jpg) no-repeat center center !important;
    background-size:cover;
}

.main-header .logo{
    font-family: 'Quicksand' !important;
    font-weight: bold;
}

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

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

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

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

content-wrapper {
    background-color: #ECF0F6 !important;
}

.padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box {
    box-shadow: 10px 0px 33px -20px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 22px -1px rgba(199,199,199,1) !important;
    border-radius: 3px !important;
}

.skin-yellow-light .main-sidebar {
    border-right: none !important;
}

.main-footer {
    border-top: none !important;
}

.breadcrumb {
    background-color: transparent !important;
}

.font-white{
    color: white !important;
}

/* a {
    color:f39c12 !important;
} */

.v-align{
    vertical-align: center;
}

.right{
    text-align: right;
}

.small{
    font-size: 12px;
}

.btn-warning2{
    background-color: #f38e12;
    border-color: #f38e12;
    color: white;
}

.btn-warning2 a:hover{
    color:#FFFFFF !important;
}

.btn-warning2:hover {
    color: #fff;
    background-color: #f37312;
    border-color: #f37312;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0 !important;
}

.col-center{
    margin: auto;
    float: none;
}

.form-control{
    background-color: #eff1f5 !important;
    border: none !important;
    border-radius: 4px !important;
}