.btn-purple { 
  color: #FFFFFF; 
  background-color: #591BBD; 
  border-color: #09003D; 
} 
 
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  color: #FFFFFF; 
  background-color: #43187A; 
  border-color: #09003D; 
} 
 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  background-image: none; 
} 
 
.btn-purple.disabled, 
.btn-purple[disabled], 
fieldset[disabled] .btn-purple, 
.btn-purple.disabled:hover, 
.btn-purple[disabled]:hover, 
fieldset[disabled] .btn-purple:hover, 
.btn-purple.disabled:focus, 
.btn-purple[disabled]:focus, 
fieldset[disabled] .btn-purple:focus, 
.btn-purple.disabled:active, 
.btn-purple[disabled]:active, 
fieldset[disabled] .btn-purple:active, 
.btn-purple.disabled.active, 
.btn-purple[disabled].active, 
fieldset[disabled] .btn-purple.active { 
  background-color: #591BBD; 
  border-color: #09003D; 
} 
 
.btn-purple .badge { 
  color: #591BBD; 
  background-color: #FFFFFF; 
}

.user_menu {
    min-height:100% !important;
    position:relative;
}


.l-circle {
	list-style-type: circle;
}

.img-inline {
	display:inline;
	float:left;
}
.nobmargin{
	margin-bottom: 0 !important;
}
.mysmall {
	font-size: 8pt !important;
}
.myinline {
	display: inline !important;
}

.top15 {
 margin-top: 15px;
}

div#cookie_info {
   position: fixed;
   border-top: 1px solid #E7E7E7;
   background: #F9F9F9;
   color: black;
   width: 100%;
   left: 0;
   bottom: 0 !important;
}

.font-size26 {
    font-size: 26px;
}

.margin20 {
    margin: 20px;
}

.form-label {
    display: inline-block;
    font-size: 14px;
}

.captcha {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.cursor-default {
    cursor: default;
}

.password-meter {
    margin: 10px 0;
}

.padding0 {
    padding: 0 !important;
}

.padding30 {
    padding: 30px;
}

.overflow-h {
    overflow: hidden;
}

.margin0 {
    margin: 0 !important;
}

.photo_preview {
    max-width: 500px; 
    width: 100%;
    margin: 20px auto;
    height: 500px;
}

.logouz {
    margin-top: 6px;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.color-white {
    color: #fff;
}

.wrapper .middle-box {
    margin-top: 0;
}

.wrapper-content {
    padding-top: 0 !important;
    margin-top: 0;
}

.breadcrumb {
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
}

.ibox-content {
    overflow: hidden;
}

.form-account .help-block{
    text-align: center;
}

.user-photo {
    max-width: 120px;
}

.required-label:after {
    color: #ea394c;
    content: '*';
}

.bg-white {
    background: #fff;
}

.center-container {
    margin: 0 30px;
}

.page_title {
    margin: 25px 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.typeahead.dropdown-menu {
    overflow: scroll;
    height: 50vh;
}

.max-width-700 {
    max-width: 700px;
}

.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/ajax-win.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
}

.btn-my-dim {
    width: 200px;
    height: 200px;
    white-space: normal !important;
}

.btn-my-dim > span {
    display: inline-block;
    padding-top: 45px;
}

.fa-my-dim {
    font-size: 42px;
    display: block;
    position: absolute;
    top: 20px;
    left: 72px;   
}

.checkbox-spec-pref .help-block {
    display:block;
    float: left;
    margin-top: 20px;
    font-weight:bold;
    width: 100%;
    text-align: left;
}

.registration_error {
    max-width: 400px;
    position: absolute;
    width: 200%;
    z-index: 1;
    top: -75px;
}

.opt_margin_float {
    display: inline-block;
    float: right;
    position: relative;
    width:94%;
    
}

.width-100pc {
    width: 100%;
}



/*#page-wrapper {*/
    /*margin: 0 0 0 235px;*/
/*}*/

/*.navbar-static-side {*/
    /*width: 235px;*/
/*}*/

.sortable1, .sortable2 {
    border: 1px solid #eee;
    min-height: 300px;
}

.sortable1 li, .sortable2 li {
    cursor: move;
    height: 50px;
    padding-top: 14px;
    text-align: left;
    padding-left: 15px;
}

.sortable2_div  .help-block {
    display: block !important;
}

.has-error .sortable2_div  .help-block {
    font-weight:bold;
}

tr.wrong {
    background-color: #ff704d !important;
    color: #000000;
}

tr.wrong:hover {
    background-color: #ff704d !important;
    color: #000000;
}

.spec_pref_div .help-block {
    font-weight:bold;
    font-size:16px;
}

.subject_group .chosen-container-single {
    float: right;
}

.start_list {
    padding: 0;
}

.start_list ul {
    padding-left: 25px;
}

.start_list>li {
    margin: 20px;
    list-style-type:none;
}

.start_list b {
    color: #67b168;
    font-size: 20px;
}

.start_list u {
    font-weight: bold;
}

.display-none {
    display: none;
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 120px !important;
}

body.mini-navbar nav.navbar-static-side {
    min-width: 120px !important;
}

body.mini-navbar nav.navbar-static-side i.fa {
    font-size: 8pt;
}

body.mini-navbar nav.navbar-static-side .nav>li>a {
    padding: 10px;
}

body.mini-navbar nav.navbar-static-side .nav-label {
    display: inline !important;
    font-size: 8pt;
}
body.mini-navbar nav.navbar-static-side .nav .badge.pull-right {
    float: none !important;
}