﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.table-primary th {
    background-color: #004494;
    color: #fff;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
/*textarea {
    max-width: 280px;
}*/
/* navbar-custom */
.navbar-custom {
    background-color: #F5F6F7;
    color: #545454;
    border-radius: 0;
    border: 0px;
}

.help-block {
    color: red;
}

.navbar-custom .navbar-nav > li > a {
    color: #545454;
}

.navbar-custom .navbar-nav > .active > a {
    color: #D2AB67;
    background-color: transparent;
}

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav > .open > a {
        text-decoration: none;
        background-color: transparent;
        color: #D2AB67;
    }

.navbar-custom .navbar-brand {
    color: #D2AB67;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #545454 !important;
}


.navbar-custom .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-custom .icon-bar {
    background-color: #428bca;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #D2AB67;
    background-color: transparent;
}

#nav-right-bar {
    margin-bottom: 10px;
}

    #nav-right-bar .active a {
        color: #D2AB67;
    }

    #nav-right-bar a {
        color: white;
    }


    #nav-right-bar > ul > li > a:hover,
    #nav-right-bar > ul > li > a:focus {
        text-decoration: none;
        background-color: inherit;
        color: #D2AB67;
    }

    #nav-right-bar a,
    nav-right-bar img {
        display: inline;
    }

#bannerDiv .custom-nav-col {
    height: 170px;
    display: table;
}

    #bannerDiv .custom-nav-col h4 {
        display: table-cell;
    }

#bannerDiv #nav-right-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #093B73;
    width: 100%;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

@media (max-width: 800px) {
    #bannerDiv .custom-nav-col {
        height: auto;
        text-align: center;
        padding: 5px;
        display: block !important;
    }

        #bannerDiv .custom-nav-col h4 {
            display: block !important;
        }

    #bannerDiv #nav-right-bar {
        position: relative;
        background: #093B73;
        width: 100%;
    }

    .culture-li {
        display: inline !important;
    }

    .log-in-out-li {
        margin-top: 15px;
    }

    .user-li {
        margin-top: 30px;
    }
}

/* chosennnnnnnnnnn*/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
/*textarea {
    max-width: 330px;
}*/
@-moz-document url-prefix() {
    fieldset

{
    display: table-cell;
}

}

.date-background-white {
    background-color: white;
}


.chosen-container-single .chosen-single {
    line-height: 30px;
    height: 34px;
    max-width: 330px;
}

.chosen-container .chosen-drop, .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-single {
    background: #fff;
    max-width: 570px;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    border: 1px solid #d9534f;
}


/*Drop down arrow */
.chosen-container-single .chosen-single div {
    top: 5px;
}

.form-inline :not(.t.label) {
    position: relative;
    top: 24px;
}

.has-error .chosen-single {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.help-block {
    max-width: 330px;
}

.boldcss {
    font-weight: bold;
}

.delete-asign-structure span {
    color: #d50b2d;
    font-size: 18px;
    cursor: pointer;
}

.delete-asign-structure input {
    margin: 0px;
    height: 18px;
    width: 18px;
}

.table .thead-light th {
    color: #fff;
    background-color: #004494;
    border-color: #004494;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}

.add-button {
    margin-bottom: 20px;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .flex-end button {
        margin-right: 10px;
    }

.inline-checkbox {
    word-wrap: break-word;
    margin-top: 26px;
}

    .inline-checkbox input {
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        cursor: pointer;
        vertical-align: middle;
    }

/*.form-control {
  display: block;
  width: 60%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}

.form-group {
  margin-bottom: 15px;
  padding:5px;

}*/


.subQuestion {
    display: none;
    background-color: rgba(0, 0, 0, 0.015) !important;
}
