﻿@charset "utf-8";

@font-face {
    /*font-family: myriadpro;*/
    src: url('fonts/myriadpro-regular.otf');
}

body {
    /*font-family: "Myriad Pro", "myriadpro", sans-serif;*/
    font-size: 14px;
    color: #2d2d2d;
    margin-left: 0px;
    margin-right: 0px;
}

.header {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}

table {
    border-collapse: collapse;
}

td {
    padding-left: 5px;
    padding-right: 5px;
}

a {
    text-decoration: none;
}

.header a {
    transition: .2s;
}

    .header a:link {
        color: #545454;
        text-decoration: none;
    }

    .header a:visited {
        color: #545454;
        text-decoration: none;
    }

    .header a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .header a:active {
        color: #545454;
        text-decoration: none;
    }

.header .active {
    font-weight: 700;
}

/*.navbar {
    background-color: #eaeaea;
    position: relative;
    top: 12px;
    width: 100%;
    z-index: 1;
    height: auto;
    padding: 0;
}*/
/*
.navbar ul {padding-left:15px;}
.navbar ul li {list-style:none; display:inline-block;  color:#424242;}
.navbar ul:first-child {padding-left:0px;}
.navbar ul #active{background-color:#69aba8; text-transform:uppercase; color:white; padding:11px 30px 9px 30px;}
.navbar ul #active a{background-color:#69aba8; text-transform:uppercase; color:white; padding:11px 0px 9px 0px;}
.navbar ul li a{transition:0.1s; padding:0px 20px 0px 20px;}
.navbar ul li a:hover {background-color:#69aba8; text-transform:uppercase; color:white; padding:12px 30px 10px 30px; cursor:pointer;}
.navbar ul li a:link {color: #424242; text-decoration:none;}
.navbar ul li a:visited {color: #424242; text-decoration:none;}
.navbar ul li a:hover {color:white; text-decoration:none;}
.navbar ul li a:active {color: #white; text-decoration:none; background-color:#3784be;}
*/

/*.navbar a {
        transition: 0.2s;
        padding-left: 0px;
    }

        .navbar a:link {
            color: #424242;
            text-decoration: none;
        }

        .navbar a:visited {
            color: #424242;
            text-decoration: none;
        }

        .navbar a:hover {
            color: grey;
            text-decoration: none;
        }

        .navbar a:active {
            color: #424242;
            text-decoration: none;
        }*/


.buttonOrange {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: white;
    background-color: #481009;
    text-align: center;
    line-height: 29px;
    transition: 0.2s;
}

    .buttonOrange:hover {
        cursor: pointer;
        background-color: #5a9693;
    }

.buttonOrange-filter {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: white;
    background-color: #69aba8;
    text-align: center;
    line-height: 3px;
    transition: 0.2s;
    font-size: 14px;
}

    .buttonOrange-filter:hover {
        cursor: pointer;
        background-color: #5a9693;
    }

.buttonOrange-filter-process {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: #000000;
    /*background-color: #69aba8;*/
    text-align: center;
    font-size: 14px;
}

.buttonblue {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: white;
    background-color: #69aba8;
    text-align: center;
    line-height: 29px;
    transition: 0.2s;
}

    .buttonblue:hover {
        cursor: pointer;
        background-color: #5a9693;
    }

.buttonblue-filter {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: white;
    background-color: #69aba8;
    text-align: center;
    line-height: 3px;
    transition: 0.2s;
    font-size: 14px;
}

    .buttonblue-filter:hover {
        cursor: pointer;
        background-color: #5a9693;
    }

