@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../Font/OpenSans-Regular-webfont.eot');
    src: url('../Font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/OpenSans-Regular-webfont.woff') format('woff'), url('../Font/OpenSans-Regular-webfont.ttf') format('truetype');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        src: url('../Font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    }
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../Font/OpenSans-Semibold-webfont.eot');
    src: url('../Font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/OpenSans-Semibold-webfont.woff') format('woff'), url('../Font/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        src: url('../Font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    }
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),url('../Font/OpenSans-Bold-webfont.eot');
    src: url('../Font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Font/OpenSans-Bold-webfont.woff') format('woff'), url('../Font/OpenSans-Bold-webfont.ttf') format('truetype');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        src: url('../Font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    }
}

a:hover, a:active {
    outline: none;
}

a, a:active, a:visited {
    color: #164e90;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #036;
    }

    a:link {
        -webkit-tap-highlight-color: #FF5E99;
    }

/* You could instead use ".flexible" and give class="flexible" only to
   images you want to have this property */
img {
    max-width: 100%;
}

/*Girija Added */
.dropdown-menu {
    border: 0;
}

#navigation .container-fluid {
    padding-top: 1px;
    height: 28px !important;
    padding-bottom: 1px;
}

#wats-this {
    margin: 0 0 0 -9px;
}
/*Girija Added ends here*/

body, button, input, textarea {
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

select {
    font-family: sans-serif;
    color: #222;
}

/* make bootstrap dropdowns work on hover */
.main-nav li:hover > .dropdown-menu, .tabActive > .dropdown-menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition-delay: .1s;
}

.header-meta-nav .tabActive > ul {
    display: block;
}

.dropdown_inherit {
    display: inherit !important;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.main-nav li:hover > a[data-toggle=dropdown] + .dropdown-menu {
    display: none;
}

.main-nav li.open > a[data-toggle=dropdown] + .dropdown-menu {
    display: block;
}

.contentcontainer {
    max-width: 940px;
    margin: 0 auto;
}


/* Girija Updated changes */

#global-header {
    background-image: url('../img/header_bg.png');
    background-repeat: repeat-x no-repeat;
    height: 174px;
}

#header-cont {
    background-image: url('../img/header_bg_textured.jpg');
    max-width: 940px;
    margin: 0 auto;
}

#header-focus {
    position: relative;
    height: 105px;
}

#header-meta {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "times new roman", serif;
    font-size: 14px;
    color: #000;
}

.tax-count {
    float: left;
}

    .tax-count p {
        margin: 0 15px 0 0;
    }

#navigation {
    background-image: url("../img/nav-strip.png");
    background-repeat: repeat-x no-repeat;
    background: #164E90;
    margin: 0 0 0 135px;
}

    #navigation .main-nav > li {
        margin: 1px 5px 0px 1px;
    }

        #navigation .main-nav > li.open > a {
            background-color: #c30000;
        }

        #navigation .main-nav > li > a:hover {
            background-color: inherit;
            background: none;
            /*margin: -3px 0px 3px 0px;*/
        }



    #navigation .dropdown-menu > div {
        width: 340px;
        /*width: 320px; */ /*Girija*/
        height: auto;
        /*padding : 20px 20px 20px 20px;*/
        padding: 18px 20px 20px 20px; /* Girija*/
    }

        #navigation .dropdown-menu > div > div > div > li {
            line-height: 1.231;
            width: 135px;
            padding: 7px 5px 3px 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

            #navigation .dropdown-menu > div > div > div > li > a {
                color: #fff;
            }

        /*Girija added*/
        #navigation .dropdown-menu > div > div > div {
            width: 147px;
        }
            /*Girija added ends here*/
            #navigation .dropdown-menu > div > div > div > li:hover, #navigation .dropdown-menu > div > div > div > li > a:focus {
                -moz-box-shadow: 0 3px 10px #7e1c1c;
                -webkit-box-shadow: 0 3px 10px #7e1c1c;
                box-shadow: 0 1px 0px 1px #7e1c1c;
                -moz-box-shadow: inset 0 1px 0 0 #d24040;
                -webkit-box-shadow: inset 0 1px 0 0 #d24040;
                box-shadow: inset 0 1px 0 0 #d24040;
                background-color: #c30000;
            }

