﻿@charset "utf-8";
/* CSS Document */

html, body {
    padding: 0px;
    color: #444444;
    margin: 0px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

.spacePadd0W100 {
    padding: 0;
    border-spacing: 0;
    width: 100%;
}

.spacePadd0W995 {
    padding: 0;
    border-spacing: 0;
    width: 995px;
}

.title {
    font-weight: bold;
    font-size: 14px;
    color: #0095bd;
    height: 25px;
}

.title1 {
    font-weight: bold;
    font-size: 13px;
    color: #0095bd;
    height: 22px;
}

.title2 {
    font-weight: bold;
    font-size: 13px;
    color: #0095bd;
    height: 22px;
}

.titleNew {
    font-size: 17px;
    color: #ffffff;
    height: 25px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    padding-left: 5px;
}

.bgcolor1 {
    height: 28px;
    background-color: White;
}

.bgcolor2 {
    height: 28px;
    background-color: #d6f3fe;
}

.bgcolor11 {
    background-color: White;
}

.bgcolor12 {
    background-color: #d6f3fe;
}

select, input, textarea {
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 2px;
}

.txtWhite {
    color: White;
}

.txt14 {
    font-size: 14px;
}

.content {
    background: url('images/bg_content.jpg') top repeat-x;
    padding-top: 20px;
    padding-bottom: 40px;
}

img {
    border: none;
}

p {
    padding: 0px;
}

.heading {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 15px;
    color: #00431f;
    padding-top: 10px;
    text-transform: none;
}

.headinglink {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 15px;
    color: #00431f;
    padding-top: 10px;
    text-transform: none;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 15px;
    color: #00431f;
    padding-top: 10px;
    text-transform: none;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #019444;
    letter-spacing: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
    color: #79ba00;
    padding-top: 0px;
    text-transform: none;
    font-family: Trebuchet Ms;
}

h4 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}



h5 {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

h6 {
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

a:link, a:visited {
    color: #ff7006;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #9f52c5;
    text-decoration: none;
    outline: none;
}

a.footer:link, a.footer:visited {
    color: #666666;
    text-decoration: underline;
    outline: none;
}

a.footer:hover {
    color: #666666;
    text-decoration: none;
    outline: none;
}

a.chatting:link, a.chatting:visited, a.chatting:hover {
    color: Red;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}

a.lnkTitle:link, a.lnkTitle:visited {
    color: #ff7006;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    font-size: 17px;
    margin-right: 5px;
}

a.lnkTitle:hover {
    color: #9f52c5;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    font-size: 17px;
    margin-right: 5px;
}

.footer {
    color: #666666;
}

hr {
    border: 0;
    border-bottom: 1px dotted #858e97;
}

.solidHR {
    border: 0;
    border-bottom: 1px solid #858e97;
}

.solidHR2px {
    border: 0;
    border-bottom: 2px solid #858e97;
}

#tblAddEdit td {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}


#tblAddEdit1 td {
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}



/*	wrapper divs */
.custom-checkbox, .custom-radio {
    position: relative;
}

    /* input, label positioning */
    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 10px;
        left: 8px\9;
        top: 12px;
        top: 11px\9;
        margin: 0;
        z-index: 0;
    }


    .custom-checkbox label, .custom-radio label {
        display: block;
        position: relative;
        z-index: 1;
        font-size: 1.3em;
        padding-right: 1em;
        line-height: 1;
        padding: .5em 0 .5em 30px;
        margin: 0 0 .3em;
        cursor: pointer;
    }


    /* states */

    .custom-checkbox label, .custom-radio label {
        background: url(images/radiobutton.gif) no-repeat;
    }

    .custom-checkbox label, .custom-radio label {
        background-position: -10px -12px;
    }

        .custom-checkbox label.hover,
        .custom-checkbox label.focus {
            background-position: -10px -112px;
        }

        .custom-radio label.hover,
        .custom-radio label.focus {
            background-position: -10px -112px;
        }

        .custom-checkbox label.checked, .custom-radio label.checked {
            background-position: -10px -212px;
        }

        .custom-checkbox label.focus, .custom-radio label.focus {
            outline: 1px dotted #ccc;
        }

.verticaltext {
    margin-left: 4px;
    font-size: 12px;
    width: 15px;
    height: 80px\9;
    font-weight: normal;
    writing-mode: tb-rl;
    filter: flipv fliph;
}

.radioTable {
    margin-bottom: -1em;
    height: 100px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .radioTable {
        margin-bottom: -6em;
        height: 150px;
        width: 50px;
    }
}

.radioTableDoc {
    margin-bottom: -3em;
    height: 100px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .radioTableDoc {
        margin-bottom: -8em;
        height: 150px;
        width: 50px;
    }
}



.visaTypeTd {
    margin-bottom: -7em;
}

.pagingCurent {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-left: 2px;
    color: #31b1cc;
}

.paging {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-left: 2px;
}

.pagingCurent1 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
    color: #31b1cc;
}

.paging1 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
}

