/* CSS for main layout */
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    min-width: 985px;
}

#header {
    box-sizing: content-box;
    height: 100px;
    margin: 0 auto;
    min-width: 960px;
    /*background-color: #ebebeb;*/
}

#logo {
    float: left;
    display: inline-block;
}

    #logo a {
        background-image: url("http://webpaint.galaxy-paint.vn/images/logo.png"), none;
        background-position: 72px center;
        background-repeat: no-repeat;
        display: block;
        height: 100px;
        text-indent: -999em;
        width: 300px;
    }

#banner {
    background-position: left top;
    background-repeat: no-repeat;
    height: 100px;
    /*width: 415px;*/
    align-items: center;
    display: flex;
    margin-right: 100px;
}

#navigationbar {
    height: 44px;
    width: 100%;
    min-width: 1002px;
}

    #navigationbar ul {
        border-top: 6px solid #edede4;
        list-style: none;
        margin: 0;
        padding-left: 72px;
        line-height: 1;
        display: block;
        zoom: 1;
        background-color: #5c2d91;
    }

        #navigationbar ul:after {
            content: " ";
            display: block;
            font-size: 0;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        #navigationbar ul li {
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            #navigationbar ul li.active {
                background-color: #391c5a;
            }

            #navigationbar ul li a {
                color: white;
                text-decoration: none;
                display: block;
                padding: 11px 25px;
                font-size: 14px;
                position: relative;
                -webkit-transition: color .25s;
                -moz-transition: color .25s;
                -ms-transition: color .25s;
                -o-transition: color .25s;
                transition: color .25s;
            }

                #navigationbar ul li a:hover {
                    color: #fcaf17;
                }

                    #navigationbar ul li a:hover:before {
                        width: 100%;
                    }

                #navigationbar ul li a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    right: -3px;
                    top: 19px;
                    height: 6px;
                    width: 6px;
                    /*background: #ffffff;*/
                    opacity: .5;
                }

                #navigationbar ul li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: -6px;
                    height: 6px;
                    width: 0;
                    background: #fcaf17;
                    -webkit-transition: width .25s;
                    -moz-transition: width .25s;
                    -ms-transition: width .25s;
                    -o-transition: width .25s;
                    transition: width .25s;
                }

            #navigationbar ul li.last > a:after,
            #navigationbar ul li:last-child > a:after {
                display: none;
            }

            #navigationbar ul li.active a {
                color: #fcaf17;
            }

                #navigationbar ul li.active a:before {
                    width: 100%;
                }

    #navigationbar.align-right li.last > a:after,
    #navigationbar.align-right li:last-child > a:after {
        display: block;
    }

    #navigationbar.align-right li:first-child a:after {
        display: none;
    }

    #navigationbar > ul > li > a > span {
        height: 16px;
    }

        #navigationbar > ul > li > a > span:before {
            content: "";
            margin: 0 5px;
            float: left;
            height: 16px;
        }

li.space {
    width: 100px;
}

#imagelibrarynoi:before {
    background: url("http://webpaint.galaxy-paint.vn/images/folder-noi.png") no-repeat;
    width: 18px;
}

#imagelibraryngoai:before {
    background: url("http://webpaint.galaxy-paint.vn/images/folder-ngoai.png") no-repeat;
    width: 18px;
}

#yourphoto:before {
    background: url("http://webpaint.galaxy-paint.vn/images/camera.png") no-repeat;
    width: 18px;
}

#undo:before {
    background: url("http://webpaint.galaxy-paint.vn/images/undo.png") no-repeat;
    width: 14px;
    margin: 0 !important;
}

#redo:before {
    background: url("http://webpaint.galaxy-paint.vn/images/redo.png") no-repeat;
    width: 14px;
    margin: 0 !important;
}

#toolAction {
    z-index: 1;
    position: absolute;
    margin: 10px 0 0 20px;
}

    #toolAction > div {
        cursor: pointer;
        padding: 15px;
        width: 25px;
        height: 25px;
        margin: 0 !important;
        background-size: 30px auto;
    }

#zoomin {
    background: url("http://webpaint.galaxy-paint.vn/images/left-menu.png") no-repeat;
    background-position: 0px 0px;
}