.main-nav li:hover, .main-nav li > a:focus {
    -moz-box-shadow: 0 3px 10px #7e1c1c;
    -webkit-box-shadow: 0 3px 10px #7e1c1c;
    box-shadow: 0 1px 0px 1px #7e1c1c;
    -moz-box-shadow: inset 0 1px 0 0 #d24040;
    -webkit-box-shadow: inset 0 1px 0 0 #d24040;
    box-shadow: inset 0 1px 0 0 #d24040;
    background-color: #c30000;
}

#navigation .dropdown-menu > div > div > div > li > a:hover {
    text-decoration: none;
}

.bigger-text {
    width: 130px;
    height: 32px;
}

.smaller-list {
    width: 190px;
}

#navigation .smaller-list > div > div > div > li {
    width: 130px;
}

/* Girija Updated changes ends here */





#logo-home-return {
    position: absolute;
    width: 450px;
    height: 120px;
    text-indent: -999em;
}

#quick {
    position: absolute;
    top: 25px;
    left: 560px;
    color: #95b3d7;
}

    #quick legend {
        /*top: 4px;*/
        /*left: 0;*/
        top: 10px;
        width: 81px;
        position: absolute;
        border-bottom: 0px;
        color: #95b3d7;
        font-family: "Open Sans",sans-serif !important;
        font-size: 13px !important;
        font-weight: 700;
    }

    #quick input {
        position: absolute;
        font-family: 'Open Sans', sans-serif;
    }

        #quick input.text {
            background: none;
            border: none;
            border-bottom: 3px solid #95b3d7;
            outline: none;
            color: #95b3d7;
        }

#quick-email {
    left: 90px;
    width: 140px;
    top: 17px;
    padding: 0 5px 10px;
}

#quick-zip {
    left: 250px;
    width: 40px;
    top: 17px;
    padding: 0 5px 10px;
}

#quick-submit {
    top: 17px;
    left: 300px;
    background: none;
    border: none;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
    font-weight: bold;
}


.link_test {
    text-decoration: none;
    color: darkslategray;
    font-size: 15px;
    font-weight: 600;
}


    .link_test:hover {
        text-decoration: none;
        color: darkslategray;
        font-size: 15px;
        font-weight: 600;
    }

.link_small {
    text-decoration: none;
    color: dimgray;
}

    .link_small:hover {
        text-decoration: none;
        color: dimgray;
    }

#global-footer-bg {
    background: #e6e6e6;
}

.small {
    font-size: 12px;
    color: gray;
}

.span3_margin {
    max-width: 150px;
    margin-left: 4.064102564102564%;
}

.span3_max-width {
    max-width: 150px;
}

.contentfont {
    font-size: 15px;
    font-weight: 600;
}

.contentcontainer {
    max-width: 940px;
}

.googlemap {
    max-width: 100px;
}

/* nav font fix starts here */

/*#navigation .dropdown-menu {
    padding-top: 0px;
    margin-top: 6px;
    background: rgba(144,10,10,0.9);
    border-color: rgba(144,10,10,0.9);
    left: -1px;
    top: 34px;
}*/

#navigation .dropdown-menu {
    max-width: 343px; /*girija */
    padding-top: 0px;
    background: rgba(144,10,10,0.9);
    border-color: rgba(144,10,10,0.9);
    /*left: -3px; Commented as per Girija*/
    margin-top: 6px; /*added as per Girija*/
    left: 0px;
    top: 29px;
}

.main-nav > li > a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
}

.main-nav {
    font-family: 'Open Sans',sans-serif !important;
    margin-left: 5px;
    width: 105%;
    /* Girija */
    letter-spacing: 0px;
    /* Girija */
}

#navigation .main-nav > li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: left;
    font-size: 15px;
    position: relative;
    line-height: 0.7;
}
/* nav font fix ends here */
/* Rosme Change start here*/

.contentcontainer {
    color: #404040;
    max-width: 940px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.starmargin {
    margin-left: 47%;
    height: 25px;
    margin-top: 5px;
}

#footer-map-image {
    position: absolute;
    top: -5px;
    left: -5px;
}

#footer-contact-info {
    margin: 0 0 0 95px;
}

.vcard {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: inherit;
    max-width: 305px;
}

    .vcard .org {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 3px;
        font-family: 'Open Sans', sans-serif;
    }

    .vcard .adr {
        color: #737373;
        font-size: 12px;
        margin: 0 0 3px;
        font-family: 'Open Sans', sans-serif;
    }