.listhead {
    color: White;
    font-weight: bold;
    background-color: #28b6da;
}

.visBorder {
    border: solid 1px #16cffa;
}

.required {
    margin-left: 3px;
    color: Red;
}

.captialise {
    text-transform: capitalize;
}

.commImg {
    width: 30px;
}

.commMgs {
    width: 197px;
}

.commBlankImage {
    width: 32px;
}

.commBlank {
    width: 2px;
}

.commRead {
    width: 20px;
    height: 18px;
    background-image: url("images/greenRect.png");
    background-repeat: no-repeat;
    color: White;
    text-align: center;
    font-weight: bold;
    padding-top: 1px;
}

.commUnRead {
    width: 20px;
    height: 18px;
    background-image: url("images/redRect.png");
    background-repeat: no-repeat;
    color: White;
    text-align: center;
    font-weight: bold;
    padding-top: 1px;
}

.height {
    height: 20px;
}


.roundCorner {
    border: 2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: #1988a3;
}

.roundCornerHeading {
    border: 0px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/***************************menu*************************/
#dropmenudiv {
    background: transparent url('images/left-menu.gif') no-repeat bottom left;
    position: absolute;
    display: block;
    font-size: 16px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    line-height: 25px;
    z-index: 100;
    margin-top: 2px;
    background-position: bottom left;
    text-decoration: none;
}

    #dropmenudiv a {
        background: transparent url('images/left-menu.gif') no-repeat bottom left;
        width: 100%;
        display: block;
        text-indent: 3px;
        color: #ffffff;
        padding-left: 18px;
        line-height: 28px;
    }

        #dropmenudiv a:hover { /*hover background color*/
            background: transparent url('images/left-menu-orng.gif') no-repeat bottom left;
            padding-left: 18px;
            color: #ffffff;
            line-height: 28px;
        }

        #dropmenudiv a span {
            background: transparent url('images/right-menu.gif') no-repeat bottom right;
            display: block;
            padding: 4px 19px 3px 0px; /*Set 11px below to match value of 'padding-left' value above*/
            background-position: bottom right;
        }

        #dropmenudiv a:hover span { /* Hover state CSS */
            background-position: bottom right;
            color: White;
            background: transparent url('images/right-menu-orng.gif') no-repeat bottom right;
        }


a.ovalbutton {
    background: transparent url('images/left-menu.gif') no-repeat left;
    display: block;
    float: left;
    font: normal 16px Arial; /* Change 13px as desired */
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color: White;
    line-height: 31px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 36px; /* Height of button background height */
    padding-left: 16px; /* Width of left menu image */
    text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
    color: White; /*button text color*/
}

a.ovalbutton span {
    background: transparent url('images/right-menu2.gif') no-repeat right;
    display: block;
    padding: 4px 16px 1px 0px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover { /* Hover state CSS */
    background: transparent url('images/left-menu_f2.gif') no-repeat left;
}

    a.ovalbutton:hover span { /* Hover state CSS */
        color: White;
        background: transparent url('images/right-menu2_f2.gif') no-repeat right;
    }

a.ovalbutton_hover {
    background: transparent url('images/left-menu_f2.gif') no-repeat left;
    display: block;
    float: left;
    font: normal 16px Arial; /* Change 13px as desired */
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color: White;
    line-height: 31px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 36px; /* Height of button background height */
    padding-left: 18px; /* Width of left menu image */
    text-decoration: none;
}


    a.ovalbutton_hover span {
        background: transparent url('images/right-menu2_f2.gif') no-repeat right;
        display: block;
        padding: 4px 19px 1px 0px; /*Set 11px below to match value of 'padding-left' value above*/
    }

.blueLine {
    background-image: url('images/bluebar1.jpg');
    background-repeat: repeat-y;
    width: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

.questTd {
    padding-left: 20px;
    width: 400px;
}

.questTd1 {
    padding-left: 20px;
    width: 180px;
}

.depDelete {
    float: right;
    margin-right: 50px;
    cursor: pointer;
    font-size: 15px;
}

.wizardNextBtn {
    margin-top: -63px;
    margin-left: -150px;
    position: absolute;
}

.wizardPrevBtn {
    float: left;
    margin-top: -63px;
    margin-left: -940px;
    position: absolute;
}

.questWiz {
    width: 100%;
}

.cssBtnSave {
    padding-right: 158px;
}

.rounded-button {
    text-align: center;
    color: white;
    background-color: #ff7512;
    width: 50px;
    height: 28px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ff7512;
    font-size: 14px;
    padding-top: -5px;
}

    .rounded-button:hover {
        opacity: 0.8;
    }

.rounded-button-small {
    text-align: center;
    color: white;
    background-color: #ff7512;
    width: 90px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 1px solid #ff7512;
    font-size: 13px;
    text-align:center;
    vertical-align:middle;
}

    .rounded-button-small:hover {
        opacity: 0.8;
        background-color: #31B1CC;
        border: 1px solid #31B1CC;
    }

.rounded-button-green {
    text-align: center;
    color: white;
    background-color: #4C9A0E;
    width: 30px;
    height: 25px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #4C9A0E;
    font-size: 14px;
}

    .rounded-button-green:hover {
        opacity: 0.8;
    }

.roundCase-label {
    text-align: center;
    color: white;
    background-color: #ff7512;
    width: 80px;
    height: 25px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 5px solid #ff7512;
    font-size: 14px;
}

    .roundCase-label:hover {
        opacity: 0.9;
        background-color: #0095BD;
        border: 5px solid #0095BD;
    }

.paddingBoth {
    padding-right: 1px;
    padding-left: 1px;
}

.btnPrevleft {
    float: left;
    margin-left: 21px;
}

.btnNxtLeft {
    margin-left: -3px;
    position: absolute;
}

.styleNotes {
    height: 260px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
}

div.styleNotes::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1ED0FF;
    -webkit-box-shadow: inset 0 0 6px #0A839E;
}

div.styleNotes::-webkit-scrollbar {
    width: 9px;
}



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

div.styleNotes: scrollbar {
    -moz-appearance: none !important;
    background: rgb(0,255,0) !important;
}

div.styleNotes: thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: rgb(0,0,255) !important;
}

    div.styleNotes: thumb:hover, scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255,0,0) !important;
    }

