/* IMPORT CSS FILES */
/* Move these to Site.Master to better control order - moved back to get it to work like before.... */

@import url(reset.css);
@import url(../Content/BlueWELS/jquery-ui.css);
@import url(../Css/datatable.css);
@import url(icon-library.css);
/* @import url(mini-colors.css); Not currently used, but maybe later! */
@import url(https://fonts.googleapis.com/css?family=Philosopher&subset=latin);
/*
*/
/*--------------------------------------------------------*/
/*	Jquery UI Theme Changes
/*--------------------------------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #00bdf6;
    font-weight: bold;
    color: black;
    text-shadow: none;
    border: solid 1px #00bdf6;
    border-bottom: 1px solid #0095c3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none
}

.ui-buttonset .ui-state-active {
    background: #00bdf6;
    color: #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    -khtml-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #00bdf6;
    border: solid 1px #00bdf6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .ui-slider-horizontal .ui-slider-handle:hover {
        border-bottom: solid 1px #0095c3
    }

.ui-datepicker td .ui-state-active {
    color: #fff;
    background: #00bdf6;
    text-shadow: none
}

.ui-datepicker.edit-field {
    color: black;
    background-color: #DBE6E9;
}

.ui-accordion .ui-state-active a {
    color: #fff !important;
    text-shadow: none;
    border: 1px solid #00bdf6 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
    background-color: #00bdf6;
}

.ui-dialog .ui-dialog-titlebar {
    /* background: #00bdf6; */
}

/*--------------------------------------------------------*/
/*	Global
/*--------------------------------------------------------*/
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;

    color: Black;
    padding: 0 0 0 0;
    background: white;
}

/*header*/
#global-header-shell {
    position: relative;
    min-width: 980px;
    border-bottom: solid 1px #fafafa;
    height: 120px;
    z-index: 999;
    background-color: #2D2B92;
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
}
/*background-image: url(../images/BG_header.jpg);
	padding-right: 30px;
	padding-left: 30px;*/

#global-header {
    margin: 0 auto 0 auto;
    position: relative;
    padding: 0;
    z-index: 3;
    text-align: center;
}
/*width:992px;*/

/*main navigation*/
#global-navigation-shell {
    position: relative;
    padding: 0 0 0 0;
    background: #fafafa;
    border-bottom: solid 1px #ccc;
    z-index: 2;
}

#global-navigation {
    width: 980px;
    margin: 0 auto 0 auto;
    position: relative; /* padding:10px 0 10px 0; */ /* float: left; */
}

    #global-navigation #search {
        float: left;
        margin-left: 20px
    }

        #global-navigation #search input.search-field {
            text-indent: 0;
            float: left;
            font-size: 1em;
            font-family: 'Nunito', serif;
            overflow: hidden;
            padding-right: 25px;
            display: block;
            width: 200px;
            background: url(/Images/bg-input-bevel.png) no-repeat bottom right;
            line-height: 25px;
            height: 25px;
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
            cursor: pointer
        }

            #global-navigation #search input.search-field:hover {
                color: #444
            }

            #global-navigation #search input.search-field:focus {
                color: #555 !important
            }

        #global-navigation #search input.search-btn {
            display: none;
            float: left;
            text-indent: -9999px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            border: none;
            background: url(/Images/ico-search-gray.png) no-repeat;
            margin: 5px 0 0 -20px;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
            zoom: 1;
        }

    #global-navigation #menu {
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 5px
    }

        #global-navigation #menu li {
            position: relative;
            background: url(/Images/dash.png) no-repeat left;
            float: left
        }

            #global-navigation #menu li.no-dash {
                background: none
            }

            #global-navigation #menu li a {
                display: block;
                padding: 0 10px 0 11px;
                color: black;
                text-decoration: none;
                border: none
            }

                #global-navigation #menu li a:hover {
                    color: #444
                }

                #global-navigation #menu li a.current {
                    color: #444 !important
                }

        #global-navigation #menu ul {
            background: #e8e8e8;
            opacity: 0.85;
            -moz-opacity: 0.85;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
            filter: alpha(opacity=85);
            margin: 0 0 0 0;
            padding: 23px 0 0 0;
            text-transform: none;
            font-weight: normal;
            letter-spacing: 0;
            position: absolute;
            border: solid 1px #ccc;
            border-top: none;
            border-right: none;
            display: none;
            -moz-box-shadow: inset 1px 0 0 #f6f6f6;
            -webkit-box-shadow: inset 1px 0 0 #f6f6f6;
            -khtml-box-shadow: inset 1px 0 0 #f6f6f6;
            box-shadow: inset 1px 0 0 #f6f6f6;
        }

            #global-navigation #menu ul li {
                background: none
            }

                #global-navigation #menu ul li a {
                    padding: 5px 0 5px 12px;
                    font-weight: bold;
                    color: #777;
                    width: 150px
                }

                    #global-navigation #menu ul li a:hover {
                        background: #00bdf6;
                        color: #fff;
                        text-shadow: none;
                        -moz-box-shadow: inset 0 0 10px #0095c3;
                        -webkit-box-shadow: inset 0 0 10px #0095c3;
                        -khtml-box-shadow: inset 0 0 10px #0095c3;
                        box-shadow: inset 0 0 10px #0095c3;
                    }

                #global-navigation #menu ul li ul {
                    opacity: 1.0;
                    -moz-opacity: 1.0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity=100);
                    padding: 0;
                    border: none;
                    -moz-box-shadow: 0 0 10px #aaa;
                    -webkit-box-shadow: 0 0 10px #aaa;
                    -khtml-box-shadow: 0 0 10px #aaa;
                    box-shadow: 0 0 10px #aaa;
                    background: #fafafa
                }

    #global-navigation #logged-user-display {
        float: right;
        font-weight: bold;
        margin-right: 5px;
        margin-top: 15px;
    }

/* ----------------------------------------- */
/*main content container*/
/*#global-main-content-shell {width:980px; min-height: 100px; margin:0 auto 0 auto; }

/*Administrators main content container (assume they have better monitors!)
#global-admin-main-content-shell {width:1236px; min-height: 100px; margin:0 -128px 0 -128px;}*/
/* ----------------------------------------- */

/*main content container*/
#global-main-content-shell {
    min-width: 980px;
    max-width: 980px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#global-main-content-shell-full-screen {
    min-width: 980px;
    max-width: 98%;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#global-admin-main-content-shell {
    width: 1236px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}

#global-main-content-shell-full-screen {
    min-width: 980px;
    max-width: 98%;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}


.dashboard-row {
    padding: 0 40px 0 40px;
    overflow: hidden;
    background: url(/Images/bg-scanlines.png) #999;
}

    .dashboard-row .control-banner {
        position: absolute;
        padding-left: 16px;
        margin-top: -16px;
        right: 10px;
        overflow: hidden;
        background: url(/Images/control-banner-shadow.png) no-repeat top left
    }

        .dashboard-row .control-banner li {
            line-height: 0;
            font-size: 0
        }

            .dashboard-row .control-banner li.resize {
                cursor: pointer;
                display: block;
                width: 40px;
                height: 40px;
                background: url(/Images/control-banner-minimize.png) no-repeat #fff;
                -moz-box-shadow: inset 0 0 17px #ccc
            }

                .dashboard-row .control-banner li.resize span {
                    display: none
                }

            .dashboard-row .control-banner li.drop-shadow {
                width: 40px;
                height: 41px;
                background: url(/Images/control-banner-drop-shadow.png) no-repeat bottom
            }