#zoomout {
    background: url("http://webpaint.galaxy-paint.vn/images/left-menu.png") no-repeat;
    background-position: 0px -31px;
}

#pan {
    background: url("http://webpaint.galaxy-paint.vn/images/left-menu.png") no-repeat;
    background-position: 0px -63px;
}

#resetZoomPan {
    background: url("http://webpaint.galaxy-paint.vn/images/left-menu.png") no-repeat;
    background-position: 0px -95px;
}

#print:before {
    background: url("http://webpaint.galaxy-paint.vn/images/print.png") no-repeat;
    width: 15px;
}

#manual:before {
    background: url("http://webpaint.galaxy-paint.vn/images/manual.png") no-repeat;
    width: 12px;
}

#outer {
    margin: 0 22px;
    min-width: 960px;
}

#left {
    overflow: hidden;
}


#toolbar a {
    color: #FFBA3A;
    font-size: 12px;
    font-weight: bold;
}

#toolbar:before {
    background: #ffba3a url("http://webpaint.galaxy-paint.vn/images/more.png") no-repeat scroll 5px 5px;
    height: 27px;
    content: "";
    display: block;
}

#layers {
    height: 80px;
}

    #layers div.als-item {
        background-repeat: no-repeat;
        background-position: 10px 0;
        padding: 0px 12px;
        margin-top: 0px;
    }

        #layers div.als-item i {
            display: block;
            background-repeat: no-repeat, no-repeat;
            background-position: center center;
            background-size: 27px auto;
            height: 30px;
        }

    #layers div.layer-image i, #layers div.layer-rect i {
        background-image: url("http://webpaint.galaxy-paint.vn/images/selection_rectangle.png");
    }

    #layers div.layer-ellipse i {
        background-image: url("http://webpaint.galaxy-paint.vn/images/selection_ellipse.png");
    }

    #layers div.layer-polygon i {
        background-image: url("http://webpaint.galaxy-paint.vn/images/selection_polygon.png");
    }

    #layers .als-item {
        /*margin: 10px 0;*/
    }

    #layers > span > img {
        height: 17px;
    }

    #layers a {
        color: #2d317c;
        font-size: 15px;
        text-decoration: none;
        display: block;
    }

    #layers div.high-light {
        font-weight: bolder;
        font-style: italic;
        text-align: -webkit-center;
        border: 2px solid black;
        width: 39px;
        height: 39px;
    }

        #layers div.high-light a {
            font-size: 17px;
            margin-top: 5px;
        }

        #layers div.high-light i {
            background-color: #5C2D91;
            width: 28px;
            height: 27px;
        }

    #layers .als-item span {
        display: block;
        text-align: center;
        text-shadow: 0px 0px 1px black;
    }

#selectedColorDiv {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    margin-bottom: 5px;
    height: 130px;
    display: flex;
}

#layersheader, #selectionsheader, #usedcolorsheader, #fillheader, #effectsheader, #endheaderrightbar {
    background: #fcaf17;
    height: 38px;
    font-size: 15px;
    clear: both;
    border: 1px solid #c2c2c2;
}

    #layersheader > div:first-child, #usedcolorsheader > div:first-child, #selectionsheader > div:first-child, #effectsheader > div:first-child {
        height: 28px;
        color: #464646;
        padding: 8px 0 6px 15px;
    }

#selections, #layers, #effectsAction {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    margin-bottom: 5px;
}

#usedcolors {
    padding: 20px 5px 20px 15px;
    float: left;
    width: 100%;
    height: 130px;
    display: flex;
}

    #usedcolors img {
        height: 22px;
    }

footer.main {
    clear: both;
    margin-top: 30px;
}

footer {
    position: relative;
    display: block;
    padding-top: 26px;
    background: #d7d7d7;
}

    footer .footer-group {
        position: relative;
        display: block;
        height: 90px;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

footer .landing-pages {
    display: block;
    float: left;
    width: 456px;
}

footer .social-pages {
    display: block;
    float: left;
    width: 200px;
}

footer .newsletter {
    display: block;
    float: right;
    width: 315px;
}

footer .landing-pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    footer .landing-pages ul li {
        display: inline-block;
        padding: 0 15px;
        line-height: 13px;
        border-right: 1px solid #959595;
    }

        footer .landing-pages ul li:first-child {
            padding-left: 0px;
        }

        footer .landing-pages ul li:last-child {
            padding-right: 0px;
            border-right: 0px;
        }

        footer .landing-pages ul li a {
            font-size: 14px;
            color: #333;
            cursor: pointer;
        }

footer .social-pages h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}

