﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    background-color: White;
    font-family: Arial;
    font-size: 11px;
    color: #4c4c4c;
}

input[type="text"],input[type="number"],input[type="email"],input[type="tel"], input[type="password"], select, textarea {
    border: 1px solid #cdcdcd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 99%;
    max-width: 300px;
    height: 30px;
    padding: 2px 5px 2px 5px;
    font: 12px/16px Arial, Helvetica, Sans-serif;
}

select{
    padding-left:1px;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}


.staticbutton{
    background-color: #0066A4; 
    width: 82px; 
    text-align: center; 
    padding: 12px 6px 4px 6px; 
    border-radius: 0 0 6px 6px; 
    float:left;
    margin-right:2px;
    font-size: 11px;
    height: 20px;
}

.selected{
    background-color: #1D3175
}

/* MISC*/
.search td {
    padding-left: 40px;
    padding-top: 20px;
}

::-webkit-input-placeholder {
    color: #394853;
}

:-moz-placeholder { /* Firefox 18- */
    color: #394853;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #394853
}

:-ms-input-placeholder {
    color: #394853
}

.roundedContent {
    border: 1px solid #B6B7BA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

/* Elements */

h3 {
    font-size: 18px;
    font-weight: bold;
}

table {
    border: 0;
    border-collapse: collapse;
}

td {
    border: 0;
}

th {
    border: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

a,
a:visited {
    color: #143477;
    text-decoration: none;
}
/*------------------Common Elements------------------*/
#action {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0 19px;
    margin: 20px 0;
    position: relative;
}

    #action h2 {
        font-size: 35px;
        color: #838383;
        font-weight: normal;
    }

    #action p {
        color: #838383;
        font-size: 18px;
        font-weight: bold;
        padding: 11px 0 0 0;
    }
/*-----------Logo--------------------------------------------------------------
--------------------------*/
#logo h1 {
    margin: 0 0 5px;
}

    #logo h1 a {
        display: block;
        background: url(../Imgs/logo.jpg) no-repeat;
        text-indent: -9999px;
        width: 200px;
        height: 75px;
    }


/*-----------Side Menu--------------------------------------------------------------
--------------------------*/
.arrow {
    background-image: url(../Imgs/arrow_forward.png); /*Images/menu_0.png*/
    position: absolute;
    width: 14px;
    height: 14px;
    top: 6px;
    left: 4px;
    opacity: 0.6;
}

.arrow-on {
    background-image: url('../Imgs/arrow_down.png'); /*Images/menu_1.png*/
    position: absolute;
    width: 14px;
    height: 14px;
    top: 6px;
    left: 4px;
    opacity: 0.6;
}

ul#sidemenu, ul#sidemenu ul {
    width: 180px;
    list-style-type: none;
    border-width: 0;
    margin: 0;
    padding: 0;
}

    ul#sidemenu ul {
        margin-top: 1px;
    }

    ul#sidemenu li {
        font-size: 11px;
        border: 0;
        margin-bottom: 1px;
        position: relative;
    }

        ul#sidemenu li h3 {
            background: #fff;
            font-size: 11px;
            margin: 0;
            padding: 12px 0 12px 22px;
        }

        ul#sidemenu .active a {
                background: #394859;
                color: #fff;
            }

         ul#sidemenu .active ul li a  {
                background: #F0F0F1;
                color: #394859;
            }

         ul#sidemenu .active ul li a:hover  {
                background: #394859;
                color: #F0F0F1;
            }

        ul#sidemenu li a {
            display: block;
            font-size: 11px;
            background: #F0F0F1;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding:  6px 0 6px 22px;
            border: 0;
            color: #394859;
        }

            ul#sidemenu li a:hover {
                background: #394859;
                color: #fff;
            }

            ul#sidemenu li .active a {
                background: #394859;
                color: #fff;
            }

        ul#sidemenu li ul li {
            margin-left: 15px;
        }

            ul#sidemenu li ul li a {
                background: #F0F0F1;
            }

    ul#sidemenu ul li a.current {
        color: #363636;
    }

.submenu {
    position: absolute !important;
    left: 182px;
    display: none;
    top: 0;
    z-index: 9999;
    margin-left: -15px !important;

}

.submenu li{
    width: 170px;
    margin-left:0 !important;
}

/*---------------------------------------lightstone--------------------------------------------------------*/