/*breadcrumb*/
#global-breadcrumb {
    background: url(/Images/shadow.png) no-repeat center -4px;
    width: 90%;
    float: left;
    font-size: .75em;
    text-shadow: 0 1px #eee;
    height: 45px;
    line-height: 45px;
    padding: 0 5% 0 5%;
}

    #global-breadcrumb ul {
        margin: 0
    }

        #global-breadcrumb ul li {
            padding-right: 18px;
            margin-left: 15px;
            background: url(/Images/arrow-bread.gif) no-repeat right;
            display: inline
        }

            #global-breadcrumb ul li a {
                color: #636363;
                text-decoration: none;
            }

                #global-breadcrumb ul li a:hover {
                    color: #444;
                    text-decoration: underline
                }

            #global-breadcrumb ul li.current {
                color: #636363;
                background: none
            }

/*footer*/
#global-footer {
    clear: both;
    font-size: .6em;
    text-transform: uppercase;
    background: url(/Images/shadow.png) no-repeat 50% 1px;
    padding: 30px 0 0 0;
    width: 980px;
    margin: 0 auto
}

    #global-footer ul {
        overflow: hidden;
        font-weight: bold;
        margin: 0 50px 0 50px
    }

        #global-footer ul li {
            float: left;
            padding: 0 10px 0 10px;
            border-right: solid 1px #999
        }

            #global-footer ul li.right {
                float: right;
                border-left: solid 1px #999;
                border-right: none
            }

            #global-footer ul li.no-border {
                border: none
            }

            #global-footer ul li a {
                color: #555;
                text-decoration: none
            }

                #global-footer ul li a:hover {
                    color: #333
                }

/*general form elements*/
input[type=text], input[type=password] {
    cursor: pointer;
    /* color: #777; /*height:14px; line-height:16px;!1! */
    text-indent: 5px;
    background-color: #fff;
    border: solid 1px #bbb;
    border-bottom: solid 1px #ddd;
    -moz-box-shadow: inset 0 0 30px #eee;
    -webkit-box-shadow: inset 0 0 30px #eee;
    -khtml-box-shadow: inset 0 0 30px #eee;
    box-shadow: inset 0 0 30px #eee;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -khtml-border-radius: .25rem;
    border-radius: .25rem;
}



.normal:hover {
    border: solid 1px #999;
    border-bottom: solid 1px #ccc
}

.normal:focus {
    border: solid 1px #bbb;
    border-bottom: solid 1px #ddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
}
/*clear floats*/
.fclear {
    clear: both;
    height: 0;
    line-height: 0
}

.fleft {
    float: left
}

.fright {
    float: right
}

.floatclear {
    clear: both
}

/*--------------------------------------------------------*/
/*	Widget Blocks
/*--------------------------------------------------------*/

/*container*/
.widget-shell {
    margin: 0 2% 0px 2%;
    background: url(/Images/bg.png) #f4f4f4;
    width: 96%;
    text-align: left;
    border-bottom: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

/*inner shadow to container - use sparingly as it causes lag*/
.inner-shadow {
    -moz-box-shadow: inset 0 0 50px #ccc;
    -webkit-box-shadow: inset 0 0 50px #ccc;
    -khtml-box-shadow: inset 0 0 50px #ccc;
    box-shadow: inset 0 0 50px #ccc;
}

.old-IE-inner-shadow {
    background-color: rgb(174, 195, 214);
}
/*widget header with tabs*/
.widget-samllheader {
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 40px;
    background: url(/Images/bg_header.png) #fafafa;
    color: #555;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    border-top: solid 1px #fff;
    -moz-box-shadow: inset 0 -5px 5px #ddd;
    webkit-box-shadow: inset 0 -5px 5px #ddd;
    -khtml-box-shadow: inset 0 -5px 5px #ddd;
    box-shadow: inset 0 -5px 5px #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.widget-header {
    height: 65px;
    line-height: 65px;
    padding: 0 40px 0 40px;
    background: url(/Images/bg_header.png) #fafafa;
    color: #555;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    border-top: solid 1px #fff;
    -moz-box-shadow: inset 0 -5px 5px #ddd;
    webkit-box-shadow: inset 0 -5px 5px #ddd;
    -khtml-box-shadow: inset 0 -5px 5px #ddd;
    box-shadow: inset 0 -5px 5px #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.sort .widget-header:hover {
    cursor: move;
}

.widget-header h2 {
    display: block;
    float: left;
    font-family: 'Nunito', serif;
    font-size: 1.4em;
    margin: 3px 0 0 0;
    padding-top: 0 !important
}

    .widget-header h2 a {
        text-decoration: none;
        color: #00bdf6
    }

.widget-header .tabs {
    float: right;
    font-size: .8em;
    margin: 0;
    padding: 0;
    height: 65px;
    line-height: 65px
}

    .widget-header .tabs li {
        margin: 0 0 0 5px;
        display: block;
        padding: 0 !important;
        border: none !important;
        background: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -khtml-box-shadow: none !important;
        box-shadow: none !important;
    }

        .widget-header .tabs li.ui-state-hover a {
            color: #777 !important
        }

        .widget-header .tabs li.ui-tabs-selected a {
            color: #fff !important;
            text-shadow: none;
            background: #00bdf6;
            border: 1px solid #00bdf6 !important;
            border-bottom: solid 1px #0095c3 !important;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

            .widget-header .tabs li.ui-tabs-selected a:hover {
                color: #fff !important;
                text-shadow: none;
                background: #00bdf6;
                border: 1px solid #00bdf6 !important;
                border-bottom: solid 1px #0095c3 !important;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                -khtml-box-shadow: none;
                box-shadow: none;
            }

        .widget-header .tabs li a {
            border: 1px solid #ddd;
            border-bottom: solid 1px #ccc;
            border-top: solid 1px #fff;
            background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
            font-weight: bold;
            color: #777;
            float: none;
            padding: 5px 8px 5px 8px;
            -moz-box-shadow: 0 -1px 0 #ddd;
            -webkit-box-shadow: 0 -1px 0 #ddd;
            -khtml-box-shadow: 0 -1px 0 #ddd;
            box-shadow: 0 -1px 0 #ddd;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

            .widget-header .tabs li a:hover {
                color: #444 !important;
                border-bottom: solid 1px #bbb;
            }

/*no text tabs*/
.widget-header .dots {
    float: right;
    margin: 30px 0 0 0
}

    .widget-header .dots li {
        margin: 0 0 0 10px;
        display: block;
        border: none !important;
        background: none !important;
        text-indent: -9999px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        box-shadow: none;
    }

        .widget-header .dots li.ui-tabs-selected a {
            background: #00bdf6 !important;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
        }

        .widget-header .dots li a {
            float: none;
            display: block;
            width: 10px !important;
            height: 10px !important;
            background: #ccc;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

            .widget-header .dots li a:hover {
                background: #bbb;
            }

/*widget body */
.widget-body {
    clear: both;
    padding: 20px 40px 35px 40px;
    color: #636363;
    word-spacing: 2px;
    border-top: solid 1px #fff !important
}

    .widget-body h1, h2, h3, h4, h5 {
        font-family: 'Nunito', serif;
        color: #555;
        padding-top: .5em
    }

    .widget-body h1 {
        font-size: 1.6em;
        margin: 0 0 .7em 0
    }

    .widget-body h2 {
        font-size: 1.4em;
        margin: 0 0 .5em 0
    }

    .widget-body h3 {
        font-size: 1.2em;
        margin: 0 0 .4em 0
    }



    .widget-body h5 {
        font-size: 1em;
        margin: 0 0 0 0
    }

    .widget-body p {
        margin-bottom: 1.2em;
        line-height: 1.6em;
        font-size: .85em
    }

    .widget-body a {
        text-decoration: underline;
        color: #0095c3
    }

        .widget-body a:hover {
            text-decoration: none;
        }

    .widget-body ul.ul {
        margin-bottom: 1em;
        line-height: 1.6em;
        font-size: .85em
    }

        .widget-body ul.ul li {
            clear: both;
            margin: 0 0 .2em 2em;
            list-style-type: square;
        }

    .widget-body ol.ol {
        margin-bottom: 1em;
        line-height: 1.6em;
        font-size: .85em
    }

        .widget-body ol.ol li {
            clear: both;
            margin: 0 0 .2em 2em;
            list-style-type: decimal;
        }

/*dashboard chart widget*/
#widget-big-chart-shell {
    background: url(/Images/grid.png);
    border-top: solid 1px #aaa;
}

#widget-big-chart {
    width: 1020px;
    margin: 0 auto 0 auto;
    background: none;
}

    #widget-big-chart .dots {
        margin: 10px 0 0 250px;
        padding-bottom: 15px
    }

        #widget-big-chart .dots li {
            margin: 0 0 0 5px;
            display: block;
            float: left;
            border: none !important;
            background: none !important;
            text-indent: -9999px;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
        }

            #widget-big-chart .dots li.ui-tabs-selected a {
                background: url(/Images/circle-tabs.png) no-repeat !important;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                -khtml-box-shadow: none;
                box-shadow: none;
            }

            #widget-big-chart .dots li a {
                float: none;
                display: block;
                width: 50px !important;
                height: 50px !important;
                background: url(/Images/circle-tabs.png) no-repeat 0 -50px;
            }

                #widget-big-chart .dots li a:hover {
                    background: url(/Images/circle-tabs.png) no-repeat 0 -100px;
                }

