﻿*
{
    list-style: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

body
{
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    color: #424242;
    margin: 0px;
    padding: 0px;
    /* background:url(../Images/top_bg_rptx.jpg) repeat-x left top; */
    background-color: #f9fafb;
}

table, tr, td, p, div, span, a, ul, li, h1, h2, h3, input, select, option, object, form
{
    padding: 0;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

object
{
    outline: none;
}

a
{
    outline: none;
}

img
{
    border: none;
}

.l
{
    float: left;
}

.r
{
    float: right;
}

.c
{
    clear: both;
}

#main
{
    width: 991px;
    margin: 0 auto;
}

.main_ftr
{
    width: 100%;
    background: url(../Images/footer_bg.jpg) repeat-x left bottom;
}

.top1_main
{
    height: 79px;
    width: 991px;
}

.top_left_logo
{
    width: 70px;
}

.top_left_logo1
{
    width: 195px;
    overflow: hidden;
    display: block;
    height: 55px;
}

.top_logo_back
{
    /* background-color:White; */
}

.top_right_logo
{
    width: 737px;
}

.loginpg_middle_main
{
    width: 820px;
    height: 246px;
    margin: 150px 87px 150px 84px;
}

.login_box_left
{
    width: 258px;
    padding-top: 72px;
    height: 174px;
}

.login_box_right
{
    width: 562px;
}

.login_box_top_crv
{
    height: 22px;
}

.login_box_mid_rpty
{
    background: url(../Images/login_box_mid_crv.jpg) repeat-y left top;
    height: 230px;
    padding: 0 20px 0 20px;
}

h2.sign_title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6d7179;
    text-decoration: none;
    line-height: 25px;
}

.btm_bdr
{
    background: url(../Images/title_bdr.jpg) no-repeat left bottom;
}

.textbox1
{
    width: 189px;
    background: url(../Images/textbox_bg1.jpg) no-repeat left top;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 10px;
}

.arial13_grey
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797b80;
    text-decoration: none;
}

.forgot_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #797b80;
    text-decoration: none;
}

a.forgot_link:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #797b80;
    text-decoration: underline;
}

.arial_14_grey
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7e8085;
    text-decoration: none;
}

.creat_btm_bdr
{
    border-bottom: 1px solid #c4d3e4;
}

.arial_12_grey_line18, .arial_12_grey_line19
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: none;
    line-height: 20px;
}

a.arial_12_grey_line18:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: underline;
}

.footer_main
{
    width: 991px;
    margin: 0 auto;
    height: 76px;
}

.arial_12_grey_line19
{
    display: block;
    float: left;
}

    .arial_12_grey_line19 ul
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 175px;
        padding: 15px 0px 0px 0px;
    }

        .arial_12_grey_line19 ul li
        {
            background: url(../IMAGES/arrow2.png) left 1px no-repeat;
            font: bold 13px Verdana, Geneva, sans-serif;
            color: #3c76b8;
            margin-top: 15px;
        }

            .arial_12_grey_line19 ul li a
            {
                color: #3c76b8;
                text-decoration: none;
                display: block;
                padding: 0px 0px 0px 23px;
            }

                .arial_12_grey_line19 ul li a:hover
                {
                    color: #000;
                    text-decoration: underline;
                }

