body {
    margin: 0;
}

canvas {
    width : 100%;
    height: 100%
}

html,
body {
    padding   : 0;
    margin    : 0;
    overflow  : hidden;
    background: rgba(255,255,255,.88);
	/*background: radial-gradient(circle, rgba(148,187,255,1) 0%, rgba(6,21,84,1) 100%);*/
}

* {
    box-sizing: border-box;
}

.text {
    width      : 100%;
    text-align : center;
    margin-top : 10%;
    font-size  : 3em;
    color      : #f1f1f1;
    font-weight: 800;
}

.menu-tab {
    width     : 100px;
    height    : 70px;
    position  : fixed;
    z-index   : 100;
    top       : 50px;
    left      : 30px;
    cursor    : pointer;
    transition: all .6s ease-in-out;
    /*end of div*/
}

.menu-tab div {
    width           : 33px;
    height          : 4px;
    background-color: #2d2d2d;
    display         : block;
    margin          : 5px 28px;
    transition      : all .6s ease-in-out;
}

.menu-tab div:nth-child(1) {
    margin-top: 20px;
}

/*end of menu-tab*/
.menu-tab.active {
    left            : 345px;
    transition      : all 600ms ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
    overflow-style  : marquee-block;
}

.menu-tab.active #one {
    -webkit-transform: translateY(9px) rotate(-135deg);
    transform        : translateY(9px) rotate(-135deg);
    transition       : all .6s ease-in-out;
    background-color : #e74c3c;
}

.menu-tab.active #two {
    opacity   : 0;
    transition: .4s ease;
}

.menu-tab.active #three {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform        : translateY(-9px) rotate(-45deg);
    transition       : all .6s ease-in-out;
    background-color : #e74c3c;
}

.menu-hide {
    width     : 345px;
    left      : -345px;
    height    : 100vh;
    position  : fixed;
    z-index   : 10;
    top       : 53px;
    transition: all .6s ease-in-out;
    /*end of nav*/
}

.menu-hide nav {
    /*end of ul*/
}

.menu-hide nav .container {
    /*end of ul*/
    background: #1e90ff;
    color     : white;
    padding   : 10px;
}

.menu-hide nav .container h3 {
    margin-left: 20px;
}

.menu-hide nav ul {
    /*end of li*/
}

.menu-hide nav ul li {
    margin-left    : -40px;
    list-style-type: none;
    text-align     : center;
    transition     : all .5s ease;
    background   : #1e90ff;
    padding        : 10px;
}

.menu-hide nav ul li a:hover {
    background-color: #173b67;
    transition      : all .5s ease;
}

.menu-hide nav ul li a {
    text-decoration: none;
    color          : #f1f1f1;
	letter-spacing:0.05em;
   /* font-weight    : 800;*/
}

.menu-hide nav ul li a span {
    margin: 0;
}

/*end of menu-hide*/
.menu-hide.show {
    left            : 0px;
    background-color: rgba(255, 255, 255, 0.2);
    transition      : all .6s ease-in-out;
}

/* Style the tab */
.tab {
    float       : left;
    margin-top  : 40px;
    /*  border  : 1px solid #ccc;
background-color: #f1f1f1;*/
    width       : 30%;
    height      : 100% !important;
}

.tab button.tablinks {
    background: #1e90ff;
    color     : #fff;
}

button.tablinks {
    margin-top: 74px !important;
}

div#layoutSettings {
    border-radius: 4px;
    background   : #fff;
    width        : 240px;
    padding      : 10px;
    margin-top   : -10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter          : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display         : block;
    background-color: inherit;
    color           : black;
    padding         : 10px 10px;
    width           : 100%;
    border          : none;
    outline         : none;
    text-align      : left;
    cursor          : pointer;
    transition      : 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float      : left;
    padding    : 0px 0px 0px 0px;
    border     : 1px solid #ccc;
    width      : 70%;
    border-left: none;
    height     : 100%;
    overflow   : scroll;
    margin-top : 8px;
    width      : 200px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left : 0;
    top  : 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin          : auto;
    padding         : 20px;
    border          : 1px solid #888;
    width           : 80%;
}