.shadow {
}


/*--------------------------------------------------------*/
/*	Set Width of Widgets
/*--------------------------------------------------------*/
.half {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
}

.third {
    float: left;
    width: 29.33%;
    margin-right: 2%;
    margin-left: 2%;
}

.quarter {
    float: left;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
}

.full {
    width: 100%;
}

.margin-bottom-20 {
    margin-bottom: 20px
}

/*--------------------------------------------------------*/
/*	Set Width of Elements inside Widgets
/*--------------------------------------------------------*/
.widget-body .half {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
}

.widget-body .third {
    float: left;
    width: 30.66%;
    margin-right: 4%;
    margin-left: 0;
}

.widget-body .quarter {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-left: 0;
}

.widget-body .no-right-margin {
    margin-right: 0 !important
}
/* for last column of row */


/*--------------------------------------------------------*/
/*	Custom Buttons
/*--------------------------------------------------------*/
.btn-theme {
    background: #00bdf6 !important;
    border: solid 1px #00bdf6 !important;
    border-bottom: 1px solid #0095c3 !important;
    color: #fff !important;
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

    .btn-theme:hover {
        background: url(/Images/bg-scanlines.png) #0095c3 !important;
        border: solid 1px #0095c3 !important;
        color: #fff !important
    }

.btn-theme-search {
    background: url(/Images/ico-search.png) no-repeat center center #00bdf6 !important;
    text-indent: -99999px;
    width: 50px;
    border: solid 1px #00bdf6 !important;
    border-bottom: 1px solid #0095c3 !important;
    color: #fff !important;
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

    .btn-theme-search:hover {
        background: url(/Images/ico-search.png) no-repeat center center #333 !important;
        text-indent: -99999px;
        border: solid 1px #333 !important;
        border-bottom: solid 1px #222 !important
    }

/*login,register page buttons*/
.btn-round {
    width: 92px;
    height: 41px;
    margin: 10px auto 0 auto;
    text-align: center
}

    .btn-round input.power {
        background: url(/Images/BG_button.png) no-repeat;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        line-height: 0;
        cursor: pointer;
        border: none !important;
        width: 92px;
        height: 41px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        box-shadow: none;
    }

        .btn-round input.power:hover {
            background: url(/Images/BG_button-R.png) no-repeat !important
        }

/*--------------------------------------------------------*/
/*	Alert Boxes
/*--------------------------------------------------------*/
.alert {
    color: #333;
}

    .alert p {
        margin: 0;
        font-size: .8em
    }

    .alert a {
        color: #333;
        text-decoration: underline
    }

        .alert a:hover {
            text-decoration: none
        }

.alert-error {
    color: #cc3366;
    margin-bottom: 20px;
    background: #f9cdcd;
    padding: 10px;
    border-bottom: solid 1px #e8acac;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 15px #e8acac;
    -webkit-box-shadow: inset 0 0 15px #e8acac;
    -khtml-box-shadow: inset 0 0 15px #e8acac;
    box-shadow: inset 0 0 15px #e8acac
}

.alert-info {
    color: #336699;
    margin-bottom: 20px;
    background: #c9d8fb;
    padding: 10px;
    border-bottom: solid 1px #acbde8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 15px #acbde8;
    -webkit-box-shadow: inset 0 0 15px #acbde8;
    -khtml-box-shadow: inset 0 0 15px #acbde8;
    box-shadow: inset 0 0 15px #acbde8
}

.alert-warning {
    color: #666600;
    margin-bottom: 20px;
    background: #f3f7b4;
    padding: 10px;
    border-bottom: solid 1px #dee295;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 15px #dee295;
    -webkit-box-shadow: inset 0 0 15px #dee295;
    -khtml-box-shadow: inset 0 0 15px #dee295;
    box-shadow: inset 0 0 15px #dee295
}

.alert-success {
    color: #006600;
    margin-bottom: 20px;
    background: #c9f7bc;
    padding: 10px;
    border-bottom: solid 1px #bbeeae;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 15px #bbeeae;
    -webkit-box-shadow: inset 0 0 15px #bbeeae;
    -khtml-box-shadow: inset 0 0 15px #bbeeae;
    box-shadow: inset 0 0 15px #bbeeae
}

/*--------------------------------------------------------*/
/*	Simple Tool Tip Box
/*--------------------------------------------------------*/
.popup {
    position: absolute;
    top: 596px;
    left: 399px;
    overflow: hidden;
}

.popup-t,
.popup-b {
    width: 235px;
    overflow: hidden;
}

.popup-t {
    background: url(../images/bg-popup-t.png) no-repeat;
    height: 102px;
}

.popup-b {
    background: url(../images/bg-popup-b.png) no-repeat;
    width: 235px;
    height: 51px;
}

.popup-c {
    width: 235px;
    background: url(../images/bg-popup-c.png) repeat-y;
}

    .popup-c:after {
        content: "";
        clear: both;
        display: block;
    }

.popup-holder {
    float: left;
    width: 201px;
    margin: -86px 0 0;
    padding: 2px 14px 0 20px;
    position: relative;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
}

    .popup-holder p {
        margin: 0;
    }

/*--------------------------------------------------------*/
/*	Table
/*--------------------------------------------------------*/
table {
    width: 100%;
    clear: both;
    font-size: .8em;
    bottom: 5px;
    margin: 0;
    border: solid 1px #ddd;
    -moz-box-shadow: 0 -1px 0 #ddd;
    -webkit-box-shadow: 0 -1px 0 #ddd;
    -khtml-box-shadow: 0 -1px 0 #ddd;
    box-shadow: 0 -1px 0 #ddd
}

    table th, td {
        padding: 14px;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        -khtml-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff
    }

    table th {
        border: solid 1px #d0d0d0;
        text-align: left;
        border-top: solid 1px #fff;
        background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
        font-weight: bold;
        color: black
    }

    table thead {
        background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
    }

    table td {
        border-bottom: solid 1px #ddd;
        color: black;
    }

    table tr.even td {
        background: #fafafa;
        border-bottom: solid 1px #ddd
    }

    table th.sorting, th.sorting_asc, th.sorting_desc {
        cursor: pointer
    }

    table th.sorting_asc, th.sorting_desc {
        color: black;
        text-shadow: 0 0 5px #fff;
        -moz-box-shadow: inset 0 0 30px #d9d9d9;
        -webkit-box-shadow: inset 0 0 30px #d9d9d9;
        -khtml-box-shadow: inset 0 0 30px #d9d9d9;
        box-shadow: inset 0 0 30px #d9d9d9
    }

        table th.sorting:hover, th.sorting_asc:hover, th.sorting_desc:hover {
            color: black
        }

.dataTables_length {
    float: left;
    width: 50%;
    line-height: 27px;
    height: 27px;
    margin-bottom: 20px
}

    .dataTables_length select {
        width: 90px
    }

    .dataTables_length a {
        text-decoration: none
    }

.dataTables_filter {
    float: right
}

    .dataTables_filter input[type=text] {
        width: 150px;
        height: 1.2em;
        background: url(/Images/ico-search-gray.png) no-repeat #fff 98% center;
        padding-right: 25px
    }

        .dataTables_filter input[type=text]:hover {
            border: solid 1px #999;
            border-bottom: solid 1px #ccc
        }

        .dataTables_filter input[type=text]:focus {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -khtml-box-shadow: none;
            box-shadow: none;
            border: solid 1px #bbb;
            border-bottom: solid 1px #ddd
        }

.dataTables_info {
    float: left;
    margin: 15px 0 0 0;
    font-size: .8em
}

/*--------------------------------------------------------*/
/*	Table
/*--------------------------------------------------------*/
table.small {
    width: 100%;
    clear: both;
    font-size: .8em;
    bottom: 5px;
    margin: 0;
    border: solid 1px #ddd;
    -moz-box-shadow: 0 -1px 0 #ddd;
    -webkit-box-shadow: 0 -1px 0 #ddd;
    -khtml-box-shadow: 0 -1px 0 #ddd;
    box-shadow: 0 -1px 0 #ddd
}

    table.small th, td {
        padding: 4px;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        -khtml-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff
    }

    table.small th {
        border: solid 1px #d0d0d0;
        text-align: left;
        border-top: solid 1px #fff;
        background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
        font-weight: bold;
        color: black
    }

    table.small td.BorderRight {
        text-align: left;
        border-right: solid 1px #d0d0d0 !important;
    }

    table.small td.BorderLeft {
        text-align: left;
        border-left: solid 1px #d0d0d0 !important;
    }

    table.small thead {
        background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
    }

    table.small td {
        border-bottom: solid 1px #ddd;
        color: Black !important
    }

    table.small tr.even td {
        background: #fafafa;
        border-bottom: solid 1px #ddd
    }

    table.small th.sorting, th.sorting_asc, th.sorting_desc {
        cursor: pointer
    }

    table.small th.sorting_asc, th.sorting_desc {
        color: #0095c3;
        text-shadow: 0 0 5px #fff;
        -moz-box-shadow: inset 0 0 30px #d9d9d9;
        -webkit-box-shadow: inset 0 0 30px #d9d9d9;
        -khtml-box-shadow: inset 0 0 30px #d9d9d9;
        box-shadow: inset 0 0 30px #d9d9d9
    }

        table.small th.sorting:hover, th.sorting_asc:hover, th.sorting_desc:hover {
            color: #444
        }

    table.small th.sorting_asc {
        background: url('/Images/ico-sort-asc.png') no-repeat center right
    }

    table.small th.sorting_desc {
        background: url('/Images/ico-sort-desc.png') no-repeat center right
    }

    table.small th.sorting {
        background: url('/Images/ico-sort-both.png') no-repeat center right
    }

/*--------------------------------------------------------*/
/*	Pagination
/*--------------------------------------------------------*/
.pagination {
    float: right;
    width: 24%;
    margin-right: 0px;
    margin-left: 1%;
    margin-bottom: 0px;
    text-align: right;
    vertical-align: middle;
}

.paging_info {
    float: right;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
}

.paging_full_numbers {
    float: right;
    font-size: .8em;
    margin: 10px 0 0 0;
    text-shadow: none;
    font-weight: bold
}

    .paging_full_numbers .paginate_button {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #ddd;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #fff;
        background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
        color: #777;
        padding: 5px 8px 5px 8px;
        margin-left: 5px;
        -moz-box-shadow: 0 -1px 0 #ddd;
        -webkit-box-shadow: 0 -1px 0 #ddd;
        -khtml-box-shadow: 0 -1px 0 #ddd;
        box-shadow: 0 -1px 0 #ddd;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

        .paging_full_numbers .paginate_button:hover {
            color: #444;
            border-bottom: solid 1px #bbb;
        }

    .paging_full_numbers .paginate_active {
        display: inline-block;
        color: #fff;
        text-shadow: none;
        background: #00bdf6;
        border: 1px solid #00bdf6 !important;
        border-bottom: solid 1px #0095c3 !important;
        padding: 5px 8px 5px 8px;
        margin-left: 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .paging_full_numbers .paginate_button_disabled {
        cursor: default;
        color: #aaa
    }

        .paging_full_numbers .paginate_button_disabled:hover {
            cursor: default;
            color: #aaa
        }

.paging_alphabet {
    float: left;
    margin: 0 0 15px 0 !important
}

.paging_full_numbers a {
    text-decoration: none
}

/*--------------------------------------------------------*/
/*	Custom File Input
/*--------------------------------------------------------*/
.file-input {
    display: inline-block;
    position: relative;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 1px #fff;
    -moz-box-shadow: 0 -1px 0 #ddd;
    -webkit-box-shadow: 0 -1px 0 #ddd;
    -khtml-box-shadow: 0 -1px 0 #ddd;
    box-shadow: 0 -1px 0 #ddd
}

    /*style text of the upload field and add an attachment icon*/
    .file-input .button {
        color: #777;
        font-weight: bold;
        text-indent: 10px;
        background: url(/Images/ico-clip.png) no-repeat 97% 50%;
        font-size: .75em;
        display: block
    }

        .file-input .button:hover {
            border-bottom: solid 1px #bbb;
            color: #555;
        }

    /*hide the real file upload input field*/
    .file-input input {
        cursor: pointer;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        font-size: 100px
    }

/*--------------------------------------------------------*/
/*	Select Menu
/*--------------------------------------------------------*/
.ui-selectmenu {
    display: block;
    font-size: .75em;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    background: url(/Images/ui-bg-btn-gradient.png) repeat-x bottom #eee !important;
    color: #777 !important;
    border-left: solid 1px #ddd !Important;
    text-shadow: 0 1px 0 #fff !important;
    border-right: solid 1px #ddd !important;
    border-top: solid 1px #fff !important;
    -moz-box-shadow: 0 -1px 0 #ddd !important;
    -webkit-box-shadow: 0 -1px 0 #ddd !important;
    -khtml-box-shadow: 0 -1px 0 #ddd !important;
    box-shadow: 0 -1px 0 #ddd !important
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%
}

.ui-selectmenu-menu {
    text-shadow: none;
    margin: 0 0 0 1px;
    font-size: .75em;
    list-style: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    overflow: auto;
    z-index: 99999;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    -khtml-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc
}

.ui-selectmenu-open {
    visibility: visible
}

.ui-selectmenu-menu .ui-state-hover {
    border: none
}

.ui-selectmenu-menu-popup {
    margin-top: -1px;
    padding-right: 58px !important
}

.ui-selectmenu-menu-dropdown {
    padding: 0
}

.ui-selectmenu-menu li {
    background: #fff;
    margin: 0;
    display: block;
    font-weight: normal !important
}

    .ui-selectmenu-menu li a, .ui-selectmenu-status {
        line-height: 29px;
        height: 29px;
        color: #333;
        display: block;
        padding: 0 1em;
        outline: none;
        text-decoration: none
    }

    .ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
    .ui-selectmenu-hasIcon .ui-selectmenu-status {
        position: relative;
        margin-left: 5px
    }

    .ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
        position: absolute;
        top: 1em;
        margin-top: -8px;
        left: 0;
        margin-left: 15px
    }

.ui-selectmenu-status {
    color: #777
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
    background: #00bdf6;
    color: #fff !important;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
    background: #444
}

    .ui-selectmenu-open li.ui-selectmenu-item-selected a {
        color: #fff !important;
    }

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}


/*--------------------------------------------------------*/
/*	Lightbox Modal Gallery Viewer
/*--------------------------------------------------------*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 500px
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0
}

    #jquery-lightbox a img {
        border: none
    }

#lightbox-container-image-box {
    position: relative;
    background: #fff;
    width: 250px;
    height: 250px;
    padding: 30px 20px 0 20px;
    margin: 0 auto
}

#lightbox-container-image {
    padding: 0
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0
}

#lightbox-nav a {
    outline: none;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

    #lightbox-nav a:hover {
        opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 48%;
    height: 100%;
    zoom: 1;
    display: block
}

#lightbox-nav-btnPrev {
    float: left
}

#lightbox-nav-btnNext {
    float: right
}

#lightbox-container-image-data-box {
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: hidden;
    width: 100%;
    padding: 0 30px 15px 30px;
    font-size: .8em
}

#lightbox-container-image-data {
    padding: 0
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left
    }

#lightbox-image-details-caption {
    font-weight: bold
}

#lightbox-image-details-currentNumber {
    display: none !important;
    clear: left;
    padding-bottom: 1.0em
}

#lightbox-secNav-btnClose {
    float: right
}

/*--------------------------------------------------------*/
/*	Charts and Graphs
/*--------------------------------------------------------*/
/*plugin styles*/
.visualize {
    z-index: 0;
    position: relative;
    bottom: 0;
    font-size: .8em;
}

    .visualize canvas {
        position: absolute;
    }

    .visualize ul, .visualize li {
        margin: 0;
        padding: 0
    }

    /*table title, key elements*/
    .visualize .visualize-info {
        padding: 7px 0px 9px 9px;
        background: #fff;
        border: 1px solid #ddd;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        position: absolute;
        top: -58px;
        left: 20px;
        -moz-border-radius: 1px;
        -khtml-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-box-shadow: inset 0 0 30px #e9e9e9;
        -webkit-box-shadow: inset 0 0 30px #e9e9e9;
        -khtml-box-shadow: inset 0 0 30px #e9e9e9;
        box-shadow: inset 0 0 30px #e9e9e9;
    }

    .visualize .visualize-title {
        display: block;
        color: #333;
        margin-bottom: 3px;
        font-size: 1em
    }

    .visualize ul.visualize-key {
        list-style: none
    }

        .visualize ul.visualize-key li {
            list-style: none;
            float: left;
            margin-right: 10px;
            padding-left: 10px;
            position: relative
        }

        .visualize ul.visualize-key .visualize-key-color {
            width: 6px;
            height: 6px;
            left: 0;
            position: absolute;
            top: 50%;
            margin-top: -3px
        }

        .visualize ul.visualize-key .visualize-key-label {
            color: #000
        }

/*pie labels*/
.visualize-pie .visualize-labels {
    list-style: none;
    width: 100% !important
}

.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label {
    position: absolute;
    margin: 0;
    padding: 0;
}

.visualize-pie .visualize-label {
    display: block;
    font-family: 'Nunito', serif;
    color: #fff;
    font-weight: normal;
    text-shadow: none
}

.visualize-pie-outside .visualize-label {
    color: #000;
    font-weight: normal;
}

/*line,bar, area labels*/
.visualize-labels-x, .visualize-labels-y {
    position: absolute;
    left: 0;
    top: -20px;
    list-style: none;
}

.visualize-labels-x {
    z-index: 9
}

    .visualize-labels-x li, .visualize-labels-y li {
        position: absolute;
        bottom: 0
    }

        .visualize-labels-x li span.label, .visualize-labels-y li span.label {
            position: absolute;
            color: #555;
            text-shadow: none
        }

        .visualize-labels-x li span.line, .visualize-labels-y li span.line {
            position: absolute;
        }

    .visualize-labels-x li {
        height: 100%;
    }

        .visualize-labels-x li span.label {
            top: 100%;
            margin-top: 5px
        }

        .visualize-labels-x li span.line {
            border-left-width: 1px;
            height: 100%;
            display: block
        }

        .visualize-labels-x li span.line {
            border: 0;
        }
/*hide vertical lines on area, line, bar*/
.visualize-labels-y li {
    width: 100%;
    padding: 0;
}

    .visualize-labels-y li span.label {
        right: 0;
        bottom: 2px;
        color: #999;
        background: url(/Images/bg-input-bevel.png) no-repeat bottom left;
        width: 100px;
        text-align: right
    }

    .visualize-labels-y li span.line {
        width: 100%
    }

.visualize-labels-x li span.line {
}

.visualize-bar .visualize-labels-x li span.label {
    width: 100%;
    text-align: center
}
/* tooltip */
.visualize-tooltip {
    font-size: 1em;
    font-weight: bold;
    background: #444;
    padding: 10px;
    border: 1px solid #444;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

    .visualize-tooltip p {
        margin: 0;
    }

/*--------------------------------------------------------*/
/*	LogOn View (Page)
/*--------------------------------------------------------*/
#logon-shell {
    margin: 10px auto 0 auto;
    overflow: hidden;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#logon-header {
    border-bottom: solid 1px #fafafa;
    letter-spacing: 1px;
    font-family: 'Nunito', serif;
    font-weight: bold;
    text-shadow: 1px 1px 0 #444;
    text-align: center;
    font-size: 2.1em;
    text-transform: uppercase;
    color: #eee;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    background: url(/Images/bg_header.png) repeat-x bottom #2D2B92;
    line-height: 66px;
    height: 66px;
}

    #logon-header span {
        color: #00bdf6
    }

#logon-body {
    color: #555;
    font-size: 1em;
    padding: 40px 0 40px 0 !important;
    text-align: left;
    overflow: hidden;
    background: url(/Images/bg.png) #f4f4f4;
    border: solid 1px #ddd;
    border-top: none;
    border-bottom: solid 1px #c1c1c1;
    -webkit-box-shadow: inset 0 0 1px #fff;
    -khtml-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 70px #c9c9c9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.logon-form {
    clear: both;
    text-align: center;
    padding-top: 30px !important;
    overflow: hidden;
    background: transparent;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-left: 40px;
}

    /*custom input style for login page*/
    .logon-form input[type=text], .logon-form input[type=password] {
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        display: block;
        width: 100%;
        color: #555;
        background-color: #FFF;
        background-image: url(../images/BG_input.png) no-repeat bottom;
        height: 28px;
        line-height: 33px;
        border: none;
        margin: 0 0 5px 0;
        text-indent: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        box-shadow: none;
    }

