.iris-button{
    position: absolute;
    bottom: 0;
}
.iris-cancel{
    margin-left: 7px;
    background: #000;
    color: #fff !important;
}
.iris-choose{
    margin-left: 40px;
    background: #1B9AD6;
    color: #fff !important;
}
.iris-picker.iris-border{
    height:200px !important;
}
#colorpicker{
    width: 70%;
}
.colorpicker-label {
    /*display:inline-flex;*/
}
.iris-cancel, .iris-choose{
    border-radius: 50px;
    font-size: 15px;
    padding: 0px 15px !important;
    letter-spacing: 0 !important;
}
.iris-border .iris-palette-container {
    bottom: 50px;
}
.coloradder {
    border: none !important;
    margin-top: 0px !important;
}
.colorbox {
  /*width: 25px;*/
  /*height: 25px;*/
  border: 0px solid black;
  margin-right:2px;
}
.colorbox.active {
  /*width: 21px;*/
  /*height: 25px;*/
  border: 2px solid blue;
}
.container {
    width:100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;

}
.content-wrapper .container {
    min-height: 533px!important;
}
.float-right{
    float: right;
}
.ganeral-button{
    border-radius: 50px;
    margin-top:1%;
    margin-bottom:2%;
    width: 172px;
    background-color:#1b9ad6;
}
.ganeral-button-type-2{
    border-radius: 50px;
    margin-top:1%;
    margin-bottom:2%;
    width: 150px;
    background-color:#ffde16;
}
.ganeral-button-type-3{
    border-radius: 50px;
    margin-top:1%;
    margin-bottom:2%;
    width: 150px;
    background-color:#FFFDF4;
}
.ganeral-button-type-4{    border-radius: 50px;margin-top:1%;margin-bottom:2%;width: 190px;color:#ffffff;background-color:#71D6C0;}
.ganeral-button-type-4 :hover{ color:#ffffff;   background-color:#FA8B7C;}
img.wrl-mtl.active { border: 2px solid #da967d;}
.elementbox{ display:none;}
/*.color-select { margin-left:7px !important; margin-top:10px !important; border: 1px solid; border-radius: 55%; padding-top: 5px; padding-left: 9px !important; height:27px; width:27px;}*/
/*canvas{
     width: 787px !important;
    height: 343px !important;
}*/
canvas { outline: none; border: none;margin-left: -132px; }
/*.my-color{margin-top:110% !important;}*/
/*.sp-light{display:none;}*/

.modal .modal-body {
    min-height: 120%;
}
.modal-title {
    float:left;

}
.sp-container {
    z-index: 1;
}

/*LOGIN PAGE*/
#loaderoverlay,
#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 99999;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}
#loader-img,
#text-msg {
    position: absolute;
    top: 55%;
    left: 48%;
    font-size: 21px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    #modelscr {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .model-creation-modal .modal-content .form-group {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%
    }
    .model-creation-modal2 .modal-content .modal-main-info {
        margin-left: 0px;
        margin-right: 0px;
    }
    .model-creation-modal .modal-content .col-form-label {
        float:left;
    }
}
@media (min-width: 1025px) {
    #modelscr {
        width: 40%;
    }
}
#modelscr {
    /*height: 35%;*/
    /*width: 35%;*/
}
.progressbar {
    position: absolute;
    top: 58%;
    left: 40.5%;
    display: inline-flex;
    background: rgb(255 255 255 / 28%);
    /*padding: 18px 8px 0px;*/
}
#progress {
    width: 225px;
}
#display {
    margin-left: 10px;
    padding: 2px;
    font-size: 12px;
}
.char-remain {
    font-size: 11px;
}
.error {
    font-size: 13px;
    color: #E21C21;
    float: left;
}
#addtogallery {
    margin-bottom: 5px;
}
#proceedtosave {
    padding: 10px 20px;
}
#canvas { outline: none; border: none; }
.nav.nav-tabs,
.pagination-center {
    text-align: center;
}
.character {
    text-align: end;
}
.loginurl {
    padding-top: 0px;
}

@media screen and (max-width:768px){
    .modal-content .form-group {
        margin-left:0px;
    }
    .modal-content .col-form-label {
        float:left;
    }
    #loader-img, #text-msg {
        top: 56%;
        left: 72%;
        font-size: 18px;
        width: 100%;
    }
    .progressbar {
        top: 58%;
        left: 17%;
    }
}
#slideshow_image
{
 width:100%;
 height:auto;
}
#prev_image
{
    margin-right: 25px;
}