/* The Close Button */
.close {
    color      : #aaaaaa;
    float      : right;
    font-size  : 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color          : #000;
    text-decoration: none;
    cursor         : pointer;
}

.menu-tab #gear-icon {
    display: none;
}

.menu-tab .bar {
    background: transparent;
}
.first-menu .btn.bars img{

    width: 26px;
    margin-left: 8px;
    margin-top: 3px;

}
#sunText{
    font-size: 7px;
    font-weight: bold;
    margin-top: 1px;
}
#setWidthInInches, 
#setHeightInInches{
padding: 0px;
}
.modal-content .col-sm-12 .col-sm-1{

    text-align: center;
    padding: 7px;

}
#myModal h4,#myModal #rangeValueWidth,#myModal #rangeValueHeight{
    color:#286090;
    font-weight: bold;
}
.btn.bars,.btn.folder{
    display: block;
}
#gear-icon .icon-f-size{
    font-size: 9px;
    float: left;
    line-height: 12px;
    text-align: center;
    width: 100%;
}
#gear-icon i {
    font-size: 26px;
    margin-top: 0px;
}
.first-menu button img{
    width: 20px;
    float: left;
    margin-left: 10px;
    margin-top: -4px;
}
.first-menu button .icon-f-size{
    font-size: 7px;
    float: left;
    line-height: 8px;
    text-align: center;
    width: 100%; 
    font-weight: bold;
    margin-top: 1px;
}
.first-menu button .icon-f-size-bowl{
    font-size: 8px;
    float: left;
    line-height: 8px;
    margin-left: 6px;
}
.first-menu .gears i{
    font-size: 21px;
    float: left;
    margin-left: 10px;
}
.show-inline{
    display: inline-block !important;
}
.menu-tab.active div#one{
    width:16px;
}
.menu-tab.active div#three{
    width:16px; 
}
.menu-tab.active .bar{

    overflow: hidden;

    height: 36px;

    width: 36px;

    margin-left: 0px !important;

    padding: 0px 5px;

}
.open-size-modal img{
    width: 19px !important;
    margin-top: 0px !important;
}
.modal-backdrop.fade.in{
    display: none;
}
.collapse {
    display: none !important;
}
.collapse.in{
    display: block !important;
}
#folderModal .card{
    padding: 5px 5px;
    border: 1px solid #eee;
}
#folderModal .card a,#folderModal .card a:hover{
    text-decoration: none;
    text-align: left;
}
#folderModal #collapseOne1,#folderModal #collapseTwo2,#folderModal #collapseThree3{
    border: 1px solid #ccc;
    padding: 20px 10px;
}
#folderModal h5,#folderModal .savedDesign a{
    color: #3a1d0f;
}
.open-size-modal i{
    font-size: 19px;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}
