﻿mbody {
}

@media only screen and (max-width:1024px) {
    #dashboard_sidebar {
        display: none;
    }
}

@media only screen and (min-width:1025px) {
    #dashboard_sidebar {
        display: block;
    }
}

@media only screen and (max-width:1372px) {
    #dashboard_sidebar {
        background: url(images/_global/bg-sidebar.gif) 0 0 repeat-y;
        float: right;
    }

    #dashboard_content {
        float: left;
        width: 600px !important;
        padding: 0 0 0 20px;
        -webkit-ox-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.reqFld{
    background-color:#C3D0E1!important;

}

.ManagerView {
    color: #FFFFFF; 
    background-color: #0985cb; 
    font-weight: bold; 
    font-size: large; 
    padding:5px 30px 5px 30px; 
    padding-right:30px;
    height:20px;
}

.panelheader {
    margin: 0 0 20px 0;
    font-family: 'Arial', Arial, sans-serif;
    color: #00386C!important;
    font-weight: normal;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 1.3em;
    vertical-align: baseline;
    background: transparent;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a.PurpleLink:link {
    color:#456799 !important;
}
a.PurpleLink:visited {
    color:#456799 !important;
}


.SummaryTable {
    font-size: 0.9em;
}

/*--------------Grid View Styling for Order Summary-------------------------*/
.msGrid {
    width: 100%;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

    .msGrid td {

        padding: 6px;
        /*color: #005146!important;*/
        color: #000; /* 717171 */
        border-left: solid 1px #CCCCCC;
        font-size: 0.9em;
        text-align: left;    

    }

    .msGrid th {
         padding: 2px;
        border: solid 1px #CCCCCC;
        color: #000 !important;
        /*background: #424242 url(menu/images/button1a.gif) repeat-x top;*/
        font-size: 0.8em;
        text-align: left;
        font-weight:normal;    
    }

    .msGrid .alt {
        background: #F5F5F5; /*#74c6bb; */
    }

    .msGrid .pgr {
        background: #fff;
    }

        .msGrid .pgr table {
            margin: 5px 0;
        }

        .msGrid .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #CCCCCC;
            font-weight: bold;
            color: #000;
            line-height: 10px;
        }

        .msGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .msGrid .pgr a:hover {
                color: #000;
                background: #BACADA; /*url(menu/images/button4.gif) repeat-x center; */
                text-decoration: none;
            }
/*----------------------------------------------------------------------------*/

.chkPackages label {
    COLOR: black;
    border-style: none;
    font-family: Tahoma;
    font-size: 16px;
    margin-right: 5px;
}

[data-tooltip] {
    position: relative;
}



    /* Tooltip styling */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        display: none;
        position: absolute;
        border-style: solid;
        border-color: #1C3A6A;
        background: #ffffff;
        color: #000;
        white-space: pre;
        padding: 12px;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 150px;
    }

    
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
   
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 110%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;

}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}


.OrderTable td, th {
    padding: 4px;
}



#dashboard_sidebar {
    background: url(images/_global/bg-sidebar.gif) 0 0 repeat-y;
    float: right;
    /*width:375px;*/
    padding: 0 0 0 10px;
}

.Error {
    /*background-color: #FFEA93;*/
    color: Red;
    height: 10px;
    font-weight: bold;
}

.Horizontal_Separator {
    background: url(images/_global/separator3.gif) 0 100% repeat-x;
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

.TransparentDIV {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    /* for IE 
    filter: alpha(opacity=80);*/
    /* CSS3 standard 
    -moz-opacity: 0.8;
    opacity: 0.8;*/
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.8);
}

.LoadingBody {
    border: 3px solid #00386C!important;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.ReportHeader
{
	background: #1C3A6A!important;
	font-weight: bold; 
	color: White;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -ms-opacity: 0.7;
    opacity: 0.7;
}

/*--------------------List View (Packages) Styling------------*/

.group {
    background-color: #330B3F;
    color: White;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 18px;
}

.data0 {
    background-color: White;
    color: Black;
    height: 30px;
}

.data1 {
    background-color: #74c6bb;
    color: Black;
    height: 30px;
}
/*--------------------Accordion Styling------------------*/
.acc-header, .acc-selected {
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    /*color: #330B3F;*/
    color: #00386C!important;
    width: 95%;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgb(245, 245, 245) !important;
}

.acc-content {
    width: 95%;
    margin-bottom: 2px;
    padding: 2px;
}

.acc-selected, .acc-content {
    border: 2px solid #00386C;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
    background-color: rgb(245, 245, 245) !important;
    color: Black;
}

/*--------------Grid View Styling-------------------------*/
.mGrid {
    width: 100%;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #CCCCCC;
        /*color: #005146!important;*/
        color: #330B3F; /* 717171 */
        font-size: 0.8em;
    }

    .mGrid th {
        padding: 6px;
        color: #000 !important;
        /*background: #424242 url(menu/images/button1a.gif) repeat-x top;*/
        border-left: solid 1px #CCCCCC;
        font-size: 0.9em;
        text-align: left;
    }

    .mGrid .alt {
        background: #F5F5F5; /*#74c6bb; */
    }

    .mGrid .pgr {
        background: #fff;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #CCCCCC;
            font-weight: bold;
            color: #000;
            line-height: 10px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                background: #BACADA; /*url(menu/images/button4.gif) repeat-x center; */
                text-decoration: none;
            }

.highlight {
    background-color: Red;
}
/*----------------------------------------------------------------------------*/

/*------------- AJAX Calender Theme-------------------------------------------*/

.cal_Theme1 .ajax__calendar_container {
    background-color: #330B3F;
    border: solid 2px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}