scrollbarbutton {
    display: none !important;
}

scrollbar[orient="vertical"] {
    min-width: 15px !important;
}



scrollbar {
    -moz-appearance: none !important;
}

.roundCornerPlain, hover {
    border: 1px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.Height30 {
    height: 30px;
}

.chatWith {
    background-color: #31B1CC;
    border: none;
    font-size: 17px;
    color: #ffffff;
    height: 25px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    padding-left: 5px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url('images/up_down.png');
    background-position: 180px 3px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.blueDropdown {
    background-color: #31B1CC;
    border: none;
    font-size: 17px;
    color: #ffffff;
    height: 26px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    padding-left: 5px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url('images/up_down.png');
    background-position: 140px 3px;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-top: -2px;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

    .blueDropdown::-ms-expand, .chatWith::-ms-expand {
        display: none;
    }

.blueLabel {
    background-color: #31B1CC;
    border: none;
    font-size: 17px;
    color: #ffffff;
    height: 20px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    padding-left: 5px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid white;
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid white;
}

.FormRight {
    text-align: right;
}

.FormWrap {
    padding: 25px 10px 50px 12px;
}

.roundCornerHeadingCategory {
    border: 0px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #31b1cc;
    padding: 2px 2px 0px 10px;
}

.successMessage {
    font-size: 18px;
    padding-bottom: 15px;
    color: green;
}

.ErrorMessage {
    font-size: 16px;
    padding-bottom: 15px;
    color: #f00;
}

#move-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid grey;
}

#move-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid grey;
}

.headerRow {  
     border-bottom: #0095bd 3px solid;    
}

.visaheading {
     font-size: 20px;
    font-weight: normal;  
    color: #ff7006;  
    text-transform: none;
}

.visadeftext {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: -10px;
    width:100%;
}

.navbar-fixed {
    top: 0;
    z-index: 9000;
    position: fixed;
    width: 970px;
    margin-bottom:0px;
    margin-left:0px;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}


.verticalMain {
    width:27px; 
    float:left; 
    margin-left:5px;
}
.verticalMain2 {
    width:3px; 
    float:left; 
    margin-left:7px;
    margin-right:5px;
    padding-left:17px;
    margin-top:-10px;
}

.tr-div {
    display:table-row;
}

.td-div {
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
}

.table-div {
    display:table;
    width:100%;
}

.table-div-round {
    display:table;
    width:98.8%;
}
.whiteCircle {
    width: 22px; 
    height: 22px; 
    background: white; 
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
}

/*new radio/checkbox style*/
input[type=radio], input[type=checkbox] {
	    display:none;
	}
	input[type=radio] + label:before , input[type=checkbox] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 14px;  
	    height: 14px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: #fff;  
	    border-radius: 9px;  
        border: 0.2em solid #31B1CC;
        margin-top: 1px;
	}

	input[type=radio]:checked + label:before , input[type=checkbox]:checked + label:before {
        content: "\2714";
		color:white;
	    background-color: #7EC41C; 
		font-size:1em;
		text-align:center;
		line-height:14px;
        border: 0.2em solid #7EC41C;
	}

    input[type="checkbox"]:hover + label:before,
    input[type="checkbox"] + label:hover:before  { color:lightgray; content: "\2714"; text-align:center; line-height:14px; } 
    input[type="checkbox"]:focus + label:before { color:lightgray; content: "\2714"; text-align:center; line-height:14px; } 

    input[type="radio"]:hover + label:before,
    input[type="radio"] + label:hover:before  { color:lightgray; content: "\2714"; text-align:center; line-height:14px; } 
    input[type="radio"]:focus + label:before { color:lightgray; content: "\2714"; text-align:center; line-height:14px; } 

   

