﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial;
    font-size: 15px;
    color: #535345;
}

.commonFormText16 {
    font-size: 16px;
}

.commonFormText14 {
    font-size: 14px;
}

.greenColorBg {
    background-color: #3f7d3b;
}

.greenColor {
    color: #3f7d3b;
}

.whiteColor {
    color: #ffffff;
}

.commonFormText16 {
    font-size: 16px;
}

.commonTextUnderLine {
    text-decoration: underline;
    color: #3f7d3b;
}

    .commonTextUnderLine:hover {
        text-decoration: underline;
        color: #3f7d3b;
    }

.Accordion-uparrow {
    padding-top: 6px;
}

.commonFormText14 {
    font-size: 14px;
}

.borderRadiousNone {
    border-radius: 0px;
    width: 80%;
    border: 1px solid #666;
}

.borderBoth {
    border: 1px solid #dddddd;
}

.marginTop40 {
    margin-top: 40px;
}

.marginLeftRight40 {
    margin-left: 40px;
    margin-right: 40px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTopBottom40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.marginTopBottom20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginRight10 {
    margin-right: 10px;
}

.paddingLeftNone {
    padding-left: -15px !important;
}

.paddingBoth10 {
    padding: 10px;
}

.paddingTopBottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingBoth30 {
    padding: 30px;
}

.paddingBoth40 {
    padding: 40px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingTopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddingLeftRight20 {
    padding-left: 20px;
    padding-right: 20px;
}

.contentText {
}

    .contentText a {
        text-decoration: underline;
        color: #3f7d3b;
    }

.accordion-toggle:hover {
    text-decoration: none;
}

.greenLight {
    background-color: #6f9b5c;
}

.rightContent {
    height: 120px;
}

.accordionPannel > .panel-default > .panel-heading {
    background-color: #6f9b5c;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
}

    .accordionPannel > .panel-default > .panel-heading h4 a {
        text-decoration: none;
        padding: 10px 0px;
    }

.accordionPannel > .panel {
    border: none;
}

.commonRightBorder {
    border-right: 2px solid #535345;
}

.commonBtn {
    border-radius: 0px;
    color: #ffffff;
}

    .commonBtn:focus, .commonBtn.active:focus, .commonBtn.focus, .commonBtn:active.focus, .commonBtn.active.focus, .commonBtn:hover {
        outline: none;
        color: #ffffff;
    }

.viewClaimStatusBtn {
    width: 100%;
    padding: 6px 20px;
}

.plusBg {
    background-color: #6f9b5c;
}

.minusBg {
    background-color: #3f7d3b;
}

.italicFont {
    font-style: italic;
}

.commonstrongText {
    font-weight: bold;
}
/*
.w3OddRow {
	background-color: #efefef;
	padding: 15px 0px;
	border:1px solid red;
}

.w3-table .tooltip-inner{
	text-align:left;
  color: #535345;
  background-color: #fff;
  border: 1px solid #ccc;
 background-color:#FFF;
    padding:20px;
    box-shadow: 0 0 10px #000000;
	width:300px !important;
}*/



.w3-table .tooltip-inner {
    margin-right: 100px;
    text-align: left;
    width: 300px;
    color: #535345;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    padding: 25px 15px;
    margin: 20px 0px 0px 0px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    left: 144px !important;
}

.w3-table .tooltip.top .tooltip-arrow {
    left: 67.25% !important;
    border-top-color: #ffffff !important;
}

.screen3 {
}

    .screen3 ol {
        margin: 0px;
        padding-left: 20px;
    }

        .screen3 ol li {
            text-decoration: none;
            list-style: decimal;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .screen3 ol li a {
            }

.screen3-Right {
}

    .screen3-Right ul {
        margin: 0px;
        padding: 0px;
    }

        .screen3-Right ul li {
            text-decoration: none;
            list-style: none;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .screen3-Right ul li a {
            }

.screenTab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

    .screenTab > li > a:hover {
        border-color: #eee #eee #ddd;
    }

.screenTab > li.active > a, .screenTab > li.active > a:hover, .screenTab > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.screenTabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.screenTab.nav-justified > li {
    float: none;
}

    .screenTab.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center;
    }

.screenTab {
    border-bottom: 0px;
}

.screen5Content {
    width: 50%;
    margin: 0 auto;
}

.screen5conformBlock {
    vertical-align: middle;
}

    .screen5conformBlock ul {
        border: dashed #827F7F thin;
        padding: 30px;
    }

        .screen5conformBlock ul li {
            list-style: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: 500;
        }

            .screen5conformBlock ul li a {
            }

.commonTextAlignment {
    text-align: center;
}

.eightyPercentageWidth {
    width: 80%;
    margin: 0 auto;
}

.tripDetails {
    margin: 0px;
    padding: 0px;
}

    .tripDetails li {
        list-style: none;
        display: inline-block;
    }
/* Buttons CSS */

.whiteColorBg {
    background-color: #ffffff;
}

.btnWidth150 {
    width: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
}

.btnSmall {
    padding: 12px 40px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
}

.btnMediam {
    padding: 12px 50px;
}

.btnBig {
    padding: 12px 100px;
    margin-right: 20px;
}

.btnLarge {
    padding: 12px 50px;
}

.btnExtraLarge {
    padding: 12px 165px;
}

.greenColorBtn {
    background-color: #3f7d3b;
    color: #ffffff;
    border: 1px solid #3f7d3b;
}

    .greenColorBtn:focus, .greenColorBtn:active:focus, .greenColorBtn.active:focus, .greenColorBtn.focus, .greenColorBtn:active.focus, .greenColorBtn.active.focus {
        background-color: #3f7d3b;
        color: #ffffff;
    }

    .greenColorBtn:hover, .greenColorBtn:focus, .greenColorBtn.focus {
        background-color: #3f7d3b;
        color: #ffffff;
    }

.greyColorBtn {
    background-color: #535345;
    color: #fff;
    border: 1px solid #535345;
}

    .greyColorBtn:focus, .greyColorBtn:active:focus, .greyColorBtn.active:focus, .greyColorBtn.focus, .greyColorBtn:active.focus, .greyColorBtn.active.focus {
        background-color: #535345;
        color: #ffffff;
        outline: none;
        text-align: center;
    }

    .greyColorBtn:hover, .greyColorBtn:focus, .greyColorBtn.focus {
        background-color: #535345;
        color: #ffffff;
        outline: none;
        text-align: center;
    }
/* Buttons CSS */


.commonBorderContentLeft {
    border-right: 1px solid #535345;
    margin-right: -1px;
}

.commonBorderContentRight {
    border-left: 1px solid #535345;
}

.commomDottedBorder {
    border: dashed #827F7F thin;
    padding: 30px;
}

.paddingNone {
    padding: 0px;
}

.widthHundredPecentage {
    width: 100%;
}



.fgsBreadceumbBlock > .fgsbreadceumb {
    border-radius: 0px !imortant;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*centering*/
    display: inline-block;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
}

.fgsbreadceumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: center;
}

    /*hover/active styles*/
    .fgsbreadceumb a.active, .fgsbreadceumb a:hover {
        background: #333;
        background: linear-gradient(#333, #000);
    }

        .fgsbreadceumb a.active:after, .fgsbreadceumb a:hover:after {
            background: #333;
            background: linear-gradient(135deg, #333, #000);
        }
    /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
    .fgsbreadceumb a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -25px;
        width: 55px;
        height: 55px;
        transform: scale(0.707) rotate(45deg);
        z-index: 1;
        background: #666;
        background: linear-gradient(135deg, #666, #333);
        box-shadow: 2px -2px 0 2px #ffffff, 3px -3px 0 2px #ffffff;
        border-radius: 0 5px 0 50px;
    }
    /*we dont need an arrow after the last link*/
    .fgsbreadceumb a:last-child:after {
        content: none;
    }

    .fgsbreadceumb a:before {
        /*some styles now*/
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 8px 0;
        position: absolute;
        top: 0;
        left: 30px;
        background: #444;
        background: linear-gradient(#fff, #fff);
        font-weight: bold;
    }

.flat a, .flat a:after {
    background: #6f9b5c;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
}

    .flat a:before {
        background: rgba(255, 255, 255, 0);
    }

    .flat a:hover, .flat a.active, .flat a:hover:after, .flat a.active:after {
        background: #3f7d3b;
    }

.fgsbreadceumb > .active {
    color: #FFF;
}

.nav-tabs {
    border-bottom: rgba(255, 255, 255, 0);
}

.nav > {
    position: relative;
    display: block;
}




#crumbs ul li a {
    display: block;
    height: 31px;
    text-align: center;
    padding: 12px 85px 0px 85px;
    position: relative;
    margin: 0 4px 0 0;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    box-sizing: initial;
}

    #crumbs ul li a:last {
        width: 20px;
        border: 1px solid red;
    }

    #crumbs ul li a:after {
        content: "";
        border-top: 21px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 21px solid #3f7d3b;
        position: absolute;
        right: -21px;
        top: 0;
        z-index: 1;
    }

    #crumbs ul li a:before {
        content: "";
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
    }



#crumbs ul li:first-child a:before {
    display: none;
}


