﻿/*border*/
/*menu-bottom, footer-top*/
/*footer-bottom*/
/*menu-top*/
/*sub menu*/
/*font*/
/*border shadow*/
/*footer text-shadow*/
@font-face {
    font-family: "Segoe UI";
    src: url('/assets/fonts/SegoeUiSemilight.eot');
    /* EOT file for IE */
    src: url('/assets/fonts/SegoeUiSemilight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/SegoeUiSemilight.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/SegoeUiSemilight.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Candara";
    src: url('/assets/fonts/Candara.eot');
    /* EOT file for IE */
    src: url('/assets/fonts/Candara.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/Candara.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/Candara.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Calibri Light";
    src: url('/assets/fonts/CalibriLight.eot');
    /* EOT file for IE */
    src: url('/assets/fonts/CalibriLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/CalibriLight.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/CalibriLight.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Microsoft Sans Serif";
    src: url('/assets/fonts/MicrosoftSansSerif.eot');
    /* EOT file for IE */
    src: url('/assets/fonts/MicrosoftSansSerif.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/MicrosoftSansSerif.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/MicrosoftSansSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    src: url('/assets/fonts/fontawesome-webfont.eot');
    /* EOT file for IE */
    src: url('/assets/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(/assets/images/bg.jpg) #f9f9f9;
    font-family: Candara, "Segoe UI", "Calibri Light", "Microsoft Sans Serif";
    color: rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 0px;
}

.table > tbody > tr:hover {
    background-color: #ff6a00;
}

.dxtlControl_DevEx {
    border:none;
}

.footer {
    border-left: 1px solid #10599d;
    border-right: 1px solid #10599d;
    border-top: 1px solid #10599d;
    border-bottom: 1px solid #10599d;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #0055a5;
    background: -webkit-linear-gradient(#0055a5, #1263b0);
    background: -moz-linear-gradient(#0055a5, #1263b0);
    background: -o-linear-gradient(#0055a5, #1263b0);
    background: -ms-linear-gradient(#0055a5, #1263b0);
    background: linear-gradient(#0055a5, #1263b0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

    .footer a {
        color: #ffffff;
        text-decoration: underline;
    }

        .footer a:hover {
            color: #ffffff;
        }

.pagetitle {
    padding: 12px 20px;
    max-height: 45px;
    border-left: 1px solid #0055a5;
    border-right: 1px solid #0055a5;
    border-top: 1px solid #0055a5;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(#0055a5, #176ec2);
    background: -moz-linear-gradient(#0055a5, #176ec2);
    background: -o-linear-gradient(#0055a5, #176ec2);
    background: -ms-linear-gradient(#0055a5, #176ec2);
    background: linear-gradient(#0055a5, #176ec2);
}

    .pagetitle:before {
        content: '• ';
    }

.pageend {
    padding: 15px;
    margin-top: 5px;
    border-left: 1px solid #0055a5;
    border-right: 1px solid #0055a5;
    border-top: 1px solid #0055a5;
    background: -webkit-linear-gradient(#0055a5, #176ec2);
    background: -moz-linear-gradient(#0055a5, #176ec2);
    background: -o-linear-gradient(#0055a5, #176ec2);
    background: -ms-linear-gradient(#0055a5, #176ec2);
    background: linear-gradient(#0055a5, #176ec2);
}

    .pageend:before {
        content: '';
    }

.pagecontent {
    background-color: #ffffff;
    border: 1px solid #0055a5;
}

.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

    #cssmenu ul ul {
        display: none;
    }

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #10599d;
    border-right: 1px solid #10599d;
    border-top: 1px solid #10599d;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #1b5e9f;
    background: -webkit-linear-gradient(#1b5e9f, #0055a5);
    background: -moz-linear-gradient(#1b5e9f, #0055a5);
    background: -o-linear-gradient(#1b5e9f, #0055a5);
    background: -ms-linear-gradient(#1b5e9f, #0055a5);
    background: linear-gradient(#1b5e9f, #0055a5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

    #cssmenu > ul > li > a:hover,
    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li.open > a {
        color: #ffffff;
        background: #0055a5;
        background: -webkit-linear-gradient(#0055a5, #176ec2);
        background: -moz-linear-gradient(#0055a5, #176ec2);
        background: -o-linear-gradient(#0055a5, #176ec2);
        background: -ms-linear-gradient(#0055a5, #176ec2);
        background: linear-gradient(#0055a5, #176ec2);
    }

#cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #10599d;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #10599d;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #555555;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    background: #494949;
    color: #ffffff;
}

#cssmenu ul li.active > a::before {
    content: '• ';
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #444444;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}

#hpProfile {
    border: 1px solid transparent;
}

    #hpProfile:hover {
        border: 1px solid #0055a5;
    }

.nav-side-menu {
    overflow: auto;
    font-family: verdana !important;
    font-size: 12px;
    font-weight: 200;
    background-color: #f5f5f5;
    /*position: fixed;*/
    /*top: 0px;*/
    /*width: 300px;*/
    height: 100%;
    color: #555555;
}

.collapse {
    display: none;
    visibility: visible !important;
}

.nav-side-menu .brand {
    background-color: #f3f3f3;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}

    .nav-side-menu ul .collapsed .arrow:before,
    .nav-side-menu li .collapsed .arrow:before {
        font-family: FontAwesome;
        content: "\f053";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .active,
    .nav-side-menu li .active {
        border-left: 3px solid #555555;
        background-color: #e2edf7;
    }

    .nav-side-menu ul .sub-menu li.active,
    .nav-side-menu li .sub-menu li.active {
        color: #4dadff;
    }

        .nav-side-menu ul .sub-menu li.active a,
        .nav-side-menu li .sub-menu li.active a {
            color: #4dadff;
        }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        background-color: #f2f2f2;
        border: none;
        line-height: 28px;
        border-bottom: 1px solid #f3f3f3;
        margin-left: 0px;
    }

        .nav-side-menu ul .sub-menu li:hover,
        .nav-side-menu li .sub-menu li:hover {
            color: #4dadff;
        }

        .nav-side-menu ul .sub-menu li:before,
        .nav-side-menu li .sub-menu li:before {
            font-family: FontAwesome !important;
            content: "\f105";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
        }

.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #f5f5f5;
    border-bottom: 1px solid #f3f3f3;
}

    .nav-side-menu li a {
        text-decoration: none;
        color: #555555;
    }

        .nav-side-menu li a i {
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .nav-side-menu li:hover {
        border-left: 3px solid #555555;
        background-color: #e2edf7;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        /*position: relative;*/
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 22px;
            top: 5px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            border: 1px solid #ddd;
            border-radius: 5px;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 300px);
        float: right;
    }
}


/*# sourceMappingURL=styles.css.map */
