﻿@font-face
{
    font-family: Barcode;
    src: url('../font/IDAutomationHC39MCode39Barcode.ttf'); /* IE9 */
}
html
{
    min-height: 100%;
    position: relative;
}
body
{
    background: #D8D9DE;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
a
{
    text-decoration: none;
    color: #4374FF;
    outline: none;
}
a:hover
{
    text-decoration: none;
}
#Main
{
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* IE */
    width: 98%; /* Fill this out. */ /* background: #FAFAFA;*/
    min-height: 620px;
}
#Header
{
    
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
}
.clr
{
    clear: both;
}
.LoginTextBox
{
    font-family: Arial;
    background-color: #F4F4F4;
    border: 1px solid #DDD;
    border-radius: 4px;
    height: 16px;
    width: 160px;
    font-size: 11px;
    box-shadow: 0 0 5px #DDD inset;
    color: #898989;
    float: left;
    padding: 5px 10px;
    outline: none;
}
.LoginBtn
{
    font-family: Arial; /*background-color: #F4F4F4;*/
    background: linear-gradient(0deg, #F6D230,#FEFE59);
    border: 1px solid #DDD;
    border-radius: 12px;
    height: 16px;
    width: 59px;
    font-size: 11px;
    color: #5228A6;
    padding: 5px 10px;
    outline: none;
    text-align: center;
    font-weight: bold;
}

.errMsg
{
    font-size: 12px;
    color: #980000;
}

/*Navigation Menu for user */

/* CSS for each Parent Item */
#main_menu ul
{
    list-style-type: none;
}
#main_menu
{
    float: left;
    font-size: 14px;
    font-family: Arial;
    padding: 55px 0px 0px 0px;
}

#main_menu > li
{
    /*float: left;     background-color: #55bc0a;*/
    display: block;
    float: left;
    border-right: 1px dotted Black;
    padding: 0 5px;
    margin: 0px;
    display: none;
}


#main_menu li a
{
    display: block;
    height: 7px;
    line-height: 7px;
    padding: 5px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#main_menu li a:hover
{
    color: Orange;
}

#main_menu ul
{
    position: absolute;
    display: none;
    z-index: 999;
    background-color: #F4F4F4;
    border: 1px solid orange;
    list-style-type: none;
}
#main_menu ul li a
{
    padding: 8px;
    border-bottom: 1px Dotted gray;
}
#main_menu li:hover ul
{
    display: block;
}
.form
{
    width: 98%;
    padding: 20px;
}
.form .fieldRow
{
    margin-bottom: 10px;
    margin-left: 5px;
    overflow: hidden;
    width: 99%;
}

.form .label
{
    font-size: 13px;
    display: block;
    float: left;
    width: 23%;
}
.form .label1
{
    font-size: 12px;
    display: block;
    float: left;
    width: 23%;
    font-family: Comic Sans MS;
    font-weight: bold;
}
.form .farefieldRow
{
    overflow: hidden;
    width: 99%;
    border-top: 2px solid white;
}
.form .farelabel
{
    font-size: 12px;
    display: block;
    float: left;
    width: 40%;
    background-color: #4CB6EA;
    color: White;
    padding: 5px 2px;
    font-weight: bold;
    margin-right: 5px;
}
.form .input
{
    border: 1px solid #525252;
    padding: 3px;
    width: 75%;
    font-size: 12px;
    height: 20px;
    border-radius: 5px;
}

.form .Blue :focus
{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form select
{
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 2px;
    width: 77%;
    font-size: 12px;
}

.form .fieldSub
{
    width: 48%;
    padding-right: 17px;
    float: left;
}
.form .fieldSub2
{
    width: 48%;
    float: left;
}
.form .fieldSub3
{
    width: 32%;
    padding-right: 17px;
    float: left;
}
.form .fieldSub4
{
    width: 32%;
    padding-right: 17px;
    float: left;
}
.form .fieldSub5
{
    width: 30%;
    float: left;
}

.form .btnSave
{
    background: none repeat scroll 0 0 #FFA500;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}

.form .btnSearch
{
    background: none repeat scroll 0 0 #4cb6ea;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}

.form .btnUpload
{
    background: none repeat scroll 0 0 #FFA500;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}

.form .btnUpload:hover
{
    background: #3cb0fd;
    text-decoration: none;
}


.form .btnCancel
{
    color: #FFF;
    padding: 5px 10px;
    background: grey;
    border: none;
    font-size: 12px;
    cursor: pointer;
}
    .form .btnExport {
        color: #FFF;
        padding: 5px 10px;
        background: #196f3d;
        border: none;
        font-size: 12px;
        cursor: pointer;
    }
.validator
{
    color: #B40431;
    font-size: 11px;
}

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: #eeeeee;
    color: black;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
    font-size: 1.1em;
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 0px 0px 5px 5px;
}
.autocomplete_listItem
{
    background-color: #eeeeee;
    padding: 5px;
    color: #848484;
}
.autocomplete_highlightedListItem
{
    background-color: #c3ebf9;
    padding: 5px;
    color: #848484;
}

/* Calender */
.Calender .ajax__calendar_container
{
    width: 190px;
    background-color: #000000;
    border: solid 1px #666666;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ajax__calendar_inactive
{
    color: #dddddd;
}
.Calender .ajax__calendar_body
{
    width: 180px;
    height: 150px;
    background-color: #000000;
    border: solid 1px #666666;
}
.Calender .ajax__calendar_header
{
    background-color: #626262;
    margin-bottom: 8px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Calender .ajax__calendar_title
{
    color: #ffffff;
    padding-top: 3px;
}
.Calender .ajax__calendar_next, .Calender .ajax__calendar_prev
{
    border: solid 4px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    -khtml-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    -khtml-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -khtml-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -khtml-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.Calender .ajax__calendar_hover .ajax__calendar_next, .Calender .ajax__calendar_hover .ajax__calendar_prev
{
    border: solid 4px #328BC8;
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Calender .ajax__calendar_dayname
{
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #000000;
}
.Calender .ajax__calendar_day, .Calender .ajax__calendar_month, .Calender .ajax__calendar_year
{
    margin: 1px 1px 1px 1px;
    text-align: center;
    border: solid 1px #000000;
    color: #ffffff;
    background-color: #626262;
}
.Calender .ajax__calendar_hover .ajax__calendar_day, .Calender .ajax__calendar_hover .ajax__calendar_month, .Calender .ajax__calendar_hover .ajax__calendar_year
{
    color: #ffffff;
    font-weight: bold;
    background-color: #328BC8;
    border: solid 1px #328BC8;
}
.Calender .ajax__calendar_active .ajax__calendar_day, .Calender .ajax__calendar_active .ajax__calendar_month, .Calender .ajax__calendar_active .ajax__calendar_year
{
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}
.Calender .ajax__calendar_today .ajax__calendar_day
{
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}
.Calender .ajax__calendar_other, .Calender .ajax__calendar_hover .ajax__calendar_today
{
    color: #ffffff;
    font-weight: bold;
}
.Calender .ajax__calendar_days
{
    background-color: #000000;
}
.watermarked
{
    color: #858585;
    font-style: italic;
    border: 1px solid #525252;
    padding: 3px;
    width: 75%;
    font-size: 12px;
    height: 20px;
    border-radius: 5px;
}
.watermarked1
{
    color: #858585;
    font-style: italic;
    padding: 3px;
}
.modalpopupBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.ModelPopPanel
{
    width: 325px;
    height: 300px;
    position: fixed;
    top: 22%;
    left: 35%;
    border: 1px solid #6E4ABE;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-collapse: collapse;
}
.quoteLabel
{
    color: #4B1EB0;
    font-weight: bold;
    font-size: 15px;
}
.dashBoardLeftPanal
{
    border: 2px solid #DADADA;
    height: 330px;
    width: 28.6%;
    margin: 20px;
    border-radius: 5px;
    float: left;
    overflow: auto;
}
.dashBoardLeftPanal .tab
{
    height: 45px;
    border-bottom: 2px solid #DADADA;
    margin: 13px 15px 0px 15px;
}
.dashBoardLeftPanal .tab .date
{
    background-image: url("../Images/calendar.jpg");
    background-repeat: no-repeat;
    min-height: 37px;
    text-align: center;
    line-height: 32px;
    color: #096BAD;
    width: 31px;
    font-size: 14px;
    float: left;
}
.dashBoardRightPanal
{
    margin: 20px 20px 20px 350px;
    min-height: 330px;
    width: 63%;
}
.dashBoardRightPanal .row
{
    min-height: 153px;
    width: 100%;
}
.dashBoardRightPanal .tab1
{
    border: 2px solid #DADADA;
    border-radius: 5px;
    min-height: 153px;
    width: 45%;
    float: left;
    margin-left: 2%;
}
.dashBoardRightPanal .tab2
{
    margin-left: 54%;
    border: 2px solid #DADADA;
    border-radius: 5px;
    min-height: 153px;
    width: 45%;
}
.dashBoardRightPanal .tab1 .title, .dashBoardRightPanal .tab2 .title, .dashBoardLeftPanal .title
{
    min-height: 32px;
    background-color: #32A3CF;
    color: White;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 1px;
}
.pac-container
{
    /*this is a fix for google autocomplete not showing up*/
    z-index: 200000 !important; /* display: block !important;*/
}

.styled-select select
{
    background: transparent;
    padding: 2px 5px;
    outline: none;
    height: 17px;
    font-family: Arial;
    font-weight: bold;
    color: #A3A3A3;
    line-height: 1;
    border: 0;
    -webkit-appearance: none;
    font-size: 12px;
}
.styled-select option
{
    padding: 5px;
    outline: none;
    height: 20px;
    font-family: Arial;
    font-weight: bold;
}
.styled-select
{
    border: 1px solid #525252;
    border-radius: 3px;
    box-shadow: 0 3px 5px #DDD inset;
    padding: 5px 10px;
    outline: none;
    height: 17px;
    font-family: Arial;
    font-weight: bold;
    color: #CECECE;
    overflow: hidden;
    background: url(../images/dropdown-arrow.png) no-repeat right #fff;
}
/*grid view Header Style  */
.GridHeader
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
    border-bottom: 2px solid #000;
    padding: 5px;
    overflow: auto;
}
/*grid view Paging Style  */
.pagination
{
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.pagination a
{
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    height: 20px;
    line-height: 20px;
}

.pagination a:hover
{
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagination span
{
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    height: 20px;
    line-height: 20px;
}
/*Menu Style */
#cssmenu
{
    background: #6a6a6a;
    margin: 0;
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    font-family: 'PT Sans' , sans-serif;
    border: 2px solid white;
    
}
#cssmenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
#cssmenu ul:after, #cssmenu:after
{
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
#cssmenu ul li
{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#cssmenu ul li a
{
    text-decoration: none;
    display: block;
    margin: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu ul li ul
{
    position: absolute;
    left: -9999px;
    top: auto;
}
#cssmenu ul li ul li
{
    max-height: 0;
    position: absolute;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    background: #eeb01c;
}
#cssmenu ul li ul li.has-sub:after
{
    display: block;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #000000;
    z-index: 1;
    top: 13px;
    right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after
{
    right: auto;
    left: 15px;
}
#cssmenu ul li ul li.has-sub:before
{
    display: block;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-left-color: #eeb01c;
    z-index: 2;
    top: 15px;
    right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before
{
    right: auto;
    left: 15px;
    border-left-color: transparent;
    border-right-color: #eeb01c;
}
#cssmenu ul li ul li a
{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 170px;
    padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a
{
    color: #ffffff;
}
#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after
{
    background: #ffffff;
}
#cssmenu ul li ul li:hover > ul
{
    left: 100%;
    top: 0;
}
#cssmenu ul li ul li:hover > ul > li
{
    max-height: 72px;
    position: relative;
}
#cssmenu > ul > li
{
    float: left;
}
#cssmenu.align-center > ul > li
{
    float: none;
    display: inline-block;
}
#cssmenu.align-center > ul
{
    text-align: center;
    font-size: 0;
}
#cssmenu.align-center ul ul
{
    text-align: left;
}
#cssmenu.align-right > ul
{
    float: right;
}
#cssmenu.align-right > ul > li:hover > ul
{
    left: auto;
    right: 0;
}
#cssmenu.align-right ul ul li:hover > ul
{
    right: 100%;
    left: auto;
}
#cssmenu.align-right ul ul li a
{
    text-align: right;
}
#cssmenu > ul > li:after
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 0;
    background: #eeb01c;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
#cssmenu > ul > li.has-sub > a
{
    padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after
{
    display: block;
    content: "";
    background: #ffffff;
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 13px;
    right: 14px;
    top: 16px;
}
#cssmenu > ul > li.has-sub > a:before
{
    display: block;
    content: "";
    border: 4px solid transparent;
    border-top-color: #4cb6ea;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 16px;
    top: 21px;
}
#cssmenu > ul > li > a
{
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 2;
    position: relative;
}
#cssmenu > ul > li:hover:after, #cssmenu > ul > li.active:after
{
    height: 100%;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a
{
    color: #000000;
}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li.active > a:after
{
    background: #000000;
}
#cssmenu > ul > li:hover > a:before, #cssmenu > ul > li.active > a:before
{
    border-top-color: #eeb01c;
}
#cssmenu > ul > li:hover > ul
{
    left: 0;
}
#cssmenu > ul > li:hover > ul > li
{
    max-height: 72px;
    position: relative;
}
#cssmenu #menu-button
{
    display: none;
}
#cssmenu > ul > li > a
{
    display: block;
}
#cssmenu > ul > li
{
    width: auto;
}
#cssmenu > ul > li > ul
{
    width: 170px;
    display: block;
}
#cssmenu > ul > li > ul > li
{
    width: 170px;
    display: block;
}
.Bold {
font-weight:bold;

}