.form-group-message {
	text-align: center;
	color:red;
	font-style: italic;
}
.error-field {
	border-color: red !important;
}

.loader {
	width: 100%;
	height: 50px;
}
.loader.v {
	background: url(../images/loader-v.gif) no-repeat center;
}

.full-loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.65) url(../images/loader-v.gif) no-repeat center;
    z-index: 99999999;
}
.full-loader.active {
    display: block;
}

.rq {
    color:red;
}

.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

.pointer {
    cursor: pointer;
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.65);
    z-index: 99999;
    display: none;
}
.overlay.active {
    display: block;
}
.overlay .content {
    width: 60%;
    float: none;
    margin: 5% auto; 
    min-height: 60px !important;
}
.overlay .content .close {
    display: none;
}
.overlay .content .close.active {
    display: block;
}
.overlay .content .html {
    margin-top: 5px;
}



.onoffswitch {
    position: relative; width: 72px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #ddd; border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Activ";
    padding-left: 9px;
    background-color: #008675; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Inactiv";
    padding-right: 9px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: 6.5px;
    background: #FFFFFF;
    border: 2px solid #ddd; border-radius: 8px;
    position: absolute; top: 0; bottom: 0; right: 46px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}






.lista-variante-utilizator {
	position: relative;
	width: 100%;
	height: auto;
}
.lista-variante-utilizator h4 {
	color:#008675;
}

.lista-variante-utilizator .lista {
	float: none;
	margin: 10px auto;
	border: 1px solid #ddd;
}

.lista-variante-utilizator .lista .item {
	padding: 15px;
	border-top: 1px solid #ddd;
	cursor: pointer;
	font-size: 16px;
}
.lista-variante-utilizator .lista .item:hover {
	background: #ddd;
}


/*upload style*/
.upload-content {
    width: 100%;
    height: 250px;
    padding: 5px 15px 5px 15px;
    /*background: blue;*/
}
.upload-content .upload-title {
    width: 100%;
    padding-top: 15px;
}
.upload-content .upload-title .upload-title-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/title-icon.png) no-repeat center;
    background-size: 28px 28px;
}
.upload-content .upload-title .upload-title-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-size: 18px;
    text-transform: capitalize;
    color:#4f4f4f;
} 
.upload-content .upload-holder {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.upload-content .upload-holder .upload-image-holder {
    width:100%;
    height: 72%;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
}
.upload-content .upload-holder .upload-image-holder.upload {
    background: url(../images/background-upload.png) no-repeat center;
    background-size: auto 70%;
}
.upload-content .upload-holder .upload-image-holder.load {
    background: url(../images/background-loader.gif) no-repeat center;
}
.upload-content .upload-holder button {
    width: 100%;
    margin-top: 5px;
}

@media(max-width:767px){
    .upload-content .upload-holder .upload-image-holder img {
        width:auto;
        height: 95%;
        margin: 2%;
    }
}
@media(min-width:768px){
    .upload-content .upload-holder .upload-image-holder img {
        width:95%;
        height: 95%;
        margin: 2%;
    }
}

    
.upload-content .uploaded-files {
    padding: 0px;
    min-height: 250px;
    border: 1px solid #ccc;
}
.upload-content .uploaded-files.no {
    background: url(../images/no-image.png) no-repeat center;
    background-size: 20% auto; 
}
.upload-content .uploaded-files .uploaded-file {
    height: 170px;
    padding: 5px 15px 5px 15px; 
    margin-bottom: 5px;   
}
.upload-content .uploaded-files .uploaded-file .file {
    width: 100%;
    height: 75%;
}
.upload-content .uploaded-files .uploaded-file .file img {
    width: 100%;
    height: 100%;
}
.upload-content .uploaded-files .uploaded-file button {
    margin-top: 2%;
    width:100%;
}

.pagination a {
    cursor: pointer;
}

.navbar-nav>.notifications-menu>.dropdown-menu.cos {
    width: 360px;
}
.navbar-nav>.notifications-menu>.dropdown-menu.cos>li .menu>li {
    border-bottom: 1px solid #ddd; 
}
.navbar-nav>.notifications-menu>.dropdown-menu.cos>li .menu>li>a {
    white-space: normal !important;
    overflow: normal;
    border: none;
}