#contentnav li {
    display: block;
    line-height: inherit;
}

    #contentnav li a {
        color: #404040;
        font-weight: bold;
        font-size: 16px;
    }



        #contentnav li a:hover {
            text-decoration: none;
            color: #404040;
            font-weight: bold;
            font-size: 16px;
        }

    #contentnav li ul {
        margin: 10px 0 0 0;
    }

    #contentnav li li a {
        color: #595959;
        font-weight: normal;
        font-size: 11px;
        line-height: 1.5;
    }

        #contentnav li li a:hover {
            text-decoration: none;
            color: #595959;
            font-weight: normal;
            font-size: 11px;
            line-height: 1.5;
        }

.toplist {
    max-width: 400px;
    max-height: 90px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 40px 0 0;
}

.crunchy {
    line-height: inherit;
}

.image-margin {
    margin: 30px auto 0;
}

#leftmar {
    margin-top: inherit;
    line-height: inherit;
}

#messagemargin {
    margin: 0px 0 40px 0;
    max-width: 400px;
}

.lastchild-content {
    width: 150px;
}


.first-ul {
    margin: inherit;
    padding: inherit;
}

.secondnested-ul {
    padding: inherit;
}

#contentnav li a {
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    background-color: inherit;
}

.toplist {
    max-width: 400px;
    max-height: 90px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 30px 0 0;
}

.first-ul {
    margin: inherit;
    margin-right: 5px;
    padding: inherit;
}

#pagebutton {
    padding-top: 50px;
}

@media (max-width:460px) {
    #pagebutton {
        padding-top: 90px;
    }
}

@media all and (max-width:640px) {
    .secondfloatingfooter {
        display: block !important;
        float: none !important;
        margin-left: 5px !important;
        margin-bottom: 30px !important;
    }

    .firstfloatingfooter {
        display: block !important;
        float: none !important;
        margin-left: 25px !important;
        margin-bottom: 30px !important;
    }

    #childfooter {
        margin-left: -1px !important;
    }
}



#s4-workspace {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}


#contentnav li a::selection {
    text-decoration: none;
    background-color: #1fb9e7;
}

.main-nav > li:hover, .main-nav > li > a:focus {
    background: #c30000;
}

#navigation .main-nav > li > a {
    display: block;
    padding: 11px 15px;
    color: #fff;
}



#generalinfo, .header-meta-nav .last ul {
    position: absolute;
    top: 19px;
    left: 830px;
    background: #fff;
    margin: 0;
    padding: 10px 20px;
    z-index: 150;
    width: 95px;
}

.contentstyle {
    margin-left: -9px;
    max-width: 490px;
}

.secondspan4 {
    margin-left: 10px;
}

.lastlist {
    margin-left: 9px;
}

#s4-bodyContainer {
    padding-bottom: inherit;
}

.bottomimage {
    width: 648px !important;
    margin-left: 8px !important;
}
/* Rosme Change ends here */

/* Apoorva Changes for footer starts here */
#footer_background {
    background: #e6e6e6;
}

#line_img {
    /*background: url(bg-footer_buttom.png) repeat-x;*/
    background: url('../img/bg-footer_buttom.png') repeat-x;
    padding: 40px 0 0 0;
}

.buttom_img {
    background: url('../img/banner-footer-seal.jpg') no-repeat;
    height: 90px;
}

.image {
    position: relative;
}

    .image .text {
        position: absolute;
        top: 24px;
        left: 95px;
        font-family: 'Open Sans', sans-serif;
    }

.unorder_style {
    display: inline;
    font-weight: 600;
    ;
    padding-left: 10px;
}

.para_style {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0 34px 10px 24px;
    padding-top: 1px;
}

.link_style li a {
    text-decoration: none !important;
    color: white !important;
    font-size: 13px;
    background-color: inherit;
}

    .link_style li a::selection {
        background-color: #1fb9e7;
    }


#first {
    display: block;
    margin: 35px auto 0;
    margin-bottom: 15px;
}

#second {
    display: none;
}

#third {
    display: none;
}

.unorder_inher {
    margin: 4px 0 2px 0;
    padding: inherit;
}


.tax-count div:first-child div div:last-child {
    margin: 0 0 0 2px;
}

.header-meta-nav {
    float: right;
    margin: -1px 3px 0 0;
}

