/* customConfirmBox */
	
.margintop-1 {margin-top: 30px; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.13);}
.cover-block-box {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 100%;
    transition: all 0.35s ease-in-out; 
    background:rgba(0, 0, 0,.5);
    opacity: 0;
    height: 0;
    z-index: 1000001;
    
}
.cover-block-box.darken {
    background:rgba(0, 0, 0,.75);
}
.cover-block-box.grey-bg-cv {
    background:#4F5051F2;
}
.cover-block-box.no-transition {
    transition: none;
}
.cover-block-box.visible {
    bottom: auto;
    height: 100%;
    opacity: 1;
}
.customConfirmBox {
    position: absolute;
    background-color: #9bebff;
    border: 1px solid #666666;
    padding: 0 0 0 0px;
    border-radius: 3px;
    width: 350px;
    height: 100px;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.35s ease-in-out; 
    z-index: 1000002;
}

.customConfirmBox .box-header {
    background: linear-gradient(to bottom, rgb(0, 133, 195), rgb(0, 107, 207));
    background: linear-gradient(to bottom, #617685 0%,#333F48 25%,#333F48 75%,#181e22 100%);
    height: 20px ;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.customConfirmBox .box-header .title-box {
    color: #fff;
    width: calc( 100% - 2em);
    vertical-align: middle;
    font-size: 18px;
    box-sizing: border-box;
    height: 100%;
    padding-top: 6px;
    padding-bottom: 4px;
}
.customConfirmBox .box-header .btn-close {
    color: #fff;
    width: 1.7em;
    height: 1.7em;
    margin: 7px 0 0 6px;
    padding: 0 0 0 0;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #FFFFFF66;
}

.customConfirmBox .box-header .btn-close:hover {
    color: #FFF;
    background: #FF6600;
    border-color: #FFF;
}
.customConfirmBox .box-header .btn-close:active {
    color: #FF6600;
    border-color: #FF6600;
    background: none;
}

.customConfirmBox .box-into {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(238, 238, 238));
    color: #000;
    /* height: calc( 100% - 40px) ; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.customConfirmBox.visible {
    opacity: 1;
}

.customConfirmBox.delete {
    position: absolute;
    background-color: #ffccc3;
    border: 1px solid #ff0000;   
    /* height: 120px;      */
}

.customConfirmBox.delete .box-header {
    background: linear-gradient(to bottom, #ff0000, #750000);
}

.customConfirmBox.error {
    background-color: #ff0000;
    border: 1px solid #750000;   
    color: #fff;
    /* height: 100px;      */
}


.customConfirmBox.error .box-header {
    background: linear-gradient(to bottom, #ff0000, #750000);    
}

.customConfirmBox.error p {
    color: #a70101;    
}

.customConfirmBox.applying {
    background-color: #f1ffa4;
    border: 1px solid #758a00;   
    /* height: 80px;      */
}

.customConfirmBox.applying .box-header {
    background: linear-gradient(to bottom, #f1ffa4, #758a00);
}	
        
.customConfirmBox.warning {
    background-color: #ffc400;
    border: 1px solid #ff8800;   
    /* height: 120px;      */
}
    
.customConfirmBox.warning .box-header {
    background: linear-gradient(to bottom, #ffd000, #ffa600);
}	
.customConfirmBox.hidding {
    opacity: 0; 
}

.customConfirmBox .box-buttons button {
    background: #000;
    background: linear-gradient(to bottom, rgb(102, 102, 102), rgb(26, 26, 26));
    border: solid 1px #ccc;
    border-radius: 4px;
}
.customConfirmBox .box-buttons button:hover {
    background: #000;
    background: linear-gradient(to bottom, rgb(75, 75, 75), rgb(0, 0, 0));
    border: solid 1px #FFF;
}
.customConfirmBox .box-buttons button:active {
    background: #000;
    background: linear-gradient(to bottom, rgb(255, 187, 0), rgb(255, 145, 0));
    border: solid 1px #000;
}	


.customConfirmBox .box-buttons button.btn-send {
    background: #000;
    background: linear-gradient(to bottom, rgb(76, 143, 0), rgb(48, 85, 0));
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #fff;
}

.customConfirmBox .box-buttons button.btn-cancel {
    background: #000;
    background: linear-gradient(to bottom, rgb(216, 0, 0), rgb(112, 0, 0));
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #fff;
}

        
.customConfirmBox .box-buttons button.btn-send:hover {
    background: #000;
    background: linear-gradient(to bottom, rgb(89, 167, 0), rgb(64, 114, 0));
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #fff;
}

.customConfirmBox .box-buttons button.btn-cancel:hover {
    background: #000;
    background: linear-gradient(to bottom, rgb(245, 0, 0), rgb(141, 0, 0));
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #fff;
}
        
.customConfirmBox .box-buttons button.btn-send:active {
    background: #000;
    background: linear-gradient(to bottom, rgb(255, 251, 0), rgb(255, 179, 0));
    border: solid 1px #000;
    border-radius: 3px;
    color: #000;
}

.customConfirmBox .box-buttons button.btn-cancel:active {
    background: #000;
    background: linear-gradient(to bottom, rgb(255, 251, 0), rgb(255, 179, 0));
    border: solid 1px #000;
    border-radius: 3px;
    color: #000;
}
/* Loader */

.loader.visible {
    display: block;
    opacity: 0;
}

.loader {
    width: 1.5em;
    height: 1.5em;
    display: none;
    position: absolute;
    text-indent: -9999em;
    border-top: .3em solid rgba(158, 158, 158, .2);
    border-right: .3em solid rgba(158, 158, 158, .2);
    border-bottom: .3em solid rgba(158, 158, 158, .2);
    border-left: .3em solid #fff;
    transform: translateZ(0);
    animation: load8 .6s infinite linear;
}

.loader.icons.visible {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: -.5em 0 0 1em;
}

.loader.options {
    display: block;
    position: relative;
}

.loader,
.loader:after {
    border-radius: 50%;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}