.pageEdit {
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px dotted grey;
}

.gvReport th{
    background-color: #DAD5CF;
    color: black;
}

.gv {
    width: 100%;
    border-width: 0;
    border-color: White;
    margin-bottom: 5px;
    background-color: White;
}

    .gv th {
        font-family: Arial;
        font-size: 11px;
        height: 20px;
        /*min-width: 70px;*/
        padding: 2px;
        text-align: left;
    }


        .gv th:first-child {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            padding-left:4px;
        }

        .gv th:last-child {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            padding-right: 4px;
        }

        .gv th a {
            text-decoration: none;
            color: #fff;
        }

    .gv td {
        height: 20px;
        border: 0;
        /*border-bottom: 1px solid #C0C0C0;*/
        padding-left: 3px;
    }

    .gv table tr td {
        border: 0;
    }

        .gv table tr td a {
            border: 1px solid #C0C0C0;
            padding: 5px;
        }

.tbl {
    width: 100%;
}

    .tbl td {
        height: 20px;
    }

.titleCenter {
    text-align:center !important;
}

.titleCenter td{
    text-align:center !important;
}


   
.title{
    background-color:#559CBE;
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#fff;
    border-radius: 5px;
    padding-left:10px;
}

.subtitle{
    text-align:center !important;
}

.verticalLine{
    border-right: 1px solid #DFE0E1 !important;
}

.total td{
    font-weight:bold;
}

.underline td {
    border-bottom: 1px solid #e8e8e8;
}

div.underline {
    border-bottom: 1px solid #e8e8e8;
}

.padBottom {
    padding-bottom: 10px;
}

.section {
    padding-bottom: 2px;
    page-break-inside: avoid;
}

    .section div {
        page-break-inside: avoid;
    }

.nounderline td {
    border: 0;
}

.disclaimer {
    text-align: justify;
    width: 100%;
    padding-bottom: 10px;
}

#main-banner {
    display: none;
}

#footer {
    margin: 60px 0 0 0;
}

.error {
    color: #B60202;
    font-size: 12px;
}

.highlight:hover {
    color: #ffffff;
}

#forgotten a:hover {
    text-decoration: none;
    color: #ffffff;
}

.top-span {
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #c1c1c1;
    font-size: 11px;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}


/*Reporting Extendeable styles*/


.SectionHead {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 50px 5px 5px;
}

.ReportUser{
    float:left;
    margin:  6px 10px 0 0;
    width:55px; 
    height:55px;
    background-color:#1d318e;
}

.ReportDetail
{
    float:left;
    width:450px;
}

.ReportDetail td:first-child{
    width:20%;
    font-weight:bold;
}

.ReportSectionHead{
    width:300px;
    height: 30px;
    line-height:30px;
    background-color: #1d318e;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:15px;
    float:left;
    position: relative;
}

.ReportSectionHead:after {
    display: table;
    content: " ";
    clear: both;
}


.ReportSectionSubHead{
    width:200px;
    background-color:#559CBE;
    border-radius: 5px;
    padding-left:10px;
    color: #fff;
    font-size: 14px;
    height:30px;
    line-height: 30px;
    margin-bottom:10px;
}