.buttonblue-filter-process {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: #000000;
    /*background-color: #69aba8;*/
    text-align: center;
    font-size: 14px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.buttongrey {
    overflow: hidden;
    width: 157px;
    height: 28px;
    color: #2d2d2d;
    ;
    background-color: #d0d0d0;
    text-align: center;
    line-height: 29px;
    transition: 0.2s;
}

    .buttongrey:hover {
        cursor: pointer;
        background-color: #bebebe;
    }

.content {
    z-index: 1;
}

    .content table {
        text-align: center;
        color: #2d2d2d;
    }

        .content table tr {
            height: 30px;
        }

        .content table .userlist tr td {
            padding-top: 3px;
        }

.contents {
    z-index: 1;
}

    .contents table {
        text-align: center;
        color: #2d2d2d;
    }

        .contents table tr {
            height: 30px;
        }

        .contents table .userlist tr td {
            padding-top: 3px;
        }

.results {
    margin-top: 10px;
}

.content .results a {
    transition: 0.2s;
}

    .content .results a:link {
        color: #69aba8;
        text-decoration: none;
    }

    .content .results a:visited {
        color: #69aba8;
        text-decoration: none;
    }

    .content .results a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .content .results a:active {
        color: #69aba8;
        text-decoration: none;
    }

.contents .results a {
    transition: 0.2s;
}

    .contents .results a:link {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .results a:visited {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .results a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .results a:active {
        color: #69aba8;
        text-decoration: none;
    }


.content form .style_select select {
    height: 28px;
    width: 316px;
    border: 1px solid #CCC;
    color: #2d2d2d;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-indent: 5px;
}

    .content form .style_select select option {
        color: #555;
    }

.contents form .style_select select {
    height: 28px;
    width: 316px;
    border: 1px solid #CCC;
    color: #2d2d2d;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-indent: 5px;
}

    .contents form .style_select select option {
        color: #555;
    }

.content form ul {
    list-style-type: none;
    display: block;
    position: relative;
    left: -10px;
}

    .content form ul li {
        list-style-type: none;
        display: inline;
    }

        .content form ul li div {
            width: 178px;
            height: 22px;
            text-align: center;
            background-image: url(/images/graytab.png);
            background-repeat: no-repeat;
            float: left;
            margin-right: -15px;
            padding-top: 3px;
            color: #2d2d2d;
            transition: 0.2s;
        }

        .content form ul li .active {
            color: white;
            background-image: url(/images/activetab.png);
        }

        .content form ul li a {
            text-decoration: none;
        }

            .content form ul li a div:hover {
                color: white;
                background-image: url(/images/activetab.png);
            }

            .content form ul li a div:active {
                color: white;
                background-image: url(/images/graytab.png);
            }

.contents ul {
    list-style-type: none;
    display: block;
    position: relative;
    left: -10px;
}

    .contents ul li {
        list-style-type: none;
        display: block !important;
    }

        .contents ul li div {
            width: auto !important;
            height: auto !important;
            text-align: center;
            float: left;
            margin-right: 0 !important;
            padding-top: 3px !important;
            padding-bottom: 3px;
            color: #2d2d2d;
            transition: 0.2s;
        }

        .contents ul li .active {
            color: white;
            background-image: url(/images/activetab.png);
        }

        .contents ul li a {
            text-decoration: none;
        }

            .contents ul li a div:hover {
                color: white;
                background-image: url(/images/activetab.png);
            }

            .contents ul li a div:active {
                color: white;
                background-image: url(/images/graytab.png);
            }


.content .advance a {
    transition: 0.2s;
    font-size: 12px;
}

    .content .advance a:link {
        color: #69aba8;
        text-decoration: none;
    }

    .content .advance a:visited {
        color: #69aba8;
        text-decoration: none;
    }

    .content .advance a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .content .advance a:active {
        color: #69aba8;
        text-decoration: none;
    }

.content .breakcum ul li {
    list-style: none;
    display: inline;
    font-size: 14px;
}

.contents .advance a {
    transition: 0.2s;
    font-size: 12px;
}

    .contents .advance a:link {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .advance a:visited {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .advance a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .contents .advance a:active {
        color: #69aba8;
        text-decoration: none;
    }

.content .breakcum ul li a {
    transition: 0.2s;
}

    .content .breakcum ul li a:link {
        color: orange;
        text-decoration: none;
    }

    .content .breakcum ul li a:visited {
        color: orange;
        text-decoration: none;
    }

    .content .breakcum ul li a:hover {
        color: #69aba8;
        text-decoration: none;
    }

    .content .breakcum ul li a:active {
        color: orange;
        text-decoration: none;
    }

.content .breakcum ul li:last-child {
    color: #2d2d2d;
}

.contents .breakcum ul li {
    list-style: none;
    display: inline;
    font-size: 14px;
}

    .contents .breakcum ul li a {
        transition: 0.2s;
    }

        .contents .breakcum ul li a:link {
            color: orange;
            text-decoration: none;
        }

        .contents .breakcum ul li a:visited {
            color: orange;
            text-decoration: none;
        }

        .contents .breakcum ul li a:hover {
            color: #69aba8;
            text-decoration: none;
        }

        .contents .breakcum ul li a:active {
            color: orange;
            text-decoration: none;
        }

    .contents .breakcum ul li:last-child {
        color: #2d2d2d;
    }



.content .createuser form {
    padding-left: 40px;
}

.contents .createuser form {
    padding-left: 40px;
}

/*select, input {
    margin: 0;
    padding: 0;
    text-indent: 5px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

input {
    text-indent: 14px;
}*/

.content .createuser form table tr td {
    text-align: left;
    padding-top: 5px;
    padding-left: 30px;
}

    .content .createuser form table tr td strong {
        font-weight: 600;
    }

.contents .createuser form table tr td {
    text-align: left;
    padding-top: 5px;
    padding-left: 30px;
}

    .contents .createuser form table tr td strong {
        font-weight: 600;
    }

.addlegend {
    margin-left: 10px;
    width: 17px;
    height: 23px;
    background-color: #999;
    color: white;
    padding-left: 6px;
    cursor: pointer;
}

.add {
    width: 23px;
    height: 19px;
    background-color: #999;
    color: white;
    padding-top: 4px;
    cursor: pointer;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    padding: 16px;
    border: 10px solid #69aba8;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content1 {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 30%;
    padding: 16px;
    border: 10px solid #69aba8;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content2 {
    display: none;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 75%;
    height: 50%;
    padding: 16px;
    border: 10px solid #69aba8;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


/*Login*/
.loginbox {
    background-color: #F2F2F2;
    width: 480px;
    min-height: 165px;
    -webkit-animation: myfirst ease-out 0.6s; /* Chrome, Safari, Opera */
    -moz-animation: myfirst ease-out 0.6s;
    -o-animation: myfirst ease-out 0.6s;
    animation: myfirst ease-out 0.6s;
    margin-top: 10px;
    animation-timing-function: ease-out;
    margin-left: auto;
    margin-right: auto;
    box-shadow: #666 5px 5px 0px;
    border-radius: 3px;
    padding-bottom: .6%;
}





/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {
        margin-top: -400px;
    }

    to {
        margin-top: 10px;
    }
}

@-moz-keyframes myfirst {
    from {
        margin-top: -400px;
    }

    to {
        margin-top: 10px;
    }
}

@-o-keyframes myfirst {
    from {
        margin-top: -400px;
    }

    to {
        margin-top: 10px;
    }
}

/* Standard syntax */
@keyframes myfirst {
    from {
        margin-top: -400px;
    }

    to {
        margin-top: 10px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a {
    /*color: #f55f24;*/
    font-size: 13px;
    text-decoration: none;
}

.fade {
}

.fadetitle {
    color: white;
    font-size: 30px;
    margin-top: 150px;
    opacity: 0;
    animation: fadein 0.3s ease-out 0.6s forwards;
    -moz-animation: fadein 0.3s ease-out 0.6s forwards; /* Firefox */
    -webkit-animation: fadein 0.3s ease-out 0.6s forwards; /* Safari and Chrome */
    -o-animation: fadein 0.3s ease-out 0.6s forwards; /* Opera */
}

/*Login*/

.Link {
    color: #f55f24;
}

    .Link:hover {
        color: #078e1a;
    }

.subtab {
    margin-left: 10px;
    position: relative;
    top: -10px;
}

    .subtab a {
        margin-right: 71px;
    }

        .subtab a:link {
            color: #777;
            text-decoration: none;
        }

        .subtab a:visited {
            color: #777;
            text-decoration: none;
        }

        .subtab a:hover {
            color: #69aba8;
            text-decoration: none;
        }

        .subtab a:active {
            color: #777;
            text-decoration: none;
        }

        .subtab a .activesub {
            color: #69aba8;
        }


.content .bigtab ul {
    list-style-type: none;
    display: block;
    position: relative;
    left: -10px;
}

    .content .bigtab ul li {
        list-style-type: none;
        display: inline;
    }

        .content .bigtab ul li div {
            width: 137px;
            height: 42px;
            text-align: center;
            background-image: url(/images/graybigtab.png);
            background-repeat: no-repeat;
            float: left;
            padding-top: 10px;
            margin-right: 0px;
            font-size: 20px;
            font-weight: bold;
            color: #2d2d2d;
            transition: 0.2s;
        }

        .content .bigtab ul li .active {
            color: white;
            background-image: url(/images/activebigtab.png);
        }

        .content .bigtab ul li a {
            text-decoration: none;
        }

            .content .bigtab ul li a div:hover {
                color: white;
                background-image: url(/images/activebigtab.png);
            }

            .content .bigtab ul li a div:active {
                color: white;
                background-image: url(/images/graybigtab.png);
            }

.contents .bigtab ul {
    list-style-type: none;
    display: block;
    position: relative;
    left: -10px;
}

    .contents .bigtab ul li {
        list-style-type: none;
        display: inline;
    }

        .contents .bigtab ul li div {
            width: 137px;
            height: 42px;
            text-align: center;
            background-image: url(/images/graybigtab.png);
            background-repeat: no-repeat;
            float: left;
            padding-top: 10px;
            margin-right: 0px;
            font-size: 20px;
            font-weight: bold;
            color: #2d2d2d;
            transition: 0.2s;
        }

        .contents .bigtab ul li .active {
            color: white;
            background-image: url(/images/activebigtab.png);
        }

        .contents .bigtab ul li a {
            text-decoration: none;
        }

            .contents .bigtab ul li a div:hover {
                color: white;
                background-image: url(/images/activebigtab.png);
            }

            .contents .bigtab ul li a div:active {
                color: white;
                background-image: url(/images/graybigtab.png);
            }

.page {
    border: solid 1px #C4C4C4;
    padding: 8px;
    background-color: #eaeaea;
    margin-left: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

    .page:hover {
        border: solid 1px #545454;
        padding: 8px;
        background-color: #5a9693;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .page a {
        text-decoration: none;
    }

.isactive {
    border: solid 1px #545454;
    background-color: #5a9693;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-pm {
    padding: 0;
    margin: 0;
}

.padding-1 {
    padding: 1px;
}

.padding-2 {
    padding: 2px;
}

.padding-3 {
    padding: 3px;
}

.padding-4 {
    padding: 4px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.margin-1 {
    margin: 1px;
}

.margin-2 {
    margin: 2px;
}

.margin-3 {
    margin: 3px;
}

.margin-4 {
    margin: 4px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}


.text-center {
    text-align: center;
}

.center {
    margin: 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-1 {
    padding-left: 1px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-1 {
    padding-right: 1px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-right-4 {
    padding-right: 4px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.margin-left-1 {
    margin-left: 1px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-1 {
    margin-left: 1px;
}

.margin-right-2 {
    margin-left: 2px;
}

.margin-right-3 {
    margin-left: 3px;
}

.margin-right-4 {
    margin-left: 4px;
}

.margin-right-5 {
    margin-left: 5px;
}

.margin-right-10 {
    margin-left: 10px;
}

.margin-right-15 {
    margin-left: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.no-border {
    border: 0;
}

.borderRed {
    border: 1px solid red;
    background-color: red;
}


.background-white {
    background-color: white;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordereds th,
    .table-bordereds td {
        border: 1px solid #fff !important;
    }
}

.table-bordereds {
    border: 1px solid #fff;
}

    .table-bordereds > thead > tr > th,
    .table-bordereds > tbody > tr > th,
    .table-bordereds > tfoot > tr > th,
    .table-bordereds > thead > tr > td,
    .table-bordereds > tbody > tr > td,
    .table-bordereds > tfoot > tr > td {
        border: 1px solid #fff;
    }

    .table-bordereds > thead > tr > th,
    .table-bordereds > thead > tr > td {
        border-bottom-width: 2px;
    }

/*color*/
.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color-yellow {
    color: yellow;
}

.color-black {
    color: black;
}

.color-white {
    color: white;
}

.color-gray {
    color: gray;
}

.color-orange {
    color: orange;
}

.color-none {
    color: none;
}

.loading-spiner-holder {
    background-color: #fff;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

    .loading-spiner-holder img {
        left: 50%;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 50%;
        width: 50px;
        height: 50px;
    }

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-y: visible;
    overflow-x: hidden;
}

.scroll-po {
    position: initial !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}


.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-weight-none {
    font-weight: 100;
}

.font-weight-bold {
    font-weight: bold;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 800;
    background-color: #777777;
    color: #eeeeee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 1.4%;
    bottom: 16%;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #424242;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-wat-wht {
    /*display: none;*/
}

@media (max-width: 576px) {
    .col-xs-ct-12 {
        width: 100%;
    }
}

.filter-form-mobile .row {
    padding: 0 10px;
}

    .filter-form-mobile .row .form-group {
        padding: 0 8px;
    }

/*.navbar-header:before, .navbar-header::after {
    display: inline;
    content: none
}*/

/*
    navbar
*/
/* Desktop */

@media (min-width: 768px) {
    
    .navbar-backdrop, #dropdown-user-mobile {
        display: none;
        visibility: hidden;
    }

    #navbar-deskt1op, #dropdown-user-deskt1op {
        display: block;
        visibility: visible;
    }

    .filter-form-mobile, .act-group-sale-mobile {
        display: none;
        visibility: hidden;
    }

    .filter-form, .act-group-sale {
        display: block;
        visibility: visible;
    }

    .serviceitem-desktop {
        display: block;
    }

    .serviceitem-mobile {
        display: none;
    }

    /*
        menu sale
    */
    .servicelist.dropdown-menu .sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin-top: -1px;
    }

    #SelectedServicesFormByType, #SelectedModulesForm {
        height: 55%;
        width: 13em;
        top: 0;
        left: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .navbar-backdrop, #dropdown-user-mobile {
        display: block;
        visibility: visible;
    }

    #navbar-deskt1op, #dropdown-user-deskt1op {
        display: none;
        visibility: hidden;
    }

    .filter-form-mobile, .act-group-sale-mobile {
        display: block;
        visibility: visible;
    }

    .filter-form, .act-group-sale {
        display: none;
        visibility: hidden;
    }

    .serviceitem-desktop {
        display: none;
    }

    .serviceitem-mobile {
        display: block;
    }

    /*
        menu sale
    */
    .servicelist.dropdown-menu .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        margin: 2px 10px;
        float: none;
        overflow: auto;
    }

    #SelectedServicesFormByType, #SelectedModulesForm {
        top: 50px;
        bottom: 50px;
        left: 10px;
        right: 10px;
    }

    #SelectedServicesFormByTypeBody, #SelectedModulesFormBody {
        height: 100%;
    }

    #SelectedServicesFormByTypeBody, #SelectedModulesFormBody {
        overflow: auto;
    }
}

.btn-draw {
    background-color: #ddd;
    border-color: #ddd;
}

    .btn-draw .icon-bar {
        background-color: #888;
    }

#navbar-mobile .navbar .dropdown-menu {
    padding: 0px 0px 0px 20px;
}

    #navbar-mobile .navbar .dropdown-menu a {
        padding: 5px 0;
    }

.navbar-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    transition-property: opacity, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    visibility: hidden;
    opacity: 0;
}

    .navbar-backdrop.in {
        opacity: 1;
        visibility: visible;
    }

/*
    menu sale
*/
#SelectedServicesFormByType .dropdown-backdrop, #SelectedModulesForm .dropdown-backdrop {
    display: none;
}

.table .radio-inline {
    line-height: 22px;
}
/*ui-select*/
.ui-selectDropdown {
}

    .ui-selectDropdown form ul {
        left: 0 !important;
    }

    .ui-selectDropdown ul {
        left: 0 !important;
        position: absolute !important;
    }

        .ui-selectDropdown ul li div {
            float: none !important;
            padding: unset;
            margin: unset;
            text-align: left !important;
        }
@media screen and (max-width: 1100px) {
    .classHeader{
        display: none;
    }
}