/*RESET*/
.page-wrapper{
    background: transparent;
}
/*
h1, h2, h3, .h1{
    color: #fff;
}*/


.center-vertical{
    line-height: 50px;
    vertical-align: middle;
}

.preloader, .info{
    position: absolute;
    width: 300px;
    height: 69px;
    color: #000000;
    background: rgba(245, 245, 245, 0.85);
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 17px;
    text-align: center;
    padding-top: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    display: none;
}

.checkbox-custom{
    display: inline-block;
}

#chooseDemo{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    outline: 0;
    
}

.checkbox-custom input[type=radio],
.checkbox-custom input[type=checkbox] {
    margin: 0;
}
.form-control {
    border-radius: 0;
}
.settings form label {
    display: block;
}
/*button,
input {
    color: #000000;
}
*/
.checkbox-custom {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
}
.checkbox-custom input[type=checkbox] {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
}
.checkbox-custom label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #cbcac8;
    border: 1px solid #a1acb3;
}
.checkbox-custom label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: 'X';
    background: none;
    font-family: Arial, sans-serif;
    position: relative;
    top: -1px;
    left: 7px;
    color: #ffffff;
    font-size: 23px;
}
.checkbox-custom label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 1;
}

.checkbox-custom input[type=checkbox]:checked + label{
    background: #fff;
}

.checkbox-custom input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    color: #000;
}
.checkbox-custom.checkbox-small {
    margin: 0;
    width: 13px;
    height: 13px;
    top: 0.3em;
    display: inline-block;
}
.checkbox-custom.checkbox-small label {
    width: 13px;
    height: 13px;
    background: #fff;
}
.checkbox-custom.checkbox-small label:after {
    width: 7px;
    height: 5px;
    top: 2px;
    left: 2px;
    border-width: 2px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.checkbox-custom.checkbox-small label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.checkbox-custom.checkbox-small input[type=checkbox]:checked + label {
    background: #078ab6;
    border-color: #078ab6;
}
.checkbox-custom.checkbox-small input[type=checkbox]:checked + label:after {
    border-color: #ffffff;
}
#placement {
    margin-top: 33px;
}
#placement > span {
    margin-right: 15px;
    position: relative;
    top: 22px;
}
#placement .positions {
    float: left;
    width: 75px;
    height: 75px;
}
#placement .positions > div {
    width: 20px;
    height: 20px;
    background: #555;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}
#placement .positions > div:hover {
    background: #353535;
}
#placement .positions > div.active {
    cursor: default;
    background: #f37940;
}

.demoContainer {
    color: #ffffff;
}
.demoContainer hr {
    width: 50%;
    float: left;
}
.demoContainer hr + p {
    clear: both;
}

.demoChooser {
    padding-top: 55px;
}
form#redactionOptions .option {
    margin-bottom: 18px;
}
form#redactionOptions .option label {
    display: inline;
    font-weight: 400;
    font-size: 20px;
}
form#redactionOptions .option > label {
    margin-left: 12px;
    margin-top: 1px;
    color: #f8fff7;
    cursor: pointer;
}
form#redactionOptions textarea {
    height: 140px;
    background: #cbcac8;
    color: #7A7A75;
}

textarea.active{
    background: #fff !important;
    color: #4b4b49 !important;
}

button.update {
    width: 240px;
    height: 50px;
    background: #f37940;
    border: none;
    color: #fff;
    margin-top: 20px;
}
button.update:hover{
    background: #FF6720;
}

.hide-pattern{
    cursor: pointer;
}

input#customPattern{
    width: 240px;
    color: #000000;
}

textarea#currentPattern[disabled]{
    /*background: #fff;*/
    color: #7a7a75;
    cursor: default;
    line-height: 20px;
    height: 80px;
}

/*WATERMARKING*/
.sliderContainer{
    margin-top: 30px;
    width: 100%;
}

.sliderContainer > .div1{
    float: left;
    width: 25%;
    padding-right: 2px;
}

.sliderContainer > .div1 > span{
    float: right;
}

.sliderContainer > .div2{
    float: right;
    width: 73%;
    padding-top: 6px;
    margin-top: -24px;
}

.sliderContainer .stepper{
    margin-bottom: 3px;
    display: inline-block;
}

#imagesContainer{
    display: none;
    margin-top: 10px;
}

#imagesContainer > div{
    width: 64px;
    height: 64px;
    float: left;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-right: 1px;
    margin-top: 1px;
}

#imagesContainer > label{
    display: block;
    width: 100%;
}

#imagesContainer > div:hover, #imagesContainer > div.active{
    background: #fde1cf;
    border-color:#f37940;

}