.bars i{
    font-size: 20px;
    display: block;
}
.folder i{
    font-size: 20px;
    display: block;
}
.bar #one, .bar #two, .bar #three{
    display: none;
}
.bar i{
    display: block;
    margin-top: 8px;
    margin-left: 4px;
}
.menu-tab.active{
    transition: unset;
}
.menu-tab{
    transition: unset;
    margin-right: 2px;
}
.menu-tab.active,
.menu-tab {
        position: fixed;
        height: auto;
        left: unset;
        right: 7px;
        top: unset;
        bottom: 0px;
        width: 40px;
        height: 40px;
}
.menu-tab.active .bar {

        background: transparent;
        margin    : 0;

}
/* Tooltip container */
/* Tooltip text */
.tooltip1 .tooltiptext {
            visibility: hidden;
            color: #DED5CD;
            width: 250px;
            text-align: left;
            font-size: 13px;
            margin    : -17px;
            position: absolute;
            z-index: 1;
            margin-left: -20px;
            text-transform: uppercase;
            font-size: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
}
#modelEditOptions{
    padding-left: 20px;
}
.h4, h4 ,.h5, h5,.h2, h2,a ,p{
    font-size: 12px;
    color: #3a1d0f;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-block,.card-body{
    font-size: 12px;
    color: #3a1d0f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#accordionsignup{
    margin-top: 35px;
}
#collapseThree3 .card-body img{
    width: auto;

    text-align: center;

    margin: auto;

    display: block;

    max-width: 90%;
}
#accordionforgotpass .card,#accordionsignup .card {
    border: none;
}
.social-media-block{
    float: right;
}
#savedDesignsHolder .savedDesign{
    height: 32px;
}
#design-options #dropdownMenuButton{
    float: right;
    height: 27px;
    font-size: 12px;
    color: #3a1d0f;
    font-weight: bold;
    background: #fff;
    line-height: 14px;
    text-transform: uppercase;
}
#design-options{
    position: relative;
}
#design-options .dropdown-menu{
    right: 0;
    left: unset;
    min-width: 130px;
    text-align: left;
    padding: 10px 10px;
    top: 25px;
}
#design-options .dropdown-menu a{
    width: 100%;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.42857143;
    text-transform: uppercase;
    padding: 4px 5px;
}
#design-options .dropdown-menu a:hover{
    text-decoration: none !important;
    color: #fff !important;
    background: #ded5cd !important;
    
}
.social-media-block a{
    font-size: 21px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 5px;
}
.social-media-block i{
    font-size: 26px;
}
.social-media-block .fa-facebook-square{
    color: #3b5998;
}
.social-media-block .fa-twitter-square{
    color: #00acee;
}
.social-media-block .fa-instagram{
    color: #3f729b;
}
.social-media-block .fa-file-pdf{
    color: #FF3500;
}
 