@media (max-width: 979px) {
    #navigation {
        margin-top: -39px;
        ;
    }

    .main-nav {
        margin-top: 0px;
    }

    #first {
        display: none;
    }

    #second {
        display: block;
        margin: 35px auto 0;
    }

    #third {
        display: none;
    }

    .fluid-correction {
        margin-top: 38px;
    }
}

@media(min-width:895px) {
    .secondspan4 {
        margin-left: 10px !important;
    }
}

@media (min-width:768px) and (max-width: 960px) {
    #navigation {
        margin-top: -39px;
    }
}

@media (max-width: 890px) {
    .main-nav {
        margin-top: -4px !important;
    }

    .dropdown_inherit {
        margin-top: 1px !important;
    }

    .fluid-correction {
        margin-top: 38px;
    }
}

@media(max-width:800px) {
    .header-meta-nav .last ul {
        left: 659px;
    }

    #navigation .toggle-mobile {
        margin-top: -2px !important;
    }
}

@media (min-width:768px) and (max-width: 895px) {

    .tax-count .span6 .row-fluid .span6 {
        width: 220px;
    }

    .tax-count .span6 .row-fluid #watsthis .span6 {
        width: 70px;
    }
}

@media (min-width:641px) and (max-width:800px) {
    #iconstyle {
        padding-right: 14px;
    }
}

@media(max-width:768px) {
    #headerrowclass {
        margin-top: 30px;
    }

    #navigation {
        background-image: url("../img/nav-strip.png");
        margin-left: 115px;
    }

        #navigation .toggle-mobile {
            color: #fff;
            background: #1b67af;
            display: block;
            padding: 11px 10px 9px 10px;
            text-decoration: none;
            float: right;
            height: 12px;
            margin-top: -2px;
        }

            #navigation .toggle-mobile i {
                font-size: 18px;
                margin-top: -20px;
            }

    .fluid-correction {
        margin-top: 8px;
    }

    .header-meta-nav .last ul {
        left: 640px;
    }

    .alllegislationsearch .span3 {
        width: 28%;
    }

    .alllegislationsearch .span9 {
        width: 69%;
    }

    #visphone {
        margin-right: 20px;
    }
}

@media all and (min-width:801px) {
    #searchbox {
        margin-left: 42px;
    }
}

@media (max-width:800px)and (min-width:790px) {
    #searchbox {
        margin-left: 31px;
    }
}

@media (max-width:790px)and (min-width:768px) {
    #searchbox {
        margin-left: 10px;
    }
}

@media (max-width:767px)and (min-width:640px) {
    #searchbox {
        margin-left: 107px;
    }
}

@media (max-width:639px)and (min-width:550px) {
    #searchbox {
        margin-left: 88px;
    }
}

@media (max-width:549px)and (min-width:380px) {
    #searchbox {
        margin-left: 40px;
    }
}

@media(max-width:767px) {
    #navigation {
        margin-top: -2px;
    }

        #navigation .toggle-mobile {
            margin-top: -1px;
        }
}

@media (min-width:641px) and (max-width:895px) {
    .firstfloatingfooter {
        margin-bottom: 30px !important;
        margin-left: 100px !important;
    }

    .floatingfooter {
        margin-left: 80px !important;
    }
}


@media (max-width: 600px) {
    #first {
        display: none;
    }

    #second {
        display: none;
    }

    #third {
        display: block;
        margin: 35px auto 0;
    }

    .unorder_style {
        display: block;
        font-weight: bold;
        margin: 7px 0 5px 0;
    }

    .unorder_inher {
        margin: 0 0 10px 0;
        line-height: 15px;
        /*padding:inherit;*/
        padding-top: 5px;
    }

    .para_style {
        padding-bottom: 10px;
    }
}

/* Apoorva Changes for footer ends here */
.email-font {
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
}

#quick label {
    position: absolute;
    top: 20px;
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
}

#quick-email-label {
    left: 95px;
    width: 100px;
}

#quick-zip-label {
    left: 255px;
}

.imagemargin {
    padding: 0 !important;
    list-style-type: none;
}

@media (min-width:769px) and (max-width:1024px) {
    #navigation .toggle-mobile {
        padding: 9px 10px 3px 10px;
        margin-top: -3px;
    }
}

#google_translate_element {
    margin-top: 20px;
}

.goog-te-combo {
    padding: inherit;
    border: inherit;
    width: inherit;
    height: 20px !important;
    border-radius: 0px !important;
    border: none;
}