footer .social-pages a {
    display: block;
    float: left;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    text-indent: -9999px;
    background: url(http://webpaint.galaxy-paint.vn/Images/social-icons.png) no-repeat;
}

    footer .social-pages a.facebook {
        background-position: 0 0;
    }

    footer .social-pages a.gplus {
        background-position: -51px 0;
    }

    footer .social-pages a.ytube {
        background-position: -102px 0;
    }

footer .newsletter h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

footer .newsletter input[type=text] {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 16px;
    width: 195px;
    padding: 0 15px;
    color: #959595;
    border: none;
    background: #fff;
}

footer .newsletter input[type=button] {
    height: 36px;
    width: 90px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #06377a;
    border: none;
}










#fill-options-header {
    height: 26px;
    background-color: #285479;
}

    #fill-options-header span {
        content: "";
        color: #eca53e;
        background: url("http://webpaint.galaxy-paint.vn/images/bucket2.png") no-repeat scroll 0 5px;
        padding-left: 33px;
        height: 19px;
        padding-top: 7px;
        display: block;
    }

#fill-options {
    height: 50px;
}

    #fill-options div, #additional-effects div {
        display: inline-block;
        color: #024795;
    }

        #fill-options div:first-child {
            content: "";
            background: url("http://webpaint.galaxy-paint.vn/images/bucket_fill_fg.png") no-repeat scroll 0 14px;
            padding-left: 33px;
            height: 30px;
            padding-top: 18px;
        }

        #fill-options div:last-child {
            content: "";
            background: url("http://webpaint.galaxy-paint.vn/images/bucket_fill.png") no-repeat scroll 13px 5px;
            padding-left: 35px;
            height: 18px;
            padding-top: 10px;
        }

#additional-effects-header {
    height: 26px;
    background-color: #f8dea3;
}

    #additional-effects-header span {
        color: #024795;
        padding-top: 7px;
        display: block;
    }

li#additional-effects {
    padding-left: 15px !important;
}

#additional-effects table {
    border-collapse: collapse;
    border: none;
}

#additional-effects table, #additional-effects tr, #additional-effects td {
    padding: 0;
}

#additional-effects div {
    content: "";
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 33px;
    height: 35px;
    padding-top: 15px;
}

div#brightness-label {
    background-image: none;
    padding-left: 0px;
    width: 145px;
}

div#sharpen {
    background-image: url("http://webpaint.galaxy-paint.vn/images/sharpen.png");
    background-position: 0 13px;
}

div#switchcolor {
    background-image: url("http://webpaint.galaxy-paint.vn/images/switchcolor.png");
    background-position: 0 13px;
}

div#blur {
    background-image: url("http://webpaint.galaxy-paint.vn/images/blur.png");
    background-position: 0 12px;
}

div#smudge {
    background-image: url("http://webpaint.galaxy-paint.vn/images/smudge.png");
}

div#shadow {
    background-image: url("http://webpaint.galaxy-paint.vn/images/shadow.png");
    background-position: 0 14px;
}

#toolbar li.ui-selecting {
    background-color: #FFBA3A;
}

#toolbar li.ui-selected {
    background-color: #FFBA3A;
}

    #toolbar li.ui-selected a {
        color: white;
    }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        animate: 0.2s;
        background: #595959;
    }

    input[type=range]::-webkit-slider-thumb {
        height: 15px;
        width: 7px;
        border-radius: 2px;
        border: 1px solid green;
        margin-top: -4px;
        background: #fcb33c;
        cursor: pointer;
        -webkit-appearance: none;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #367ebd;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        animate: 0.2s;
        background: #595959;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        height: 10px;
        width: 10px;
        background: #ffba3a;
        cursor: pointer;
        border: none;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 6x;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        height: 6px;
        background: #00c0ff;
        border-radius: 3px;
    }

    input[type=range]::-ms-fill-upper {
        height: 6px;
        background: #595959;
        border-radius: 3px;
    }

    input[type=range]::-ms-thumb {
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #024795;
        cursor: pointer;
        margin-top: 0px;
        border: none;
    }