.logonINPUT {
    padding-top: 10px;
    width: 100%;
}

/*--------------------------------------------------------*/
/*	Gallery Page
/*--------------------------------------------------------*/
.gallery {
    position: relative
}

    .gallery li {
        float: left;
        height: auto;
        line-height: 0;
        padding: 0;
        white-space: nowrap;
        width: 206px;
        overflow: hidden;
        margin: 0 24px 24px 0;
        -moz-box-shadow: 0 0 10px #ddd;
        -webkit-box-shadow: 0 0 10px #ddd;
        -khtml-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd
    }

        .gallery li img {
            border: solid 18px #fff;
        }

        .gallery li .action {
            -moz-opacity: 0.9;
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            display: none;
            text-align: center;
            background: url(/Images/ico-zoom-in.png) no-repeat center center;
            padding: 0;
            color: #fff;
            width: 100%;
            line-height: 21px;
            text-shadow: none;
        }

            .gallery li .action .zoom {
                display: block;
                height: 100%;
                line-height: 200px;
                text-indent: -9999px;
            }

            .gallery li .action .delete {
                position: absolute;
                bottom: 20px;
                right: 19px;
                width: 24px;
                height: 24px;
                background: url(/Images/ico-trash-can.png) no-repeat;
                text-indent: -9999px
            }

                .gallery li .action .delete:hover {
                    background: url(/Images/ico-trash-can-hover.png) no-repeat;
                    height: 40px
                }

