/*!
Version 1.1.1
*/

/* @SERT styles*/
.label_bold {
  font-weight: bold;
}


.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    /*border-radius: 4px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.progress {
    position: relative;
    width: 90%;
    height: 25px;
    margin: 10px auto;
    border: 1px solid #DDD;
    padding: 5px;
    border-radius: 3px;
}

.bar {
    background: #008DE6;
    height: 20px;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 48%;
    color: #333;
}


.hide_element {
    visibility: hidden;
    display: none !important;
}

.show_element {
    visibility:visible;
    display: block !important;
}

.required_section {
	background: #E7EFFC;
}

.not_required_section {
	background: #fff;
}

.label_disabled { 
	color: #645656; 
	font-weight: bold;
}
