/*
	Table of Content
	--------------------------------------------------
	-> Reset Styles
	-> Preloader Styles
	-> Main Styles
		-> Content Boxs Styles
        -> Wizard Styles
		-> Home Page Styles
        -> Login Page Styles
        -> Home Dashboard Styles
		-> View Tabs Styles
	-> Banner Styles
    -> Accordion Slider Styles
    -> Home Module Slider Styles
    -> Home Module Icons Styles
	-> Navbar Styles
		-> Main Navbar Styles
    -> Map Styles
    -> My Grid Styles
	-> Custom Scrollbar Styles
	-> Modal Boxs Styles
	-> Other Styles
	-> Form Styles
    -> jqGrid Styles
	-> Media Queries Styles
		-> Phones Styles
		-> Tablets Styles
		-> Desktops Styles
		-> Large Desktops Styles
*/
/* Reset Styles */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #FFFF99;
    color: #000000;
    text-decoration: none;
}

mark {
    background-color: #FFFF99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro Light';
    font-weight: normal;
}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-family: 'Source Sans Pro Semibold';
        font-weight: normal;
    }

    h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
        font-family: 'Source Sans Pro Light Italic';
        font-style: normal;
    }

        h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em,
        h1 em strong, h2 em strong, h3 em strong, h4 em strong, h5 em strong, h6 em strong {
            font-family: 'Source Sans Pro Semibold Italic';
            font-weight: normal;
            font-style: normal;
        }

h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
}

h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
}

h4 {
    margin-bottom: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 26px;
}

h5 {
    margin-bottom: 5px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 26px;
}

p {
    margin-bottom: 15px;
}
/* Preloader Styles */
#preloader {
    width: 100%;
    height: 100%;
    background: url(../images/preloader.GIF) no-repeat scroll center center #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    overflow: visible;
}
/* Main Styles */
html {
    /*overflow-x: hidden;*/
    overflow-y: hidden;
}

body {
    background-color: #F9F9F9;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #565656;
}

.page-wrap {
    position: relative;
}

.page-wrap-header {
    min-height: 98px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #565656;
}