.add-image {
    text-align: center;
    color: #fff;
    text-indent: -99999px;
    font-size: .75em;
    text-decoration: none !important;
    text-align: center;
    display: block;
    width: 170px;
    padding: 55px 0 55px 0;
    text-shadow: none;
    overflow: hidden;
    border: solid 18px #fff;
    background: url(/Images/ico-plus.png) no-repeat center center #fff
}

/*search image archive section*/
.search-library {
    float: right;
    overflow: hidden;
    width: 180px;
}

    .search-library .text-search {
        float: left;
    }

        .search-library .text-search input {
            width: 180px;
            color: #777;
            display: block;
            margin: 18px 18px 0 0;
        }

    .search-library .categories {
        float: left;
        overflow: hidden;
        margin: 18px 18px 0 0
    }

        .search-library .categories select {
            width: 141px
        }

    .search-library .submit-search {
        float: left;
        margin-top: -1px;
        margin: 18px 0 0 0
    }

        .search-library .submit-search input {
            display: block !important
        }


/*--------------------------------------------------------*/
/*	Form Page
/*--------------------------------------------------------*/
.global-form {
    font-size: 1em
}

    .global-form label.normal-label {
        display: block;
        font-size: .7em;
        text-transform: uppercase;
        line-height: 25px;
        color: #999;
        font-weight: bold
    }

    .global-form input[type=text], input[type=password], select {
        /* width: 100% */
    }

    .global-form .slider {
        background: none;
        text-indent: 0;
        border: none;
        border-top: solid 1px #ccc;
        margin-top: 12px;
        padding-top: 8px;
        cursor: default;
        -moz-box-shadow: 0 -1px 0 #fff;
        -webkit-box-shadow: 0 -1px 0 #fff;
        -khtml-box-shadow: 0 -1px 0 #fff;
        box-shadow: 0 -1px 0 #fff
    }

