.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;
}

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

/*.full-loader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.65) url(../images/loading-cogs.gif) no-repeat center;
    z-index: 99999999;
}*/
.full-loader {
    display: none;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index:99999;
    cursor: wait;
}
.full-loader.active {
    display: block;
}
/*loader*/
.full-loader .ring {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 64px;
    height: 64px;
}
.full-loader .ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.full-loader .ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.full-loader .ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.full-loader .ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rq {
    color:red;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

.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%;
}

.content-promotie-form {
    background: #eee;
    padding: 15px;
}
.content-promotie-form .promotie {
    width: 100%;
    margin-top: 5px;
}
.content-promotie-form .promotie input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
 }


