﻿html {
    position: relative;
    min-height: 100%;
}

body {
    
    overflow-x:hidden;
}


    .constructor-header-menu-item {
        cursor: pointer;
        background-color: white;
        border-radius:10px 10px 0 0;
        padding:6px;
        color: gray;
        border: 1px solid lightgray;

        display:block;
        text-align:center;
    }
    .constructor-header-menu-item-active {
        color: #E081C1!important;
        border-color:#E081C1;
    }
    .constructor-header-menu-second-item {
        cursor: pointer;
        background-color: white;
        border-radius:10px 10px 0 0;
        padding:6px;
        color: gray!important;
        border: 1px solid lightgray!important;

        display:block;
        text-align:center;
    }
    .constructor-header-menu-second-item:hover{
        color: #E081C1!important;
        border-color:#E081C1!important;
    }

        .constructor-header-menu-item:hover {
            color: #E081C1;
        }

        a.btn-light{
            color:black;
            font-size:15px;
        }
        a.btn-light:hover{
            color:#E081C1;
        }
.list {
    padding: 0;
    list-style: none;
}

.close-item {
    position: absolute;
    right: 0;
    top: 0;
}

.link-item {
    position: absolute;
    left: 0;
    top: 0;
}

.list-group {
    /*width:24%;*/
    font-size: 10px;
}

.col {
    padding-left: 1px !important;
    padding-right: 1px !important;
}


canvas{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 1px solid black;
        }
        .ui-dialog .ui-dialog-content{
           /* padding: 0;*/
        }
#create-set-container {
    
    /*margin-left: 3%;*/
    padding: 5px;
    position: relative;
}

#components-set-container {
    
    margin-left: 2%;
}
#components-items-set-container{
    min-height:29em;
}

#categorys-woman-set-subcontainer {
    display: inline-block;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 10px;
}

#categorys-man-set-subcontainer {
    display: none;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 10px;
}
#categorys-girl-set-subcontainer {
    display: none;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 10px;
}
#categorys-boy-set-subcontainer {
    display: none;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 10px;
}

#components-nav-set-container {
    vertical-align: bottom;
    text-align: center;
    margin-top: 10px;
    bottom: 0;
}

    #components-nav-set-container span {
        font-size: 18px;
        cursor: pointer;
    }

        #components-nav-set-container span:hover {
            color: darkred;
        }

.components-items-set-ds {
    width: 100%;
    display: inline-block;
    
}

.components-items-set-ds-active {
    width: 220px;
    height: min-content;
    -moz-height: min-content;
    -webkit-height: min-content;
    display: inline-block !important;
    /*position: absolute;*/
    overflow: hidden;
}

    .components-items-set-ds-active img {
        width: inherit !important;
    height: auto !important;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
    }

.focused {
    border: 2px solid #bb0042;
    border-radius:5px;
}

.mgs {
    border-radius: 5px;
    color: #fff;
    background-color: black;
    padding: 3px;
}

.components-items-set-ds-myset {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 99% !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
}

.myset-container-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
    height: auto;
    margin: 1%;
    border: 1px solid gray;
}

.myset-button:hover {
    color: red;
}

/*material*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 1px 1px 30px 30px;
}