.global-form-footer {
    text-align: right;
    padding-top: 10px;
}

.global-form-footer-dash {
    background: url(/Images/horizontal-dash-repeat.png) repeat-x top;
    padding-top: 30px
}

/*include icon indicator to show radio button or checkbox is chosen*/
label.ui-state-active {
    background: url(/Images/ico-radio-btn-selected.png) no-repeat right center #00bdf6 !important;
    padding-right: 5px
}


.display-field {
    color: #116789;
    padding: 1px 2px;
}

.display-Checkfield {
    color: black;
    padding: 1px 2px;
}

@media screen {
    .edit-field {
        color: black;
        background-color: #DBE6E9;
        padding: 0;
        border: none;
        margin: 0;
    }

        .edit-field[readonly=readonly] {
            color: darkslategray;
            background-color: lightgray;
            padding: 0;
            border: none;
            margin: 0;
        }
}

@media print {
    .edit-field {
        color: #696969;
        background-color: #DBE6E9;
        padding: 0px;
        border: 1px solid #CCCCCC;
        margin: 0px;
    }
}

.edit-field-Error {
    color: black;
    background-color: #FFE6DB;
    padding: 0px;
    border: none;
    margin: 0px;
}

.edit-field:hover, .edit-field:focus {
    color: #000;
    background-color: #FBDB2E;
}



/*--------------------------------------------------------*/
/*	Scroller to Top
/*--------------------------------------------------------*/
#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    background: url(/Images/ico-totop.png) no-repeat left top;
}

#toTopHover {
    background: url(/Images/ico-totop.png) no-repeat left -40px;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}


/*--------------------------------------------------------*/
/*	Squares Page
/*--------------------------------------------------------*/
.squares {
    position: relative;
    margin: 0
}

    .squares h3 {
        display: block;
        background: url(/Images/arrow-drag.png) no-repeat left;
        font-family: 'Helvetica', Arial, sans-serif;
        font-weight: normal;
        padding-left: 20px;
        font-size: .8em;
        height: 31px;
        line-height: 31px;
        color: #999;
        margin: 0 0 30px 0
    }

.squares-all {
    margin-right: -18px;
    overflow-y: scroll;
    height: 218px;
    background: url(/Images/horizontal-dash-repeat.png) repeat-x bottom;
    padding: 5px 0 0 0
}

    .squares-all li {
        z-index: 9999;
        float: left;
        overflow: hidden;
        width: 156px;
        background: #fff;
        border: solid 1px #ddd;
        margin: 0 18px 18px 0;
        -moz-box-shadow: 0 1px 0 #aaa;
        -webkit-box-shadow: 0 1px 0 #aaa;
        -khtml-box-shadow: 0 1px 0 #aaa;
        box-shadow: 0 1px 0 #aaa;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
    }

        .squares-all li.insquare {
            background: url(/Images/ico-radio-btn-selected.png) no-repeat bottom right #fff
        }

        .squares-all li:hover {
            cursor: move;
            border: solid 1px #999;
            -moz-box-shadow: 0 0 5px #999;
            -webkit-box-shadow: 0 0 5px #999;
            -khtml-box-shadow: 0 0 5px #999;
            box-shadow: 0 0 5px #999;
        }

        .squares-all li img {
            display: block;
            float: left;
            ;
            margin: 4px;
        }

        .squares-all li div.name {
            display: block;
            float: left;
            margin: 15px 4px 4px 0;
            font-size: .8em
        }

.squares-group {
    position: relative;
    cursor: default;
    float: left;
    background: url(/Images/bg-scanlines.png) #fff;
    width: 156px;
    height: 156px;
    border: solid 1px #ddd;
    margin: 0 18px 18px 0;
    -moz-box-shadow: 0 1px 0 #aaa;
    -webkit-box-shadow: 0 1px 0 #aaa;
    -khtml-box-shadow: 0 1px 0 #aaa;
    box-shadow: 0 1px 0 #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

    .squares-group ul {
        position: absolute;
        visibility: hidden;
        padding: 5px 0 0 5px
    }

    .squares-group li {
        float: left;
        width: 26px;
        height: 26px;
        margin: 0 4px 4px 0
    }

        .squares-group li.filled {
            cursor: move;
        }

            .squares-group li.filled:hover {
                -moz-box-shadow: 1px 1px 0 #000;
                -webkit-box-shadow: 1px 1px 0 #000;
                -khtml-box-shadow: 1px 1px 0 #000;
                box-shadow: 1px 1px 0 #000;
            }

        .squares-group li img {
            display: block;
            width: 26px;
            height: 26px
        }

        .squares-group li.empty {
            width: 86px;
            height: 26px;
            background: none
        }

    .squares-group .category {
        background: #00bdf6;
        position: absolute;
        width: 138px;
        height: 138px;
        text-align: center;
        margin: 9px 0 0 10px;
        color: #fff;
        text-shadow: none;
        -moz-box-shadow: inset 0 0 30px #0095c3;
        -webkit-box-shadow: inset 0 0 30px #0095c3;
        -khtml-box-shadow: inset 0 0 30px #0095c3;
        box-shadow: inset 0 0 30px #0095c3;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
    }

        .squares-group .category .name {
            margin: 30px 0 0 0;
            font-size: .8em
        }

        .squares-group .category .count {
            margin: 5px 0 0 0;
            font-family: 'Nunito', serif;
            font-size: 1.5em;
            color: #0095c3;
            font-weight: bold
        }

.squares-all .tooltip {
    z-index: 9999;
    background: #444;
    padding: 5px 10px 5px 10px;
    border: 1px solid #444;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    margin: 60px 0 0 50px;
    font-size: .8em
}

.squares-group .tooltip {
    z-index: 9999;
    background: #444;
    padding: 5px 10px 5px 10px;
    border: 1px solid #444;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    margin: -58px 0 0 27px;
    font-size: .8em
}

#action-message {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 60px;
    height: 60px;
    text-shadow: none;
    background: #444;
    color: #fff;
    font-size: .8em;
    text-align: center
}
/*--------------------------------------------------------*/

