label {
   font-weight: normal;
   margin-bottom: 5px !important;
   color: #4a535e;
}

code {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   background: none;
   padding: 0;
}

small {
   font-size: 11px;
}

.lead {
   color: #333;
}

blockquote p {
   font-family: 'Georgia', sans-serif;
   font-weight: 100;
   color: #333;
}

blockquote .glyphicon,
blockquote .fa {
   float: left;
   margin-right: 10px;
   font-size: 20px;
}

h4, .h4 {
   line-height: 24px;
}

.row {
   margin-left: -10px;
   margin-right: -10px;
}

.bold{
    font-weight: 600;
}

.col-xs-1, .col-xs-2,
.col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10,
.col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2,
.col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12,
.col-md-1, .col-md-2,
.col-md-3, .col-md-4,
.col-md-5, .col-md-6,
.col-md-7, .col-md-8,
.col-md-9, .col-md-10,
.col-md-11, .col-md-12,
.col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10,
.col-lg-11, .col-lg-12 {
   padding-left: 10px;
   padding-right: 10px;
}

.form-group::after {
   clear: both;
   display: block;
   content: '';
}

.form-group .control-label, .row .control-label {
   margin-top: 3px;
   text-align: right;
   padding-top: 3px;
}

.form-group-border {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px !important;
}

.form-group-border-icon {
    font-size: 24px;
    margin-top: -15px;
    background-color: #fff;
    margin-right: 40px;
    position: absolute;
    right: 0px;
}

.form-group-border-icon i {
    padding: 6px 7px;
    border: 2px solid #0069AA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   
}