#crumbs ul li:last-child a:after {
    display: none;
}

#crumbs ul li {
    display: inline-block;
}

#crumbs ul {
    list-style: none;
    padding: 0;
}

#crumbs, #crumbs ul {
    max-width: 100%;
}

@media only screen and (max-device-width: 767px) {

    .hidmob {
        display: none;
    }

   
}


.active1 {
    display: inline-block !important;
}

@media only screen and (max-device-width: 767px) {
    #crumbs ul li a {
        padding: 12px 0px 0px 21px;
        margin: 0px 1px 0 0;
    }

    #crumbs ul li:last-child a {
        padding-right: 9px;
    }

   
}

.tab2margin {
    margin-left: 50px;
    margin-right: 50px;
}

.borderrgt {
    border-right: 1px solid #999999;
}

.activeTab {
    background-color: #3f7d3b;
}

.notactive {
    background-color: #90A98E;
}

#crumbs ul li:nth-child(2) a:after {
    border-left: 21px solid #90A98E;
}


.secondAccordion {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.secondAccordionMobile ul {
    margin: 0px;
    padding: 0px;
}

    .secondAccordionMobile ul li {
        list-style: none;
        padding: 20px;
    }

.paddingLeft30 {
    padding-left: 30px;
}

.marginRight100 {
    margin-right: 100px;
}

.marginRight60 {
    margin-right: -65px;
}

.BtnFixedWidth150 {
    width: 160px;
    padding: 15px 40px;
    margin-right: 20px;
    border-radius: 0px;
}

.radiousNone {
    border-radius: none !imortant;
}

.halfWidthContent {
    width: 50%;
    margin: 0 auto;
}

.commonWidthContentTwo {
    width: 75%;
    margin: 0 auto;
}

.commonDottedBorder {
    border: dashed #827F7F thin;
}

.errorMsg {
    color: red;
    font-weight: normal;
}


.secondAccordion .row:nth-child(even) {
    background: #FFF;
}

.secondAccordion .row:nth-child(odd) {
    background: #efefef;
}

.secondAccordionMobile li:nth-child(even) {
    background: #FFF;
}

.secondAccordionMobile li:nth-child(odd) {
    background: #efefef;
}

.listItemsBlock {
    margin: 0px;
    padding: 0px;
}

    .listItemsBlock li {
        list-style: none;
    }




/* check box custom styles */

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
    margin-left: 0;
    margin-top: 12px;
    font-weight: normal;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fff;
    color: #3f7d3b;
}

/* To place text to center */
.textCenterAligned {
    position: relative;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
    font-weight: 700;
}

.CheckIsMobile {
   float:left;

}