@media all and (max-width:640px) {
    .secondfloatingfooter {
        display: block !important;
        float: none !important;
        margin-left: 5px !important;
        margin-top: 40px !important;
    }
}

@media (max-width:480px) {
    #logo-home-return {
        margin-top: 40px;
        height: 100px;
    }
}

@media (min-width:481px) and (max-width:768px) {
    #logo-home-return {
        margin-top: 38px;
    }
}

@media (min-width:769px) {
    #logo-home-return {
        margin-top: 0px;
        height: 120px;
    }
}

#categorieslist, #categoriesmobilelist {
    border: 2px solid #666;
    width: auto;
}

#legislationsearch {
    width: 100%;
}

.alllegislationsearch {
    padding: 0;
}

#Searchable .box-title {
    border-bottom: 0;
    padding: 7px 0 7px 0px;
    /* margin-top: 100px; */
}

#informationText {
    display: none;
    background: #f9f9f9;
    padding: 20px 10px 20px 10px;
    border: solid 1px #ECECEC;
    width: 97%;
    margin: 0 auto;
}

#limsInfoButton, #limsHelpButton {
    text-decoration: none;
}

.LIMS_Header {
	font-size: 25px;
    float: none;
    text-align: center;
}

.container-fluid-inner {
    min-height: 420px;
}

#noteHeader {
    color: #303030;
}

#noteContent {
    color: #8C8C8C;
}

#noteLink a {
    color: #0072bc;
    text-decoration: none;
}

#latestLinks {
    margin: 0 auto;
    /* width: 8%;*/
    width: 50%;
}

    #latestLinks ul li {
        display: inline;
        text-align: center;
        margin: 0 40px 0 0;
        font-size: 14px;
    }

@media (min-width:641px) and (max-width:877px) {
    #latestLinks {
        margin: 0 auto;
        width: 47%;
    }
}

@media (max-width:640px) {
    #latestLinks ul li {
        display: block;
        margin: 0 40px 0 0;
    }

    #latestLinks {
        margin: 0 auto;
        width: 70%;
    }

    #icon_style {
        display: none;
    }

    #you_search {
        display: none;
    }

    #searchallign {
        width: 75%;
    }
}

#ResultGrid td {
    padding-left: 20px;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 20px;
}

.datepicker.dropdown-menu {
    font-family: sans-serif;
}

#s4-workspace {
    overflow: inherit;
    overflow-y: inherit;
    overflow-x: inherit;
}

html, body {
    overflow-y: visible;
    width: auto !important;
}

.control-group .controls {
    overflow-x: hidden;
}

#notes {
    text-align: center;
}

@media (max-width: 616px) {
    .public-details .span2 {
        width: 100%;
    }

    .value-label {
        margin-left: 0 !important;
    }

    #searchphone {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .advancedsearch .span6 {
        width: 100%;
        margin-left: 0px;
    }

        .advancedsearch .span6 .control-group .control-label {
            width: 100%;
            padding-bottom: 10px;
        }

        .advancedsearch .span6 .control-group .controls {
            width: 100%;
        }

    #StartDate {
        margin-bottom: 10px;
    }

    #xhidden .control-group .control-label {
        padding-bottom: 10px;
    }
}

@media (min-width:640px) and (max-width:768px) {
    #searchButtonIpad {
        height: 15%;
        width: 7%;
        position: absolute;
        margin-top: -10px;
        margin-left: -10px;
        text-indent: -999em;
    }
}

.row-height-padding {
    min-height: 0;
    padding-bottom: 13px;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: auto;
}

#resultsmain .breadcrumbs {
    background: #f4f4f4;
    margin: 20px 0 0 0;
    min-height: 28px;
}

    #resultsmain .breadcrumbs ul {
        list-style-type: none;
        margin: 0;
        padding: 2px 5px;
        float: left;
    }

        #resultsmain .breadcrumbs ul > li {
            float: left;
            color: #666;
        }

            #resultsmain .breadcrumbs ul > li > a {
                color: #666;
                display: block;
                padding: 2px 6px;
                font-size: 12px;
                float: left;
            }

            #resultsmain .breadcrumbs ul > li i {
                float: left;
                font-size: 11px;
                margin: 7px 0 6px 0;
            }

@media(max-width:960px) {
    #morelawsheader {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    #searchtoggle {
        text-align: left;
        padding-top: 5px;
        width: 70px;
        float: left;
    }

    #visphone {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    #searchtoggle {
        width: 140px;
    }
}