/*
input[type=range]:focus::-ms-fill-lower {
  background: #00c0ff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #595959;
}
*/

#selectedColorDiv div.als-item > div:first-child, #colorlistheader div.als-item > div:first-child {
    height: 63px;
    width: 80px;
    margin-bottom: 5px;
}

div.als-item {
    font-size: 8px;
}

    div.als-item div.left-aligned {
        float: left;
        position: absolute;
        clear: both;
        font-size: 9px;
    }

    div.als-item div.right-aligned {
        float: right;
    }

#left .elastislide-vertical {
    max-width: 170px;
    padding: 37px 10px;
}

#left *, #left:after, #left:before {
    box-sizing: border-box;
}

#left .elastislide-vertical {
    padding: 37px 10px;
}

div.elastislide-wrapper {
    margin: 0;
    background-color: rgba(252,175,23,0.8); /*#fcaf17*/
}

div.elastislide-carousel ul li a img {
    border-color: rgba(247,245,246,0);
    padding: 5px;
    width: 89px;
    height: 89px;
}

div.elastislide-wrapper nav span.elastislide-next {
    background-color: #5a1d72;
    opacity: 1;
}

div.elastislide-wrapper nav span.elastislide-prev {
    background-color: #5a1d72;
    opacity: 1;
}

td#brightness-slider {
    padding-right: 30px;
    width: 100%;
    height: 100%;
}

ul.submenu li.selected {
    color: #fcaf17 !important;
}

.tool-option-header > div:first-child > div {
    min-width: 146px;
    text-align: center;
}

.tool-option-header div {
    content: "";
    color: #2d317c;
    padding: 10px;
}

.additional-layer div {
    content: "";
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 33px;
    height: 35px;
    padding-top: 12px;
}


ul#choose-color-region {
    width: 690px;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    position: fixed;
    padding-bottom: 20px;
    padding-top: 10px;
    border-left: 1px solid whitesmoke;
}

    ul#choose-color-region > li:first-child {
        margin-top: -10px;
        text-transform: uppercase;
    }

    ul#choose-color-region > li:last-child {
        height: 100%;
    }

.choose-color-left {
    /*width: 100px;*/
    /*float: left;*/
    margin: 10px 10px 10px -5px;
    display: flex;
}

    .choose-color-left div {
        text-align: center;
        width: 100%;
        height: 35px;
        background: -webkit-linear-gradient(#F8DEA3, #FAAF16); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#F8DEA3, #FAAF16); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#F8DEA3, #FAAF16); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#F8DEA3, #FAAF16); /* Standard syntax */
        padding: 10px 5px 10px 5px;
        color: #024795;
        cursor: pointer;
    }

#par-color > div:first-child {
    display: block;
    margin: 0 10px 10px 10px;
    text-align: center;
}

    #par-color > div:first-child > span > a:hover {
        color: #FCAF17 !important;
    }

.choose-color-left-hightlight {
    background: -webkit-linear-gradient(#F8DEA3, #fcaf17) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F8DEA3, #fcaf17) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8DEA3, #fcaf17) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8DEA3, #fcaf17) !important; /* Standard syntax */
    /*border: 1px solid #035297;*/
}

#choose-color-right {
    width: 725px;
    float: left;
    margin: 10px 10px 10px -5px;
    height: 100%;
}

.region-show-color {
    display: block;
    margin: 5px 10px 5px -10px;
    text-align: center;
    background-color: white;
    height: 100%;
    overflow-y: scroll;
    width: 690px;
}

    .region-show-color div.als-item {
        margin: 5px 8px 0 8px;
        padding: 0px 5px 0 5px;
    }

.choose-color-header {
    height: 40px !important;
    background-color: #fcaf17;
    display: flex;
}

    .choose-color-header > div:first-child {
        /*width: 95%;*/
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 14px;
    }

    .choose-color-header > div:last-child {
        background: url("http://webpaint.galaxy-paint.vn/images/close_icon.png") no-repeat scroll 0 10px;
        background-size: 20px 20px;
        height: 40px;
        right: 0;
        margin: 0 auto;
        margin-right: 3px;
    }