.page-wrap-footer {
    min-height: 26px;
    background-color: #034EA2;
    font-size: 12px;
    color: #FFFFFF;
}

    .page-wrap-footer .container-fluid {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.page-wrap-container {
    position: relative;
}

    .page-wrap-container > .myCustomScrollbar {
        height: 100%;
    }

.main-container {
    width: 100%;
    height: 100%;
    position: relative;
}

    .main-container h1 {
        color: #03804B;
    }

    .main-container h2 {
        color: #000000;
    }

    .main-container > .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

    .main-container .main-container-header {
        min-height: 15px;
        position: relative;
    }

    .main-container .main-container-content {
        position: relative;
    }

    .main-container .main-container-footer {
        min-height: 15px;
        position: relative;
    }

        .main-container .main-container-footer > div {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .main-container .main-container-footer > div .btn.btn-default {
                margin: 0 5px;
            }

                .main-container .main-container-footer > div .btn.btn-default:first-child {
                    margin-left: 0;
                }

                .main-container .main-container-footer > div .btn.btn-default:last-child {
                    margin-right: 0;
                }

    .main-container .main-container-headings {
        height: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

        .main-container .main-container-headings h1 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 30px;
            position: relative;
        }

            .main-container .main-container-headings h1 i {
                margin-right: 5px;
            }

            .main-container .main-container-headings h1 span {
                display: inline-block;
                /*margin-left: 10px;
                padding-left: 10px;*/
                margin-right: 8px;
                padding-right: 12px;
                font-size: 18px;
                color: #03804B;
                position: relative;
            }

                .main-container .main-container-headings h1 span:before {
                    width: 1px;
                    height: 18px;
                    background-color: #767676;
                    margin-top: -10px;
                    content: '';
                    position: absolute;
                    top: 50%;
                    /*left: 0;*/
                    right: 0;
                    -moz-transform: rotate(22.5deg);
                    -webkit-transform: rotate(22.5deg);
                    -o-transform: rotate(22.5deg);
                    -ms-transform: rotate(22.5deg);
                    transform: rotate(22.5deg);
                }

                .main-container .main-container-headings h1 span:last-child {
                    margin-right: 0;
                    padding-right: 0;
                    font-size: 18px;
                }

                    .main-container .main-container-headings h1 span:last-child:before {
                        background-color: transparent;
                    }

        .main-container .main-container-headings span.lblMsg {
            float: right;
            margin: 0;
            padding: 0;
            line-height: 30px;
            color: #FF0000;
            position: relative;
        }

    .main-container .main-container-buttons {
        height: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
    }

        .main-container .main-container-buttons nav {
            float: right;
        }

            .main-container .main-container-buttons nav ul {
                float: left;
                padding-left: 10px;
            }

                .main-container .main-container-buttons nav ul:first-child {
                    padding-left: 0;
                }

                .main-container .main-container-buttons nav ul li {
                    float: left;
                    padding-left: 10px;
                    position: relative;
                }

                    .main-container .main-container-buttons nav ul li:first-child {
                        padding-left: 0;
                    }

                    .main-container .main-container-buttons nav ul li select {
                        height: 24px;
                        margin: 3px 0;
                        padding: 0 5px;
                        line-height: 24px;
                    }

                    .main-container .main-container-buttons nav ul li span.lblText {
                        display: block;
                        float: left;
                        margin-right: 5px;
                        line-height: 28px;
                    }

                    .main-container .main-container-buttons nav ul li a {
                        display: inline-block;
                        margin: 4px 0;
                        line-height: 20px;
                        text-decoration: none;
                    }

                        .main-container .main-container-buttons nav ul li a.btn {
                            margin: 0;
                        }

                    .main-container .main-container-buttons nav ul li .modPopup {
                        min-width: 120px;
                        max-width: 200px;
                        background-color: #034EA2;
                        position: absolute;
                        top: 100%;
                        right: 0;
                        left: auto;
                        z-index: 9999;
                    }

                        .main-container .main-container-buttons nav ul li .modPopup ul {
                            float: none;
                            padding-left: 0;
                        }

                            .main-container .main-container-buttons nav ul li .modPopup ul li {
                                float: none;
                                padding-left: 0;
                                border-top: 1px solid #3571B5;
                                position: relative;
                            }

                                .main-container .main-container-buttons nav ul li .modPopup ul li a {
                                    display: block;
                                    margin: 0;
                                    padding: 5px 15px;
                                    font-size: 16px;
                                    line-height: 22px;
                                    text-align: left;
                                    text-decoration: none;
                                    color: #FFFFFF;
                                }

                                    .main-container .main-container-buttons nav ul li .modPopup ul li a:hover {
                                        background-color: #3571B5;
                                    }

                                    .main-container .main-container-buttons nav ul li .modPopup ul li a img {
                                        width: 18px;
                                        height: 18px;
                                        display: block;
                                        float: left;
                                        margin: 0 5px 0 0;
                                    }

                    .main-container .main-container-buttons nav ul li.filterBtn > .btn-default {
                        border-color: #E5E5E5;
                        color: #6895C7;
                        background: rgb(255,255,255);
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                    }

                        .main-container .main-container-buttons nav ul li.filterBtn > .btn-default:focus, .main-container .main-container-buttons nav ul li.filterBtn > .btn-default.focus {
                            border-color: #E5E5E5;
                            color: #6895C7;
                            background: rgb(255,255,255);
                            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                        }

                        .main-container .main-container-buttons nav ul li.filterBtn > .btn-default:hover {
                            border-color: #E5E5E5;
                            color: #6895C7;
                            background: rgb(229,229,229);
                            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                            background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
                            background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                            background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                            background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                            background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
                        }

                    .main-container .main-container-buttons nav ul li .filterPopupBox {
                        min-width: 200px;
                        background: #F9F9F9;
                        padding: 10px 15px 15px 15px;
                        border: 1px solid #E5E5E5;
                        text-align: left;
                        position: absolute;
                        top: 100%;
                        right: 0;
                        z-index: 99;
                    }

                        .main-container .main-container-buttons nav ul li .filterPopupBox .btn {
                            padding-top: 2px;
                            padding-bottom: 2px;
                        }

.top-logos {
    border-bottom: 1px solid #E5E5E5;
}

.client-logo {
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: left;
}

    .client-logo img {
        max-height: 50px;
        display: block;
        float: left;
    }

.hims-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

    .hims-logo img {
        display: block;
        float: right;
    }

.rams-logo {
    font-family: 'Source Sans Pro Light';
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    color: #767676;
}
/* Content Boxs Styles */
.cont-box {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    position: relative;
    z-index: 9;
}

    .cont-box h2 {
        height: 40px;
        background-color: #E5E5E5;
        margin: 0;
        padding: 0 15px 0 15px;
        line-height: 40px;
        color: #000000;
    }

        .cont-box h2 > i {
            font-size: 20px;
        }

            .cont-box h2 > i:first-child {
                margin-right: 5px;
                color: #034EA2;
            }

    .cont-box h3 {
        color: #000000;
    }

    .cont-box .inner {
        padding: 0;
        position: relative;
    }

    .cont-box .inner2 {
        padding: 15px 15px;
        position: relative;
    }

        .cont-box .inner > .myCustomScrollbar,
        .cont-box .inner2 > .myCustomScrollbar {
            width: 100%;
            height: 100%;
        }

        .cont-box .inner > .myCustomScrollbar2,
        .cont-box .inner2 > .myCustomScrollbar2 {
            width: 100%;
            height: 100%;
        }

    .cont-box.view-cont-box .inner > .myCustomScrollbar,
    .cont-box.view-cont-box .inner2 > .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

    .cont-box.view-cont-box .inner > .myCustomScrollbar2,
    .cont-box.view-cont-box .inner2 > .myCustomScrollbar2 {
        width: 100%;
        height: 100%;
    }

    .cont-box .contBoxTitleCtrlsBar {
        padding: 0;
        position: absolute;
        top: -41px;
        right: -1px;
    }

.contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav {
        float: right;
    }

        .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul {
            float: left;
            padding-left: 10px;
        }

            .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul:first-child {
                padding-left: 0;
            }

            .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li {
                float: left;
                padding-left: 10px;
                position: relative;
            }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li:first-child {
                    padding-left: 0;
                }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li select {
                    height: 24px;
                    margin: 3px 0;
                    padding: 0 5px;
                    line-height: 24px;
                }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li span.lblText {
                    display: block;
                    float: left;
                    margin-right: 5px;
                    line-height: 28px;
                }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li a {
                    display: inline-block;
                    margin: 4px 0;
                    line-height: 20px;
                    text-decoration: none;
                }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu {
                    min-width: 120px;
                    max-width: 200px;
                    background-color: #034EA2;
                    position: absolute;
                    top: 100%;
                    right: 0;
                    left: auto;
                    z-index: 9999;
                }

                    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu ul {
                        float: none;
                        padding-left: 0;
                    }

                        .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu ul li {
                            float: none;
                            padding-left: 0;
                            border-top: 1px solid #3571B5;
                            position: relative;
                        }

                            .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu ul li a {
                                display: block;
                                margin: 0;
                                padding: 5px 15px;
                                font-size: 16px;
                                line-height: 22px;
                                text-align: left;
                                text-decoration: none;
                                color: #FFFFFF;
                            }

                                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu ul li a:hover {
                                    background-color: #3571B5;
                                }

                                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .dropMenu ul li a img {
                                    width: 18px;
                                    height: 18px;
                                    display: block;
                                    float: left;
                                    margin: 0 5px 0 0;
                                }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li.filterBtn > .btn-default {
                    border-color: #E5E5E5;
                    color: #6895C7;
                    background: rgb(255,255,255);
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                }

                    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li.filterBtn > .btn-default:focus,
                    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li.filterBtn > .btn-default.focus {
                        border-color: #E5E5E5;
                        color: #6895C7;
                        background: rgb(255,255,255);
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                    }

                    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li.filterBtn > .btn-default:hover {
                        border-color: #E5E5E5;
                        color: #6895C7;
                        background: rgb(229,229,229);
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                        background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
                        background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                        background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                        background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                        background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
                    }

                .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .filterPopupBox {
                    min-width: 200px;
                    background: #F9F9F9;
                    padding: 10px 15px 15px 15px;
                    border: 1px solid #E5E5E5;
                    text-align: left;
                    position: absolute;
                    top: 100%;
                    right: 0;
                    z-index: 99;
                }

                    .contBoxTitleCtrlsBar .contBoxTitleCtrlsBarBtns nav ul li .filterPopupBox .btn {
                        padding-top: 2px;
                        padding-bottom: 2px;
                    }

/* Wizard Styles */
.stepsWizard {
    width: 100%;
    height: 100%;
    position: relative;
}

.stepsWizardHeader {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
}

    .stepsWizardHeader nav ul li {
        padding: 0;
    }

        .stepsWizardHeader nav ul li a {
            background-color: #034EA2;
            display: block;
            padding: 0 0 0 50px;
            font-size: 16px;
            line-height: 40px;
            text-decoration: none;
            color: #FFFFFF;
            position: relative;
            cursor: default;
        }

            .stepsWizardHeader nav ul li a i {
                width: 30px;
                height: 30px;
                display: inline-block;
                border: 2px solid #FFFFFF;
                font-size: 18px;
                font-style: normal;
                text-align: center;
                line-height: 26px;
                border-radius: 100%;
                position: absolute;
                top: 5px;
                left: 10px;
            }

        .stepsWizardHeader nav ul li.active a {
            background-color: #6895C7;
        }

.stepsWizardContent {
    width: 100%;
    position: absolute;
    top: 55px;
    bottom: 63px;
}

    .stepsWizardContent .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

/*.import-summary ul {
    list-style: none outside none;
}

    .import-summary ul li {
        padding: 3px 0 15px 60px;
        position: relative;
    }

        .import-summary ul li:before {
            width: 1px;
            height: 100%;
            background-color: #6895C7;
            content: '';
            position: absolute;
            top: 0;
            left: 24px;
        }

        .import-summary ul li:after {
            width: 20px;
            height: 1px;
            background-color: #6895C7;
            content: '';
            position: absolute;
            top: 17px;
            left: 25px;
        }

        .import-summary ul li h4 {
            color: #034EA2;
        }

        .import-summary ul li a,
        .import-summary ul li span {
            margin-left: 30px;
            display: inline-block;
            text-decoration: none;
            color: #565656;
            cursor: pointer;
        }

            .import-summary ul li a i,
            .import-summary ul li span i {
                margin-right: 5px;
                color: #000000;
            }

            .import-summary ul li a.summary-sheet i,
            .import-summary ul li span.summary-sheet i {
                color: #775533;
            }

            .import-summary ul li a.summary-table i,
            .import-summary ul li span.summary-table i {
                color: #115599;
            }

            .import-summary ul li a.summary-status i,
            .import-summary ul li span.summary-status i {
                color: #22BB22;
            }

            .import-summary ul li a.summary-status .summary-status-success,
            .import-summary ul li span.summary-status .summary-status-success,
            .import-summary ul li a.summary-status .summary-status-success i,
            .import-summary ul li span.summary-status .summary-status-success i {
                color: green;
            }

            .import-summary ul li a.summary-status .summary-status-fail,
            .import-summary ul li span.summary-status .summary-status-fail,
            .import-summary ul li a.summary-status .summary-status-fail i,
            .import-summary ul li span.summary-status .summary-status-fail i {
                color: red;
            }

            .import-summary ul li a.summary-errors i,
            .import-summary ul li span.summary-errors i {
                color: #FF0000;
            }

            .import-summary ul li a.summary-warnings i,
            .import-summary ul li span.summary-warnings i {
                color: #FF9900;
            }


        .import-summary ul li p {
            margin-bottom: 0;
        }

            .import-summary ul li p a:first-child,
            .import-summary ul li p span:first-child {
                margin-left: 0;
            }*/

.stepsWizardFooter {
    width: 100%;
    height: 48px;
    padding-top: 15px;
    border-top: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
}

.procStepsWizard {
}

    .procStepsWizard .stepsWizardContent > .stepsWizardContentDivs {
        width: 100%;
        height: 100%;
    }

    .procStepsWizard .stepsWizardContent > .proc-process.stepsWizardContentDivs > div,
    .procStepsWizard .stepsWizardContent > .proc-process.stepsWizardContentDivs > div > div {
        height: 100%;
    }

    .procStepsWizard .myFormStyle h4 {
        padding-top: 0;
    }

    .procStepsWizard .logText {
        top: 47px;
        bottom: 0;
    }

    .procStepsWizard .processListArea {
        position: absolute;
        top: 47px;
        bottom: 0;
        left: 15px;
        right: 15px;
    }

    .procStepsWizard .proc-summary a,
    .procStepsWizard .proc-summary a:hover {
        text-decoration: none;
    }

    .procStepsWizard .proc-summary .summary-status {
    }

        .procStepsWizard .proc-summary .summary-status .summary-status-success {
            color: green;
        }

        .procStepsWizard .proc-summary .summary-status .summary-status-fail {
            color: red;
        }

    .procStepsWizard .proc-summary .summary-errors,
    .procStepsWizard .proc-summary .summary-errors a {
        color: red;
    }

    .procStepsWizard .proc-summary .summary-warnings,
    .procStepsWizard .proc-summary .summary-warnings a {
        color: orange;
    }

/* Summary Grid Styles */
.summaryGrid {
}

    .summaryGrid ul {
        list-style: none outside none;
    }

    .summaryGrid > ul > li {
        margin: 0 0 1px 0;
        padding: 10px 10px 10px 60px;
        position: relative;
    }

        .summaryGrid > ul > li.summarySuccessBg {
            background-color: rgba(0, 128, 0, .15);
        }

        .summaryGrid > ul > li.summaryFailBg {
            background-color: rgba(255, 0, 0, .15);
        }

        .summaryGrid > ul > li:nth-child(even) {
            background-color: #F0F0F0;
        }

        .summaryGrid > ul > li:nth-child(odd) {
            background-color: #F9F9F9;
        }

        .summaryGrid > ul > li:before {
            width: 1px;
            height: 100%;
            background-color: #3CB583;
            content: '';
            position: absolute;
            top: 0;
            left: 24px;
        }

        .summaryGrid > ul > li:after {
            width: 20px;
            height: 1px;
            background-color: #3CB583;
            content: '';
            position: absolute;
            top: 22px;
            left: 25px;
        }

        .summaryGrid > ul > li > h4 {
            clear: both;
            color: #3CB583;
        }

        .summaryGrid > ul > li > div {
            width: 100%;
            display: table;
            clear: both;
        }

            .summaryGrid > ul > li > div > ul {
                display: table-row;
            }

                .summaryGrid > ul > li > div > ul > li {
                    display: table-cell;
                    padding: 0 5px;
                    text-align: left;
                    vertical-align: middle;
                }

                    .summaryGrid > ul > li > div > ul > li a {
                        text-decoration: none;
                    }

                    .summaryGrid > ul > li > div > ul > li i {
                        margin-right: 8px;
                    }

    .summaryGrid .summarySheet,
    .summaryGrid .summarySheet span,
    .summaryGrid .summarySheet a {
        color: brown;
    }

    .summaryGrid .summaryTable,
    .summaryGrid .summaryTable span,
    .summaryGrid .summaryTable a {
        color: blueviolet;
    }

    .summaryGrid .summaryStatus .summaryStatusSuccess {
        color: green;
    }

    .summaryGrid .summaryStatus .summaryStatusFail {
        color: red;
    }

    .summaryGrid .summaryErrors,
    .summaryGrid .summaryErrors span,
    .summaryGrid .summaryErrors a {
        color: red;
    }

    .summaryGrid .summaryWarnings,
    .summaryGrid .summaryWarnings span,
    .summaryGrid .summaryWarnings a {
        color: orange;
    }

/* My Tab Styles */
.myTabStyles {
    width: 100%;
    height: 100%;
    position: relative;
}

.myTabStylesHeader {
    width: 100%;
    height: 32px;
}

    .myTabStylesHeader nav ul li {
        float: left;
    }

        .myTabStylesHeader nav ul li + li {
            padding-left: 5px;
        }

        .myTabStylesHeader nav ul li a {
            background-color: #03A361;
            display: block;
            padding: 0 30px 0 30px;
            font-size: 14px;
            line-height: 32px;
            text-decoration: none;
            color: #FFFFFF;
            position: relative;
            cursor: pointer;
        }

            .myTabStylesHeader nav ul li a:hover {
                background-color: #03804B;
            }

        .myTabStylesHeader nav ul li.active a:hover,
        .myTabStylesHeader nav ul li.active a {
            background-color: #3FBF8A;
        }

.myTabStylesContent {
    width: 100%;
    height: auto;
    background-color: #FFFFFF; /*#F9F9F9*/
    border: 1px solid #E5E5E5;
}

.myTabStylesContDiv {
    display: none;
}

    .myTabStylesContDiv.active {
        display: block;
    }

.myTabStylesFooter {
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.queryBuilderTabs.myTabStyles {
    width: 100%;
    height: 100%;
    position: relative;
}

.queryBuilderTabs .myTabStylesHeader {
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.queryBuilderTabs .myTabStylesContent {
    width: 100%;
    height: auto;
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
}

    .queryBuilderTabs .myTabStylesContent .myTabStylesContDiv,
    .queryBuilderTabs .myTabStylesContent .myTabStylesContDiv .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }


        .queryBuilderTabs .myTabStylesContent .myTabStylesContDiv textarea {
            resize: none;
        }

        .queryBuilderTabs .myTabStylesContent .myTabStylesContDiv .panel-body {
            padding: 5px 15px;
        }

.queryBuilderTabs .myTabStylesFooter {
    width: 100%;
    height: 32px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.queryBuilderTabs .queryBuilderDataTabContent {
}

    .queryBuilderTabs .queryBuilderDataTabContent > .myFormStyle,
    .queryBuilderTabs .queryBuilderDataTabContent > .myFormStyle > div {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .queryBuilderTabs .queryBuilderDataTabContent .nav.nav-tabs {
        padding-top: 15px;
    }

        .queryBuilderTabs .queryBuilderDataTabContent .nav.nav-tabs > li > a {
            padding: 0 15px;
            line-height: 32px;
            text-decoration: none;
        }

    .queryBuilderTabs .queryBuilderDataTabContent .tab-content {
        background-color: #FFFFFF;
        border: 1px solid #D4D4D4;
        border-top: none;
        position: absolute;
        top: 49px;
        bottom: 15px;
        left: 0;
        right: 0;
    }

        .queryBuilderTabs .queryBuilderDataTabContent .tab-content > .tab-pane,
        .queryBuilderTabs .queryBuilderDataTabContent .tab-content > .tab-pane > .myCustomScrollbar {
            width: 100%;
            height: 100%;
        }

    .queryBuilderTabs .queryBuilderDataTabContent .selectGroupList {
        padding-top: 10px;
    }

.queryBuilderTabs .queryBuilderSQLTabContent {
    position: relative;
}

    .queryBuilderTabs .queryBuilderSQLTabContent .sqlquerytextarea {
        margin: 0;
        position: absolute;
        top: 15px;
        bottom: 60px;
        left: 15px;
        right: 15px;
    }

        .queryBuilderTabs .queryBuilderSQLTabContent .sqlquerytextarea textarea.form-control {
            width: 100%;
            height: 100%;
            resize: none;
        }

    .queryBuilderTabs .queryBuilderSQLTabContent .sqlquerybutton {
        margin: 0;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

.querySQLCriteria {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 15px;
    right: 15px;
}

    .querySQLCriteria textarea {
        height: 100%;
        resize: none;
    }

/* Home Page Styles */
.home-page-wrap {
}

.small a img {
    position: absolute;
    bottom: 15px;
    left: 9px;
    opacity: .5;
    transition: all .2s ease-out;
}

.small a:hover img {
    opacity: 1;
}

.accordion-hor li a img {
    bottom: 15px;
    position: absolute;
    left: 9px;
    opacity: .5;
    transition: all .2s ease-out;
}

.accordion-hor li a:hover img {
    opacity: 1;
}

/*Login Page Styles*/
.login-page {
}

    .login-page h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .login-page h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .login-page .main-left-navbar > ul {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        /*padding-right: 110px;*/
    }

        .login-page .main-left-navbar > ul > li {
            margin: 0;
            padding: 0 0 0 1px;
        }

            .login-page .main-left-navbar > ul > li:first-child {
                padding-left: 0;
            }

            .login-page .main-left-navbar > ul > li > a {
                padding: 8px 25px;
            }

                .login-page .main-left-navbar > ul > li.active > a,
                .login-page .main-left-navbar > ul > li > a:hover,
                .login-page .main-left-navbar > ul > li > a:focus {
                    color: #FFFFFF;
                    background: rgb(51,126,210);
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzN2VkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzRlYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, rgba(51,126,210,1) 0%, rgba(3,78,162,1) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,126,210,1)), color-stop(100%,rgba(3,78,162,1)));
                    background: -webkit-linear-gradient(top, rgba(51,126,210,1) 0%,rgba(3,78,162,1) 100%);
                    background: -o-linear-gradient(top, rgba(51,126,210,1) 0%,rgba(3,78,162,1) 100%);
                    background: -ms-linear-gradient(top, rgba(51,126,210,1) 0%,rgba(3,78,162,1) 100%);
                    background: linear-gradient(to bottom, rgba(51,126,210,1) 0%,rgba(3,78,162,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ed2', endColorstr='#034EA2',GradientType=0 );
                }


            .login-page .main-left-navbar > ul > li.userLoginActive {
                float: right;
            }

                .login-page .main-left-navbar > ul > li.userLoginActive > a,
                .login-page .main-left-navbar > ul > li.userLoginActive.active > a,
                .login-page .main-left-navbar > ul > li.userLoginActive > a:focus {
                    color: #FFFFFF;
                    background: #B53C3C;
                    background: -moz-linear-gradient(top, #B53C3C 0%, #A21D21 100%);
                    background: -webkit-linear-gradient(top, #B53C3C 0%,#A21D21 100%);
                    background: linear-gradient(to bottom, #B53C3C 0%,#A21D21 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B53C3C', endColorstr='#A21D21',GradientType=0 );
                }

                    .login-page .main-left-navbar > ul > li.userLoginActive.active > a:hover,
                    .login-page .main-left-navbar > ul > li.userLoginActive > a:hover {
                        color: #FFFFFF;
                        background: #A21D21;
                        background: -moz-linear-gradient(top, #A21D21 0%, #B53C3C 100%);
                        background: -webkit-linear-gradient(top, #A21D21 0%,#B53C3C 100%);
                        background: linear-gradient(to bottom, #A21D21 0%,#B53C3C 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A21D21', endColorstr='#B53C3C',GradientType=0 );
                    }

    .login-page .main-container > .container-fluid,
    .login-page .main-container > .container-fluid > .row,
    .login-page .main-container > .container-fluid > .row > .clearfix {
        height: 100%;
    }

        .login-page .main-container > .container-fluid > .row > .clearfix > .myCustomScrollbar {
            position: absolute;
            top: 15px;
            bottom: 15px;
            left: 15px;
            right: 15px;
        }

    .login-page .login-form {
        background-color: #F0F0F0;
    }

        .login-page .login-form > form {
            background-color: #c6d5e3;
            max-width: 260px;
            margin: 40px auto 40px auto;
            padding: 10px 15px 15px 15px;
            border: 1px solid #9bb7d4;
        }

            .login-page .login-form > form > h2 {
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px dotted #9bb7d4;
            }

    .login-page .validation-summary-errors ul {
        list-style: none outside none;
    }

.user-login {
    width: 94px;
    position: absolute;
    top: 0;
    right: 15px;
}

    .user-login > ul {
    }

        .user-login > ul > li {
            position: relative;
        }

            .user-login > ul > li > a {
                display: block;
                padding: 8px 25px;
                font-size: 16px;
                text-align: center;
                text-decoration: none;
                color: #FFFFFF;
                background: #B53C3C;
                background: -moz-linear-gradient(top, #B53C3C 0%, #A21D21 100%);
                background: -webkit-linear-gradient(top, #B53C3C 0%,#A21D21 100%);
                background: linear-gradient(to bottom, #B53C3C 0%,#A21D21 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B53C3C', endColorstr='#A21D21',GradientType=0 );
            }

                .user-login > ul > li.active > a,
                .user-login > ul > li:hover > a,
                .user-login > ul > li > a:hover {
                    color: #FFFFFF;
                    background: #03a361;
                    background: -moz-linear-gradient(top, #03a361 0%, #3cb583 100%);
                    background: -webkit-linear-gradient(top, #03a361 0%,#3cb583 100%);
                    background: linear-gradient(to bottom, #03a361 0%,#3cb583 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a361', endColorstr='#3cb583',GradientType=0 );
                }

    .user-login .user-login-form {
        width: 220px;
        background-color: #B1E5D0;
        padding: 10px 15px 15px 15px;
        border: 1px solid #3cb583;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
    }

    .user-login > ul > li > .user-login-form {
        display: none;
    }

        .user-login > ul > li > .user-login-form.user-login-form-open {
            display: block;
        }

/* Home Dashboard Styles */
.home-dashboard {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    position: relative;
}

.home-dashboard-nav {
    width: 230px;
    height: 100%;
    background: #03a361;
    background: -moz-linear-gradient(top, #03a361 0%, #3cb583 100%);
    background: -webkit-linear-gradient(top, #03a361 0%,#3cb583 100%);
    background: linear-gradient(to bottom, #03a361 0%,#3cb583 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a361', endColorstr='#3cb583',GradientType=0 );
}

    .home-dashboard-nav > ul > li {
        border-bottom: 1px solid #3FBF8A;
    }

        .home-dashboard-nav > ul > li > a {
            display: block;
            padding: 0 15px;
            border-left: 5px solid transparent;
            font-size: 16px;
            line-height: 50px;
            text-decoration: none;
            color: #F6F6F6;
        }

            .home-dashboard-nav > ul > li > a > i {
                width: 40px;
                font-size: 20px;
                text-align: left;
                color: #F6F6F6;
            }

            .home-dashboard-nav > ul > li > a:hover {
                background-color: #3FBF8A;
            }

        .home-dashboard-nav > ul > li.active > a {
            background-color: #F9F9F9;
            border-color: #3CB583;
            color: #03804B;
        }

            .home-dashboard-nav > ul > li.active > a > i {
                color: #3CB583;
            }

.home-dashboard-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 230px;
    right: 0;
}

    .home-dashboard-content .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

        .home-dashboard-content .myCustomScrollbar .mCSB_container {
            padding: 15px 0;
        }

.home-dashboard-view {
}

.hdvBox + .hdvBox {
    padding-left: 0;
}

.hdvBoxInner {
    background-color: #FFFFFF;
    padding: 0 15px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

.hdvBox h2 {
    margin: 0;
    padding: 10px 0;
}

    .hdvBox h2 i {
        margin: 0 10px 0 0;
        color: #3CB583;
    }

/* View Tabs Styles */
.view-tabs {
}

    .view-tabs > ul.view-tabs-navbar {
        width: 64px;
        height: 100%;
        background-color: #E5E5E5;
        float: right;
        border: 1px solid #E5E5E5;
        border-left: none;
        list-style: none outside none;
        position: relative;
        z-index: 2;
    }

        .view-tabs > ul.view-tabs-navbar > li {
            border-bottom: 1px solid #E5E5E5;
        }

            .view-tabs > ul.view-tabs-navbar > li > a {
                display: block;
                padding: 8px 0;
                line-height: normal;
                text-decoration: none;
                text-align: center;
                color: #034EA2;
            }

                .view-tabs > ul.view-tabs-navbar > li > a > i {
                    font-size: 24px;
                }

                .view-tabs > ul.view-tabs-navbar > li > a > span {
                    display: block;
                    font-size: 12px;
                }

                .view-tabs > ul.view-tabs-navbar > li > a:hover,
                .view-tabs > ul.view-tabs-navbar > li > a:focus {
                    background-color: #F6F6F6;
                    color: #ed1c24;
                }

            .view-tabs > ul.view-tabs-navbar > li.active > a {
                background-color: #FFFFFF;
                color: #ed1c24;
            }

    .view-tabs > .view-tabs-content {
        height: 100%;
        background-color: #FFFFFF;
        padding-right: 64px;
        border: 1px solid #E5E5E5;
        position: relative;
    }

        .view-tabs > .view-tabs-content > .view-tab-pane {
            width: 100%;
            height: 100%;
            padding: 4px;
            position: relative;
            z-index: 0;
        }

            .view-tabs > .view-tabs-content > .view-tab-pane.import-view-bms {
                z-index: inherit;
            }

            .view-tabs > .view-tabs-content > .view-tab-pane.view-tab-pane-first {
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 64px;
                z-index: 1;
            }

            .view-tabs > .view-tabs-content > .view-tab-pane > .myCustomScrollbar,
            .view-tabs > .view-tabs-content > .view-tab-pane > .myCustomScrollbar2 {
                width: 100%;
                height: 100%;
            }

.chartViewHeader {
    width: auto;
    height: auto;
    background-color: #F6F6F6;
    padding: 5px 5px;
    border-bottom: 1px solid #E5E5E5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .chartViewHeader .sp-preview {
        width: 32px;
        height: 16px;
    }

    .chartViewHeader .form-group {
        position: relative;
    }

    .chartViewHeader .form-group-sm select[multiple].form-control {
        position: absolute;
        top: -2px;
        left: 42px;
        z-index: 99;
    }

.chartViewContent {
    width: auto;
    height: auto;
    position: absolute;
    top: 56px; /*36px*/
    bottom: 0;
    left: 0;
    right: 0;
}
.stripViewContent {
    width: auto;
    height: auto;
    position: absolute;
    top: 56px; /*36px*/
    bottom: 0;
    left: 0;
    right: 0;
}

.mapViewHideShow {
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.upload-img-form {
    background-color: #F6F6F6;
    padding-top: 5px;
    padding-bottom: 0px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

    .upload-img-form > div + div {
        padding-left: 0;
    }

.upload-img-list {
    position: absolute;
    top: 75px;
    bottom: 0px;
    left: 0;
    right: 0;
}

    .upload-img-list .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.processImportSummary {
    position: absolute;
    top: 75px;
    bottom: 0px;
    left: 0;
    right: 0;
}

    .processImportSummary .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.gallery-tabs {
    width: 100%;
    height: 100%;
    position: relative;
}

    .gallery-tabs .nav.nav-tabs {
        width: 100%;
        height: auto;
        display: inline-block;
    }

        .gallery-tabs .nav.nav-tabs li a {
            background-color: #F6F6F6;
            border-bottom: 1px solid #D4D4D4;
            font-size: 15px;
            text-decoration: none;
            color: #767676;
        }

        .gallery-tabs .nav.nav-tabs li.active a {
            background-color: #FFFFFF;
            border-bottom: 1px solid transparent;
            color: #DC0000;
        }

    .gallery-tabs .tab-content {
        border: 1px solid #D4D4D4;
        border-top: none;
        position: absolute;
        top: 43px;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .gallery-tabs .tab-content .tab-pane {
            width: 100%;
            height: 100%;
        }

            .gallery-tabs .tab-content .tab-pane > .myCustomScrollbar {
                width: 100%;
                height: 100%;
            }

    .gallery-tabs .docTypeLi {
        float: right !important;
        padding: 5px 0 !important;
    }

        .gallery-tabs .docTypeLi .form-group {
            margin: 0;
        }

/* Light Gallery Styles */
.imageLightGallery {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    list-style: none outside none;
    text-align: center;
}

    .imageLightGallery > li {
        width: 164px;
        height: 124px;
        display: inline-block;
        margin: 10px 8px 10px 9px;
        padding: 0;
        border: 4px solid #F6F6F6;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        -webkit-box-shadow: 0 0 0 1px #D4D4D4;
        box-shadow: 0 0 0 1px #D4D4D4;
    }

    .imageLightGallery.editImageGallery > li {
        margin: 10px 8px 30px 9px;
        cursor: default;
        overflow: inherit;
    }

    .imageLightGallery > li:hover:after {
        background: url(../images/magnifier-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0.5);
        background-size: 24px 24px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .imageLightGallery.editImageGallery > li:hover:after {
        background: none;
    }

    .imageLightGallery > li > .editGalleryImage {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .imageLightGallery > li > .editGalleryIcons {
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
    }

        .imageLightGallery > li > .editGalleryIcons > a {
            margin: 0 10px;
            display: inline-block;
            text-decoration: none;
        }

    .imageLightGallery > li > a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

        .imageLightGallery > li > img,
        .imageLightGallery > li > .editGalleryImage > img,
        .imageLightGallery > li > a > img {
            min-width: 100%;
            min-height: 100%;
            max-width: 100%;
            display: block;
        }

        .imageLightGallery > li > span,
        .imageLightGallery > li > .editGalleryImage > span,
        .imageLightGallery > li > a > span {
            background-color: rgba(0, 0, 0, 0.75);
            font-size: 12px;
            line-height: 22px;
            text-align: center;
            color: #ffffff;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }


.videoLightGallery {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    list-style: none outside none;
    text-align: center;
}

    .videoLightGallery > li {
        width: 164px;
        height: 124px;
        display: inline-block;
        margin: 10px 8px 10px 9px;
        padding: 0;
        border: 4px solid #F6F6F6;
        overflow: hidden;
        -webkit-box-shadow: 0 0 0 1px #D4D4D4;
        box-shadow: 0 0 0 1px #D4D4D4;
        position: relative;
    }

    .videoLightGallery.editVideoGallery > li {
        margin: 10px 8px 30px 9px;
        cursor: default;
        overflow: inherit;
    }

    /*.videoLightGallery > li:after {
        background: url(../images/play-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0.25);
        background-size: 24px 24px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .videoLightGallery > li:hover:after {
        background: none;
    }*/

    .videoLightGallery > li > .editGalleryVideo {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .videoLightGallery > li > .editGalleryIcons {
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
    }

        .videoLightGallery > li > .editGalleryIcons > a {
            margin: 0 10px;
            display: inline-block;
            text-decoration: none;
        }

    .videoLightGallery > li > .editGalleryVideo > a,
    .videoLightGallery > li > a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

        .videoLightGallery > li > .editGalleryVideo > a:after,
        .videoLightGallery > li > a:after {
            background: url(../images/play-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0.25);
            background-size: 24px 24px;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .videoLightGallery > li > .editGalleryVideo > a:hover:after,
        .videoLightGallery > li > a:hover:after {
            background: url(../images/play-icon.png) no-repeat scroll center center rgba(0, 0, 0, 0.5);
            background-size: 24px 24px;
        }

        .videoLightGallery > li > img,
        .videoLightGallery > li > .editGalleryVideo > img,
        .videoLightGallery > li > a > img,
        .videoLightGallery > li > .editGalleryVideo > a > img {
            min-width: 100%;
            min-height: 100%;
            max-width: 100%;
            display: block;
        }

        .videoLightGallery > li > span,
        .videoLightGallery > li > .editGalleryVideo > span,
        .videoLightGallery > li > a > span,
        .videoLightGallery > li > .editGalleryVideo > a > span {
            background-color: rgba(55, 55, 55, 0.5);
            font-size: 12px;
            line-height: 22px;
            text-align: center;
            color: #ffffff;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

.docmentsGallery {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none outside none;
}

    .docmentsGallery.list-styled li {
        background-position: 15px 6px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 30px;
    }

    .docmentsGallery > li > .editGalleryIcons {
        text-align: left;
    }

        .docmentsGallery > li > .editGalleryIcons > a {
            margin: 5px 20px 0 0;
            display: inline-block;
            text-decoration: none;
        }


/* Process list grid styles */
.proc-list-grid-container {
    position: absolute;
    top: 80px;
    bottom: 5px;
    left: 0;
    right: 0;
}

    .proc-list-grid-container .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

    .proc-list-grid-container .mCSB_container {
        padding: 0 15px;
    }
/* Admin Content Styles */
.adminCont {
}

    .adminCont .adminLeftCont {
        width: 18.7%;
        height: 100%;
        background-color: #E5E5E5;
        /*float: left;*/
        float: right;
        padding: 12px 0 0 0;
        position: relative;
    }

        .adminCont .adminLeftCont .myCustomScrollbar {
            /*width: 100%;
            height: 100%;*/
            position: absolute;
            top: 15px;
            bottom: 40px;
            left: 0px;
            right: 0px;
        }

        .adminCont .adminLeftCont.advSearchLeftCont .myCustomScrollbar {
            /*width: 100%;
            height: 100%;*/
            position: absolute;
            top: 15px;
            bottom: 15px;
            left: 0px;
            right: 0px;
        }

        .adminCont .adminLeftCont .adminLeftContButton {
            /*padding:5px 15px;*/
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 5px;
        }

    .adminCont .adminMainCont {
        width: 80%;
        height: 100%;
        background-color: #FFFFFF;
        /*float: right;*/
        float: left;
        padding: 4px;
        border: 1px solid #E5E5E5;
        position: relative;
    }

        .adminCont .adminMainCont .myCustomScrollbar {
            width: 100%;
            height: 100%;
        }

    .adminCont .adminMainCont2 {
        width: 80%;
        height: 100%;
        float: left;
        position: relative;
    }

        .adminCont .adminMainCont2 .myCustomScrollbar {
            width: 100%;
            height: 100%;
        }

.adminLeftContOverlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Data Publish Page Styles */
.dataPublishListBox {
    max-height: 280px;
}

    .dataPublishListBox .myCustomScrollbar {
        max-height: 280px;
    }
/* PMS Page Styles */
#stripMapRoadModal .modal-dialog {
    width: 400px;
}

#stripChartLegendModal .modal-dialog {
    width: 400px;
}

.stripForm {
}

.stripChartContainer {
}

.stripChartDivOuter {
    width: 100%;
    background: url(../images/noisy_grid.png) repeat scroll center center;
    /*background-color: #D3D3D3;*/
    /*margin-bottom: 10px;
    bottom: 30%;*/
    margin-bottom: 2px;
    bottom: 37.5% !important;
    overflow: inherit !important;
    position: relative;
}

    .stripChartDivOuter:after {
        width: auto;
        height: 45px;
        background-color: #E5E5E5;
        border-top: 1px solid #B3B3B3;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

.stripCharYaxistDiv {
    width: 12%;
    height: 100%;
    background-color: #E5E5E5;
    float: left;
    border-right: 1px solid #B3B3B3;
    font-size: 12px;
    text-align: right;
    position: relative;
    z-index: 11;
}

    .stripCharYaxistDiv ul {
        padding: 0;
        list-style: none outside none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 49px;
    }

        .stripCharYaxistDiv ul li {
            padding: 0 15px 0 15px;
            white-space: nowrap;
            color: #000000;
            position: relative;
        }

            .stripCharYaxistDiv ul li:after {
                width: 5px;
                height: 1px;
                background-color: #B3B3B3;
                content: '';
                position: absolute;
                top: 50%;
                right: 0;
            }

.stripChartDiv {
    width: 88%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

    .stripChartDiv .stripChart {
        width: auto;
        height: 100%;
        margin-right: 0;
        padding: 15px 15px 0 15px;
        /*overflow: auto;*/
        overflow-x: scroll;
        overflow-y: auto;
        position: relative;
    }

        .stripChartDiv .stripChart .stripChartInner {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

            /*.stripChartDiv .stripChart .stripChartInner:after {
                width: auto;
                height: 25px;
                background-color: #E5E5E5;
                border-top: 1px solid #B3B3B3;
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 0;
            }*/

            .stripChartDiv .stripChart .stripChartInner svg {
                position: relative;
                z-index: 1;
            }

.stripChartLegendDiv {
    width: auto;
    height: auto;
    border-left: 1px solid #B3B3B3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

    .stripChartLegendDiv .stripChartLegend {
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
    }

    .stripChartLegendDiv .stripChartLegendBtn {
        width: 32px;
        height: 32px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 100%;
    }

        .stripChartLegendDiv .stripChartLegendBtn,
        .stripChartLegendDiv .stripChartLegendBtn:focus {
            border-color: #3CB583;
            color: #FFFFFF;
            background: #3CB583;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNmRiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzRkYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #3CB583 0%, #03A361 100%);
            background: -webkit-linear-gradient(top, #3CB583 0%,#03A361 100%);
            background: linear-gradient(to bottom, #3CB583 0%,#03A361 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3CB583', endColorstr='#03A361',GradientType=0 );
        }

            .stripChartLegendDiv .stripChartLegendBtn:hover {
                border-color: #03A361;
                color: #FFFFFF;
                background: #03A361;
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #03A361 0%, #3CB583 100%);
                background: -webkit-linear-gradient(top, #03A361 0%,#3CB583 100%);
                background: linear-gradient(to bottom, #03A361 0%,#3CB583 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A361', endColorstr='#3CB583',GradientType=0 );
            }

.customLegend {
    width: 175px;
    height: 100%;
}

    .customLegend ul {
        list-style: none outside none;
        padding: 5px 15px;
    }

        .customLegend ul > li {
            /*padding: 15px 0 0 0;*/
            font-size: 13px;
            margin: 0;
        }

    .customLegend > ul > li:first-child {
        padding-top: 0;
    }

    .customLegend ul > li > a {
        text-decoration: none;
        /*color: #03A361;*/
        color: #000000;
    }

        .customLegend ul > li > a:hover {
            color: #DC0000;
        }

    .customLegend ul > li > ul {
        padding: 0 0 0 15px;
    }

        .customLegend ul > li > ul > li {
            padding: 10px 0 0 0;
            font-size: 12px;
            line-height: 16px;
            color: #000000;
        }

    .customLegend > ul > li > ul > li:first-child {
        padding-top: 5px;
    }

    .customLegend ul > li > ul > li > span {
        width: 16px;
        height: 16px;
        background-color: transparent;
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }

    .customLegend .addNewLegendBtn a {
        display: block;
        padding: 2px 5px;
        text-align: center;
    }

        .customLegend .addNewLegendBtn a,
        .customLegend .addNewLegendBtn a:focus {
            border-color: #3CB583;
            color: #FFFFFF;
            background: #3CB583;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNmRiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzRkYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #3CB583 0%, #03A361 100%);
            background: -webkit-linear-gradient(top, #3CB583 0%,#03A361 100%);
            background: linear-gradient(to bottom, #3CB583 0%,#03A361 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3CB583', endColorstr='#03A361',GradientType=0 );
        }

            .customLegend .addNewLegendBtn a:hover {
                border-color: #03A361;
                color: #FFFFFF;
                background: #03A361;
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #03A361 0%, #3CB583 100%);
                background: -webkit-linear-gradient(top, #03A361 0%,#3CB583 100%);
                background: linear-gradient(to bottom, #03A361 0%,#3CB583 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A361', endColorstr='#3CB583',GradientType=0 );
            }

.stripChartGridOuter {
    width: 100%;
    /*height: 30%;*/
    height: 37.5%;
    background-color: #FFFFFF;
}

    .stripChartGridOuter h4 {
        padding-top: 5px;
    }

        .stripChartGridOuter h4 a {
            font-size: 14px;
            text-decoration: none;
            color: #dc0000;
        }

            .stripChartGridOuter h4 a i {
                margin-right: 5px;
            }

    .stripChartGridOuter .ui-widget.ui-widget-content.ui-corner-all.ui-jqgrid {
        margin-bottom: 15px;
    }

.stripChartDivider {
    background-color: #03A361;
    /*height: 10px;
    bottom: 30%;*/
    height: 2px;
    bottom: 37.5%;
}

/* Menuitems Styles */
.moduleMenuTabs {
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.moduleMenuTabsNav {
    background-color: #F0F0F0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

    .moduleMenuTabsNav > ul {
        width: 100%;
        float: left;
        margin-bottom: -1px;
        margin-left: -1px;
        list-style: none outside none;
        position: relative;
    }

        .moduleMenuTabsNav > ul > li {
            float: left;
        }

            .moduleMenuTabsNav > ul > li > a {
                display: block;
                padding: 0 20px;
                border: 1px solid transparent;
                border-top: none;
                font-size: 14px;
                line-height: 34px;
                text-decoration: none;
                color: #565656;
            }

                .moduleMenuTabsNav > ul > li > a:hover {
                    color: #DC0000;
                }

            .moduleMenuTabsNav > ul > li.active > a {
                background-color: #FFFFFF;
                border-color: transparent #E5E5E5 #FFFFFF #E5E5E5;
                color: #03A361;
            }

.moduleMenuTabsContent {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 40px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.menuItemsTabsNav {
    height: 100%;
    padding: 0;
    background-color: #3FBF8A;
    border-right: 1px solid #E5E5E5;
    position: relative;
}

    .menuItemsTabsNav > ul {
        float: left;
        list-style: none outside none;
        position: relative;
    }

        .menuItemsTabsNav > ul > li {
            width: 100%;
            float: left;
            position: relative;
        }

            .menuItemsTabsNav > ul > li:first-child {
                margin-top: -1px;
            }

            .menuItemsTabsNav > ul > li > a {
                display: block;
                padding: 0 15px;
                margin-right: -1px;
                border: 1px solid transparent;
                border-left: none;
                font-size: 14px;
                line-height: 34px;
                text-decoration: none;
                color: #ffffff;
                position: relative;
            }

                .menuItemsTabsNav > ul > li > a > i {
                    margin-right: 5px;
                }

                .menuItemsTabsNav > ul > li > a:hover {
                    color: #014026;
                }

            .menuItemsTabsNav > ul > li.active > a {
                background-color: #FFFFFF;
                border-color: #E5E5E5 #FFFFFF #E5E5E5 transparent;
                color: #03A361;
            }

.menuItemsTabsContent {
    height: 100%;
    padding: 15px 15px 15px 15px;
    position: relative;
}

    .menuItemsTabsContent .tab-pane,
    .menuItemsTabsContent .tab-pane .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.menuItemsNav ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

    .menuItemsNav ul > li > a {
        display: inline-block;
        text-decoration: none;
    }

        .menuItemsNav ul > li > a:focus {
            color: #dc0000;
        }

    .menuItemsNav ul > li > ul {
        padding-left: 30px;
    }

.menuItemsNav > ul > li {
    padding-left: 18px;
}

    .menuItemsNav > ul > li:before,
    .menuItemsNav > ul > li:after {
        content: '';
        position: absolute;
    }

    .menuItemsNav > ul > li:before {
        width: 9px;
        height: 9px;
        background-color: #03A361;
        top: 11px;
        left: 0;
        border-radius: 100%;
        z-index: 1;
    }

    .menuItemsNav > ul > li:after {
        width: 1px;
        height: 100%;
        background-color: #B1E5D0;
        top: 0;
        left: 4px;
        z-index: 0;
    }

    .menuItemsNav > ul > li > ul > li {
        padding-left: 10px;
    }

        .menuItemsNav > ul > li > ul > li:before {
            content: '';
            position: absolute;
        }

        .menuItemsNav > ul > li > ul > li:before {
            width: 44px;
            height: 1px;
            background-color: #B1E5D0;
            top: 15px;
            right: 100%;
            z-index: 1;
        }

/* Search Menuitems Styles */
.searchModuleMenuTabs {
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.searchModuleMenuTabsNav {
    background-color: #F0F0F0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

    .searchModuleMenuTabsNav > ul {
        width: 100%;
        float: left;
        margin-bottom: -1px;
        margin-left: -1px;
        list-style: none outside none;
        position: relative;
    }

        .searchModuleMenuTabsNav > ul > li {
            float: left;
        }

            .searchModuleMenuTabsNav > ul > li > a {
                display: block;
                padding: 0 20px;
                border: 1px solid transparent;
                border-top: none;
                font-size: 14px;
                line-height: 34px;
                text-decoration: none;
                color: #565656;
            }

                .searchModuleMenuTabsNav > ul > li > a:hover {
                    color: #DC0000;
                }

            .searchModuleMenuTabsNav > ul > li.active > a {
                background-color: #FFFFFF;
                border-color: transparent #E5E5E5 #FFFFFF #E5E5E5;
                color: #03A361;
            }

.searchModuleMenuTabsContent {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: 40px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.searchMenuItemsTabsNav {
    height: 100%;
    padding: 0;
    background-color: #F0F0F0;
    position: relative;
}

    .searchMenuItemsTabsNav ul {
    }

        .searchMenuItemsTabsNav ul > li {
        }

            .searchMenuItemsTabsNav ul > li > a {
                display: block;
                padding: 5px 15px;
                border: 1px solid transparent;
                font-size: 14px;
                text-decoration: none;
                color: #565656;
                cursor: pointer;
                position: relative;
                z-index: 1;
            }

                .searchMenuItemsTabsNav ul > li > a > i {
                    margin-right: 5px;
                }

                    .searchMenuItemsTabsNav ul > li > a > i.pull-right {
                        margin-top: 8px;
                        margin-right: 0;
                    }

                .searchMenuItemsTabsNav ul > li > a:hover {
                    background-color: #E5E5E5;
                    border-color: #E5E5E5;
                    color: #565656;
                }

            .searchMenuItemsTabsNav ul > li.active > a {
                background-color: #FFFFFF;
                border-color: #E5E5E5 transparent #E5E5E5 #E5E5E5;
                color: #565656;
            }

    .searchMenuItemsTabsNav > .vertical-simply-scroll {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 20px 0 20px 0;
    }

        .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-clip {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-btn {
            width: auto;
            height: 20px;
        }

        .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-btn-up {
            background: url(../images/top-arrow.png) no-repeat scroll center center #3CB583 !important;
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
        }

        .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-btn-down {
            background: url(../images/bottom-arrow.png) no-repeat scroll center center #3CB583 !important;
            top: auto;
            bottom: 0;
            left: 0;
            left: 0;
            right: 0;
        }

        .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-list {
            margin: 0;
            padding: 0;
        }

            .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-list li {
                width: auto;
                height: 30px;
            }

                .searchMenuItemsTabsNav > .vertical-simply-scroll .simply-scroll-list li > a {
                    padding: 0 15px;
                    line-height: 28px;
                }

.searchMenuItemsTabsContent {
    height: 100%;
    padding: 15px 15px 15px 15px;
    position: relative;
}

    .searchMenuItemsTabsContent .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.searchMenuItemsNav ul > li {
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

    .searchMenuItemsNav ul > li > a {
        display: inline-block;
        text-decoration: none;
    }

/* Banner Styles */
.banner {
}

#camera_slider {
    height: 100%;
    margin-bottom: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.moduleSlider {
    width: 100%;
    height: 100%;
    position: relative;
    position: relative;
}

    .moduleSlider .cameraModuleSlider {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.cameraModuleSlider {
}

    .cameraModuleSlider.camera_wrap .camera_pag .camera_pag_ul {
        text-align: center;
    }

        .cameraModuleSlider.camera_wrap .camera_pag .camera_pag_ul li {
            width: 16px;
            height: 16px;
            margin: 15px 5px 0 5px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

    .cameraModuleSlider.camera_wrap .camera_caption {
        width: 100%;
        display: block;
        color: #565656;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .cameraModuleSlider.camera_wrap .camera_caption h2 {
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 30px;
        }

        .cameraModuleSlider.camera_wrap .camera_caption > div {
            width: 100%;
            height: 100%;
            background: none;
            padding: 0;
            position: relative;
        }

            .cameraModuleSlider.camera_wrap .camera_caption > div > .myCustomScrollbar {
                width: 100%;
                height: 100%;
            }

/* Accordion Slider Styles */
.accordionSliderContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.accordionSlider {
    width: 100%;
    height: 100%;
    list-style: none outside none;
    position: relative;
}

    .accordionSlider > li {
        width: 40px;
        height: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .accordionSlider > li > .accordionSlider-heading {
            width: 40px;
            height: 100%;
            background-color: #046EE4;
            float: left;
            margin: 0;
            padding: 0;
            color: #FFFFFF;
            cursor: pointer;
            position: relative;
        }

            .accordionSlider > li > .accordionSlider-heading > a.moduleLink {
                width: 100%;
                height: 100%;
                display: block;
                border: 1px solid #03A361;
                border-right: none;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
            }

            .accordionSlider > li > .accordionSlider-heading > span.moduleText {
                width: 200px;
                height: 40px;
                display: block;
                margin: 105px 0 0 -80px;
                padding: 5px 0;
                white-space: nowrap;
                position: relative;
                z-index: 0;
                -moz-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .accordionSlider > li > .accordionSlider-heading > span.moduleIcon {
                width: 100%;
                display: block;
                text-align: center;
                position: absolute;
                bottom: 15px;
                left: 0;
                z-index: 1;
            }

        .accordionSlider > li > .accordionSlider-body {
            width: auto;
            height: 100%;
            float: left;
            position: relative;
        }

            .accordionSlider > li > .accordionSlider-body .cameraModuleSlider {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }

/* Home Module Slider Styles */
#homeModuleSlider {
    margin-bottom: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    #homeModuleSlider .camera_prevThumbs,
    #homeModuleSlider .camera_nextThumbs,
    #homeModuleSlider .camera_prev,
    #homeModuleSlider .camera_next,
    #homeModuleSlider .camera_commands,
    #homeModuleSlider .camera_thumbs_cont {
        background: #3FBF8A;
    }

    #homeModuleSlider .camera_target .cameraSlide img.imgLoaded {
        display: none !important;
    }

    #homeModuleSlider .camera_target .cameraSlide {
        background: none no-repeat scroll center center #FFFFFF;
        background-size: cover;
    }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_RIS {
            background-image: url(../images/ris-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_PMS {
            background-image: url(../images/pms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_TIS {
            background-image: url(../images/tis-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_BMS {
            background-image: url(../images/bms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_RMMS {
            background-image: url(../images/rmms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_CIMS {
            background-image: url(../images/cims-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_DPS {
            background-image: url(../images/dps-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_SMS {
            background-image: url(../images/sms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_FMS {
            background-image: url(../images/fms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_LRMS {
            background-image: url(../images/lrms-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_GIS {
            background-image: url(../images/gis-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_ESIS {
            background-image: url(../images/esis-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_MES {
            background-image: url(../images/mes-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_CAPS {
            background-image: url(../images/caps-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_ADMN {
            background-image: url(../images/admin-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide.cameraSlide_SADMN {
            background-image: url(../images/sadmin-slide-img.jpg);
        }

        #homeModuleSlider .camera_target .cameraSlide > * {
            position: relative;
            z-index: 1;
        }

        #homeModuleSlider .camera_target .cameraSlide:after {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
        }


    #homeModuleSlider.camera_wrap .camera_pag {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
    }

        #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul {
            text-align: center;
        }

            #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li {
                width: 38px;
                height: 38px;
                background: none no-repeat scroll center center #3FBF8A;
                background-size: 65% 65%;
                margin: 0 8px;
                border: 1px solid #B1E5D0;
                position: relative;
                border-radius: 100%;
            }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li span {
                    display: none !important;
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li strong {
                    font-family: 'Source Sans Pro';
                    text-align: center;
                    text-indent: 0;
                    color: #FFFFFF;
                    position: absolute;
                    bottom: -20px;
                    left: 0;
                    right: 0;
                    z-index: 99999;
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.camera_hover {
                    background-color: #014026;
                    border-color: #B1E5D0;
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_RIS {
                    background-image: url(../images/ris-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_PMS {
                    background-image: url(../images/pms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_TIS {
                    background-image: url(../images/tis-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_BMS {
                    background-image: url(../images/bms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_RMMS {
                    background-image: url(../images/rmms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_CIMS {
                    background-image: url(../images/cims-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_DPS {
                    background-image: url(../images/dps-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_SMS {
                    background-image: url(../images/sms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_FMS {
                    background-image: url(../images/fms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_LRMS {
                    background-image: url(../images/lrms-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_GIS {
                    background-image: url(../images/gis-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_ESIS {
                    background-image: url(../images/esis-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_MES {
                    background-image: url(../images/mes-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_CAPS {
                    background-image: url(../images/caps-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_ADMN {
                    background-image: url(../images/admn-icon.png);
                }

                #homeModuleSlider.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_SADMN {
                    background-image: url(../images/sadmn-icon.png);
                }

    #homeModuleSlider .camera_caption {
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        #homeModuleSlider .camera_caption > div {
            width: 100%;
            height: 100%;
            background: none;
            margin: 0;
            padding: 0;
        }

            #homeModuleSlider .camera_caption > div > div,
            #homeModuleSlider .camera_caption > div > div > div,
            #homeModuleSlider .camera_caption > div > div > div > div {
                height: 100%;
            }

        #homeModuleSlider .camera_caption .camera_caption_section {
            background: rgba(255, 255, 255, .75);
            border: 1px solid rgba(255, 255, 255, .95);
            position: absolute;
            top: 30px;
            bottom: 93px;
            left: 0;
            right: 0;
            border-radius: 12px;
        }

.camera_caption_section h2 {
    margin: 0;
    padding: 15px 15px;
    font-size: 22px;
    text-align: center;
}

.camera_caption_section p {
    margin: 0 0 15px 0;
}

.camera_caption_section .section-content-area {
    color: #363636;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 30px;
    right: 30px;
}

    .camera_caption_section .section-content-area h3 {
        color: #FF0000;
    }

    .camera_caption_section .section-content-area table {
        background-color: #FFFFFF !important;
    }

    .camera_caption_section .section-content-area .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.camera_caption_section .view-data-link {
    text-align: right;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

/* Home Module Icons Styles */
.moduleIconsContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.moduleIconsLeftPanel {
    width: 72%;
    /*background: url(../images/noisy_grid.png) repeat scroll center center;*/
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.moduleIconsRightPanel {
    width: 28%;
    background-color: #F9F9F9;
    border-left: 1px solid #DEDEDE;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.moduleIconsNav {
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );*/
    background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .moduleIconsNav > ul {
        width: 100%;
        text-align: center;
    }

        .moduleIconsNav > ul > li {
            width: 54px;
            display: inline-block;
            padding: 10px 0 4px 0;
            position: relative;
        }

            .moduleIconsNav > ul > li > a {
                display: inline-block;
                text-decoration: none;
            }

                .moduleIconsNav > ul > li > a > i {
                    width: 32px;
                    height: 32px;
                    background: none no-repeat scroll center center #03A361;
                    background-size: 65% 65%;
                    display: block;
                    margin: 0 auto;
                    position: relative;
                    border-radius: 100%;
                }

                .moduleIconsNav > ul > li > a:hover > i {
                    background-color: #03804B;
                }

                .moduleIconsNav > ul > li > a > span {
                    display: block;
                    font-family: 'Source Sans Pro';
                    text-align: center;
                    color: #565656;
                }

            .moduleIconsNav > ul > li.moduleIcon_RIS > a > i {
                background-image: url(../images/ris-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_PMS > a > i {
                background-image: url(../images/pms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_TIS > a > i {
                background-image: url(../images/tis-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_BMS > a > i {
                background-image: url(../images/bms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_RMMS > a > i {
                background-image: url(../images/rmms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_CIMS > a > i {
                background-image: url(../images/cims-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_DPS > a > i {
                background-image: url(../images/dps-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_SMS > a > i {
                background-image: url(../images/sms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_FMS > a > i {
                background-image: url(../images/fms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_LRMS > a > i {
                background-image: url(../images/lrms-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_GIS > a > i {
                background-image: url(../images/gis-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_ESIS > a > i {
                background-image: url(../images/esis-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_MES > a > i {
                background-image: url(../images/mes-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_CAPS > a > i {
                background-image: url(../images/caps-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_ADMN > a > i {
                background-image: url(../images/admn-icon.png);
            }

            .moduleIconsNav > ul > li.moduleIcon_SADMN > a > i {
                background-image: url(../images/sadmn-icon.png);
            }

.moduleIconsMapView {
    background: url(../images/noisy_grid.png) repeat scroll center center;
    position: absolute;
    top: 0;
    bottom: 65px;
    left: 0;
    right: 0;
}

.moduleIconsViewTabs {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.moduleIconsViewTabsNav {
    background-color: #DEDEDE;
}

    .moduleIconsViewTabsNav > ul > li {
        float: left;
    }

        .moduleIconsViewTabsNav > ul > li > a {
            display: block;
            padding: 6px 20px 4px 20px;
            text-align: center;
            text-decoration: none;
            color: #969696;
        }

            .moduleIconsViewTabsNav > ul > li > a > i {
                display: block;
                margin: 0 auto;
                font-size: 24px;
            }

            .moduleIconsViewTabsNav > ul > li > a > span {
                display: block;
                margin: 0 auto;
                font-size: 12px;
                line-height: normal;
                color: #767676;
            }

            .moduleIconsViewTabsNav > ul > li > a:hover {
                background-color: #e5e5e5;
                color: #969696;
            }

        .moduleIconsViewTabsNav > ul > li.active > a {
            background-color: #FFFFFF;
            color: #3CB583;
        }

            .moduleIconsViewTabsNav > ul > li.active > a > span {
                color: #3CB583;
            }

.moduleIconsViewTabsContent {
    background-color: #FFFFFF;
    position: absolute;
    top: 50px;
    bottom: 65px;
    left: 0;
    right: 0;
}

    .moduleIconsViewTabsContent .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

.moduleIconsViewBtn {
    background-color: #FFFFFF;
    padding: 15px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .moduleIconsViewBtn .btn {
        padding: 7px 25px;
        font-size: 16px;
    }

.moduleLandingDiv {
    background: none no-repeat scroll center center #FFFFFF;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .moduleLandingDiv.LandingDiv_RIS {
        background-image: url(../images/ris-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_PMS {
        background-image: url(../images/pms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_TIS {
        background-image: url(../images/tis-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_BMS {
        background-image: url(../images/bms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_RMMS {
        background-image: url(../images/rmms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_CIMS {
        background-image: url(../images/cims-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_DPS {
        background-image: url(../images/dps-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_SMS {
        background-image: url(../images/sms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_FMS {
        background-image: url(../images/fms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_LRMS {
        background-image: url(../images/lrms-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_GIS {
        background-image: url(../images/gis-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_ESIS {
        background-image: url(../images/esis-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_MES {
        background-image: url(../images/mes-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_CAPS {
        background-image: url(../images/caps-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_ADMN {
        background-image: url(../images/admin-slide-img.jpg);
    }

    .moduleLandingDiv.LandingDiv_SADMN {
        background-image: url(../images/sadmin-slide-img.jpg);
    }

.moduleLandingContent {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

    .moduleLandingContent > div,
    .moduleLandingContent > div > div,
    .moduleLandingContent > div > div > div {
        height: 100%;
    }

.moduleLandingSection {
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .95);
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    border-radius: 12px;
}

    .moduleLandingSection h2 {
        margin: 0;
        padding: 15px 15px;
        font-size: 22px;
        text-align: center;
    }

    .moduleLandingSection p {
        margin: 0 0 15px 0;
    }

.moduleLandingSectionContent {
    color: #363636;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 30px;
    right: 30px;
}

    .moduleLandingSectionContent h3 {
        color: #FF0000;
    }

    .moduleLandingSectionContent table {
        background-color: #FFFFFF !important;
    }

    .moduleLandingSectionContent .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

/* Navbar Styles */
/* Main Navbar Styles */
.main-navbar {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

    .main-navbar .main-left-navbar-heading {
        float: left;
        position: relative;
    }

        .main-navbar .main-left-navbar-heading .modPopup {
            max-width: 150px;
        }

    .main-navbar h2 {
        /*min-width: 210px;*/
        background: #034EA2;
        float: left;
        margin: 0;
        padding: 0 25px 0 0;
        font-family: 'Source Sans Pro Bold';
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        position: relative;
        cursor: pointer;
    }

        .main-navbar h2:after {
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 18px solid #034EA2;
            content: '';
            position: absolute;
            top: 0;
            left: 100%;
        }

        .main-navbar h2 img {
            width: 24px;
            height: 24px;
            display: block;
            float: left;
            margin: 6px 15px;
        }

        .main-navbar h2 i {
            font-size: 16px;
            line-height: 36px;
            position: absolute;
            top: 0;
            right: 2px;
            z-index: 9;
        }

.main-left-navbar {
    padding: 0;
}

    .main-left-navbar .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

    .main-left-navbar > ul {
        float: left;
        padding-left: 18px;
    }

        .main-left-navbar > ul > li {
            float: left;
            margin: 0 0 0 20px;
            padding: 8px 0;
            position: relative;
        }

            .main-left-navbar > ul > li > a {
                display: block;
                font-size: 16px;
                text-decoration: none;
                color: #034EA2;
            }

                .main-left-navbar > ul > li > a > i {
                    margin-right: 5px;
                }

                .main-left-navbar > ul > li:hover > a,
                .main-left-navbar > ul > li.active > a,
                .main-left-navbar > ul > li > a:hover,
                .main-left-navbar > ul > li > a:focus {
                    color: #ed1c24;
                }

            .main-left-navbar > ul > li > div.sub-navbar-div {
                width: 230px;
                display: none;
                background-color: #6895C7;
                padding: 5px;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 999;
            }

            .main-left-navbar > ul > li:hover > div.sub-navbar-div {
                display: block;
            }

            .main-left-navbar > ul > li > div.sub-navbar-div.sub-navbar-div-width {
                width: 449px;
            }

            .main-left-navbar > ul > li > div.sub-navbar-div > .sub-navbar-div-left {
                width: 220px;
                background-color: transparent;
                border: none;
                position: absolute;
                top: 5px;
                bottom: 5px;
                left: 5px;
            }

            .main-left-navbar > ul > li > div.sub-navbar-div > .sub-navbar-div-right {
                width: 220px;
                background-color: #FFFFFF;
                border: 1px solid #3571B5;
                position: absolute;
                top: 5px;
                bottom: 5px;
                right: 5px;
            }

.sub-navbar-div-left {
}

    .sub-navbar-div-left ul > li > a {
        display: block;
        padding: 4px 10px;
        border: 1px solid transparent;
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

        .sub-navbar-div-left ul > li > a > i {
            margin-right: 5px;
        }

            .sub-navbar-div-left ul > li > a > i.pull-right {
                margin-top: 8px;
                margin-right: 0;
            }

        .sub-navbar-div-left ul > li > a:hover,
        .sub-navbar-div-left ul > li > a:focus {
            background-color: #FFFFFF;
            border-color: #3571B5;
            color: #565656;
        }


    .sub-navbar-div-left ul > li.active > a {
        background-color: #B1E5D0;
        border-color: #3571B5;
        color: #03804B;
    }

    .sub-navbar-div-left ul > li.sub-navbar > a {
        background-color: #FFFFFF;
        border-color: #3571B5 transparent #3571B5 #3571B5;
        color: #565656;
    }

.sub-navbar-div-right {
}

    .sub-navbar-div-right .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-right: 0;
    }

    .sub-navbar-div-right .mCSB_inside > .mCSB_container {
        margin-right: 5px;
    }

    .sub-navbar-div-right ul {
        padding: 0 15px;
    }

        .sub-navbar-div-right ul > li > a {
            display: block;
            padding: 0;
            border-top: 1px solid #E5E5E5;
            line-height: 30px;
            color: #565656;
            text-decoration: none;
            cursor: pointer;
            position: relative;
            z-index: 1;
        }

        .sub-navbar-div-right ul > li:first-child > a {
            border-top: none;
        }

        .sub-navbar-div-right ul > li > a > i {
            margin-right: 5px;
        }

        .sub-navbar-div-right ul > li.active > a,
        .sub-navbar-div-right ul > li > a:hover,
        .sub-navbar-div-right ul > li > a:focus {
            color: #3571B5;
        }

.sub-navbar-div-left > .vertical-simply-scroll {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-clip {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-btn {
        width: auto;
        height: 15px;
    }

    .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-btn-up {
        background: url(../images/top-arrow.png) no-repeat scroll center center #6895C7 !important;
        top: 0;
        bottom: auto;
        left: 0;
        right: 1px;
    }

    .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-btn-down {
        background: url(../images/bottom-arrow.png) no-repeat scroll center center #6895C7 !important;
        top: auto;
        bottom: 0;
        left: 0;
        left: 0;
        right: 1px;
    }

    .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-list {
        margin: 15px 0;
    }

        .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-list li {
            width: auto;
            height: 30px;
        }

            .sub-navbar-div-left > .vertical-simply-scroll .simply-scroll-list li > a {
                padding: 0 10px;
                line-height: 30px;
            }

.main-right-navbar {
    padding: 0;
}

    .main-right-navbar > ul {
        float: right;
    }

        .main-right-navbar > ul > li {
            float: left;
            border-left: 1px solid #E5E5E5;
            position: relative;
        }

            .main-right-navbar > ul > li > a {
                display: block;
                text-decoration: none;
                color: #6895C7;
                background: rgb(229,229,229);
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
                background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
            }

                .main-right-navbar > ul > li > a > i {
                    width: 44px;
                    height: 36px;
                    display: block;
                    font-size: 22px;
                    text-align: center;
                    line-height: 36px;
                }

                .main-right-navbar > ul > li:hover > a,
                .main-right-navbar > ul > li > a:hover,
                .main-right-navbar > ul > li > a:focus {
                    background: rgb(255,255,255);
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
                }

            .main-right-navbar > ul > li ul {
                min-width: 120px;
                background-color: #6895C7;
                position: absolute;
                top: 100%;
                right: 0;
                z-index: 999;
            }

                .main-right-navbar > ul > li ul > li {
                    border-top: 1px solid #3571B5;
                    position: relative;
                }

                    .main-right-navbar > ul > li ul > li:first-child {
                        border-top: none;
                    }

                    .main-right-navbar > ul > li ul > li > a {
                        display: block;
                        padding: 5px 15px;
                        text-decoration: none;
                        white-space: nowrap;
                        color: #FFFFFF;
                    }

                        .main-right-navbar > ul > li ul > li > a:hover,
                        .main-right-navbar > ul > li ul > li > a:focus {
                            background-color: #3571B5;
                        }

    .main-right-navbar ul li > ul {
        display: none;
    }

    .main-right-navbar ul li:hover > ul {
        display: block;
    }

    .main-right-navbar .navbar-search {
        width: 200px;
        height: 36px;
        margin: 0;
        padding: 2px 2px 2px 2px;
        border: none;
    }

        .main-right-navbar .navbar-search .search-input.form-control {
            height: 32px;
            border-color: #6895C7;
            color: #6895C7;
        }

            .main-right-navbar .navbar-search .search-input.form-control::-moz-placeholder {
                color: #6895C7;
            }

            .main-right-navbar .navbar-search .search-input.form-control:-ms-input-placeholder {
                color: #6895C7;
            }

            .main-right-navbar .navbar-search .search-input.form-control::-webkit-input-placeholder {
                color: #6895C7;
            }

        .main-right-navbar .navbar-search .btn {
            margin: 0;
            padding: 0;
            border: none;
        }

            .main-right-navbar .navbar-search .btn i {
                width: 32px;
                height: 32px;
                background-color: #6895C7;
                display: block;
                font-size: 16px;
                text-align: center;
                line-height: 32px;
                color: #FFFFFF;
            }

        .main-right-navbar .navbar-search .search-content {
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 999;
        }

.modPopup {
    min-width: 150px;
    background-color: #034EA2;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}

    .modPopup ul li {
        max-width: 100%;
        border-top: 1px solid #3571B5;
    }

        .modPopup ul li a {
            display: block;
            padding: 5px 15px;
            font-size: 16px;
            line-height: 22px;
            text-decoration: none;
            color: #FFFFFF;
        }

            .modPopup ul li a:hover {
                background-color: #3571B5;
            }

            .modPopup ul li a img {
                width: 18px;
                height: 18px;
                display: block;
                float: left;
                margin: 0 5px 0 0;
            }

.search-content {
    width: 400px;
    max-height: 365px;
    background-color: #E5E5E5;
}

    .search-content .form-inline {
        /*height: 50px;
        padding: 10px 10px;*/
        height: 60px;
        padding: 5px 10px;
    }

        .search-content .form-inline .form-group {
            width: 105px; /* 160px */
            margin-left: 10px;
        }

            .search-content .form-inline .form-group:first-child {
                margin-left: 0;
            }

        .search-content .form-inline .form-control {
            width: 85px;
            height: 26px;
            padding: 0;
        }

        .search-content .form-inline .form-group a {
            text-decoration: none;
        }

        /*.search-content .form-inline .form-group .clear-roads {
            color: #000000;
            float:left;
            cursor:pointer;
            text-decoration:underline;
        }

        .search-content .form-inline .form-group .close {
            font-size: 32px;
            line-height: 26px;
            color: #000000;
            opacity: 0.5;
            float:right;
        }*/

        .search-content .form-inline .close {
            font-size: 32px;
            line-height: 50px;
            color: #000000;
            opacity: 0.5;
        }

    .search-content .myCustomScrollbar {
        width: 100%;
        max-height: 304px;
    }

    .search-content .search-content-myradio {
        margin: 0;
        padding: 10px 15px;
    }

    .search-content #inDepthSearchAccordion {
        margin: 0;
    }

    .search-content .panel-default {
        border-color: #034EA2;
    }

    .search-content .panel-title a {
        background-color: #3571B5;
        color: #FFFFFF;
    }

    .search-content .panel-body {
        padding: 0;
        border-color: #034EA2 !important;
    }

    .search-content ul {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

        .search-content ul.searchContentMainUl {
            background-color: #6895C7;
        }

            .search-content ul.searchContentMainUl > li {
                border: none;
            }

                .search-content ul.searchContentMainUl > li > .searchCheckbox {
                    position: absolute;
                    top: 5px;
                    left: 10px;
                }

                .search-content ul.searchContentMainUl > li > a {
                    background-color: #3571B5;
                    padding-left: 35px;
                    border-top: 1px solid #034EA2;
                }

            .search-content ul.searchContentMainUl li ul > li {
                padding: 2px 15px 2px 10px;
                color: #FFFFFF;
            }

.tree-list-nav {
}

    .tree-list-nav ul {
        padding-left: 20px;
        position: relative;
    }

        .tree-list-nav ul > li {
            padding: 3px;
            position: relative;
        }

            .tree-list-nav ul > li > a {
                text-decoration: none;
            }

    .tree-list-nav > ul > li > a {
        color: #000000;
    }

    .tree-list-nav ul > li > ul > li > a {
        color: #03804B;
    }

    .tree-list-nav ul > li > ul > li > ul > li > a {
        color: #3CB583;
    }

    .tree-list-nav ul:after,
    .tree-list-nav ul > li:after {
        content: '';
        position: absolute;
    }

    .tree-list-nav ul:after {
        width: 1px;
        height: 100%;
        background-color: #C3C3C3; /*#43BA89*/
        top: 0;
        left: 0;
    }

    .tree-list-nav ul > li:after {
        width: 15px;
        height: 1px;
        background-color: #C3C3C3;
        margin-right: 5px;
        top: 13px;
        right: 100%;
    }

/* Map Styles */
.mapArea {
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    float: left;
    padding: 0;
    position: relative;
    z-index: 0;
}

    .mapArea .map2 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
    }

    .mapArea .map2 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
    }

    .mapArea .mapControles {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

        .mapArea .mapControles ul {
            list-style: none outside none;
        }

            .mapArea .mapControles ul li {
                display: inline-block;
                padding: 0 3px;
            }

                .mapArea .mapControles ul li a {
                    display: block;
                }

                .mapArea .mapControles ul li img {
                    display: block;
                    width: 16px;
                    height: 16px;
                }

.mapRight {
    float: right;
    width: 20%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.mapLayers {
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.minimap {
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.mapLayers-icon,
.minimap-icon {
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #034EA2;
    position: absolute;
    right: 0;
    z-index: 9;
}

.mapLayers-icon {
    top: 0;
}

.minimap-icon {
    top: 50%;
}

.minimapTrans {
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    float: left;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
}

.CustomGridArea {
    width: 80%;
    height: 100%;
    background-color: #DDDDDD;
    float: left;
    padding: 0;
    position: relative;
    z-index: 0;
}

.CustomGridSelection {
    width: 20%;
    height: 100%;
    background-color: #6895C7;
    float: right;
    padding: 0;
    position: relative;
    z-index: 0;
}

    .CustomGridSelection .myCustomScrollbar {
        /*width: 100%;
        height: 100%;*/
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 40px;
        right: 0px;
    }

    .CustomGridSelection .cv_btn {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .CustomGridSelection ul {
        list-style: none outside none;
    }

        .CustomGridSelection ul > li {
            border-bottom: 1px solid #034EA2;
        }

            .CustomGridSelection ul > li > a {
                background-color: #3571B5;
                display: block;
                padding: 5px 15px;
                text-decoration: none;
                color: #FFFFFF;
            }

                .CustomGridSelection ul > li > a > i {
                    margin-left: 3px;
                    margin-right: 9px;
                }

            .CustomGridSelection ul > li > ul > li {
                padding: 2px 15px;
                border-top: 1px solid #3571B5;
                border-bottom: none;
                color: #FFFFFF;
            }

                .CustomGridSelection ul > li > ul > li:first-child {
                    border-top: none;
                    border-bottom: none;
                    color: #FFFFFF;
                }

/* My Grid Styles */
.myGridStyle {
}

    .myGridStyle > ul {
        width: 100%;
        height: auto;
        display: table;
        list-style: none outside none;
    }

        .myGridStyle > ul > li {
            display: table-row;
        }

            .myGridStyle > ul > li:first-child {
                font-family: 'Source Sans Pro Semibold';
                color: #034EA2;
                background: rgb(255,255,255);
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
                background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
            }

            .myGridStyle > ul > li:nth-child(odd) {
                background-color: #F3F3F3;
            }

            .myGridStyle > ul > li:nth-child(even) {
                background-color: #F9F9F9;
            }

            .myGridStyle > ul > li > div {
                display: table-cell;
                padding: 4px 10px;
                border-bottom: 1px solid #D4D4D4;
                border-right: 1px solid #D4D4D4;
            }

            .myGridStyle > ul > li:first-child > div {
                border-top: 1px solid #D4D4D4;
            }

            .myGridStyle > ul > li > div:first-child {
                border-left: 1px solid #D4D4D4;
            }

.myImportGridStyle.myGridStyle > ul > li > div {
    vertical-align: middle;
}

    .myImportGridStyle.myGridStyle > ul > li > div.form-group {
        margin: 0;
        padding: 2px;
    }

        .myImportGridStyle.myGridStyle > ul > li > div.form-group .form-control {
            height: 26px;
            padding: 2px 10px;
        }

/* Data Table Attributes Styles */
.addColumnBtn {
    float: right;
    color: #D64847;
    cursor: pointer;
}

    .addColumnBtn i {
        margin-right: 5px;
    }

.columns-list {
    background-color: #F6F6F6;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #D4D4D4;
}

    .columns-list.columns-list2 {
    }

    .columns-list .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

    .columns-list .list-styled {
        padding: 10px 15px 0 15px;
    }

        .columns-list .list-styled li a {
            text-decoration: none;
            color: #034EA2;
        }

            .columns-list .list-styled li.active a,
            .columns-list .list-styled li a:focus,
            .columns-list .list-styled li a:hover {
                color: #D64847;
            }

.columnDetailsOverlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Admin Objects Styles */
.formula-definition-box {
}

    .formula-definition-box .text-editor-box {
        margin: 0 0 15px 0;
    }

        .formula-definition-box .text-editor-box textarea {
            background-color: #FAFAFA;
            /*height: 275px;*/
            height: 75px;
        }

.sectioningDefinitionContent {
}

    .sectioningDefinitionContent h3 {
        color: #03A361;
    }

.sectionMethodResults {
    height: 200px;
    background-color: #F6F6F6;
    margin: 5px 0 10px 0;
    padding: 0;
    border: 1px solid #D4D4D4;
}

    .sectionMethodResults .myCustomScrollbar {
        width: 100%;
        height: 100%;
    }

        .sectionMethodResults .myCustomScrollbar .mCSB_container {
            padding: 10px 15px 0 15px;
        }

.sectionMethodResults1 .fieldClass {
    padding-top: 5px;
}

    .sectionMethodResults1 .fieldClass .form-group label {
        float: left;
        padding: 5px 10px 5px 0;
    }

    .sectionMethodResults1 .fieldClass .form-control {
        width: 150px;
        float: left;
    }

.sectionMethodResults4 .fieldClass {
}

    .sectionMethodResults4 .fieldClass .row {
        margin: 0 -15px 10px -15px;
    }

    .sectionMethodResults4 .fieldClass .myradio {
        margin: 4px 0;
    }

        .sectionMethodResults4 .fieldClass .myradio label {
            padding: 0;
        }

    .sectionMethodResults4 .fieldClass label {
        margin: 0;
        padding: 5px 5px;
    }

    .sectionMethodResults4 .fieldClass .form-control {
        width: 100px;
        float: left;
    }

.sectionMethodResults5 .fieldClass {
}

    .sectionMethodResults5 .fieldClass .row {
        margin: 0 -15px 10px -15px;
    }

    .sectionMethodResults5 .fieldClass label {
        margin: 0;
        padding: 5px 5px;
    }

    .sectionMethodResults5 .fieldClass input.form-control {
        width: 100px;
        float: left;
    }

.sectionMethodResults6 .fieldClass {
}

    .sectionMethodResults6 .fieldClass .row {
        margin: 0 -15px 10px -15px;
    }

    .sectionMethodResults6 .fieldClass label {
        margin: 0;
        padding: 5px 5px;
    }

    .sectionMethodResults6 .fieldClass .mycheckbox {
        margin: 4px 0;
        padding: 0;
    }

.sectioningDefinitionContent .sectioningOptions {
    padding-bottom: 5px;
}

    .sectioningDefinitionContent .sectioningOptions .mycheckbox,
    .sectioningDefinitionContent .sectioningOptions .myradio,
    .sectioningDefinitionContent .sectioningOptions .fromSection {
        float: left;
        margin: 4px 0 4px 0;
    }

    .sectioningDefinitionContent .sectioningOptions .fromSection {
        width: 100px;
        margin: 0 20px 0 0;
    }

.list-columns {
    /*padding-right: 0;*/
}

    .list-columns .list-columns-inner {
        /*height: 367px;*/
        height: 220px;
        background-color: #F6F6F6;
        border: 1px solid #D4D4D4;
    }

        .list-columns .list-columns-inner .myCustomScrollbar {
            width: 100%;
            height: 100%;
        }

    .list-columns .list-columns-ul {
        margin: 0;
        padding: 0;
        list-style: none outside none;
    }

        .list-columns .list-columns-ul > li {
            padding: 3px 10px 3px 28px;
            border-bottom: 1px solid #D4D4D4;
            position: relative;
        }

            .list-columns .list-columns-ul > li:after {
                width: 9px;
                height: 8px;
                background-color: #C3C3C3;
                margin-top: -4px;
                content: '';
                position: absolute;
                top: 50%;
                left: 10px;
                border-radius: 100%;
            }

            .list-columns .list-columns-ul > li > a {
                display: inline-block;
                margin: 0;
                padding: 0;
                font-size: 13px;
                line-height: normal;
                text-decoration: none;
                color: #363636;
            }

                .list-columns .list-columns-ul > li > a:hover {
                    color: #3CB583;
                }

    .list-columns ul.panel-group {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        list-style: none outside none;
    }

        .list-columns ul.panel-group > li.panel.panel-default {
            background: none;
            margin: 0;
            padding: 0;
            border: none;
            border-bottom: 1px solid #D4D4D4;
        }

            .list-columns ul.panel-group > li.panel.panel-default > div.panel-heading {
            }

                .list-columns ul.panel-group > li.panel.panel-default > div.panel-heading > a {
                    display: block;
                    padding: 0 10px 0 28px;
                    line-height: 28px;
                    text-decoration: none;
                    position: relative;
                    color: #363636;
                }

                    .list-columns ul.panel-group > li.panel.panel-default > div.panel-heading > a:hover {
                        color: #3CB583;
                    }

                    .list-columns ul.panel-group > li.panel.panel-default > div.panel-heading > a:after {
                        width: 9px;
                        height: 8px;
                        background-color: #C3C3C3;
                        margin-top: -4px;
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 10px;
                        border-radius: 100%;
                    }

                    .list-columns ul.panel-group > li.panel.panel-default > div.panel-heading > a:before {
                        width: 1px;
                        height: 100%;
                        background-color: #D4D4D4;
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 14px;
                    }

            .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse {
                margin: 0;
                padding: 0 0 10px 0;
                list-style: none outside none;
                position: relative;
            }

                .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse:before {
                    width: 1px;
                    height: 100%;
                    background-color: #D4D4D4;
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 14px;
                }

                .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse > li {
                    padding: 2px 10px 2px 38px;
                    position: relative;
                }

                    .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse > li:after {
                        width: 15px;
                        height: 1px;
                        background-color: #D4D4D4;
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 15px;
                    }

                    .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse > li > a {
                        display: inline-block;
                        margin: 0;
                        padding: 0;
                        font-size: 13px;
                        line-height: normal;
                        text-decoration: none;
                        position: relative;
                        color: #767676;
                    }

                        .list-columns ul.panel-group > li.panel.panel-default > ul.panel-collapse > li > a:hover {
                            color: #3CB583;
                        }

.operators-list {
    background-color: #F6F6F6;
    padding: 4px 4px;
    border: 1px solid #D4D4D4;
    text-align: center;
}

    .operators-list ul {
        list-style: none outside none;
    }

        .operators-list ul > li {
            display: inline-block;
            margin: 4px 3px 4px 2px;
        }

            .operators-list ul > li > a {
                background: #FFFFFF;
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
                background: -webkit-linear-gradient(top, #FFFFFF 0%,#E1E1E1 100%);
                background: linear-gradient(to bottom, #FFFFFF 0%,#E1E1E1 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1E1',GradientType=0 );
                display: block;
                padding: 0 4px;
                border: 1px solid #C3C3C3;
                font-size: 14px;
                line-height: 24px;
                text-align: center;
                text-decoration: none;
                color: #161616;
            }

                .operators-list ul > li > a:hover {
                    background: #03A361;
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNGRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjZkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, #03A361 0%, #3CB583 100%);
                    background: -webkit-linear-gradient(top, #03A361 0%,#3CB583 100%);
                    background: linear-gradient(to bottom, #03A361 0%,#3CB583 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A361', endColorstr='#3CB583',GradientType=0 );
                    border: 1px solid #03A361;
                    color: #FFFFFF;
                }

            .operators-list ul > li.symbol > a {
                width: 24px;
                height: 24px;
                padding: 0;
                font-size: 18px;
                line-height: 24px;
            }

/* Menu and Its Items Styles */
.addChildMenuItemBtn {
    margin: -85px 0 0 0;
    position: relative;
}

/* Custom Scrollbar Styles */
.mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.mCSB_container_wrapper {
    margin-bottom: 16px;
    margin-right: 16px;
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-bottom: 16px;
        padding-right: 16px;
    }
/* Modal Boxs Styles */
.modal-body {
    max-height: 400px;
}

    .modal-body .myCustomScrollbar {
        width: 100%;
        max-height: 370px;
    }

#errorsModal .modal-body {
    /*max-height: none;*/
}

#chngpwd .modal-dialog {
    width: 400px;
}

#loginModal .modal-dialog {
    width: 280px;
}

    #loginModal .modal-dialog h2 {
        font-size: 20px;
        line-height: 30px;
    }

        #loginModal .modal-dialog h2 i {
            margin-right: 5px;
        }

#loginModal .modal-content > form {
    background-color: #F0F0F0;
}

    #loginModal .modal-content > form .form-control {
        height: 32px;
    }

#loginModal .modal-header .close {
    margin-top: 5px;
}

#loginModal .modal-body {
    padding: 20px 25px 10px 25px;
}

#loginModal .modal-footer {
    padding: 0 25px 25px 25px;
    border: none;
    text-align: center;
}

#loginModal .btn-lg {
    padding: 5px 30px;
    font-size: 16px;
}
/* Div table styles */
.divTableStyle {
}

    .divTableStyle .divTable {
        width: 100%;
        height: auto;
        display: table;
        border: 1px solid #D4D4D4;
        color: #565656;
    }

        .divTableStyle .divTable .divTableHeader {
            display: table-header-group;
            color: #565656;
            background: #FFFFFF;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
            background: -webkit-linear-gradient(top, #FFFFFF 0%,#E1E1E1 100%);
            background: linear-gradient(to bottom, #FFFFFF 0%,#E1E1E1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1E1',GradientType=0 );
        }

        .divTableStyle .divTable .divTableBody {
            display: table-row-group;
            background: #F6F6F6;
        }

        .divTableStyle .divTable .divTableFooter {
            display: table-footer-group;
        }

            .divTableStyle .divTable .divTableHeader > div,
            .divTableStyle .divTable .divTableBody > div,
            .divTableStyle .divTable .divTableFooter > div {
                display: table-row;
            }

                .divTableStyle .divTable .divTableBody > div:nth-child(even) {
                    background-color: #F6F6F6;
                }

                .divTableStyle .divTable .divTableBody > div:nth-child(odd) {
                    background-color: #F9F9F9;
                }

                .divTableStyle .divTable .divTableHeader > div > div,
                .divTableStyle .divTable .divTableBody > div > div,
                .divTableStyle .divTable .divTableFooter > div > div {
                    display: table-cell;
                    padding: 5px 10px;
                    border-top: 1px solid #D4D4D4;
                    text-align: left;
                    vertical-align: middle;
                }

                .divTableStyle .divTable .divTableHeader > div > div {
                    border-top: none;
                }

                    .divTableStyle .divTable .divTableHeader > div > div + div,
                    .divTableStyle .divTable .divTableBody > div > div + div,
                    .divTableStyle .divTable .divTableFooter > div > div + div {
                        border-left: 1px solid #D4D4D4;
                    }

                .divTableStyle .divTable .divTableBody > div > div > .form-control {
                    height: 24px;
                    padding: 0 10px;
                    position: relative;
                }

    .divTableStyle.divSummaryTable {
    }

        .divTableStyle.divSummaryTable .divTable {
            border: none;
            color: #565656;
        }

            .divTableStyle.divSummaryTable .divTable .divTableHeader {
                color: #565656;
                background: #FFFFFF;
            }

            .divTableStyle.divSummaryTable .divTable .divTableBody {
                background: #FFFFFF;
            }

                .divTableStyle.divSummaryTable .divTable .divTableBody > div:nth-child(even) {
                    background-color: #FFFFFF;
                }

                .divTableStyle.divSummaryTable .divTable .divTableBody > div:nth-child(odd) {
                    background-color: #FFFFFF;
                }

                .divTableStyle.divSummaryTable .divTable .divTableHeader > div > div,
                .divTableStyle.divSummaryTable .divTable .divTableBody > div > div,
                .divTableStyle.divSummaryTable .divTable .divTableFooter > div > div {
                    padding: 5px 10px;
                    border-top: none;
                }

                    .divTableStyle.divSummaryTable .divTable .divTableHeader > div > div + div,
                    .divTableStyle.divSummaryTable .divTable .divTableBody > div > div + div,
                    .divTableStyle.divSummaryTable .divTable .divTableFooter > div > div + div {
                        border-left: none;
                    }

                .divTableStyle.divSummaryTable .divTable .divTableBody > div {
                    position: relative;
                }

                    .divTableStyle.divSummaryTable .divTable .divTableBody > div:before {
                        width: 1px;
                        height: 100%;
                        background-color: #3CB583;
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 25px;
                    }

                    .divTableStyle.divSummaryTable .divTable .divTableBody > div > div:first-child {
                        padding-left: 65px;
                        position: relative;
                    }

                    .divTableStyle.divSummaryTable .divTable .divTableBody > div > div i {
                        margin-right: 5px;
                    }

                    .divTableStyle.divSummaryTable .divTable .divTableBody > div > div:first-child > span.summary-line {
                        width: 25px;
                        height: 1px;
                        background-color: #3CB583;
                        position: absolute;
                        top: 50%;
                        left: 25px;
                    }
/* Other Styles */
strong {
    font-family: 'Source Sans Pro Bold';
    font-weight: normal;
}

em {
    font-family: 'Source Sans Pro Italic';
    font-style: normal !important;
}

    strong em, em strong {
        font-family: 'Source Sans Pro Bold Italic';
        font-weight: normal !important;
        font-style: normal !important;
    }

.clear {
    width: 0;
    height: 0;
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.hLine {
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
    display: block;
    margin-bottom: 15px;
    clear: both;
}

.mandatory {
    color: #FF0000 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.help-text {
    font-size: 12px !important;
    color: #737373 !important;
}

.list-styled {
    margin-bottom: 15px;
    list-style: none outside none;
}

    .list-styled li {
        background: url(../images/marker.png) no-repeat scroll 0 6px;
        margin-bottom: 10px;
        padding-left: 15px;
    }

.list-styled2 {
    margin-left: 15px;
}

.selectGroupListOuter {
}

    .selectGroupListOuter .myCustomScrollbar {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

.selectGroupList {
    margin-bottom: 10px;
}

    .selectGroupList li {
        margin: 2px 0 4px 0;
    }

        .selectGroupList li .selectGroupSubList {
            padding: 5px 10px 0 20px;
        }

.heading-right-btn {
    float: right;
}

    .heading-right-btn a {
        display: inline-block;
        margin: 0 0 0 20px;
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none;
    }

        .heading-right-btn a:first-child {
            margin-left: 0;
        }

        .heading-right-btn a i {
            margin-right: 5px;
        }

.heading-left-btn {
    float: left;
}

    .heading-left-btn a {
        display: inline-block;
        margin: 0 0 0 20px;
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none;
    }

        .heading-left-btn a:first-child {
            margin-left: 0;
        }

        .heading-left-btn a i {
            margin-right: 5px;
        }
/* Form Styles */
.myFormStyle {
}

    .myFormStyle h4 {
        margin: 0 0 15px 0;
        padding: 10px 0 5px 0;
        border-bottom: 1px solid #E5E5E5;
        color: #363636;
    }

        .myFormStyle h4.first-heading {
            padding-top: 0;
        }

    .myFormStyle h5 {
        margin: 0 0 10px 0;
        color: #363636;
    }

    .myFormStyle ul {
        list-style: none outside none;
    }

    .myFormStyle hr {
        border-bottom-color: #EFEFEF;
        margin: 15px 0;
    }

.myFormBoxStyle {
    min-height: 372px;
    background-color: #E5E5E5;
    padding: 15px 15px 5px 15px;
    position: relative;
}

.adminFormStyle .myFormBoxStyle {
    min-height: initial;
}

    .adminFormStyle .myFormBoxStyle hr {
        margin: 8px 0 12px 0;
    }

    .adminFormStyle .myFormBoxStyle .myFormBoxCol {
        min-height: 332px;
        margin-bottom: 10px;
    }

        .adminFormStyle .myFormBoxStyle .myFormBoxCol + .myFormBoxCol {
            border-left: 1px solid #D4D4D4;
        }

.chkDataMineDiv > .form-group {
    width: 80%;
    margin-left: -95px;
}

.disabledDiv {
    position: relative;
}

    .disabledDiv:after {
        background-color: rgba(0, 0, 0, 0);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.myradio,
.mycheckbox {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 14px;
}

    .myradio label,
    .mycheckbox label {
        min-height: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .myradio .help-block,
    .mycheckbox .help-block {
        margin: 0 0 0 26px;
    }

input[type=checkbox]:not(old), input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

    input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
        display: inline-block;
        /*margin-left: -2em;*/
        line-height: 1.5em;
    }

        input[type=checkbox]:not(old) + label > span, input[type=radio]:not(old) + label > span {
            width: 14px;
            height: 14px;
            display: inline-block;
            margin: 4px 4px 4px 0;
            border: 1px solid rgb(192,192,192);
            border-radius: 4px;
            background: rgb(224,224,224);
            background-image: -moz-linear-gradient(rgb(240,240,240), rgb(224,224,224));
            background-image: -ms-linear-gradient(rgb(240,240,240), rgb(224,224,224));
            background-image: -o-linear-gradient(rgb(240,240,240), rgb(224,224,224));
            background-image: -webkit-linear-gradient(rgb(240,240,240), rgb(224,224,224));
            background-image: linear-gradient(rgb(240,240,240), rgb(224,224,224));
            vertical-align: bottom;
        }

    input[type=checkbox]:not(old):checked + label > span, input[type=radio]:not(old):checked + label > span {
        background-image: -moz-linear-gradient(rgb(224,224,224), rgb(240,240,240));
        background-image: -ms-linear-gradient(rgb(224,224,224), rgb(240,240,240));
        background-image: -o-linear-gradient(rgb(224,224,224), rgb(240,240,240));
        background-image: -webkit-linear-gradient(rgb(224,224,224), rgb(240,240,240));
        background-image: linear-gradient(rgb(224,224,224), rgb(240,240,240));
    }

        input[type=checkbox]:not(old):checked + label > span:before {
            content: '✓';
            display: block;
            width: 1em;
            color: rgb(35,122,228);
            font-size: 0.875em;
            line-height: 1em;
            text-align: center;
            text-shadow: 0 0 0.0714em rgb(35,122,228);
            font-weight: bold;
        }

        input[type=radio]:not(old):checked + label > span > span {
            display: block;
            width: 8px;
            height: 8px;
            margin: 2px;
            border: 1px solid rgb(35,122,228);
            border-radius: 2px;
            background: rgb(35,122,228);
            background-image: -moz-linear-gradient(rgb(38,136,255), rgb(35,122,228));
            background-image: -ms-linear-gradient(rgb(38,136,255), rgb(35,122,228));
            background-image: -o-linear-gradient(rgb(38,136,255), rgb(35,122,228));
            background-image: -webkit-linear-gradient(rgb(38,136,255), rgb(35,122,228));
            background-image: linear-gradient(rgb(38,136,255), rgb(35,122,228));
        }


.form-control.filebrowse {
    padding: 0;
    overflow: hidden;
}

    .form-control.filebrowse input[type="file"] {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: relative;
        z-index: 1;
    }

    .form-control.filebrowse .fileName {
        padding: 3px 12px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

/* Owl Carousel Styles */
.owl-container .owl-carousel {
    height: 100%;
    text-align: center;
}

.owl-container div {
    left: 0 !important;
}

.owl-container .owl-carousel .owl-wrapper-outer,
.owl-container .owl-carousel .owl-wrapper-outer .owl-wrapper,
.owl-container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}

    .owl-container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        background-color: #F6F6F6;
    }

.owl-container .owl-carousel .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
}

/* bootstrap */
.my_nav li {
    border: none;
}

.carousel-inner > .item > img {
    height: 500px;
    margin: 0 auto;
}

span.rgt_arw {
    position: absolute;
    margin-top: -15px;
    top: 50%;
    right: 70px;
}

span.lft_arw {
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 70px;
}

.my_slider_img1 {
    background: url(../images/strip-chart-sm.jpg) no-repeat center center;
}

.my_slider_img2 {
    background: url(../images/pie-chart-sm.jpg) no-repeat center center;
}

.my_slider_img3 {
    background: url(../images/bar-chart-sm.jpg) no-repeat center center;
}

/* login page css starts */
.login_bg {
    background-color: #E8E8E8;
    padding-top: 35px;
}

    .login_bg hr {
        margin-top: 0;
    }

    .login_bg h4 {
        margin-top: 28px;
    }

.btn-primary a {
    color: #fff;
    text-decoration: none;
    padding: 11px 183px;
}

.login_cont { /* background-color: #C9D5E0; */
    height: 500px;
    text-align: center;
}

.log_mar {
    margin: 5px 0 0 10px;
}

.ui-jqgrid.ui-corner-all,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-hdiv.ui-corner-top,
.ui-jqgrid .ui-jqgrid-bdiv,
.ui-jqgrid .ui-jqgrid-pager.ui-corner-bottom,
.ui-jqgrid .ui-jqgrid-htable,
.ui-jqgrid .ui-jqgrid-btable {
    width: 100% !important;
}

.ui-jqdialog-content .FormGrid {
    height: 250px !important;
}

.ui-jqdialog-content .searchFilter {
    max-height: 250px !important;
}

.ui-jqgrid > .ui-resizable-se, .ui-jqdialog > .ui-resizable-se {
    display: none !important;
}

.td_cbox label span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.jqgh_cbox label span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.jqgh_cbox div {
    text-align: center !important;
}

.ui-jqgrid tr.jqgrow.ui-widget-content {
    background: #F9F9F9;
    color: #565656;
    opacity: 1;
}

.ui-jqgrid tr.jqgrow.ui-priority-secondary {
    background: #F3F3F3;
    color: #565656;
    opacity: 1;
}

.ui-jqgrid tr.jqgrow.ui-state-highlight {
    background: #c6d5e3;
    color: #565656;
    opacity: 1;
}

.ui-jqgrid #jqView_Pager_left {
    width: auto !important;
}

.ui-datepicker select {
    color: #565656;
}

/* Start of Loading screen related style */
.showLoading {
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    overflow: visible;
}

    .showLoading > div {
        width: 100%;
        height: 100%;
        display: table;
        text-align: center;
        vertical-align: middle;
    }

        .showLoading > div > span {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }
/* End of Loading screen related style */

.logText {
    position: absolute;
    top: 57px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

    .logText textarea {
        width: 100%;
        height: 100%;
        resize: none;
    }

/* Registration Page Styles */
.regForm {
    width: 550px;
    background-color: #c6d5e3;
    margin: 0 auto;
    padding: 10px 15px 15px 15px;
    border: 1px solid #9bb7d4;
}

    .regForm > h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #9bb7d4;
    }

/* jqGrid Styles */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    height: 26px;
}

.ui-widget-content.ui-jqdialog-content tr th,
.ui-widget-content.ui-jqdialog-content tr td {
    padding: 2px 2px;
}

    .ui-widget-content.ui-jqdialog-content tr th.first,
    .ui-widget-content.ui-jqdialog-content tr td.first {
        padding: 0;
    }

/*Text Wrap in jqgrid starts*/
.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word; /* IE 5.5+ CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla*/
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
    height: auto;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*.ui-jqgrid-labels .ui-th-column-header,
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}*/
/*Text Wrap in jqgrid ends*/

.amcharts-export-menu .export-drawing-shape a {
    max-width: 44px;
    font: 100%/0 a;
}

    .amcharts-export-menu .export-drawing-shape a span {
        color: transparent !important;
    }

.amcharts-export-menu-top-right {
    top: -55px;
}

    /*.amcharts-export-menu li:last-child > a {
    border-bottom: medium none;
    top: -40px;
}*/

/* Media Queries Styles */
/* Phones Styles */
@media (max-width: 767px) {
    .page-wrap {
        width: 1024px;
    }

    .rams-logo {
        font-family: 'Source Sans Pro';
        font-size: 20px;
        line-height: 60px;
    }

    .main-left-navbar > ul > li {
        margin: 0 0 0 15px;
    }

        .main-left-navbar > ul > li > a {
            font-size: 15px;
        }

    /*.main-left-navbar > ul > li > a > i {
                margin-right: 0;
            }*/

    .adminCont .adminMainCont {
        width: 75%;
    }

    .adminCont .adminLeftCont {
        width: 23.5%;
    }
}
/* Tablets Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .page-wrap {
        width: 1024px;
    }

    .rams-logo {
        font-family: 'Source Sans Pro';
        font-size: 20px;
        line-height: 60px;
    }

    .main-left-navbar > ul > li {
        margin: 0 0 0 15px;
    }

        .main-left-navbar > ul > li > a {
            font-size: 15px;
        }

    /*.main-left-navbar > ul > li > a > i {
                margin-right: 0;
            }*/

    .adminCont .adminMainCont {
        width: 75%;
    }

    .adminCont .adminLeftCont {
        width: 23.5%;
    }
}
/* Desktops Styles */
@media (min-width: 992px) and (max-width: 1199px) {
    .rams-logo {
        font-family: 'Source Sans Pro';
        font-size: 20px;
        line-height: 60px;
    }

    .main-left-navbar > ul > li {
        margin: 0 0 0 15px;
    }

        .main-left-navbar > ul > li > a {
            font-size: 15px;
        }

    /*.main-left-navbar > ul > li > a > i {
                margin-right: 0;
            }*/

    .adminCont .adminMainCont {
        width: 75%;
    }

    .adminCont .adminLeftCont {
        width: 23.5%;
    }
}
/* Large Desktops Styles */
@media (min-width: 1200px) {
}
/*Map btn styles*/
.map-btns {
    padding: 2px;
    width: 20px;
    height: 20px;
    background-color: #03A361;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    text-decoration: none;
    border: 1px solid #03A361;
    float: left;
    margin-right: 10px;
}

    .map-btns:hover {
        background: #E5E5E5;
        text-decoration: none;
    }

        .map-btns:hover i {
            color: #DC0000;
            text-decoration: none;
        }

            .map-btns:hover i:before {
                text-decoration: none;
            }

    .map-btns i {
        font-size: 24px;
        color: white;
        display: table-cell;
        text-align: center;
    }

.main-container .main-container-headings h1 {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.prjMonitor {
}

    .prjMonitor .myCustomScrollbar {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

.taskSts_Poor {
    background-color: red;
    color: white;
    font-weight: bold;
}

.taskSts_Fair {
    background-color: yellow;
    color: black;
    font-weight: bold;
}

.taskSts_Good {
    background-color: green;
    color: white;
    font-weight: bold;
}
