select:required {
    border-color: #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

@media (max-width: 979px) {
    .collapse-tablet {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

input.calendarwidget {
    margin-bottom: 10px;
    margin-right: 10px;
    width:100px
}

.calender-multi {
    display: inline-block;
}

.filerestrictions {
    color: #595959;
}

td .help-block {
    width: 65.9574%;
}

.error .help-inline {
    padding: 4px 12px 4px 12px;
    display: table-cell;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wizard-step-list a {
    border-top: 1px solid rgb(227, 227, 227);
/*    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;*/
}

.control-group.inline {
    display: inline-block;
}

.asteriskField {
    color: #a00000;
/*	display: none;
 */
}

div.defaultsubmitbutton {
    display: none;
}

td.no-border {
    border: none;
}

tr.empty-row td {
    border: none;
    padding-top: 10px;
}

#overview tr:not(.empty-row) td:nth-last-child(1):not(.criteria) {
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #eaeaff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#eaeaff));
    background: -webkit-linear-gradient(left,  #ffffff 0%,#eaeaff 100%);
    background: -o-linear-gradient(left,  #ffffff 0%,#eaeaff 100%);
    background: -ms-linear-gradient(left,  #ffffff 0%,#eaeaff 100%);
    background: linear-gradient(to right,  #ffffff 0%,#eaeaff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaff',GradientType=1 );
}

/*
tr.empty-row + tr td:nth-last-child(1) {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
*/

.edit {
    position: absolute;
    margin-top: 6px;
}

td.edit-button {
    border-top: none;
}

#id_university_other.textarea {
    height: 80px;
}

div.control-group {
/*
    background-color: rgb(249, 249, 249);
*/
}

p.text-center {
    text-align: center;
}

.help-inline {
    clear: both;
    display:  inline-block;
}

.missing-entry {
    padding: 2px 8px 2px 8px;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

br + .btn {
    margin-top: 6px;
}


h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
}

#div_id_1-gender {
    /* align gender selection with other input elements */
    margin-bottom: 25px !important;
}

.no-offset {
    margin-left: 0px !important;
}

.messages ul {
    margin-bottom: 0px;
}

.submit-hint {
    margin-top: 20px;
}

.label-hint,
.badge-hint {
  background-color: #bbbbbb;
/*  color: #595959;
  text-shadow: 0 0;
*/}

.extended_date {
    color: #bb0000;
}
#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width  0.2s ease-in-out;
-moz-transition:width  0.2s ease-in-out;
-o-transition: width  0.2s ease-in-out;
transition: width  0.2s ease-in-out;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;
}
.search-query:focus{
    width: 260px;
}
.bs-docs-sidenav {
  display: inline;
  font-size: 14px;
  width: 175px;
  margin: 0 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {

  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* review container */
.review-container {
    margin-left: 30px;
    margin-right: 50px;
}

/* panels */
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-review {
    border-color: #dddddd;
}

.panel-review .panel-heading {
    border: 0px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel>.table, .panel>.table-responsive>.table {
      margin-bottom: 0;
}

/* review recommendation */
.recommendation {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 80px;
    font-size: 14px;
}

.reason {
    font-size: 12px;
}

/** back to top **/
.top{
  background-color: #fff;
  opacity:0.8;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  bottom: 1em;
  color: #000;
  display: none;
  position: fixed;
  left: 2em;
  text-align: center;
  font-size: 28px;
  text-decoration: none;
}
.top:hover{
  opacity:1;
  transition:0.5s;
}