#currentColor {
    margin: 0px auto;
    float: left;
    padding: 20px 5px 20px 10px;
    font-size: 8px;
    color: #2d317c;
    height: 119px;
}

    #currentColor div:first-child {
        background-color: #8d63ab;
        height: 70px;
        margin: 0px auto;
        width: 80px;
        margin-bottom: 5px;
        justify-content: center;
        align-items: center;
        display: flex;
        font-weight: bold;
        font-size: 32px;
        color: white;
        border: 2px solid black;
        text-shadow: 0px 0px 1px black;
    }

.hightlight-color {
    border: 1px solid grey;
    background-color: whitesmoke;
    padding: 5px !important;
}

    .hightlight-color div:first-child {
        /*height: 60px !important;
        width: 77px !important;*/
    }

a.hightlight-menu-top-color {
    background-color: #5a1d72;
    color: #fcaf17 !important;
}


.color {
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
    border: 1px solid #ccc;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.draggable {
    width: 20px;
    height: 42px;
    float: left;
}

#draggable2 {
    border: 6px solid #FFBA3A;
    position: absolute;
    overflow: visible;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    z-index: 1;
    border-radius: 5px;
}


.ui-resizable-helper {
    border: 1px dotted red;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 5px;
    right: 0px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 5px;
    left: 0px;
    top: 0;
    height: 100%;
}

.page-color {
    display: block;
}

    .page-color .page-color-item {
        height: 7px;
    }

.fake {
    display: inline-flex;
    position: relative;
    float: left;
    left: 6px;
}

#dragRegion {
    display: inline-flex;
    left: -6px;
    position: relative;
}

.pantone-item {
    display: table-cell;
    clear: both;
    /*padding: 10px;*/
    width: 106px;
}

    .pantone-item .first {
        display: inline-block;
        clear: both;
    }

    .pantone-item .last {
        display: table-caption;
        clear: both;
    }

.color-pantone {
    display: inline-flex;
    margin-top: 15px;
    float: left;
    font-size: 13px;
}

#triad, #tetrad, #primColor {
    border-right: 1px dotted #FFBA3A;
    /*padding: 5px;*/
}

#canvasborder {
    width: 100%;
    float: right;
    height: 500px;
    /*border: 1px solid black;*/
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center;
    position: relative;
    /*background-color: whitesmoke;*/
}

#slideTmp {
    float: left;
    position: absolute !important;
    z-index: 1;
    bottom: -2px !important;
    height: 111px !important;
}

#currentColor {
    display: inline-block;
}

#right {
    float: right;
    width: 375px;
    margin-left: 10px;
    font-size: 10px;
}

.submenu {
    list-style: none;
    font-size: 12px;
    /*font-weight: bold;*/
    padding: 0 0 0 7px;
    margin: 0;
}

    .submenu li {
        background-repeat: no-repeat;
        margin: 5px 30px 5px 18px;
        background-position: 0 0;
        display: inline-flex;
        cursor: pointer;
        font-size: 15px;
        height: 22px;
        color: #2d317c;
    }

#fillheader > div:first-child {
    background: url("http://webpaint.galaxy-paint.vn/images/bucket.png") no-repeat 7px 7px;
    padding: 7px 0 6px 35px;
    color: #2d317c;
}

li#multiply {
    background-image: url("http://webpaint.galaxy-paint.vn/images/bucket_fill_fg.png");
    padding-left: 27px;
}

li#brightness-label {
    display: block;
    margin-bottom: 15px;
}

li#switchcolor > i, li#sharpen > i {
    height: 25px;
    background-size: 22px !important;
    margin-left: 10px;
    width: 25px;
}

li#sharpen {
    width: 85px;
}

li#switchcolor {
    width: 95px;
}

li#sharpen i {
    background: url("http://webpaint.galaxy-paint.vn/images/sharpen.png") no-repeat;
}

li#switchcolor i {
    background: url("http://webpaint.galaxy-paint.vn/images/switchcolor.png") no-repeat;
}

#usedcolors .als-item {
    margin: 0 10px;
}

#selections .ui-selected {
    color: #d69106;
}


#colorlistheader > div {
    cursor: pointer;
}

    #colorlistheader > div.ui-selected {
        color: white;
    }

#switchcolor {
    margin-left: 85px;
}

#brightness-value {
    margin-left: 55px;
}