/* .box_input_feild
 {padding:4px; border:solid 1px #B4C7EA; width:260px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
	margin-bottom: 0px;
}

*/
.box_input_feild
{
    /* background-color: #FFFFFF; */
    border: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    width: 260px;
    height: 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.box_input_number_feild
{
    /*background-color: #FFFFFF; */
    border: 1px solid #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    width: 260px;
    height: 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
}

.box_input_feild:focus
{
    border-color: #999999;
    box-shadow: none !important;
    outline: 0 none;
}

.validatorError
{
    background: url(../images/Redstar.png) no-repeat scroll;
    height: 10px;
    display: inline-block;
    padding: 3px 10px 2px 0px;
}

.TopHeading
{
    background: #0081B5 !important;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.droplist
{
    /*background:url(../images/dropdown_arrow.jpg) no-repeat right top;*/
    border: 1px solid #B4C7EA;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    width: 215px;
}

.dashboard_main
{
    width: 971px;
    margin: 15px 0 15px 0;
    border: 1px solid #f0f1f3;
    padding: 9px;
}

.dash_box_left3
{
    border: 1px solid #FFB848;
    border-top: 0px;
}

.dash_box_left1
{
    border: 1px solid #76aae4;
    border-top: 0px;
    background-color: #1FAE66;
    color: #fff;
    height: 1000px;
}

.Backgroundeskboard
{
    background-color: #F0F0F0;
    height: 1000px;
}

.dash_title_bg1
{
    background-color: #852B99;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_box_left2
{
    border: 1px solid #852B99;
    border-top: 0px;
    background-color: #FAFAFA;
}

.dash_title_bg2
{
    background-color: #58B1FC;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.dash_title_bg22
{
    background-color: #f8cd92;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.dash_title_bg222
{
    background-color: #ade8a1;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.dash_title_bg223
{
    background-color: #f7a1a1;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.dash_title_bgVolansys
{
    background-color: #58B1FC;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.dash_title_bgVolansys
{
    background-color: white;
    height: 45px;
    line-height: 17px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #595959;
    text-decoration: none;
    padding-left: 0px;
}

.dash_title_bg3
{
    background-color: #4B8DF8;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_title_bg3Azoi
{
    background-color: #F5F5F5;
    height: 45px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #595959;
    text-decoration: none;
    padding-left: 15px;
}

.dash_title_bg3New
{
    background-color: white;
    height: 45px;
    line-height: 17px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #595959;
    text-decoration: none;
    padding-left: 15px;
}

.dash_box_left4Azoi
{
    border: 1px solid #CCCCCC;
    background-color: #FEFEFE;
}

.dash_box_left4
{
    border: 1px solid #4B8DF8;
    border-top: 0px;
    background-color: #FAFAFA;
}

.dash_title_bg4
{
    background-color: #E02222;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_box_left5
{
    border: 1px solid #E02222;
    border-top: 0px;
    background-color: #FAFAFA;
    padding-bottom: 27px;
}

.dash_title_bg5
{
    background-color: #28B779;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_box_left6
{
    border: 1px solid #28B779;
    border-top: 0px;
    background-color: #FAFAFA;
}

.dash_title_bg6
{
    background-color: #27A9E3;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_box_left7
{
    border: 1px solid #27A9E3;
    border-top: 0px;
    background-color: #FAFAFA;
}

.dash_title_bg7
{
    background-color: #9966FF;
    height: 36px;
    line-height: 14px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
}

.dash_box_left8
{
    border: 1px solid #9966FF;
    border-top: 0px;
    background-color: #FAFAFA;
}

.fontwhite
{
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 12px;
}

.dashbox_content1
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    line-height: 18px;
}

    .dashbox_content1 li
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #444444;
        text-decoration: none;
        line-height: 20px;
    }

        .dashbox_content1 li a
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #444444;
            text-decoration: none;
        }

            .dashbox_content1 li a:hover
            {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #444444;
                text-decoration: underline;
            }

.arial_12_gry
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
}

.dashboard_main22
{
    width: 991px;
    margin: 15px 0 15px 0;
}

.cus_title_bg22
{
    background: url(../images/cus_title_bg.jpg) repeat-x left top;
    padding-left: 15px;
    line-height: 35px;
    font-family: Tahoma;
    font-size: 18px;
    color: #FFFFFF;
}

.cust_mid_main
{
    width: 991px;
}

.mid_box_mid
{
    background: #d1dde3;
    padding: 0 12px 0 12px;
}

.cus_title_bg
{
    background: url(images/cus_title_bg.jpg) repeat-x left top;
    padding-top: 6px;
}

.arial_12_blue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0075b1;
    text-decoration: none;
}

.TicketBox
{
    border: 1px solid #27A9E3;
    border-top: 0px;
    background-color: #FAFAFA;
    top: auto;
    border-top: 1px solid #27a9e3;
}