﻿html {

    overflow: hidden;

}



.stratco-header-28 {

    display: none;

}



#container {

    padding: 0px !important;

    cursor: pointer;

}



.hiddenOnLoad {

    display: none;

}



.designer-list-panel {

    width: 100%;

    height: 50px;

    background-color: rgb(221,221,221);

    border: 1px solid rgb(102,102,102);

    margin-top: -1px;

    cursor: pointer;

}



    .designer-list-panel.no-margin {

        margin-top: 0px;

    }



    .designer-list-panel.alternate-row {

        background-color: rgb(204,204,204);

    }



    .designer-list-panel.highlighted-row {

        background-color: rgb(162,196,201);

    }



.designer-list-text {

    padding: 16px 0px 0px 8px;

}



.messagePanel {

    display: none;

    font-size: 12px;

    margin: auto;

    position: fixed;

    z-index: 500;

    padding: 8px;

    color: white;

    padding-left: 40px;

    background-color: red;

    cursor: pointer;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-position-x: 8px;

    background-position-y: 6px;

    border: 1px #DDDDDD solid;

    border-radius: 5px;

    width: 100%;

    bottom: 107px;

    left: 0px;

    border: 0;

}



    .messagePanel span {

        color: #FFF;

    }



.designer-stratco-nav a {

    cursor: pointer;

}



.designer-stratco-nav span {

    color: white !important;

    /*cursor: pointer;*/

}



    .designer-stratco-nav span.selected {

        color: white !important;

        border-bottom: 5px solid red;

    }





.designer-menu-hr {

    margin: 4px;

}

#main-toolbar{
	
    left: 0 !important;
	
}

#btnEndFold{
	
    display:block !important
		
}
.remove_hide_imp#btnEndFold,
.remove_hide_imp#btnDeleteEdge,
.remove_hide_imp#zrTools,
.remove_hide_imp#toolbar-undo{
	 display:none !important;
}
.remove_hide_imp#toolbar-colourside{
	display:block !important;
}

#toolbar-handles-only{
	
    display: flex !important;
	
    align-items: flex-end;
	
}



.designer-toolbar {

    background-color: #538B97;

    padding: 13px 0;

    border-radius: 5px;

    color: white;

    text-align: center;

    position: fixed;

    bottom: 0px;

    left: 0px;

    width: 100%;

    opacity: 0.9;

}



    .designer-toolbar .tools {

        width: fit-content;

        margin: 0 auto;

    }



    .designer-toolbar a {

        display: block;

        float: left;

        text-align: center;

        /* border-left: 1px solid #444;

        border-right: 1px solid #444; */

        padding: 5px;

        min-width: 45px;

    }



    .designer-toolbar span {

        color: white;

        font-size: 10px;

    }



    .designer-toolbar .tool {

        float: left;

    }



        .designer-toolbar .tool.spacer {

            padding: 5px;

        }



        .designer-toolbar .tool > div {

            display: block;

            float: left;

            text-align: center;

            padding: 5px;

            min-width: 50px;

            cursor: pointer;
			
  			padding-top: 3px;
			
            padding-bottom: 0;
        }



#cropper {

    display: none;

}



.moveBtn {

    display: none;

    position: fixed;

    cursor: pointer;

    -webkit-touch-callout: none;

    -moz-touch-callout: none;

}



    .moveBtn img {

        opacity: 0.3;

        height: 48px;

        width: 48px;

    }





@media (min-width: 480px) {



    #container {

        width: 480px;

    }

}



#btnShowHide {

    position: fixed;

    top: 30px;

    right: 20px;

    cursor: pointer;

    margin-top:114px;

}



a.disabled, input[type="button"].disabled {

    pointer-events: none;

}



.popup {

    display: none;

    position: fixed;

    top: 20%;

    left: 50%;

    margin-left: -150px;

    width: 300px;

}



    .popup input {

        width: 265px;

    }



    .popup .buttons a {

        width: 50px;

    }



    @media ( max-width:768px ){
        .designer-toolbar{
            padding:8px 0px;
        }
        .stratco-nav a.pull-right,
        .stratco-nav a.pull-left {
            padding: 4px 32px;
            margin:0;
        }
        .stratco-nav{
            height:30px;
        }
        #btnShowHide{
            margin-top:30px;
        }
    }