.form-group-unite {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.form-bordered .form-group {
   margin: 0;
   padding: 15px 0;
   border-top: 1px solid #d3d7db;
}

.form-bordered .form-group:first-child {
   border-top: 0;
}

.form-striped .form-group {
   margin: 0;
   padding: 15px 0;
}

.form-striped .form-group:nth-child(even) {
   background: #fcfcfc;
}

.form-inline .form-group {
   margin: 5px 10px 5px 0px;
}

.form-inline .form-group:first-child {
   margin-left: 0;
}

.form-inline .form-group:last-child {
   margin-right: 0;
}

.form-inline .checkbox {
   margin-right: 20px;
}

.tx-srfeuserregister-pi1 input {
    padding: 5px 8px
}

.tx-srfeuserregister-pi1 input.btn {
    padding: 11px 15px !important;
}

.tx-srfeuserregister-pi1 input[type=submit] {
    padding: 11px 15px;
}

img.tx-srfeuserregister-pi1-file-img {
    vertical-align: middle;
    margin: 0 25px;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	color: #FFF;
	background-color: #0069AA;
	border-color: #285E8E;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	line-height: 21px;
	transition: all 0.2s ease-out 0s;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
}


.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view:hover {
	color: #FFF;
	background-color: #0069AA;
	border-color: #285E8E;
}

.form-control, .tagsinput, .table-responsive input, .dataTables_filter input, .table-responsive select, .ui-widget-content {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
    padding: 5px 8px;
    line-height: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
   border: 2px solid var(--color_line2);
}

.ui-spinner .ui-spinner-input{
    border: none;
    padding: 0;
    height: 22px;
}

.form-control:focus:not(.ui-spinner-input), .tagsinput:focus:not(.ui-spinner-input), .table-responsive input:focus, .dataTables_filter input:focus, .table-responsive select:focus {
   border: 2px solid #0069AA;
   color: #0069AA;
}

.input-group .form-control.ui-spinner-input:focus,.modal-body .spinner:focus{
	border: medium none;
}

.form-control:focus, .tagsinput:focus {
   border-color: #999;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 2px solid #0069AA;
}


.input-sm {
   font-size: 12px;
   padding: 7px 10px;
   height: auto;
   margin-top: 3px;
}

.input-lg {
   font-size: 18px;
   padding: 12px 10px;
}

.btn {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   line-height: 21px;
   -moz-transition: all 0.2s ease-out 0s;
   -webkit-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
   padding: 11px 15px;
}

.btn:focus {
	outline: none;
}

.btn-sm {
   padding: 11px 15px;
}

.btn-xs {
   padding: 2px 10px;
}

.btn-lg {
   padding: 12px 20px;
}

.btn-default {
   background: #e4e7ea;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
   background: #f7f7f7;
   border-color: #ccc;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.btn-success {
   background-color: #02b002;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
   background-color: #4cae4c;
}

.btn-white {
   background: #fff;
   border: 1px solid #ccc;
   color: #666;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #f7f7f7;
}

.btn-default-alt {
   border: 2px solid #999;
   color: #999;
   text-transform: uppercase;
    padding: 10px 15px;
}

.btn-default-alt:hover,
.btn-default-alt:active,
.btn-default-alt:focus {
   border-color: #666;
   color: #666;
}

.btn-primary-alt {
   border: 2px solid #428BCA;
   color: #428BCA;
    padding: 10px 15px;
}

.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt:focus {
   border-color: #357EBD;
   color: #357EBD;
}

.btn-success-alt {
   border: 2px solid #1CAF9A;
   color: #1CAF9A;
    padding: 10px 15px;
}

.btn-success-alt:hover,
.btn-success-alt:active,
.btn-success-alt:focus {
   border-color: #17a08c;
   color: #17a08c;
}

.btn-warning-alt {
   border: 2px solid #F0AD4E;
   color: #F0AD4E;
    padding: 10px 15px;
}

.btn-warning-alt:hover,
.btn-warning-alt:active,
.btn-warning-alt:focus {
   border-color: #EEA236;
   color: #EEA236;
}

.btn-danger-alt {
   border: 2px solid #D9534F;
   color: #D9534F;
    padding: 10px 15px;
}

.btn-danger-alt:hover,
.btn-danger-alt:active,
.btn-danger-alt:focus {
   border-color: #D43F3A;
   color: #D43F3A;
}

.btn-info-alt {
   border: 2px solid #5BC0DE;
   color: #5BC0DE;
    padding: 10px 15px;
}

.btn-info-alt:hover,
.btn-info-alt:active,
.btn-info-alt:focus {
   border-color: #46B8DA;
   color: #46B8DA;
}

.btn-brown {
   background-color: #583f26;
   border-color: #513921;
   color: #fff;
    padding: 10px 15px;
}

.btn-brown:hover,
.btn-browm:active,
.btn-brown:focus {
   color: #fff;
   background-color: #513921;
   border-color: #48321c;
}

.btn-brown-alt {
   border: 2px solid #583f26;
   color: #583f26;
    padding: 10px 15px;
}

.btn-brown-alt:hover,
.btn-brown-alt:active,
.btn-brown-alt:focus {
   border-color: #513921;
   color: #513921;
}

.btn-black {
   background: #333;
   color: #fff;
   border-color: #222;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
   background: #222;
   border-color: #111;
   color: #fff;
}

.btn-black-alt {
   border: 2px solid #333;
   color: #333;
    padding: 10px 15px;
}

.btn-black-alt:hover,
.btn-black-alt:active,
.btn-black-alt:focus {
   border: 2px solid #222;
   color: #222;
}

.btn-pink {
   background: #f579e8;
   border-color: #ec6bde;
   color: #fff;
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
   background: #ec6bde;
   border-color: #e261d4;
   color: #fff;
}

.btn-pink-alt {
   border: 2px solid #f579e8;
   color: #f579e8;
    padding: 10px 15px;
}

.btn-pink-alt:hover,
.btn-pink-alt:active,
.btn-pink-alt:focus {
   border-color: #ec6bde;
   color: #ec6bde;
}

.btn-darkblue {
   color: #fff;
   background: #2e4678;
   border-color: #29406f;
    padding: 10px 15px;
}

.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus {
   background: #29406f;
   border-color: #243a66;
   color: #fff;
}

.btn-darkblue-alt {
   border: 2px solid #2e4678;
   color: #2e4678;
    padding: 10px 15px;
}

.btn-darkblue-alt:hover,
.btn-darkblue-alt:active,
.btn-darkblue-alt:focus {
   border-color: #29406f;
   color: #29406f;
}

.btn-orange {
   color: #fff;
   background: #f38108;
   border-color: #de7504;
    padding: 10px 15px;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
   background: #de7504;
   border-color: #d67003;
   color: #fff;
}

.btn-orange-alt {
   border: 2px solid #f38108;
   color: #f38108;
    padding: 10px 15px;
}

.btn-orange-alt:hover,
.btn-orange-alt:active,
.btn-orange-alt:focus {
   border-color: #de7504;
   color: #de7504;
}

.btn-maroon {
   color: #fff;
   background: #990000;
   border-color: #880000;
    padding: 10px 15px;
}

.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon:focus {
   background: #880000;
   border-color: #770000;
   color: #fff;
}

.btn-maroon-alt {
   border: 2px solid #990000;
   color: #990000;
    padding: 10px 15px;
}

.btn-maroon-alt:hover,
.btn-maroon-alt:active,
.btn-maroon-alt:focus {
   border-color: #880000;
   color: #880000;
}

.btn-lightblue {
   background: #0390fd;
   color: #fff;
   border-color: #028af3;
    padding: 10px 15px;
}

.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue:focus {
   background: #028af3;
   border-color: #0385ea;
   color: #fff;
}

.btn-lightblue-alt {
   border: 2px solid #0390fd;
   color: #0390fd;
    padding: 10px 15px;
}

.btn-lightblue-alt:hover,
.btn-lightblue-alt:active,
.btn-lightblue-alt:focus {
   border-color: #028af3;
   color: #028af3;
}

.btn-group.open .dropdown-toggle {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.btn-group {
   margin-bottom: 10px;
}

.form-inline .btn-group {
   margin-bottom: 10px;
}

.badge {
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin: 4px;
    padding: 5px 10px 7px 10px;
    font-weight: 700;
    z-index: 10;
    position: relative;
    line-height: 15px;
}

.badge-warning {
   background-color: #ec8c04;
}

.badge-success {
   background-color: #019a1e;
}

.nav-pills > li > a {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.nav-tabs > li > a {
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
}

.panel {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #fcfcfc;
   border: 0;
}

.panel-heading,
.panel-footer {
   background: #fff;
    border-color: #0069AA;
}

.panel-heading {
   margin-bottom: 20px;
   padding-top: 0px;
}

.panel-heading {
  padding: 0px;
  padding-bottom: 5px;
}

.contentpanel-blank .panel-heading,
.contentpanel-blank .panel-footer {
   background: none;
}

.panel-default > .panel-heading {
   border-color: #0069AA;
   background-color: #fff;
   margin-top: 20px;
}

.panel-primary > .panel-heading {
	background-color: #0069aa !important;
    margin-top: 20px;
}

.widget-todo .panel-heading {
    margin-top: 20px;
}

.stat {
	border-bottom: 1px solid #0069AA;
    margin-left: 0px;
	margin-right: 0px;
    margin-bottom: 20px;
}

.panel-heading-empty {
   background: none;
   border-bottom: 0;
}

.modal-header p, .panel-heading p, .stat p {
   font-size: 13px;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #77818e;
}

.stat p {
   margin-bottom: 10px;
}

.widget-text{
    display: block;
    font-style: italic;
    margin: 5px 0 0 10px;
}

.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading {
   border-bottom: 0;
}

.panel-success .panel-heading {
   background-color: #02b002;
    border-color: #02b002;
}

.panel-warning .panel-heading {
   background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.panel-danger .panel-heading {
   background-color: #e41229;
    border-color: #e41229;
}

.panel-info .panel-heading {
   background-color: #0069AA;
    border-color: #0069AA;
}

.panel-dark .panel-heading {
   background-color: #1d2939;
    border-color: #1d2939;
}

.panel-block .panel-heading {
   background-color: #CECECE;
    border-color: #CECECE;
}

.dashboard-panel-stat-row {
    position: relative;
    height: 170px;
    z-index: 10;
}


.dashboard-panel-stat-info {
    min-height: 150px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.panel-more {
    position: absolute;
    display: block;
    right: -8px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    top: -7px;
    font-size: 22px !important;
    color: #fff;
    padding: 8px !important;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.dashboard-panel-stat-hidden {
    display: none;
}

.dashboard-panel-stat-info h6 {
    margin-top: 0px;
	margin-bottom: 0px;
}

.panel-more-rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
  	-moz-transition: all 500ms ease;
  	transition: all 500ms ease;
}

.dashboard-panel-stat-info .panel-heading {
    margin-bottom: 0;
    min-height: 150px;  
}

.dashboard-panel-stat-info a:link,.dashboard-panel-stat-info a:hover,.dashboard-panel-stat-info a:active,.dashboard-panel-stat-info a:visited {
    color: #fff;
}

.widget-messaging .mes_author {
    float: left;
    display:table;
}

.widget-messaging .mes_author img{
    width: 50px !important;
    height: 50px !important;
}

.widget-messaging div.thumbnail{
    width: 40px !important;
    height: 40px !important;
    margin: 5px;
}

.widget-messaging div.thumbnail .users_letter{
    font-size: 18px;
	padding-top: 2px;
}

.widget-messaging .mes_text {
    display: table;
}



.panel-success .panel-more {
   background-color: #02b002;
}

.panel-warning .panel-more {
   background-color: #8a6d3b;
}

.panel-danger .panel-more {
   background-color: #e41229;
}

.panel-info .panel-more {
   background-color: #0069AA;
}

.panel-dark .panel-more {
   background-color: #1d2939;
}

.panel-block .panel-more {
   background-color: #CECECE;
}


.panel-btns a {
   margin-left: 8px;
   float: right;
   color: #0069AA;
   display: inline-block;
   font-weight: bold;
   font-size: 16px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.panel-btns a.minimize {
   font-size: 18px;
}

.panel-btns a:hover {
   text-decoration: none;
   opacity: 0.5;
   cursor: pointer;
}

.panel-btns a.minimize:active,
.panel-btns a.minimize:focus {
   text-decoration: none;
}

.panel-title {
   font-size: 18px;
   color: #111;
   /*font-family: 'LatoBold'; */
}

.panel-title-alt {
   font-size: 13px;
   font-family: 'LatoBold';
   text-transform: uppercase;
   margin: 0;
}

.panel-title-alt + p {
   margin-top: 5px !important;
}

.panel-primary .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title,
.panel-danger .panel-title,
.panel-info .panel-title,
.panel-dark .panel-title {
   color: #fff;
}

.panel-success .panel-btns a,
.panel-danger .panel-btns a,
.panel-dark .panel-btns a {
   color: #fff;
}

.panel-body {
   padding: 20px;
}

.panel-body-nopadding {
   padding: 0;
}

.panel-footer {
   padding: 20px;
}

.panel-footer:after {
   clear: both;
   display: block;
   content: '';
}

.panel-heading .nav-tabs {
   margin-bottom: -20px;
   border-bottom: 0;
}

.panel-heading .nav-tabs li {
   margin-right: 5px;
}

.panel-heading .nav-tabs li a {
   color: #666;
}

.panel-heading .nav-tabs li a:hover,
.panel-heading .nav-tabs li a:active,
.panel-heading .nav-tabs li a:focus {
   background-color: #fff;
   border-color: #fff;
   border-bottom: 0;
   color: #111;
}

.panel-heading .nav-tabs li.active a {
   background: #fcfcfc;
   color: #111;
}

.panel-heading .nav-tabs li.active a:hover,
.panel-heading .nav-tabs li.active a:active,
.panel-heading .nav-tabs li.active a:focus {
   background: #fcfcfc;
   color: #111;
   border: 1px solid #ddd;
   border-bottom-color: #fcfcfc;
}

.panel-heading .nav-justified {
   margin-bottom: -21px;
}

.panel-heading .nav-justified li a {
   border-bottom: 0;
}

.panel-alt .panel-heading {
   padding: 0px 20px 20px 20px;
}

.panel-alt .panel-title {
   font-size: 13px;
   text-transform: uppercase;
   font-family: 'LatoBold';
}

.panel-alt .panel-heading p {
   margin-top: 5px;
   line-height: 18px;
}

.panel-alt .panel-btns a {
   margin-top: -3px;
}

.panel-alt .panel-footer {
   padding: 15px;
}

.panel-alt .panel-body {
    padding: 0 10px !important;
}

.panel-primary .panel-heading p,
.panel-warning .panel-heading p,
.panel-success .panel-heading p,
.panel-danger .panel-heading p,
.panel-info .panel-heading p {
   color: #fff;
}

.form-horizontal .control-label {
   font-weight: normal;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}


.input-group-addon {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   font-size: 13px;
   background-color: #f7f7f7;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   height: 46px;
}

.input-group-addon.primary {
    background-color: #0069aa;
}

.input-group-addon.primary + input {
    border-color: #0069aa;
    color: #0069aa;
}

.dropdown-menu {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;
   min-width: 194px;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.03);
}

.dropdown-menu li a {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.dropdown-menu > li {
   padding: 7px 10px;
   color: var(--color_text1);
}

.dropdown-menu > li {
	cursor: pointer;
}

.dropdown-menu > li:hover {
   background-color: #e7e7e7;
   color: #333;
}

.tooltip-inner {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

.popover {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
   -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
   box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
   padding: 0;
}

.popover-title {
   -moz-border-radius: 2px 2px 0 0;
   -webkit-border-radius: 2px 2px 0 0;
   border-radius: 2px 2px 0 0;
   font-size: 13px;
   border-color: #ddd;
}

.modal-dialog {
   border: 0;
   height: 120%;
}

.modal-content {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   border: 0;
}

.modal-title {
   font-size: 20px;
   color: #333;
}

.modal-header .close {
   margin-top: 4px;
}

.modal-backdrop.in {
   opacity: 0.65;
}

.alert {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.alert .close {
   font-size: 16px;
   margin-top: 3px;
}

.alert .alert-link {
   font-family: 'LatoBold';
   font-weight: normal;
}

.alert > p + p {
   margin-top: 15px;
}

.alert > p + p .btn {
   margin-right: 5px;
}

.label {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   padding: 4px 8px;
   font-weight: normal;
   font-size: 11px;
}

.label-success {
   background-color: #1CAF9A;
}

.badge-primary {
   background-color: #428BCA;
}

.badge-warning {
   background-color: #F0AD4E;
}

.badge-success {
   background-color: #02b002;
}

.badge-danger {
   background-color: #fa3e3e;
}

.badge-info {
   background-color: #5BC0DE;
}

.progress {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   height: 15px;
   margin-bottom: 15px;
}

.progress-bar {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.progress-bar-success {
   background-color: #1CAF9A;
}

.progress-sm {
	height: 10px;
	-moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

.nav-tabs {
   background: var(--color_line2);
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
}

.nav-tabs {
    border-bottom: 1px solid var(--color_line2);
}

.nav-tabs > li > a {
   border: 0;
   padding: 14px 15px;
   color: #fff;
}

.nav-tabs > li > a:hover {
   background: none;
   color: #fff;
}

.nav-tabs > li.active > a {
   color: var(--color_line2);
}

.tab-content {
   background: #fcfcfc;
   padding: 15px;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   border-right: 1px solid var(--color_line2);
   border-left: 1px solid var(--color_line2);
   border-bottom: 1px solid var(--color_line2);
}

.nav-tabs li {
	border-right: 1px solid var(--color_line2);
	border-left: 1px solid var(--color_line2);
	border-top: 1px solid var(--color_line2);
	border-bottom: 1px solid var(--color_line2);
}

.nav-tabs li.active {
	border-right: 1px solid var(--color_line2);
	border-left: 1px solid var(--color_line2);
	border-top: 1px solid var(--color_line2);
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
   background-color: #fff;
   border: 0;
}

.tab-pane address:last-child {
   margin-bottom: 0;
}

.nav-dark {
   background: var(--color_line2);
}

.nav-dark > li > a {
   color: #fff;
}

.nav-dark > li > a:hover {
   color: #fff;
}

.nav-tabs.nav-justified > li > a {
   border-bottom: 0;
}

.nav .dropdown > a {
   font-family: 'LatoBold';  
}

.nav .dropdown-menu {
   margin-top: -2px;
}

.nav .dropdown .caret {
   border-top-color: #666;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
   border-color: #fff;
   border-bottom-color: #fcfcfc;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
   border: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
   border: 0;
   background: none;
   color: #333;
   font-family: 'LatoBold';
}

.panel-group .panel-heading {
   padding: 0;
}

.panel-group .panel-title {
   font-size: 14px;
   font-family: 'LatoBold';
}

.panel-group .panel-title a {
   padding: 14px 15px;
   display: block;
}

.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus,
.panel-group .panel-title a:active {
   text-decoration: none;
}

.panel-group .panel-title a.collapsed {
   background-color: #f7f7f7;
   color: #666;
	border-bottom: 1px solid #ddd;
}

.panel-group .panel:last-child .panel-title a {
	border-bottom: 0;
}

.panel-group .panel-title a.collapsed:hover {
   background-color: #f3f3f3;
}

.panel-collapse.in .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-group .panel + .panel {
   margin-top: 0;
   border-top: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
}

.panel-group .panel:last-child {
   -moz-border-radius: 0 0 3px 3px;
   -webkit-border-radius: 0 0 3px 3px;
   border-radius: 0 0 3px 3px;
}

.panel-group .panel:first-child {
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
}

.panel-group-dark .panel {
   border-bottom: 0;
}

.panel-group-dark .panel-title a.collapsed {
   background-color: #1d2939;
   color: #ccc;
   border-bottom: 1px solid #273548;
}

.panel-group-dark .panel-title a.collapsed:hover {
   background-color: #17222f;
   color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
   border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
   color: #636e7b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
   background-color: #e4e7ea;
}

.pagination-split li {
   margin-left: 5px;
   display: inline-block;
   float: left;
}

.pagination-split li:first-child {
   margin-left: 0;
}

.pagination-split li a {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   background-color: #1CAF9A;
   border-color: #1CAF9A;
}

.pager li > a, .pager li > span {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   color: #636e7b;
}

.well {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   border: 0;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: #e4e7ea;
}

.thumbnail {
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
	padding: 5px;
    margin: 0 auto;
    border:none;
}

.thumbnail.thumbnail-center {
 margin:0 auto;   
}

.media {
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 0;
}

.media > .btn {
    width: 100%;    
}


.media-heading {
   color: #333;
   font-size: 14px;
   font-family: 'LatoBold';
   margin: 0;
}

small.media-desc {
   line-height: 16px;
   font-size: 12px;
   display: block;
}

.text-success {
   color: #02B002;
}

.block-success{
    background-color: #02B002 !important;
    color: #fff;
    padding: 0 5px;
    border-radius:3px;
}

.block-success_border, .block-success-border{
    border:1px solid #02B002;
    color: #02B002;
    padding: 0 5px;
    border-radius:3px;
    display: block;
	margin: 3px 0;
}

.block-info{
    background-color: var(--color_line2);
    color: #fff;
    padding: 0px 6px 2px 6px;
    border-radius:0px;
}

.block-info-border{
    border:1px solid var(--color_line2);
    color: #0069AA;
    padding: 0 5px;
    border-radius:3px;
    display: block;
	margin: 3px 0;
    background-color: #fff;
}

.block-info-sup {
  margin: 0 4px;
  padding: 0 4px 1px 4px;
}

.block-danger{
    background-color: #e41229 !important;
    color: #fff;
    padding: 0 5px;
    border-radius:3px;
}

.block-danger-border{
    border:1px solid #e41229;
    color: #e41229;
    padding: 0 5px;
    border-radius:3px;
    display: block;
	margin: 3px 0;
}

.block-warning{
    background-color: #ec8c04 !important;
    color: #fff;
    padding: 0 5px;
    border-radius:3px;
}

.block-warning-border{
    border:1px solid #ec8c04;
    color: #ec8c04;
    padding: 0 5px;
    border-radius:3px;
    display: block;
	margin: 3px 0;
}

.details {
	font-size: 11px;
}

.table {
   -moz-box-shadow: 0 3px 0 var(--color_line2);
   -webkit-box-shadow: 0 3px 0 var(--color_line2);
   box-shadow: 0 3px 0 var(--color_line2);
   background-color: #fcfcfc;
   
}

.table th {
	font-weight: 600;
}

.table thead > tr > th {
	border-color: #eee;
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #444;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
   border-color: var(--color_line2);
   vertical-align: middle;
}

.table-striped > tbody > tr:nth-child(2n+1),
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #f5f5f5;
}

.table-bordered thead th:first-child {
   border-left: 0;
}

.table thead .table-head-alt th {
   text-transform: uppercase;
   font-size: 12px; 
}

.table tbody tr td .progress {
   margin: 0;
}

.border-bold {
   -moz-box-shadow: 0 2px 0 var(--color_line2);
   -webkit-box-shadow: 0 2px 0 var(--color_line2);
   box-shadow: 0 2px 0 var(--color_line2);
}

.modal-footer {
   margin-top: 0;
}

.modal-content .tab-content {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.form-control-only-text {
	padding-top: 6px;
}

.text-block, .text-block .text-success, .text-block .text-info  {
    color: #CECECE;
}

h4, .h4, .tx-felogin-pi1 h3 {
    font-size: 18px;
}

.btn-primary {
    color: #fff;
    background-color: #0069AA;
    border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    border-color: #357ebd;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}

.help-block {
    margin-bottom: 0px;
    margin-top: 0px;
}

.list-unstyled {
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.input-group .form-control:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 5px;
}

.modal-footer-info .btn{
    margin-top: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: unset;
}

.input-group-addon {
	border: 2px solid var(--color_line2); 
    padding: 6px 10px;
  	color: #fff;
    background-color: var(--color_line2); 
    font-size: 18px;
}

.input-group-addon.primary {
    border: 2px solid #0069aa;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container .select2-selection--single {
  padding: 7px 8px !important;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 5px;
}

.input-group .input-group-addon + input, .input-group-addon + select, .input-group-addon + select + span.select2-container .select2-selection--single, .input-group-addon + select + span.select2-container .select2-selection--multiple {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}   

.panel-heading {
  border-bottom: 2px solid var(--color_body11);
}