@media only screen and (min-width: 769px) {


    .btn.home,.btn.gears{
        display: block !important;
    }
    .menu-hide.show {
        width     : 100%;
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 0;
        top       : unset;
        bottom    : 0px;
        min-height: 30px;
    }

    .dg .close-button {
        width      : 150px !important;
        right      : 0px;
        line-height: 28px !important;
        height     : 28px !important;
    }
    .header-center-clas #layoutSettings{
        font-size: 12px;
        text-align: center;
        padding: 5px;
    }
    .header-center-clas{
        height: 40px !important;
    }

    .dg.main.a {
        width : 150px !important;
        margin: 0;
    }

    .cr .property-name {
        width     : 100%;
        text-align: center;
    }

    .menu-hide {
        width     : 100%;
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : unset;
        top       : 200%;
        bottom    : unset;
        min-height: 40px;
    }

    

    .tab button.tablinks {
        width            : 20%;
        float            : left;
        transform        : rotate(-0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform   : rotate(0deg);
        -ms-transform    : rotate(0deg);
        -o-transform     : rotate(0deg);
        margin           : 0 !important;
        margin-top       : 0px;
        padding          : 0px;
        border-radius    : 0;
        text-align       : center;
        background       : black;
        height: 30px;
    }

    .tab {
        float     : left;
        margin-top: 0px;
        width     : 100%;
        height    : 30px !important;
    }

    .menu-hide nav ul li {
        list-style-type: none;
        text-align     : center;
        transition     : all .5s ease;
        padding        : 5px 10px;
        min-width: 85px;
        display        : inline-block;
        margin-left: 0px;
        padding-left: 0;
        padding-right: 0;
    }
    /* .menu-hide nav ul li {
        width          : 150px;
    } */
    /* .menu-hide nav .walls ul li{
        min-width: 220px;
    } */
    .menu-tab #gear-icon {
        position: fixed;
        bottom  : 0px;
    }

    .tabcontent {
       overflow: scroll;
    overflow-y: hidden;
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 120px;
    background: #1e90ff;
    padding-top: 15px;
    }
	#tab7 {
	padding-top:10px !important;
	}
	
   #tab1 nav ul li a span,
   #tab2 nav ul li a span,
   #tab4 nav ul li a span,
   #tab5 nav ul li a span,
   #tab6 nav ul li a span,
   #tab7 nav ul li a span{
        font-size: 11px !important;    
    }
    #tab2 nav ul li a img,
    #tab5 nav ul li a img
	 {
        height: 50px;
    }
    #tab4 nav ul li a img {
        height: 56px;
    }
    .tabcontent ul {
        white-space: nowrap;
        margin     : 0px;
        padding: 0px;
    }

    .tablinks.btn.btn-primary.active {
        color           : #fff;
        background-color: dodgerblue;
        border-color    : dodgerblue;
    }

    .tabcontent ul span {

        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 40px;

    }

    .tabcontent nav ul li a span{
        display : block;
        overflow: hidden;
        margin  : auto;
        height  : 40px;
    }
    .tabcontent nav ul li a img {
        display: block;
        overflow: hidden;
        margin: auto;
        height: 56px;
        width: auto;
    }
    #tab4 nav ul li a img{
        height: auto;
        max-height: 56px;
    }
    #tab2 a img{
        height: 70px !important;
    }
    #tab2 .cabnet-row-2 a span{
        height: 40px !important;
        font-size: 8px;
        padding: 0px;
    }
    #cabnet-row-2 li{
        padding: 0px;
    }
    #tab2 ul {
        padding-left: 0;
        padding-right: 0;
    }
    .tabcontent nav ul li a {
        text-decoration: none;
        color          : #f1f1f1;
        /*font-weight    : 800;*/
        display        : block;
    }

    #tab2 ul span,
	#tab7 ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
        width: 100px;
    }
    #tab2 ul #cabnet-row-1 span{
        width: 80px !important;
    }

    .tabcontent h3 {
        padding-left: 15px;
        margin: 0px;
        font-size: 14px;
        padding-top: 4px;
        color: #fff;
       /* font-weight: bold;*/
        padding-bottom: 4px;
        display: none;
    }

    #tab4 ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
    }

    .first-menu {
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 100%;
        top       : unset;
        bottom    : 0%;
        min-height: 40px;
    }

    .first-menu.show {
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 10px;
        top       : unset;
        bottom    : 43px;
        min-height: 40px;
        width     : 40px;
        z-index   : 999;
    }

    .first-menu .btn,
    .menu-tab #gear-icon,
    .menu-tab.active {
        background-color: DodgerBlue;
        border          : none;
        border-radius   : 100%;
        color           : white;
        font-size       : 24px;
        cursor          : pointer;
        width           : 40px;
        height          : 40px;
        text-align      : center;
        line-height     : 40px;
        box-shadow      : 0 2px 2px #888888;
        padding         : 0;
        margin-bottom   : 3px;
    }

    .first-menu.show .menu .btn {
        float: right;
    }

    .menu-tab.active div {
        display: block;
    }

    .menu-tab div {
        display: none;
    }

    .menu-tab.active #gear-icon {
        display: none;
    }

    .menu-tab #gear-icon {
        display: block;
    }

    .menu-tab.active {

        width: 40px;
        height: 40px;
        margin-right: 2px;

    }

    .menu-tab.active.top {
        bottom: 250px;
    }

    .menu-tab.active div {
        margin: 6px 5px;
    }

    .menu-tab.active #three,
    .menu-tab.active #one {
        background-color: white;
    }

    .menu-tab.active #one {
        margin-top: 7px;
    }

    .menu-tab div {
        width : 25px;
        height: 3px;
    }

    .row .col-md-6.col-sm-12 {
        padding: 10px !important;
        width  : 400px !important;
        z-index: 999;
    }
    .hidden{
        display: none;
    }

    .row .col-md-6.col-sm-12 #floorSettings .btn {
        padding: 1px 10px !important;
    }

    .cabnet-row-1,.cabnet-row-2 {
        display: inline-block;
        margin-right: 0px;
        position: relative;
    }
    #tab2 .cabnet-row-1 h5,#tab2 .cabnet-row-2 h5{
        margin-left: 15px;
        position: absolute;
        top: -22px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }
    #tab2 ul div:first-child span,
	#tab7 ul div:first-child span {
        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 20px;
        font-size: 8px;
    }

    .tabcontent ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 16px;
    }
    .menu-gear #tab1,
    .menu-gear #tab2,
    .menu-gear #tab3{

        overflow: hidden;
    
    }

}
@media only screen and (max-width: 768px) {
    .mob-class-modal{
        width: 100%;
        overflow: hidden;
    }
    .mob-class-modal .range-field{
        float: left;
        width: 68%;
        padding: 0 !important;
    }
    .mob-class-modal .range-text{
        width: 32%;
        float: left;
        padding: 0 !important;
    }
    #myModal .col-sm-12{
        border: 1px solid #eee;
        margin-bottom: 10px;
    }
    .btn.home{
        display: block !important;
    }
    .menu-hide.show {
        width     : 100%;
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 0;
        top       : unset;
        bottom    : 0px;
        min-height: 40px;
    }

    .dg .close-button {
        width      : 150px !important;
        right      : 0px;
        line-height: 28px !important;
        height     : 28px !important;
    }
    .header-center-clas #layoutSettings{
        font-size: 12px;
        text-align: center;
        padding: 5px;
    }
    .header-center-clas{
        height: 40px !important;
    }

    .dg.main.a {
        width : 150px !important;
        margin: 0;
    }

    .cr .property-name {
        width     : 100%;
        text-align: center;
    }

    .menu-hide {
        width     : 100%;
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : unset;
        top       : 200%;
        bottom    : unset;
        min-height: 40px;
    }

    .menu-tab.active,
    .menu-tab {
        position: fixed;
        height  : auto;
        left    : unset;
        right   : 10px;
        top     : unset;
        bottom  : 10px;
        width   : 40px;
        height  : 40px;
    }

    .menu-tab.active .bar {

        background: transparent;
        margin    : 0;

    }

    .tab button.tablinks {
        width            : 20%;
        float            : left;
        transform        : rotate(-0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform   : rotate(0deg);
        -ms-transform    : rotate(0deg);
        -o-transform     : rotate(0deg);
        margin           : 0 !important;
        margin-top       : 0px;
        padding          : 10px 0px;
        border-radius    : 0;
        text-align       : center;
        background       : black;
    }

    .tab {
        float     : left;
        margin-top: 0px;
        width     : 100%;
        height    : 40px !important;
    }

    .menu-hide nav ul li {
        list-style-type: none;
        text-align     : center;
        transition     : all .5s ease;
        padding        : 5px 10px;
        min-width: 85px;
        display        : inline-block;
        margin-left: 0px;
        padding-left: 0;
        padding-right: 0;
    }
    /* .menu-hide nav ul li {
        width          : 150px;
    } */
    /* .menu-hide nav .walls ul li{
        min-width: 220px;
    } */
    .menu-tab #gear-icon {
        position: fixed;
        bottom  : 0px;
    }

    .tabcontent {
        overflow: scroll !important;
        margin-top: 8px;
        display: block;
        position: absolute;
        bottom: 40px;
        width: 100%;
        height: 115px;
        background: #1e90ff;
        padding-top: 15px;
    }

    .tabcontent ul {
        white-space: nowrap;
        margin     : 0px;
        padding: 0px;
    }

    .tablinks.btn.btn-primary.active {
        color           : #fff;
        background-color: DodgerBlue;
        border-color    :DodgerBlue;
    }

    .tabcontent ul span {

        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 40px;

    }

    .tabcontent nav ul li a span{
        display : block;
        overflow: hidden;
        margin  : auto;
    }
    .tabcontent nav ul li a img {
        display: block;
        overflow: hidden;
        margin: auto;
        height: 67px;
        width: auto;
    }
    #tab2 .cabnet-row-2 a img{
        height: 40px !important;
    }
    #tab2 .cabnet-row-2 a span{
        height: 40px !important;
        font-size: 8px;
        padding: 0px;
    }
    #cabnet-row-2 li{
        padding: 0px;
    }
    #tab2 ul {
        padding-left: 0;
        padding-right: 0;
    }
    .tabcontent nav ul li a {
        text-decoration: none;
        color          : #f1f1f1;
      /*  font-weight    : 800;*/
        display        : block;
    }

    #tab2 ul span,
	#tab7 ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
        width: 100px;
    }
    #tab2 ul #cabnet-row-1 span,
	#tab7 ul #cabnet-row-1 span{
        width: 80px !important;
    }

    .tabcontent h3 {
        padding-left: 15px;
        margin: 0px;
        font-size: 14px;
        padding-top: 4px;
        color: #fff;
        font-weight: bold;
        padding-bottom: 4px;
        display: none;
    }

    #tab4 ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
    }

    .first-menu {
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 100%;
        top       : unset;
        bottom    : 0%;
        min-height: 40px;
    }

    .first-menu.show {
        position  : fixed;
        height    : auto;
        left      : unset;
        right     : 10px;
        top       : unset;
        bottom    : 43px;
        min-height: 40px;
        width     : 40px;
        z-index   : 999;
    }

    .first-menu .btn,
    .menu-tab #gear-icon,
    .menu-tab.active {
        background-color: DodgerBlue;
        border          : none;
        border-radius   : 100%;
        color           : white;
        font-size       : 24px;
        cursor          : pointer;
        width           : 40px;
        height          : 40px;
        text-align      : center;
        line-height     : 40px;
        box-shadow      : 0 2px 2px #888888;
        padding         : 0;
        margin-bottom   : 3px;
    }

    .first-menu.show .menu .btn {
        float: right;
    }

    .menu-tab.active div {
        display: block;
    }

    .menu-tab div {
        display: none;
    }

    .menu-tab.active #gear-icon {
        display: none;
    }

    .menu-tab #gear-icon {
        display: block;
    }

    /* .menu-tab.active {

        width : 35px;
        height: 35px;
        margin: 2px;

    } */

    .menu-tab.active.top {
        bottom: 250px;
    }

    .menu-tab.active div {
        margin: 6px 5px;
    }

    .menu-tab.active #three,
    .menu-tab.active #one {
        background-color: white;
    }

    .menu-tab.active #one {
        margin-top: 7px;
    }

    .menu-tab div {
        width : 25px;
        height: 3px;
    }

    .row .col-md-6.col-sm-12 {
        padding: 3px !important;
        width  : 200px !important;
    }

    .row .col-md-6.col-sm-12 #floorSettings .btn {
        padding: 1px 10px !important;
    }

    .cabnet-row-1,.cabnet-row-2 {
        display: inline-block;
        margin-right: 0px;
        position: relative;
    }
    #tab2 .cabnet-row-1 h5,#tab2 .cabnet-row-2 h5{
        margin-left: 15px;
        position: absolute;
        top: -22px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }
    #tab2 ul div:first-child span,
	#tab7 ul div:first-child span {
        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 20px;
    }

    .tabcontent ul span {
        white-space: break-spaces;
        padding    : 0px 10px;
        min-height : 16px;
    }
}

@media only screen and (max-width: 500px) {
    #myModal .btn.btn-primary{
        width: 100%;
    }
    .tab button.tablinks {
        padding  : 12px 0px;
        font-size: 12px;
    }

    .tabcontent ul a span {
        font-size: 10px;
    }
    #layoutSettings{
        left: 10px !important;
        margin: 0 !important;
        width: 165px !important;
        top: 10px !important;
    }
    .social-media-block i{
        font-size: 20px;
    }
    .modal-content{
        width:100%;
    }
}

@media only screen and (max-width: 420px) {

    .tab button.tablinks {
        padding  : 14px 0px;
        font-size: 9px;
    }
}