.widget-header #siteMANAGER {
    width: 200px;
    float: right;
    padding-top: 20px;
}

.addNEW {
    float: right;
    padding-top: 20px;
}

.editDELETE {
    float: right;
    padding-top: 28px;
    padding-right: 10px;
}

#SiteAgreementData {
    width: 350px;
}


.widget-shell2 #mode {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mode-display {
    background-position: 10% center;
    background-repeat: no-repeat;
    padding-left: 10%;
    font-weight: bold;
    text-transform: uppercase;
}

.mode-type-edit {
    background-image: url(../images/icons/icon_editing.png);
    color: Red;
}

.mode-type-archived {
    background-image: url(../images/icons/icon_view_only.png);
    color: Red;
}

.mode-type-select-edit {
    background-image: url(../images/icons/icon_viewing.png);
    color: Green;
}

.mode-type-viewonly {
    background-image: url(../images/icons/icon_view_only.png);
    color: Purple;
}

DIV.ext_3gp {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_3gp_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_afp {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_afp_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_afpa {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_afpa_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_asp {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_asp_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_aspx {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_aspx_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_avi {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_avi_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_bat {
    background: url(/Images/filetree/application.png) left top no-repeat;
}

DIV.ext_bat_new {
    background: url(/Images/filetree/application-new.png) left top no-repeat;
}

DIV.ext_bmp {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_bmp_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_c {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_c_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_cfm {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_cfm_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_cgi {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_cgi_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_com {
    background: url(/Images/filetree/application.png) left top no-repeat;
}

DIV.ext_com_new {
    background: url(/Images/filetree/application-new.png) left top no-repeat;
}

DIV.ext_cpp {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_cpp_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_css {
    background: url(/Images/filetree/css.png) left top no-repeat;
}

DIV.ext_css_new {
    background: url(/Images/filetree/css-new.png) left top no-repeat;
}

DIV.ext_doc {
    background: url(/Images/filetree/doc.png) left top no-repeat;
}

DIV.ext_doc_new {
    background: url(/Images/filetree/doc-new.png) left top no-repeat;
}

DIV.ext_exe {
    background: url(/Images/filetree/application.png) left top no-repeat;
}

DIV.ext_exe_new {
    background: url(/Images/filetree/application-new.png) left top no-repeat;
}

DIV.ext_gif {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_gif_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_fla {
    background: url(/Images/filetree/flash.png) left top no-repeat;
}

DIV.ext_fla_new {
    background: url(/Images/filetree/flash-new.png) left top no-repeat;
}

DIV.ext_h {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_h_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_htm {
    background: url(/Images/filetree/html.png) left top no-repeat;
}

DIV.ext_htm_new {
    background: url(/Images/filetree/html-new.png) left top no-repeat;
}

DIV.ext_html {
    background: url(/Images/filetree/html.png) left top no-repeat;
}

DIV.ext_html_new {
    background: url(/Images/filetree/html-new.png) left top no-repeat;
}

DIV.ext_jar {
    background: url(/Images/filetree/java.png) left top no-repeat;
}

DIV.ext_jar_new {
    background: url(/Images/filetree/java-new.png) left top no-repeat;
}

DIV.ext_jpg {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_jpg_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_jpeg {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_jpeg_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_js {
    background: url(/Images/filetree/script.png) left top no-repeat;
}

DIV.ext_js_new {
    background: url(/Images/filetree/script-new.png) left top no-repeat;
}

DIV.ext_lasso {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_lasso_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_log {
    background: url(/Images/filetree/txt.png) left top no-repeat;
}

DIV.ext_log_new {
    background: url(/Images/filetree/txt-new.png) left top no-repeat;
}

DIV.ext_m4p {
    background: url(/Images/filetree/music.png) left top no-repeat;
}

DIV.ext_m4p_new {
    background: url(/Images/filetree/music-new.png) left top no-repeat;
}

DIV.ext_mov {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_mov_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_mp3 {
    background: url(/Images/filetree/music.png) left top no-repeat;
}

DIV.ext_mp3_new {
    background: url(/Images/filetree/music-new.png) left top no-repeat;
}

DIV.ext_mp4 {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_mp4_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_mpg {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_mpg_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_mpeg {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_mpeg_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_ogg {
    background: url(/Images/filetree/music.png) left top no-repeat;
}

DIV.ext_ogg_new {
    background: url(/Images/filetree/music-new.png) left top no-repeat;
}

DIV.ext_pcx {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_pcx_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_pdf {
    background: url(/Images/filetree/pdf.png) left top no-repeat;
}

DIV.ext_pdf_new {
    background: url(/Images/filetree/pdf-new.png) left top no-repeat;
}

DIV.ext_php {
    background: url(/Images/filetree/php.png) left top no-repeat;
}

DIV.ext_php_new {
    background: url(/Images/filetree/php-new.png) left top no-repeat;
}

DIV.ext_png {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_png_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_ppt {
    background: url(/Images/filetree/ppt.png) left top no-repeat;
}

DIV.ext_ppt_new {
    background: url(/Images/filetree/ppt-new.png) left top no-repeat;
}

DIV.ext_psd {
    background: url(/Images/filetree/psd.png) left top no-repeat;
}

DIV.ext_psd_new {
    background: url(/Images/filetree/psd-new.png) left top no-repeat;
}

DIV.ext_pl {
    background: url(/Images/filetree/script.png) left top no-repeat;
}

DIV.ext_pl_new {
    background: url(/Images/filetree/script-new.png) left top no-repeat;
}

DIV.ext_py {
    background: url(/Images/filetree/script.png) left top no-repeat;
}

DIV.ext_py_new {
    background: url(/Images/filetree/script-new.png) left top no-repeat;
}

DIV.ext_rb {
    background: url(/Images/filetree/ruby.png) left top no-repeat;
}

DIV.ext_rb_new {
    background: url(/Images/filetree/ruby-new.png) left top no-repeat;
}

DIV.ext_rbx {
    background: url(/Images/filetree/ruby.png) left top no-repeat;
}

DIV.ext_rbx_new {
    background: url(/Images/filetree/ruby-new.png) left top no-repeat;
}

DIV.ext_rhtml {
    background: url(/Images/filetree/ruby.png) left top no-repeat;
}

DIV.ext_rhtml_new {
    background: url(/Images/filetree/ruby-new.png) left top no-repeat;
}

DIV.ext_ruby {
    background: url(/Images/filetree/ruby.png) left top no-repeat;
}

DIV.ext_ruby_new {
    background: url(/Images/filetree/ruby-new.png) left top no-repeat;
}

DIV.ext_sql {
    background: url(/Images/filetree/db.png) left top no-repeat;
}

DIV.ext_sql_new {
    background: url(/Images/filetree/db-new.png) left top no-repeat;
}

DIV.ext_swf {
    background: url(/Images/filetree/flash.png) left top no-repeat;
}

DIV.ext_swf_new {
    background: url(/Images/filetree/flash-new.png) left top no-repeat;
}

DIV.ext_tif {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_tif_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_tiff {
    background: url(/Images/filetree/picture.png) left top no-repeat;
}

DIV.ext_tiff_new {
    background: url(/Images/filetree/picture-new.png) left top no-repeat;
}

DIV.ext_txt {
    background: url(/Images/filetree/txt.png) left top no-repeat;
}

DIV.ext_txt_new {
    background: url(/Images/filetree/txt-new.png) left top no-repeat;
}

DIV.ext_vb {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_vb_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_wav {
    background: url(/Images/filetree/music.png) left top no-repeat;
}

DIV.ext_wav_new {
    background: url(/Images/filetree/music-new.png) left top no-repeat;
}

DIV.ext_wmv {
    background: url(/Images/filetree/film.png) left top no-repeat;
}

DIV.ext_wmv_new {
    background: url(/Images/filetree/film-new.png) left top no-repeat;
}

DIV.ext_xls {
    background: url(/Images/filetree/xls.png) left top no-repeat;
}

DIV.ext_xls_new {
    background: url(/Images/filetree/xls-new.png) left top no-repeat;
}

DIV.ext_xlsx {
    background: url(/Images/filetree/xls.png) left top no-repeat;
}

DIV.ext_xlsx_new {
    background: url(/Images/filetree/xls-new.png) left top no-repeat;
}

DIV.ext_xml {
    background: url(/Images/filetree/code.png) left top no-repeat;
}

DIV.ext_xml_new {
    background: url(/Images/filetree/code-new.png) left top no-repeat;
}

DIV.ext_zip {
    background: url(/Images/filetree/zip.png) left top no-repeat;
}

DIV.ext_zip_new {
    background: url(/Images/filetree/zip-new.png) left top no-repeat;
}

DIV.ext_unknow {
    background: url(/Images/filetree/file.png) left top no-repeat;
}

DIV.ext_unknow_new {
    background: url(/Images/filetree/file-new.png) left top no-repeat;
}

/* Re*/
label.ui-small-no-radio, a.ui-small-button {
    background-image: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    min-width: 15px !important;
    color: Black !important;
}

    label.ui-small-no-radio span.ui-button-text, a.ui-small-button span.ui-button-text {
        background-image: none !important;
        padding: 3px 2px 2px 3px !important;
        margin: 0px 0px 0px 0px !important;
    }

#agreementstable {
    display: table;
}

.agreementsrow {
    display: table-row;
}

.agreementscell {
    display: table-cell;
    padding: 10px 15px 5px 15px;
}

#messagetable {
    display: table;
    padding-top: 25px
}

.messagerow {
    display: table-row;
}

.messagecell {
    display: table-cell;
    padding-left: 15px;
    padding-right: 35px;
}

#attendancetable {
    display: table;
    padding-top: 25px
}

.attendancerow {
    display: table-row;
}

.attendancecell {
    display: table-cell;
    padding-left: 15px;
    padding-right: 30px;
}

#childrentable {
    display: table;
    padding-top: 25px;
}

.childrenrow {
    display: table-row;
}

.childrencell {
    display: table-cell;
    padding-left: 15px;
    padding-right: 50px;
}

.cellli {
    padding-top: 10px
}


/*--- DROPDOWN ---*/
#nav a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: inherit;
    height: inherit;
    padding: 17px 15px;
}

#nav {
    float: left;
    font-weight: 600;
}

    #nav ul {
        text-align: left;
        display: inline;
        margin: 0;
        padding: 10px 4px 17px 0;
        list-style: none;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

        #nav ul li {
            font: bold 15px/15px sans-serif;
            display: inline-block;
            margin-right: -4px;
            position: relative;
            padding: 0;
            background: #fafafa;
            cursor: pointer;
        }

            #nav ul li:hover {
                background: #ccc;
            }

            #nav ul li ul {
                padding: 0;
                position: absolute;
                top: 48px;
                left: 0;
                width: 200px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                display: none;
                opacity: 0;
                visibility: hidden;
                -webkit-transiton: opacity 0.2s;
                -moz-transition: opacity 0.2s;
                -ms-transition: opacity 0.2s;
                -o-transition: opacity 0.2s;
                -transition: opacity 0.2s;
            }

                #nav ul li ul li {
                    background: #e9e9e9;
                    display: block;
                }

                    #nav ul li ul li:hover {
                        background: #ccc;
                    }

            #nav ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }



/* ----------------- Dashboard stuff --------------*/

html, body {
    height: 100%;
}

.dashmaster {
    /*overflow: hidden;*/
    margin: 0px auto;
    /*max-width: 980px;*/
    min-width: 100%;
    min-height: 100%;
    margin-bottom: -50px;
}

    .dashmaster:after {
        content: "";
        display: block;
    }

    #global-footer, .dashmaster:after {
        height: 80px;
    }

    .dashmaster a:link {
        text-decoration: none;
        color: #3373a1;
    }

    .dashmaster a:hover {
        text-decoration: none;
        color: #264860;
    }

.dashmask {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    max-width: 930px;
    min-width: 300px;
    padding: 10px;
    background-color: #fefefe;
    border: solid .1em #cfcfcf;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.dashcolleft {
    position: relative;
    width: 100%;
    right: 50%;
}

.dashcon {
    position: relative;
    overflow: hidden;
    float: left;
    width: 48%;
    left: 101%;
}

.dashadd {
    position: relative;
    overflow: hidden;
    float: left;
    width: 48%;
    left: 3%;
}

h3.dashcolname {
    font-family: 'Nunito', serif;
    font-size: 1.4em;
    display: inline;
    color: #264860;
}

span.titleicon {
    float: left;
    padding-right: 5px;
    padding-top: 5px;
    height: 23px;
}

img.dashcenter {
}

.add {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.word-break-all {
    word-break: break-all;
}

#google_translate_element select {
    width: 150px;
}

.disabled-div {
    opacity: 0.6;
    pointer-events: none; /* Disable pointer events */
}

.font-size-24 {
    font-size: 24px !important;
}


/*=================================================*/
/*             Start Custom Field Code             */
/*=================================================*/

.custom-field-input {
    min-width: 150px;
}

.form-control:not([rows]):not([multiple]) {
    max-height: 38px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control.number:not(:placeholder-shown) {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.fieldCodeWrapper {
    display: none;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.d-flex .fieldCodeWrapper {
    /*margin: 3px;*/
    width: 100%;
}

.fieldCodeContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    flex: 1 1 auto !important;
    border-radius: 5px;
    margin: 5px;
}


.fieldLabel {
    display: contents;
}

.fieldCodeWrapper_Form {
    flex-grow: 1;
}

.show-code {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}

.custom-field-hidden {
    display: none !important;
}

.fieldCode.badge {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 1;
    min-width: fit-content;
    border-radius: 0;
}

.fieldCode.tw-badge {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 1;
    min-width: fit-content;
    border-radius: 0;
}

.fieldCode.badge.section-skippable {
    cursor: pointer;
    border-color: var(--portal-primary-400);
    background-color: var(--portal-primary-50);
    background-image: none !important;
}

.fieldCode.update, .fieldCode.hide, .fieldCode.required, .fieldCode.config {
    cursor: pointer;
}

/*=================================================*/
/*              End Custom Field Code              */
/*=================================================*/


/*=================================================*/
/*              Loader element Start               */
/*=================================================*/
.loading-64 {
    width: 64px;
    height: 64px;
}

.loading-72 {
    width: 72px;
    height: 72px;
}
/*=================================================*/
/*              Loader element END                 */
/*=================================================*/


/*=================================================*/
/*              Sweet Alert Start                  */
/*=================================================*/
.swal-under-construction {
    border-top: 4px solid #f7b924; /* warning-ish accent */
}
/*=================================================*/
/*              Sweet Alert END                    */
/*=================================================*/
