.user_box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
}

.user_box img {
    height: inherit;
    object-fit: cover;
    border-radius: 50%;
}

.user_box_2 {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.user_box_2 img {
    max-width: 100%;
}

.documents .user_box {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #eee;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.inline {
    float: left;
    width: 190px;
    margin: 0 0px;
    text-align: left;
}

.dl-horizontal.text-left>dt {
    text-align: left;
    margin-bottom: 5px;
}

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

.mt-25 {
    margin-top: 25px;
}

.body-bg {
    background: #fbffff;
    margin-top: -20px;
    padding-top: 15px;
    min-height: 600px;
}

.mini-stats {
	background: #fff;
	float: left;
	padding: 15px 20px;
	position: relative;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 9px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.mini-stats:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    background: #0F7FC9;
    color:#fff;
    transform: scale(1.1);
}

.mini-stats>span {
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 57px;
    line-height: 56px;
    margin-right: 15px;
    text-align: center;
    width: 57px;
}
.badge-stats>span {
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    margin-bottom:15px;
    text-align: center;
    width: 45px;
}
.mini-stats>p {
    color: #2c3e50;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin: 6px 0 0;
    text-transform: uppercase;
}
.mini-stats:hover p, .mini-stats:hover h3{color:#fff;}
.red-skin {
    background-color: #ff6b6b;
    border-color: #ff6262 !important;
}

.sky-skin {
    background-color: #63d6ff;
    border-color: #28c4fc !important;
}

.purple-skin {
    background-color: #6e6eff;
    border-color: #7373ff !important;
}

.pink-skin {
    background-color: #f76fff;
    border-color: #f661ff !important;
}

.mini-stats > h3 {
	color: #2c3e50;
	display: block;
	font-size: 23px;
	margin: 5px 0 0;
	font-weight: bold;
}
.breadcrumbs-bg {
    background: #f0f5f5;
    margin-bottom: 20px;
}

.panel-body .btn {
    margin: 2px;
}


@media(max-width:567px) {
    .col-xx-12 {
        width: 100%;
    }
}

.flexdatalist-results li.no-results {
    font-style: italic;
    color: #888;
    display: none;
}

.ui-menu {
    padding: 10px;
}

.ui-menu li>div {
    padding: 5px 10px;
    display: block;
}

.ui-menu li>div:hover {
    background: #eee;
    cursor: pointer;
}

.text-truncate {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.viewport_height {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff url(../images/login_bg.jpg);
    background-size: cover;
    z-index: 1001;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.login_holder {
	position: absolute;
	right: 0;
	max-width: 400px;
	left: 0;
	margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.login_box{background: #fff;
    padding:20px 30px !important;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;}

.white_box {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	width: 100%;
    float: left;
    padding: 15px;
}
.chosen-choices{
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dce4ec;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 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;
}
.chosen-container-multi .chosen-choices{padding:8px 17px !important}
.login_box .title {
    font-size: 48px;
    margin-bottom: 15px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: center;
}

.btn-primary {
	color: #ffffff;
	background-color: #FF4D00;
	border-color: #FF4D00;
}

@media(max-width:767px){
    .login_box{width: 300px;}
}
@media(max-width:480px){
    .login_box{width: 98%;padding:20px 30px !important;}

    .login_box .btn-link{font-size: 12px;}
}


.fstElement {
    display: block !important;
}

.fstResults span.fstResultItem {
    font-size: 15px;
}

.fstControls .fstChoiceItem {
    font-size: 14px;
}

.fstElement.fstMultipleMode .fstControls {
    width: 100%;
}

@media(max-width: 767px){
    .login_box .title {
    font-size: 38px;
}


}