@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

/*body*/

.kit-body{
    background: #f1f1f1;
    font-family: 'Nunito Sans', sans-serif;
}

/*custom class*/

.mod-img{
    height:150px;
    border: 2px solid;
    color: #50E6B6;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.mod-img:active{
    box-shadow: none;
}

/*tools-button*/
.tools-btn{
    background: #50e6b6 none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff;
    margin-left: 4px;
    padding: 9px;
    border-radius: 7px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.tools-btn:active{
    box-shadow: none;
}


.slider-lable {
    top: 15px;
    position: relative;
}


.custom-sub-tabs{
    padding-left: 10px;
    padding-top: 10px;
}

.tools-top {
    padding-top: 15px;
    height: 50px;
}
.tools-bottom{
    top: 20px;
    position: relative;
    right: 8px
}
.edit-Wrapper{
    border: 3px solid #50e6b6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#zoom-slider{
    width: 50%;
}
@media only screen and (max-width: 768px){
    #zoom-slider{
        width: 30%;
    }
}
#makeoverkit-work-area{
    display: none;
}
.orgimg-canvas{
    display: none;
}
/*helping class*/
/*container*/
.makeover-container{
    background: #fff;
    min-height: 550px;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

.padding-5px{
    padding: 5px;
}
.padding-rl-10px{
    padding-left: 10px;
    padding-right: 10px;
}
.padding-25px{
    padding: 25px;
}
.crop-image-container{
    max-height: 360px;
    min-height: 200px;
    overflow: hidden;
}
#web_camera{
    width:400px;
    height:300px;
    text-align: center;
}
#web_result{
    display: none;
}
/** Makeoverkit zoom slider and change default jqury ui styles **/
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin-left: 10px;
    background: #50e6b6 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #50e6b6 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 18px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    height: 15px;
    width: 15px;
    top:-6px;
    cursor: pointer;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    z-index: 99999 !important;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
  }

/** change default bootstrab styles **/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: rgb(255, 255, 255);
    background-color: #4fe6b6;
}

.tab-content{
    border: 1px solid #4fe6b6;
    background: #fff;
}
.nav>li>a {
    color: #737373;
}

.disabled{
    background: #dedede none repeat scroll 0 0 !important;
    pointer-events: none !important;
}