#brightness-value {
    width: 170px;
}

#selections {
    /*background-color: #ccc;*/
}

#selections, #effectsAction {
    align-items: center;
    display: flex;
    padding: 20px 0 20px 15px;
}

/*#selections, #layers, #effectsAction {
    background-color: #ebebeb;
}*/

#imagelibrarynoi:before, #imagelibraryngoai:before {
    background-size: 18px;
}

#yourphoto:before {
    background-size: 16px;
}

#undo:before, #redo:before {
    background-size: 14px auto;
}

#manual:before {
    background-size: 12px auto;
}

#print:before {
    background-size: 15px auto;
}

div#loadingpanel {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

    div#loadingpanel .loadingicon {
        position: fixed;
        top: 49%;
        left: 49%;
        width: 42px;
        height: 42px;
    }

.itemperrow {
    display: flex;
}

#par-color a {
    color: #2d317c;
    text-decoration: none;
    font-size: 12px;
}


#typePrint {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px;
    font-weight: bold;
}

    #typePrint > input[type="radio"] {
        margin: 0 0 0 20px;
    }

#globalNavTop {
    position: absolute;
    top: 30px;
    min-width: 568px;
    right: 10px;
}

#topnav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #topnav > li {
        float: left;
        position: relative;
        cursor: pointer;
        margin: 0px 12px;
    }

        #topnav > li > a {
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            color: #252525;
            padding: 10px 2px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            width: fit-content;
        }

ul#topnav > li:hover, ul#topnav > li.active {
    color: #06377a;
    border-bottom: 2px solid #06377a;
}
/*=== submenu ===*/

#topnav ul {
    display: none;
    position: absolute;
    margin-left: 0px;
    list-style: none;
    padding: 0px;
    background-color: #00367C;
    z-index: 10000;
    width: 200px;
}

    #topnav ul li {
        float: left;
        width: 100%;
    }

        #topnav ul li:hover {
            color: #069;
            background-color: #f3d42e;
        }

    #topnav ul a {
        display: block;
        height: 33px;
        padding: 5px 16px;
        color: #fff;
        text-decoration: none;
    }

.icon-disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #BBB !important;
}

@media print {
    #typePrint {
        display: none !important;
    }
}

#selections .submenu > li {
    height: auto;
    display: inline-block;
    vertical-align: top;
}

    #selections .submenu > li > i {
        display: block;
        background-repeat: no-repeat, no-repeat;
        background-position: center center;
        background-size: 27px auto;
        height: 30px;
    }

li#polygon-layer i {
    background-image: url("http://webpaint.galaxy-paint.vn/images/selection_polygon.png");
}

li#rect-layer i {
    background-image: url("http://webpaint.galaxy-paint.vn/images/selection_rectangle.png");
}

li#circ-layer i {
    background-image: url("http://webpaint.galaxy-paint.vn/images/selection_ellipse.png");
}

.elastislide-next, .elastislide-prev {
    border-radius: 0px !important;
    height: 75px !important;
    margin-top: -38px !important;
    background-repeat: no-repeat !important;
    background-size: 14px auto !important;
    background-position: center center !important;
}

.elastislide-next {
    background-image: url(http://webpaint.galaxy-paint.vn/images/Shape-1.png) !important;
}

.elastislide-prev {
    background-image: url(http://webpaint.galaxy-paint.vn/images/Shape-2.png) !important;
}

.icon-disabled i {
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -o-filter: opacity(30%);
    -ms-filter: opacity(30%);
    filter: opacity(30%);
}

.colorUsedPage {
    display: inline-table;
}

.colorUsedPage-child {
    width: 50px;
    height: 32px;
    margin: 0px 15px 5px 0px;
}

.hight-light-color {
    border: 1px solid #B5B5B5;
}

.tooltip-color-detail {
    display: block;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 15px;
    padding: 5px 0px;
    margin: -2px;
}

.layer-icon {
    width: 35px;
    height: 35px;
    background-color: #3fb349;
    border-radius: 2.5em;
    color: white;
    font-weight: bold !important;
    font-size: 18px;
    line-height: 35px;
    text-align: center !important;
}

    .layer-icon span {
        display: inline-block !important;
        vertical-align: middle;
        line-height: normal;
    }