.RepostSectionH3{
    font-weight:bold;
    font-size:13px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.hidediv{
    float:right;
}

.ReportTitle{
    font-size: 24px;
    font-weight:bold;
    color: #1D3175;
}

.SectionSubHead {
    clear: both;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
}

.SectionSubHead2 {
    clear: both;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
}

.brLeft {
    position: absolute;
    top: 5px;
    left: 0;
}

.brRight {
    position: absolute;
    top: 5px;
    right: 0;
}

.otp td{
    background-color: #dfdeea;
}

.otp td:first-child{
    border-radius: 4px 0 0 4px;
}

.otp td:last-child{
    border-radius: 0 4px 4px 0;
}

.pin{
    display:block;
    width: 18px;
    height: 23px;
    background-image: url(../Imgs/Reports/pin_blue_small.png);
    overflow: hidden;
    font-size: 8px;
    text-align: center;
    padding-top: 5px;
    padding-right: 1px;
}

/*Buttons*/

.but_xsm {
    cursor: pointer;
    width: 40px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 2px 4px 2px 4px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    color: #fff;
    margin-top: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.button-general {
    display: block;
    background-color: #6EB43F;
    color: #fff;
    min-width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-style: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.butAdd{
     background: url(../Imgs/arrowAdd.png);
     width:18px;
     height: 21px;
     border:0;
     display: block;
}

.butRemove{
     background: url(../Imgs/arrowRemove.png);
     width:18px;
     height: 21px;
     border:0;
     display:block;
}

.butPlus{
     background: url(../Imgs/plus.png);
     width: 23px;
     height: 23px;
     border:0;
     display:block;
}

.Notification {
    width: 16px;
    height: 16px;
    line-height: 28px;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #486f12;
    border-style: none;
    cursor: pointer;
    background: url(../Imgs/notification.png) no-repeat;
}

.TopLogo {
    vertical-align: top;
    padding-bottom: 10px;
}

td {
    font-family: Arial;
    font-size: 11px;
    color: #4C4C4C;
}

.tabBut {
    font-family: Arial;
    font-size: 8px;
    background-color: transparent;
}

.tabButClicked {
    font-family: Arial;
    font-size: 9px;
    border: 1px solid #DBDAC9;
    border-bottom: 1px solid #f7f6f3;
    background-color: #f7f6f3;
    table-layout: fixed;
    text-decoration: none;
}

.tabBG {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #f7f6f3;
    border: 1px solid #DBDAC9;
    border-top: 0 solid #C5C1B1;
}

    .tabBG td {
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-top: 3px;
        border: 1px solid #DBDAC9;
    }

.contact-info {
    width: 190px;
    background: url(../Imgs/contact-bg.png) no-repeat;
    text-align: center;
}


.furtherreport {
    display: table-cell;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    background-color: #64af38;
    color: #fff !important;
}


.paddingTelerikGrid {
    padding-left: 10px;
    padding-right: 10px;
}

/*misc */
.DisplayNone {
    display: none;
}


.clear{
    clear:both;
}


/* tool tip */

.qtip-cust {
            max-width: 500px;
            margin-top: 40px;
        }

            .qtip-cust .qtip-content {
                font-size: 12px;
                padding: 15px;
            }

.qlink
{
    cursor:pointer;
}


/* search*/
.searchdiv{
    padding: 10px;
    border: 1px solid #B6B6B6;
    position:relative;
    border-radius:5px;
    width:710px;
    padding-bottom: 20px;
    min-height: 362px;
    margin-bottom: 10px;
}

.mapsearchdiv{
    position: absolute; 
    top: 0; 
    right: -38px;
}

.searchbuttonsdiv{
    position:absolute;
    bottom:10px;
    right:0;
}

.searchbuttonsdiv::after{
    display: table;
    content: " ";
    clear: both;
}


.searchSectionHead{
    background-color: #394853;
    border-radius: 5px;
    color: #fff;
    font-weight:bold;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

.searchContent
{
    padding:10px;
}

.searchHeading{
    color: #394863;
    font-weight: bold;
    margin: 8px 0 5px 0;
}

.row
{
    margin-bottom: 5px;
}

.row::after {
    display: table;
    content: " ";
    clear: both;
}

.column
{
    float:left;
    width: 50%;
}

.searchArrow{
    
    position:absolute;
    top:0;
    left: 5px;
}

.searchExp{
    display:inline-block;
    padding-left: 10px;
}

.blue{
    background-color: #0066a4;
}

.button-inline
{
  background-color: #6eb43f;
  color: #fff;
  min-width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  border-style: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.updated{
            background-image: url(../imgs/dialog_tick.png);
            background-position:right;
            background-repeat:no-repeat;
        }

.warning{
    background-color: #fbb9b9;
    border-radius: 5px;
    text-align: center;
    font-weight:bold;
    padding: 10px;
}

.shadowbox
        {
            margin-left: 24px; 
            width: 495px; 
            padding-top: 15px; 
            padding-bottom:15px; 
            background-color:#f5f5f5; 
            border-right: 1px solid #cacaca; 
            border-bottom: 1px solid #cacaca; 
            border-radius:10px; 
            box-shadow: 4px 4px 1px #737373;
        }

.shadowbox table tr:hover{
    background-color: #e4ebfa;
}

.nodata{
    border:solid 1px #394853; 
    border-radius:5px; 
    margin-top: 5px; 
    height:30px; 
    line-height:30px; 
    padding-left: 10px;
}