@media screen and (device-width: 601px) and (device-height : 880px) {

    .tax-count .span6 .row-fluid .span6 {
        width: 230px;
    }

    .tax-count .span6 .row-fluid #watsthis .span6 {
        width: 70px;
    }
}

#others {
    display: block;
}

#searchresult {
    display: none;
}

.input-append #searchphone input {
    width: inherit;
}

.icheckbox_square-blue {
    margin-left: 10px;
    margin-top: 3px;
}

#document, #mobiledocument {
    margin-left: 10px;
    margin-top: 6px;
}

#cleckcolour {
    background-color: rgb(249,249,249);
    color: rgb(153,153,153);
}

.pre {
    word-wrap: break-word; /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap; /* current browsers */
}

#xhidden .control-group .controls {
    overflow-x: inherit;
}

.searchthroughdocument .icheckbox_square-blue {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}

#myTab li.active a {
    font-weight: bold;
    font-size: 1.2em;
}

#categorieslist > li > a {
    padding: 6px 30px 6px 15px;
    font-size: 13px;
    filter: none;
}

/*New Tab design for bill history page*/

.tabs.tabs-inline {
    border-top: none;
    padding-right: 5px;
}

.tab-content.tab-content-inline.tab-content-bottom {
    border-left: 0;
    margin-left: 0;
    border: solid 1px #bbb;
}

.tabs.tabs-inline.tabs-top > li {
    float: left;
    margin-right: 5px;
}

    .tabs.tabs-inline.tabs-top > li > a {
        color: #121212;
        border-radius: 3px 3px 0px 0px;
        background: #ddd;
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        border: solid 1px #bbb;
        position: relative;
        top: 2px;
    }

    .tabs.tabs-inline.tabs-top > li.active > a {
        background: #fff !important;
        color: #333 !important;
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: solid 2px #ffffff;
        position: relative;
        top: 2px;
    }

    .tabs.tabs-inline.tabs-top > li:nth-child(1) > a {
        background: #FC8327;
        color: #fff;
    }

    .tabs.tabs-inline.tabs-top > li:nth-child(2) > a {
        background: #04A9CC;
        color: #fff;
    }

    .tabs.tabs-inline.tabs-top > li:nth-child(3) > a {
        background: #8DB712;
        color: #fff;
    }

.box .box-title {
    border-bottom: none;
    padding: 7px 0 7px 10px;
    margin-top: 20px;
}

.Model-Print {
    position: absolute;
    top: 0;
    left: 0;
}

@media print {
    html, body {
        height: 99%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.cursor-pointer {
    cursor: pointer;
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 1000;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #BF1722;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

.focusActivated {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #444;
    display: block;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
}

    .focusActivated:focus, .focusActivated:active, .focusActivated:visited {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 600;
        color: #444;
        display: block;
        line-height: 1.5;
        font-family: "Raleway", sans-serif;
    }

    .focusActivated:hover {
        text-decoration: underline !important;
    }

a:focus{
    margin: 0;
    font-size: inherit;
    line-height: inherit; 
    outline: -webkit-focus-ring-color auto 5px;
    box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
    border-radius: 5px;
}

#openModal{
    top: 25%;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.4);
}

#openModal .model-body h1{
    margin: 5px 7px 15px;
}

.feedback-body{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif !important;
}

.feedback-footer{
   float: right;
   margin: 20px 5px 5px;
}

.chestnut {
    background-image: linear-gradient(to top, #e81135, #e81135, #f29323);  
}
.chestnut:hover {
    background-image: linear-gradient(to top, #e81135, #e81135, #f29323, #f29323);   
}
.skyblue {
    background-image: linear-gradient(to top, #0072ff, #0072ff, #00c6ff);  
}
.skyblue:hover {
    background-image: linear-gradient(to top, #0072ff, #0072ff, #00c6ff, #00c6ff);    
}

.feedback-btn, .feedback-btn:hover{
    color:#fff !important;
    border-radius: 50px !important;
    margin: 0px 5px;
    padding: 8px 15px;
}

/*New skin changes*/

#main .breadcrumbs {
    background: #fff;
    margin: 0 0 0 0;
}

#resultsmain .breadcrumbs {
    background: #fff;
    margin: 0 0 0 0;   
}

#bill_title{
	line-height: 32px;
    font-size: 25px;
}

.search-result-header{
	font-size: 25px !important;
	line-height: 28px  !important;
}
