/* Minification failed. Returning unminified contents.
(2122,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(2921,8): run-time error CSS1030: Expected identifier, found '67%'
(2921,8): run-time error CSS1031: Expected selector, found '67%'
(2921,8): run-time error CSS1025: Expected comma or open brace, found '67%'
(2922,1): run-time error CSS1019: Unexpected token, found '}'
(2924,2): run-time error CSS1031: Expected selector, found '/'
(2924,2): run-time error CSS1025: Expected comma or open brace, found '/'
(3590,23): run-time error CSS1036: Expected expression, found ';'
(3994,7): run-time error CSS1030: Expected identifier, found ' '
 */
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}

/* Logo and Text in header alignment for different devices */

/* Extra Small Devices, .visible-xs-* */

@media (max-width: 479px) {
    body {
        background-color: black;
    }

    #searchres_banner_landing .logotext {
        font-size: 14px !important;
    }

        #searchres_banner_landing .logotext span {
            font-size: 14px !important;
        }

    .logotext {
        margin-left: 35px !important;
    }

    .this_box-border {
        border: 1px solid #fff !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body {
    }

    #searchres_banner_landing .logotext {
        font-size: 20px !important;
    }

        #searchres_banner_landing .logotext span {
            font-size: 20px !important;
        }

    .this_box-border {
        border: 1px solid #fff !important;
    }
}
/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {

    body {
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

    body {
    }
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
}



/* starting form disclaimer page */

#x_box_outer {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #e8e8ea;
}

a:link {
    color: #32537f;
    text-decoration: none !important;
}

a:focus {
    /*outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

a:hover,
a:active {
    outline: 0;
    text-decoration: underline;
}

.toplinks {
    text-align: right;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-right: 10px;
}

    .toplinks span {
        font-size: .6875em;
    }


#searchres_banner_landing {
    height: 110px;
    color: #fff;
    background: url(../images/lgBanner_archiveBuilding.png) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #searchres_banner_landing span {
        font-family: Adobe Caslon Pro;
        display: block;
        text-transform: uppercase;
    }

    #searchres_banner_landing .logo {
        margin-top: 4px;
        float: left;
    }

    #searchres_banner_landing .logotext {
        float: left;
        /*  font-size:1.5em;  */
        font-size: 2.1vw;
        font-family: Book Antiqua;
        margin-left: 14px;
        font-weight: bold;
        line-height: 1.25;
        margin-top: 1.3%;
    }

        #searchres_banner_landing .logotext span {
            font-family: Palatino Linotype;
            font-weight: normal;
            font-size: 2.1vw;
        }



.srch_content {
    /* display: -webkit-flex;
  display: flex; */
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px;
    height: auto;
}

.content_heading {
    font-size: 18pt !important;
    color: #7391ae;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-family: Arial !important;
}







.icon_color {
    color: #7391ae;
    font-size: 2.75em !important;
}

.text {
    display: inline-block;
}


hr {
    border: none;
    border-bottom: 1px solid #e0e1dc;
    height: 2px;
    margin-bottom: 10px;
}

body {
    line-height: 1;
    background-color: #e8e8ea;
    color: #333;
    /* font-size: .875em; */
}


.wrapper {
    padding: 10px;
    background-color: #e8e8ea;
}

.orange_button {
    border: 1px solid #ff8c00;
    border-top-color: #ff8c00;
    border-bottom-color: #ff8c00;
    -webkit-box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00',endColorstr='#ff8c00');
    background-image: -moz-linear-gradient(top,#ff8c00,#ff8c00);
    background-image: -ms-linear-gradient(top,#ff8c00,#ff8c00);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#ff8c00),to(#ff8c00));
    background-image: -webkit-linear-gradient(top,#ff8c00,#ff8c00);
    background-image: -o-linear-gradient(top,#ff8c00,#ff8c00);
    background-image: linear-gradient(top,#ff8c00,#ff8c00);
    color: #000;
    text-shadow: 0 -1px 0 #ff8c00;
    font-size: 11pt !important;
}

    .orange_button:hover {
        -webkit-box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 1px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 rgba(0,0,0,0.15);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00',endColorstr='#ff8c00');
        background-image: -moz-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -ms-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#ff8c00),to(#ff8c00));
        background-image: -webkit-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -o-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: linear-gradient(top,#ff8c00,#ff8c00);
    }

    .orange_button:active {
        -webkit-box-shadow: inset 0 1px 0 #ff8c00,inset 0 2px 0 #ff8c00,inset 1px 0 0 #51779c,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #ff8c00,inset 0 2px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 #fff;
        box-shadow: inset 0 1px 0 #ff8c00,inset 0 2px 0 #ff8c00,inset 1px 0 0 #ff8c00,inset 0 -1px 0 #ff8c00,inset -1px 0 0 #ff8c00,0px 1px 0 #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00',endColorstr='#ff8c00');
        background-image: -moz-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -ms-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#ff8c00),to(#ff8c00));
        background-image: -webkit-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: -o-linear-gradient(top,#ff8c00,#ff8c00);
        background-image: linear-gradient(top,#ff8c00,#ff8c00);
        border: 1px solid #ff8c00;
        border-top-color: #ff8c00;
        border-bottom-color: #ff8c00;
    }

    .orange_button:disabled {
        color: #ff8c00;
        text-shadow: none;
        background-color: #ff8c00;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-image: none;
        filter: none;
        border: 1px solid #ff8c00;
    }


.blue_button {
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197');
    background-image: -moz-linear-gradient(top,#91b4cc,#457197);
    background-image: -ms-linear-gradient(top,#91b4cc,#457197);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197));
    background-image: -webkit-linear-gradient(top,#91b4cc,#457197);
    background-image: -o-linear-gradient(top,#91b4cc,#457197);
    background-image: linear-gradient(top,#91b4cc,#457197);
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    font-size: 11pt !important;
}

    .blue_button:hover {
        -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c3d6',endColorstr='#6a8dab');
        background-image: -moz-linear-gradient(top,#a7c3d6,#6a8dab);
        background-image: -ms-linear-gradient(top,#a7c3d6,#6a8dab);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#a7c3d6),to(#6a8dab));
        background-image: -webkit-linear-gradient(top,#a7c3d6,#6a8dab);
        background-image: -o-linear-gradient(top,#a7c3d6,#6a8dab);
        background-image: linear-gradient(top,#a7c3d6,#6a8dab);
    }

    .blue_button:active {
        -webkit-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
        box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426f95',endColorstr='#426f95');
        background-image: -moz-linear-gradient(top,#426f95,#426f95);
        background-image: -ms-linear-gradient(top,#426f95,#426f95);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#426f95),to(#426f95));
        background-image: -webkit-linear-gradient(top,#426f95,#426f95);
        background-image: -o-linear-gradient(top,#426f95,#426f95);
        background-image: linear-gradient(top,#426f95,#426f95);
        border: 1px solid #263647;
        border-top-color: #263647;
        border-bottom-color: #263647;
    }

    .blue_button:disabled {
        color: #e6f0f7;
        text-shadow: none;
        background-color: #becddb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-image: none;
        filter: none;
        border: 1px solid #b7c3d2;
    }



p {
    margin: 0 0 1.5em;
    line-height: 20px;
    padding: 0.5% 4%;
    font-weight: 200;
    color: #333;
    font-size: 18px;
}


button,
input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        text-align: center;
        overflow: hidden;
        padding: 0 10px;
        font-weight: bold;
        /*margin:0 0 2px 0;*/
        white-space: nowrap;
        min-width: 115px;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
        height: 33px;
        font-size: 0.87em;
        cursor: pointer;
        -webkit-appearance: button;
    }


.landing_button {
    text-align: right;
    padding: 5px 15px 15px 15px;
    min-height: 40px;
}


#footer {
    color: #7d7d7d;
    font-size: 1.3em;
}

    #footer span {
        font-size: .6875em;
    }

        #footer span.landing {
            display: block;
            margin-top: 5px;
            line-height: 18px;
        }




/* faq page styles */
.leftContainer {
    min-height: 300px;
    overflow: auto;
}

.rightContainer {
    min-height: 300px;
    overflow: auto;
}



.greyhead {
    color: #666;
    font-weight: bold;
    margin-bottom: 15px;
}


.faqlinkstyle {
    margin: 0;
    padding: 0;
}

    .faqlinkstyle li {
        line-height: 18px;
    }


.this_box-border {
    border-right: 1px solid #d9d9d9;
}


.grey_button {
    border: 1px solid #959695;
    border-top-color: #aeafae;
    border-bottom-color: #7c7e7c;
    -webkit-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7',endColorstr='#c0c4c8');
    background-image: -moz-linear-gradient(top,#f5f5f7,#c0c4c8);
    background-image: -ms-linear-gradient(top,#f5f5f7,#c0c4c8);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#f5f5f7),to(#c0c4c8));
    background-image: -webkit-linear-gradient(top,#f5f5f7,#c0c4c8);
    background-image: -o-linear-gradient(top,#f5f5f7,#c0c4c8);
    background-image: linear-gradient(top,#f5f5f7,#c0c4c8);
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-size: 11pt !important;
    font-family: Arial !important;
}

    .grey_button:hover {
        -webkit-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f8',endColorstr='#cdd0d3');
        background-image: -moz-linear-gradient(top,#f7f7f8,#cdd0d3);
        background-image: -ms-linear-gradient(top,#f7f7f8,#cdd0d3);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#f7f7f8),to(#cdd0d3));
        background-image: -webkit-linear-gradient(top,#f7f7f8,#cdd0d3);
        background-image: -o-linear-gradient(top,#f7f7f8,#cdd0d3);
        background-image: linear-gradient(top,#f7f7f8,#cdd0d3);
    }

    .grey_button:active {
        -webkit-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
        -moz-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
        box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc1c5',endColorstr='#9d9fa2');
        background-image: -moz-linear-gradient(top,#bdc1c5,#9d9fa2);
        background-image: -ms-linear-gradient(top,#bdc1c5,#9d9fa2);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#bdc1c5),to(#9d9fa2));
        background-image: -webkit-linear-gradient(top,#bdc1c5,#9d9fa2);
        background-image: -o-linear-gradient(top,#bdc1c5,#9d9fa2);
        background-image: linear-gradient(top,#bdc1c5,#9d9fa2);
        border: 1px solid #545456;
        border-top-color: #545456;
        border-bottom-color: #545456;
    }

    .grey_button:disabled {
        color: #c2c2c2;
        text-shadow: none;
        background-color: #eff0f0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-image: none;
        filter: none;
        border: 1px solid #dcdddd;
        font-family: Arial !important;
    }





.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-group {
    margin-bottom: 7px;
}



.required {
    color: #DD5044 !important;
    font-size: 14px;
}


.greycontent_panel {
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}


.content_panel_topfix {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}


.searchleft_collaps2 {
    width: 3% !important;
}


#searchleft_small {
    width: 15%;
    border: 1px solid blue;
}

#searchgrid_big2pan {
    width: 84.5%;
    border: 1px solid orange;
}

.searchgrid_big2 {
    width: 96.5% !important;
}


.gutter_new {
    height: 10px;
    clear: both;
}

.omega {
    margin-right: 0 !important;
}

.alpha {
    margin-left: 0 !important;
}

.pad_tb15_lr10 {
    padding: 6px 14px;
    margin: 7px;
}

#searchleft, #searchgrid, #searchgrid_small, #detail_panel, #search_3panel, #searchleft_small, #searchgrid_big2pan {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.refine_style {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}








.arrow_icon {
    background: url("../images/pgNavNext_n.png") 0 0 no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 0.875em;
    padding-left: 25px;
    margin-bottom: 5px;
}

.ui-datepicker-trigger {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: transparent;
    background: url("../images/datePicker_24.png") 0 0 no-repeat;
    border: none;
    margin-left: 5px;
    font-size: 0px;
}




.searchpannel {
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}


.content_panel {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.collaps_icon {
    width: 100%;
    margin-bottom: 16px;
}


.style_Table {
    border: 1px solid #c5c5c5;
}

.refine_vertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    left: -33px;
    top: 80px;
    width: 100px;
}

.scroll_x {
    overflow: auto;
    min-height: 350px;
}

.collaps_icon span {
    font-size: .875em;
    font-weight: bold;
}

.collaps_icon a {
    float: right;
}


#panel_refine {
    min-width: 180px;
}

h4 {
    font-size: .875em;
    margin-bottom: 10px;
}

.normal_font {
    font-size: .75em;
}


.doc_st li {
    list-style-type: none;
    margin-left: -10px;
}


#panel_refine h4 {
    font-weight: bold;
    color: #0F5FA0;
}


.table4u td {
    padding: 2px 3px 2px 6px !important;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    vertical-align: middle;
}

.table4u {
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}


    .table4u th {
    }


table.table4u thead tr th {
    background-color: #e9e9e9;
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -ms-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -o-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: linear-gradient(top,#f3f3f3,#e9e9e9);
    /*border-top: 1px solid #fff;
    border-left: 1px solid #fff;*/
    border-bottom: 1px solid #8f8f8f;
    padding: 1px 10px !important;
    font-family: Arial !important;
    font-size: 12pt;
    vertical-align: middle !important;
    height: 34px !important;
    line-height: 19px;
}

table.table4u tbody tr td {
    padding: 6px !important;
    font-size: 12pt;
}

.img_icon {
    vertical-align: middle !important;
    width: 40px;
    text-align: center !important;
}

.redd {
    color: brown !important;
    font-size: 14px !important;
}




.normalgrid {
    width: 100%;
}

    .normalgrid table, .normalgrid td, .normalgrid th {
        border: 1px solid #c5c5c5;
        text-align: left;
        padding: 5px;
        vertical-align: middle;
    }

    .normalgrid td {
        font-size: 12pt;
        color: #333;
        background-color: #fff;
        min-height: 35px;
    }

    .normalgrid tr.even td {
        background-color: #fbfbfb;
    }

    .normalgrid th {
        background-color: #ececec;
        color: #555;
        font-size: .875em;
        font-weight: bold;
        min-height: 40px;
    }


.imagepanel {
    border: 1px solid #cfcfcf;
    padding: 1px 6px 1px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    min-height: 200px;
    /*max-height:368px;*/
}

@media screen and (min-width: 1400px) {

    .no_desktop_padding_rt .imagepanel {
        max-height: 568px !important;
    }

    .pgnos_nopadding {
        width: 55.33%;
    }
}

@media screen and (min-width: 1600px) {

    .pgnos_nopadding {
        width: 55.33%;
    }
}

/* Shopping cart page styles  */
.bordering_shop_items {
    padding: 10px 1%;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 16px;
}

.expanded_images_view .bg_gray_style {
    height: calc(102vh - 7px);
}

.expanded_images_view .resp-tab-content {
    width: 48%;
}





.right_align {
    text-align: right;
}


#cust_wid .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100px;
    float: right;
}


#cust_wid3 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
    float: right;
}

.texbox_nos {
    padding-right: 0px !important;
}




.box_Wid {
    width: 165px !important;
    float: right !important;
}

.edit_expand {
    cursor: pointer;
    font-size: 12pt !important;
}

.btm_border_dll {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.currency_txt {
    color: #7391ae;
    text-align: right;
    font-weight: bold;
}

.selected_searchBox {
    background-color: #477399 !important;
    color: #fff !important;
    padding: 10px;
}

    .selected_searchBox .currency_txt {
        color: #ffffff !important;
    }




    .selected_searchBox a {
        color: #fff;
        font-size: 12pt !important;
    }


.shoppingcart_scroll {
    min-height: 200px;
    /*max-height: 270px;*/
    overflow: auto;
    margin-bottom: 10px;
    height: calc(50vh - 12px) !important;
}


.blu_font {
    color: #7391ae;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
}

.container_total {
    padding: 0 2em 0 0;
}

.line {
    border: none;
    border-bottom: 1px solid #e0e1dc;
    height: 2px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.minbtnwid {
    min-width: 20px !important;
}


/* faq page style override */

.bold_style {
    padding: 0px !important;
    font-family: Arial !important;
    font-weight: bold;
    color: #333 !important;
    line-height: 20px !important;
}


.normal_style {
    padding: 0px !important;
    font-family: Arial !important;
    font-weight: lighter !important;
    color: #333 !important;
    line-height: 20px !important;
}

.queststyle {
    color: #32537f !important;
    font-family: Arial !important;
}




/* page 6 styles added here */


.btn-default {
    /*  background-color: #f4f4f4; */
    color: #444;
    border-color: #ddd;
}

.buttonboard {
    min-width: 10px;
    margin-bottom: 5px;
}

.no_round_crnr {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.no_round_crnr_L {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.btn_tbox {
    width: 38px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 1px solid #C6c6c6;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

    #wrapper.toggled {
        padding-left: 200px;
        overflow: scroll;
    }

#sidebar-wrapper {
    z-index: 4;
    position: absolute;
    left: 250px;
    width: 0;
    height: 90%;
    margin-left: -200px;
    overflow-y: hidden;
    background: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    width: 100%;
    /*overflow-x: hidden; 33333333333333333333333333333333333333333333*/
}

.xyz {
    min-width: 360px;
    /*height: calc(80vh - 80px); 2222222222222222222222222222222222222222222222222222222222222222222222*/
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
                border-left: red 2px solid;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 228px;
    }

    .fixed-brand {
        width: 228px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 222px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 210px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 0px;
    }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            width: 228px;
        }


    #page-content-wrapper {
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 228px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -193px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}


@media(max-width:700px) {
    .btnxs {
        margin-top: 15px !important;
        clear: both;
    }
}




.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    margin: 0 auto;
    text-align: center;
    display: none;
}


.normal_font li {
    list-style-type: none !important;
    font-size: 12pt;
    margin-bottom: 5px;
    white-space: nowrap !important;
}


@media (max-width: 768px) {

    [class*="col-"] {
        margin-bottom: 15px;
        padding-left: 0px !important;
    }
}


*:focus {
    outline: none !important;
}

.button_xs {
    position: relative;
    float: left !important;
}

.tgl_custom_btn {
    min-width: 28px;
    height: 25px !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #f3f3f3 !important;
    border-radius: 3px !important;
    margin: 10px 0 5px -8px !important;
    z-index: 5;
}

.tgl_custom_btn_xs {
    min-width: 28px;
    height: 25px !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #f3f3f3 !important;
    border-radius: 3px !important;
    margin: 5px 0 5px 15px !important;
}

.fa-2x_size {
    font-size: 16px !important;
    color: #749BB8 !important;
}

/*New Changes*/
.pgn_margin {
    margin-left: 0px;
}

/*page 6 styles added here */


.cust_icon_color {
    color: #749BB8 !important;
}





#searchres_banner {
    height: 54px;
    color: #fff;
    background: url(../images/smBanner_archiveBuilding.png) 0 0 repeat-x;
    font-size: 32px;
    font-family: Franklin Gothic Heavy;
    line-height: 54px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 600px;
}

    #searchres_banner span {
        font-family: Adobe Caslon Pro;
    }

    #searchres_banner img {
        margin-left: 14px;
        margin-top: -6px;
    }

#searchres_banner_landing {
    height: 110px;
    color: #fff;
    background: url(../images/lgBanner_archiveBuilding.png) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #searchres_banner_landing span {
        font-family: Adobe Caslon Pro;
        display: block;
        text-transform: none;
    }

    #searchres_banner_landing .logo {
        margin-left: 14px;
        margin-top: 7px;
        float: left;
    }

    #searchres_banner_landing .logotext {
        float: left;
        font-size: 30px;
        font-family: Book Antiqua;
        margin-left: 14px;
        font-weight: bold;
    }

        #searchres_banner_landing .logotext span {
            font-family: Palatino Linotype;
            font-weight: normal;
            font-size: 30px;
        }


#wrapper .no_sidebar {
    padding-left: 0px !important;
}




/* dropdown styling done   */


.input-group-unstyled .input-group-addon {
    border: 0px;
    background-color: transparent;
}






.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
}

    .btn-select .btn-select-value {
        padding: 3px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 24px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 1px 7px;
        top: 0;
        border: 1px solid #416289;
        border-top-color: #4f7093;
        border-bottom-color: #32537f;
        -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197');
        background-image: -moz-linear-gradient(top,#91b4cc,#457197);
        background-image: -ms-linear-gradient(top,#91b4cc,#457197);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197));
        background-image: -webkit-linear-gradient(top,#91b4cc,#457197);
        background-image: -o-linear-gradient(top,#91b4cc,#457197);
        background-image: linear-gradient(top,#91b4cc,#457197);
        color: #fff;
        text-shadow: 0 -1px 0 #32537f;
        border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 27px;
        z-index: 999;
        font-size: 12pt;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
        }

            .btn-select ul li:hover {
                background-color: #a5c4da;
            }

            .btn-select ul li.selected {
                color: #333;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #fff;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        background-color: white;
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }
    /* Default End */

    /* Primary Start */
    .btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
        border-color: #286090;
    }

    .btn-select.btn-primary ul li.selected {
        background-color: #2e6da4;
        color: white;
    }

    .btn-select.btn-primary ul {
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary .btn-select-value {
        background-color: #428bca;
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary:hover, .btn-select.btn-primary.active {
        background-color: #286090;
    }
    /* Primary End */

    /* Success Start */
    .btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
        border-color: #4cae4c;
    }

    .btn-select.btn-success ul li.selected {
        background-color: #4cae4c;
        color: white;
    }

    .btn-select.btn-success ul {
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success .btn-select-value {
        background-color: #5cb85c;
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success:hover, .btn-select.btn-success.active {
        background-color: #ccc;
    }
    /* Success End */

    /* info Start */
    .btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
        border-color: #ccc;
    }

    .btn-select.btn-info ul li.selected {
        background-color: #fff;
    }

    .btn-select.btn-info ul {
        border: #ccc 1px solid;
    }

    .btn-select.btn-info .btn-select-value {
        background-color: #ccc;
        border: #ccc 1px solid;
    }

    .btn-select.btn-info:hover, .btn-select.btn-info.active {
        background-color: #9EBBCF;
    }
    /* info End */

    /* warning Start */
    .btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
        border-color: #eea236;
    }

    .btn-select.btn-warning ul li.selected {
        background-color: #eea236;
        color: white;
    }

    .btn-select.btn-warning ul {
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning .btn-select-value {
        background-color: #f0ad4e;
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning:hover, .btn-select.btn-warning.active {
        background-color: #d58512;
    }
    /* warning End */

    /* danger Start */
    .btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
        border-color: #ccc;
    }

    .btn-select.btn-danger ul li.selected {
        background-color: #ccc;
        color: white;
    }

    .btn-select.btn-danger ul {
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger .btn-select-value {
        background-color: #d9534f;
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger:hover, .btn-select.btn-danger.active {
        background-color: #c9302c;
    }
    /* danger End */

    .btn-select.btn-select-light .btn-select-value {
        background-color: white;
        color: black;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border: 1px solid #959695;
        border-top-color: #aeafae;
        border-bottom-color: #7c7e7c;
        -webkit-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); /* box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7',endColorstr='#c0c4c8');
        background-image: -moz-linear-gradient(top,#f5f5f7,#c0c4c8);
        background-image: -ms-linear-gradient(top,#f5f5f7,#c0c4c8);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#f5f5f7),to(#c0c4c8)); /* background-image: -webkit-linear-gradient(top,#f5f5f7,#c0c4c8); */
        background-image: -o-linear-gradient(top,#f5f5f7,#c0c4c8);
        background-image: linear-gradient(top,#f5f5f7,#c0c4c8);
        color: #333;
        text-shadow: 0 1px 0 #fff;
        border-right-width: 0;
        font-size: 12pt;
        padding: 2px 5px;
    }


.btn-info {
    color: #fff;
    background-color: #749BB8;
    border-radius: 3px !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+56;Blue+3d+%238 */
    background: #a7cfdf; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    border-color: #AEAFAE !important;
}


.input-group-addon {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}


/* dropdown styles close here */



.toplinks a {
    font-size: 10pt !important;
}

.faqlinkstyle a {
    font-size: 14px !important;
}


label {
    font-weight: normal !important;
    font-size: 12pt;
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
    font-size: 11px;
}


.custom_input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #AEAFAE;
}

.select_box_btm_gap {
    margin-bottom: -8px !important;
}


.input-group-addon {
    /* border: 0px; */
    background-color: transparent !important;
    border: 1px solid #aeafae !important;
    border-left: transparent !important;
}

.txtbox_rnded_corner {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px !important;
}


.totext {
    color: #333 !important;
    font-size: 12pt;
    line-height: 28px;
}

.input-group-addon {
    padding: 6px 8px !important;
}


.smallfont_btn {
    font-size: 11pt !important;
}




.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #D9E4EE !important;
    color: #0072BC;
    opacity: 1;
    border-radius: 5px;
    padding: 15px;
    font-size: 12pt;
    -webkit-box-shadow: 7px 7px 17px -5px rgba(0,0,0,0.53);
    -moz-box-shadow: 7px 7px 17px -5px rgba(0,0,0,0.53);
    box-shadow: 7px 7px 17px -5px rgba(0,0,0,0.53);
    min-width: 250px;
}

.blue-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #D9E4EE;
    !important;
}




.mar_10l {
    margin-left: -40px;
}



.collaps_icon span {
    font-size: 14pt;
    font-weight: bold;
}


#panel_refine h4 {
    font-size: 12pt;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: bold;
}

.checkthis {
    color: #32537f;
    font-size: 10pt;
    text-decoration: underline;
    outline: 0;
}


.xrx-cb img, .xrx-rdo img {
    margin-top: 2px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

label .xrx-cb img {
    margin-top: 1px;
    margin-bottom: 5px;
}

.xrx-cb img {
    background-position: 0 0;
}

.xrx-cb-hover img {
    background-position: 0 -20px;
}

.xrx-cb-hover:active img {
    background-position: 0 -40px;
}

.xrx-cb-checked img {
    background-position: 0 -60px;
}

.xrx-cb-checked .xrx-cb-hover img {
    background-position: 0 -80px;
}

.xrx-cb-checked .xrx-cb-hover:active img {
    background-position: 0 -100px;
}

.xrx-cb-disabled img {
    background-position: 0 -120px;
}

.xrx-cb-disabled:active img {
    background-position: 0 -120px;
}

.xrx-cb-checked .xrx-cb-disabled img {
    background-position: 0 -140px;
}

.xrx-cb-checked .xrx-cb-disabled:active img {
    background-position: 0 -140px;
}

.xrx-rdo img {
    background-position: 100% 0;
}

.xrx-rdo-hover img {
    background-position: 100% -20px;
}

.xrx-rdo-hover:active img {
    background-position: 100% -40px;
}

.xrx-rdo-checked img {
    background-position: 100% -60px;
}

.xrx-rdo-checked .xrx-rdo-hover img {
    background-position: 100% -80px;
}

.xrx-rdo-checked .xrx-rdo-hover:active img {
    background-position: 100% -80px;
}

.xrx-rdo-disabled img {
    background-position: 100% -120px;
}

.xrx-rdo-disabled:active img {
    background-position: 100% -120px;
}

.xrx-rdo-checked .xrx-rdo-disabled img {
    background-position: 100% -140px;
}

.xrx-rdo-checked .xrx-rdo-disabled:active img {
    background-position: 100% -140px;
}

body .xrx-cb img, body .xrx-rdo img {
    background-image: url("../images/radio_checkbox.png");
}


.fa-step-backward, .fa-chevron-circle-left, .fa-chevron-circle-right, .fa-step-forward, .fa-search-minus, .fa-search-plus, .fa-search, .fa-arrows-h, .fa-arrows-v, .fa-arrows, .fa-repeat, .fa-undo {
    color: #477399 !important;
}


.centered .btn-group > button {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    margin-bottom: 5px;
    padding: 2px 8px;
}


#parentHorizontalTab {
    height: 84px;
    /*background: url(../images/bar-bg.jpg) repeat-x;*/
}

.table_Cent {
    display: table; /* Allow the centering to work */
    margin: 0 auto;
}

/*ul#horizontal-list {
    min-width: 100px;
    list-style: none;
}*/
ul#horizontal-list {
    min-width: 100px;
    list-style: none;
    position: -ms-page;
    width: 430px;
    right: 80px;
    margin-top: 13px;
    z-index: 5;
    text-align: center;
}


    ul#horizontal-list li {
        display: inline;
        float: none;
        margin-right: -4px;
    }

.btn-cust {
    position: relative !important;
    z-index: 5 !important;
}

.small_button {
    height: 26px !important;
    font-weight: bold;
    font-family: Arial !important;
}


.panel_box_textboxht {
    height: 28px !important;
}

.info_icon {
    background: url(../images/docProperties_16.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}


#parentHorizontalTab [contenteditable="false"] {
    font-size: 12pt;
    line-height: 25px;
    font-weight: bold !important;
    font-family: Arial !important;
}


#parentHorizontalTab label {
    text-align: right;
    line-height: 24px;
}

.through_iframe {
    padding: 15px !important;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px;
}


#searchres_banner .logotext span {
    font-family: Palatino Linotype !important;
    font-weight: normal;
    font-size: 30px;
}


.search_summary {
    font-size: 16pt;
    color: #7391ae;
    font-weight: bold !important;
}


.search_summary_crit {
    float: left;
    font-size: 12pt;
    color: #333 !important;
    font-weight: bold !important;
    margin-bottom: 15px;
}


.page_no_drpdwn {
    min-width: 116px !important;
    margin-bottom: 0px !important;
}



.nn_rt_padding {
    padding-right: 0px !important;
}




.content_panel_expprive {
    float: left;
    width: 100%;
}




#searchres_banner {
    height: 54px;
    color: #fff;
    background: url(../images/smBanner_archiveBuilding.png) 0 0 repeat-x;
    font-size: 30px;
    font-family: Book Antiqua !important;
    line-height: 54px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 600px;
}

    #searchres_banner span {
        font-family: Adobe Caslon Pro;
    }

    #searchres_banner img {
        margin-left: 14px;
        margin-top: -4px;
    }

#searchres_banner_preview {
    height: 54px;
    color: #fff;
    background: url(../images/smBanner_archiveBuilding.png) 0 0 repeat-x;
    line-height: 54px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #searchres_banner_preview img {
        margin-left: 14px;
        margin-top: -4px;
    }

    #searchres_banner_preview span {
        font-family: Palatino Linotype;
        font-size: 16pt;
        display: block;
    }

    #searchres_banner_preview div {
        font-family: Book Antiqua;
        font-size: 16pt;
        font-weight: bold;
    }

    #searchres_banner_preview .logotext {
        float: left;
        line-height: 16pt;
        margin-top: 6px;
        margin-left: 14px;
        font-weight: bold;
        min-width: 380px;
        max-width: 850px;
        overflow: hidden;
    }


.box_Wid_dd {
    width: 155px !important;
    float: right !important;
}

.bordering_shop_items [contenteditable="false"] {
    line-height: 22px !important;
}

.pgn_margin {
    margin-top: 15px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0.5px 2px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6C93B2 !important;
    border-color: #337ab7;
}



.modal-header {
    padding: 5px 15px 0px 15px !important;
}


.instruct_lbl_OC {
    margin-left: 44px !important;
    line-height: 18px;
}



.searchlink_ico {
    background: url(../images/openSearchPanel_24.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
}

.shoppingcart_icon {
    background: url(../images/cart_16.png) 0 0 no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
}


.shoppingcart_search {
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 0 12px;
    color: #477399;
}


.exitsearchicon {
    background: url(../images/openSearchPanel_24.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.srchiconadjust {
    width: 28px;
    float: right;
}

.exitCarticon {
    background: url(../images/cart_16.png) 0 0 no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}

.color_size_icon {
    font-size: 18px;
    color: #7391ae !important;
    margin-left: 10px;
    cursor: pointer;
}

.carticonadjust {
    width: 25px;
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}


.cartAdded_Number {
    border-left: 1px solid #c6c6c6;
    float: right;
    padding: 3px;
    padding-left: 5px;
    color: #749BB8;
}

.table-striped tbody tr.highlight td {
    background-color: #467197;
    color: #fff;
}

.input-group-addon {
    background: transparent !important;
    -moz-border-radius: 4px !important;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border: 0px !important;
    background: transparent !important;
}

.addon_rnd_corner {
    border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

iframe {
    border: none !important;
}


#sidebar-wrapper {
    /*height: auto;*/
    margin-left: -222px !important;
    position: absolute;
    margin-top: 42px;
    height: calc(74vh - 3px) !important;
    border: 1px solid #ddd;
}


.btn-select ul li {
    /*word-wrap: break-word !important;
    white-space: normal !important;*/
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.dashline {
    font-size: 13px !important;
    padding-right: 1px;
    padding-left: 1px;
}

.searchpannel_basic {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}


.cal_star {
    position: absolute;
    top: 8px;
    z-index: 0;
    margin-left: 7px;
    font-size: 15px;
    color: red;
}

.clear_all_ASrch {
    /*margin-right: 74px;*/
    line-height: 33px;
    position: relative;
    right: 19%;
    font-size: 12pt;
    color: #333 !important;
}

.direction_flip {
    -moz-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    filter: FlipH !important;
    -ms-filter: "FlipH" !important;
    color: #ffffff !important;
}

div.btm_border_dll:focus {
    background-color: #477399;
    color: #ffffff;
}

.Mycolor {
    background-color: #477399;
    color: #ffffff;
}

table.table4u tr td .info_icon {
    background: url(../images/docProperties_16.png) 0 0 no-repeat;
}

table.table4u tr.highlight .info_icon {
    background: url(../images/docProperties_white_16.png) 0 0 no-repeat;
    color: #0000ff !important;
}

table.table4u tr td .my_icon_color:before {
    font: normal normal normal 20px/1 FontAwesome !important;
    content: "\f07a";
    color: #749bb8 !important;
    text-shadow: 2px 1px 1px #ccc;
}

table.table4u tr.highlight .my_icon_color:before {
    content: "\f07a";
    color: #ffffff !important;
    font: normal normal normal 20px/1 FontAwesome !important;
    text-shadow: 2px 1px 1px #000;
}



/*Pagination button styles*/
.pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a {
    text-indent: -9999px;
    width: 23px;
    height: 31px;
}

.pagination li.first a {
    background: url(../images/pgNavFirst_n.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

.pagination li.previous a {
    background: url(../images/pgNavPrev_n.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

.pagination li.next a {
    background: url(../images/pgNavNext_n.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}

.pagination li.last a {
    background: url(../images/pgNavLast_n.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}

.pagination li.first a.inactive {
    background: url(../images/pgNavFirst_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

.pagination li.previous a.inactive {
    background: url(../images/pgNavPrev_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

.pagination li.next a.inactive {
    background: url(../images/pgNavNext_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}

.pagination li.last a.inactive {
    background: url(../images/pgNavLast_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}


.page_dropdown_position {
    z-index: 5;
    margin-right: 0px;
    font-family: Arial !important;
    margin-bottom: 0px;
}

.pagination_position {
    z-index: 5;
    margin-right: 14px;
    margin-bottom: 11px;
}

.totext_slash {
    font-size: 22px;
    color: #777;
}


.landing_button {
    text-align: right;
    padding: 5px 15px 15px 15px;
    font-family: Arial !important;
}


.s_search_margin {
    margin: 15px 52px 10px 52px;
}

.control-label {
    font-family: Arial !important;
}

.srch_cust_button {
    min-width: 88px !important;
    margin-right: 5px;
}

.firstline_bold {
    font-weight: bold !important;
    margin-right: 20px;
}


.resp-tab-content {
    border: none !important;
    background-color: #f3f3f3 !important;
    margin-top: 20px;
    height: 80vh;
    position: -ms-page;
    width: 545px;
}

.shopping_cart_font_size {
    font-size: 20px !important;
}


.no_link_line {
    text-decoration: none !important;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: -2px;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }


.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #487CA1;
    border-color: #487CA1;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


.modal {
    top: 0% !important;
}



@media (min-width: 768px) {
    .modal-dialog {
        min-width: 550px;
        margin: 30px auto;
    }
}

.table_fix {
    width: 100%;
    overflow-y: auto !important;
    height: calc(66vh - 7px);
}

.no_desktop_padding {
    padding-right: 0px !important;
    padding-left: 3px !important;
    /*margin-top: -37px; 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222*/
}

.no_desktop_padding_rt {
    padding-right: 5px !important;
    padding-left: 0px !important;
}

/*.bg_gray_style {
    background-color: #f3f3f3 !important;
    border: 1px solid #dddddd;
    /*height: calc(73vh - 7px);*/
height:67%;
}

*/ .bg_gray_style {
    background-color: #f3f3f3 !important;
    border: 1px solid #dddddd;
    height: 73.5vh;
    margin-top: -10px;
}

.bg_styling {
    margin-top: -12px !important;
}

.ht_control {
    display: block;
    width: 100%;
    margin: 0px;
    min-height: 250px;
    height: calc(64vh - 11px) !important;
}

.custom_padding_btns {
    padding: 0 15px 0px 10px !important;
}

.custom_padding_4hr {
    padding: 0 !important;
}

.shoppingcart_search {
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 0 0 0 10px;
    color: #477399;
}

.lt_btn {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: #f3f3f3 !important;
    border-left: 1px solid #333;
}

    .lt_btn:hover {
        background: #f3f3f3 !important;
        cursor: pointer;
    }

.rt_btn {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    background-color: #f3f3f3 !important;
}

    .rt_btn:hover {
        background: #f3f3f3 !important;
    }



.shoppng_cart_dtls {
    width: 90px;
    float: right;
    margin-right: -22px;
}

.crt_buttons {
    width: 35px;
    border-left: 1px solid #d9d9d9;
    padding-left: 8px;
    float: right;
    cursor: pointer;
    padding-right: 8px;
}



.cart_count {
    font-family: Arial;
    color: #457197;
    font-size: 16px;
    float: right;
    line-height: 24px;
}

.ft_size {
    font-size: 20px !important;
}


.my_button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}


.chckout_heading_img {
    background: url("../images/title_checkout_40.png") 0 0 no-repeat;
    width: 40px;
}

.addtocart_big {
    background: url("../images/title_addToCart_40.png") 0 0 no-repeat;
}

.modal-content .btn-select .btn-select-value {
    font-weight: bold !important;
}

.modal-header {
    border-bottom: none !important;
}



.popup_lbl_justify {
    text-align: right;
    margin-right: 5px;
}


.clr_all_Simple_srch {
    position: absolute;
    right: 25%;
    color: #333;
    font-size: 12pt !important;
}

.sc_remove_back_lnk {
    font-size: 12pt;
    color: #32537f;
    line-height: 35px;
}

ul > li > input[type=checkbox]:checked:before {
    /*background: url(../images/chkbox_blank.png) !important;*/
    background: url(../images/docProperties_16.png) 0 0 no-repeat;
}

ul > li > input[type=checkbox]:before {
    background: url(../images/chkbox_checked.png) !important;
    background-repeat: no-repeat;
}

.top_down_arrow_pos {
    margin-right: 16px;
    margin-bottom: 8px;
}




#sidebar-wrapper ul > li > label {
    font-weight: normal !important;
    font-size: 12pt !important;
    white-space: nowrap !important;
    width: 192px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 20px !important;
    margin-bottom: -3px;
}

.dropdown_scroll_style {
    max-height: 368px;
    overflow-y: auto !important;
}


.navbar-collapse.collapse {
    width: 35px;
}

#dvSearchResults {
    /*margin-top:-34px;2222222222222222222222222222222222222222222222222222222222222222222222*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    text-shadow: 0 -1px 0 #32537f !important;
    height: 36px;
    background-color: #32537f !important;
    color: #ffffff !important;
}

table.ui-datepicker-calendar td a.ui-state-highlight {
    text-shadow: none !important;
    border-left-width: 0 !important;
    border-top-width: 0;
    font-weight: bold !important;
    background: none !important;
    border: none !important;
    font-weight: bold !important;
    color: #32537f !important;
    font-size: 14px !important;
}

.fa.srch_icon_flipped {
    margin-right: .3em;
    background-color: #477399;
    border-radius: 5px;
    padding: 5px 6px 5px 6px;
    color: white !important;
    font-size: 26px !important;
    float: left;
    -moz-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    filter: FlipH !important;
    -ms-filter: "FlipH" !important;
}


.mandate_start_pos {
    position: absolute;
    top: 9px;
    color: red;
    padding-left: 8px;
}

.dropdown_tooltip_pos {
    position: absolute;
    top: 9px;
    padding-left: 8px;
}

.unique_tooltip_pos {
    position: absolute;
    top: 8px;
    padding-left: 8px;
    right: 11px;
}

.unique_tooltip_pos_2 {
    position: absolute;
    top: 8px;
    padding-left: 8px;
    right: 38px;
}

.shoppng_cart_dtls_2 {
    width: 90px;
    float: right;
    margin-right: 0 !important;
}


.simp_srch_dd_wid {
    width: 245px !important;
}


.srch_tb_wid {
    width: 352px !important;
}


.three_in_a_line_tb {
    width: 175px !important;
}


.calender_box_wid {
    width: 140px !important;
}

.mandate_start_pos_shop {
    position: absolute;
    top: 9px;
    color: red;
    right: -14px;
    padding-left: 8px;
}

/*Calendar Date*/
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px 8px;
    border: 1px solid #ccc;
    background-color: #f3f3f3 !important;
    font-family: "Arial" !important;
}

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
    cursor: pointer;
    border: none;
}


.datetimepicker table tr td span {
    margin: 0px !important;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(198, 198, 198, 0.33) !important;
    height: 45px !important;
    line-height: 46px !important;
}


.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197') !important;
    background-image: -moz-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: -ms-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197)) !important;
    background-image: -webkit-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: -o-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: linear-gradient(top,#91b4cc,#457197) !important;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    font-size: 11pt !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #ffffff !important;
}


.datetimepicker table tr td span.month.active, .datetimepicker table tr td span.year.active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197') !important;
    background-image: -moz-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: -ms-linear-gradient(top,#91b4cc,#457197);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197)) !important;
    background-image: -webkit-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: -o-linear-gradient(top,#91b4cc,#457197) !important;
    background-image: linear-gradient(top,#91b4cc,#457197) !important;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    font-size: 11pt !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #ffffff !important;
}

.shopng_crt_star {
    color: red;
    position: relative;
    left: 250px;
    top: -19px;
}

.tooltip_shp_crt {
    position: relative;
    left: 241px;
    top: -21px;
    background-color: #ffffff;
    border-radius: 7px;
    width: 14px;
    height: 14px;
}

.no_dots {
    list-style-type: none !important;
}

.t_tip_pos {
    margin-left: -20px;
    margin-top: 9px !important;
    float: left;
    position: absolute;
}

.label_style {
    margin-bottom: 13px !important;
    font-family: Arial;
    font-weight: lighter !important;
}


.rad_style {
    margin-left: 13px !important;
}

.instruct_lbl {
    margin-left: 55px;
}

.order_Sum_labl {
    margin-left: 41px;
}

.nn_padding {
    padding-top: 0px !important;
}

.line_margin {
    margin-left: 41px;
    width: 90% !important;
}

.pagination > li > a {
    line-height: 2 !important;
}

.myboxborder {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: #ffffff !important;
    height: 592px !important;
}

input[type=radio]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked:before {
}


/* images */
/*input[type=radio]:before {
    background: url('../images/radio.png');
}

input[type=radio]:checked:before {
    background: url('../images/radioChecked.png');
}*/


.shopng_crt_star_ckt {
    color: red;
    position: relative;
    left: -8px;
    top: 11px;
}

.t_tip_pos_ckt {
    left: -13px;
    margin-top: 8px !important;
    float: left;
    position: absolute;
}

.mybgcolor_SC {
    background-color: #e8e8e8 !important;
}

/*temp fix should make dynamic height*/
.abcdefg {
    min-height: 433px !important;
    height: 435px !important;
}


/*placeholder styling*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12pt !important;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 12pt !important;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 12pt !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12pt !important;
}

/*specific

    input[type="email"].classname::-webkit-input-placeholder {
  color: orange;
}

*/


.link_underline {
    text-decoration: none !important;
}

    .link_underline:hover {
        text-decoration: underline !important;
    }

.bold_txt {
    font-weight: bold !important;
}





.gd_style {
    margin-bottom: -25px !important;
}

.brkword {
    white-space: nowrap !important;
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
}




.hereandthere {
    position: absolute;
    left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thereandhere {
    position: absolute;
    left: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.hangover {
    display: none;
}

.hangon {
    color: #333;
    display: block;
    width: 181px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    float: left;
    margin-left: -94px;
    font-size: 14pt !important;
    margin-top: 23px;
    font-weight: bold !important;
    margin-top: 47px;
    line-height: 20px;
    padding-top: 8px;
}

.nav_arr_btns {
    padding: 2px !important;
    border: none !important;
    margin-right: 5px;
    background-color: transparent !important;
    font-size: 18px !important;
}

    .nav_arr_btns.btn-default:hover {
        background-color: transparent !important;
        border-color: none !important;
    }

#ddlDocsPerPage.btn-select .btn-select-value {
    font-weight: bold !important;
}


/*refine Texts ......*/
.reduced_text {
    display: inline-block;
    max-width: 102px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    min-width: 10px;
    padding-bottom: 2px;
}

.nav_arr_btns.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.bs_srch_doc_dd {
    width: 242px !important;
}

.bs_srch_doc_TB {
    width: 350px !important;
}


.changed_icon_color {
    color: #ff0000 !important;
}




.table-fixed thead {
    width: 100%;
}

.table-fixed tbody {
    height: 430px;
    overflow: auto !important;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    /*display: block;*/
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        border-radius: 0px !important;
    }

li.first a.inactive {
    background: url(../images/pgNavFirst_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

li.previous a.inactive {
    background: url(../images/pgNavPrev_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}

li.next a.inactive {
    background: url(../images/pgNavNext_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}

li.last a.inactive {
    background: url(../images/pgNavLast_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}



table.scroll {
    width: 100%; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

    table.scroll tbody,
    table.scroll thead tr {
        display: block;
    }

    table.scroll tbody {
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(66vh - 37px) !important;
    }

        table.scroll tbody td,
        table.scroll thead th {
            width: 150px;
        }

            table.scroll thead th:last-child {
                width:; /* 140px + 16px scrollbar width */
            }

thead tr th {
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}


.shopped_items .btn-select {
    margin-bottom: 0px !important;
}



/* This is to remove text-shadow for ie */

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-select.btn-select-light .btn-select-value {
        text-shadow: 0px 0px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
    }

    .search_btn {
        text-shadow: 0px 0px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
    }

    .grey_button, .blue_button {
        text-shadow: 0px 0px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
    }

    .resp-tabs-list li {
        text-shadow: 0px 0px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
    }
}


.pdf_height {
    /* height: 200px;
    overflow: auto;
    height: calc(54vh - 6px) !important; */
}

.hr_adjust {
}

.btn-info {
    background-color: #c1c5c9 !important;
    border-radius: 4px !important;
}

.btn-select.btn-select-light .btn-select-value {
    height: 25px !important;
    width: 100%;
}




.table_fix_EP {
    width: 100%;
    overflow-y: auto !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: calc(59vh - 7px);
    /*border: 1px solid #d9d9d9 !important;*/
}

.No_padding_EP {
    padding-right: 0px !important;
}

.tooltip {
    z-index: 100 !important;
}

.names_height {
    /*height: calc(58vh - 12px) !important; */
    overflow-x: auto;
}


img {
    border: 0;
}



a img {
    border: none !important;
}


.txtbox_rt_gap {
    margin-right: 1%;
}

.input-group {
    margin-right: 0.65% !important;
}


#dvSearchResults {
    padding: 0px 8px 0px 13px !important;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 6px !important;
        margin-bottom: 0;
        text-align: right;
    }
}


table.samepadding td {
    padding: 6px !important;
}

table.samepadding th {
    padding: 6px !important;
}

.same_wid {
    width: 97.8% !important;
}


.NewHeader th:nth-child(5) {
    border-right: none !important;
    padding: 6px;
}

.NewHeader th:nth-child(6) {
    border-right: none !important;
    padding: 6px;
}


/* pure css table header correction new styles added 2/12/2016 */

table.scroll4 {
    width: 100%;
    min-width: 600px;
    overflow: scroll;
    border-collapse: collapse !important;
    min-width: 1000px !important;
    font-size: 12pt !important;
    border-spacing: 0 !important;
}

    table.scroll4 th,
    table.scroll4 td,
    table.scroll4 tr,
    table.scroll4 thead,
    table.scroll4 tbody {
        /*display: block;*/
        text-align: left;
    }

        table.scroll4 thead tr {
            /* fallback */
            width: 97%;
            /* minus scroll bar width */
            width: -webkit-calc(100% - 16px);
            width: -moz-calc(100% - 16px);
            width: calc(100% - 16px);
        }



    table.scroll4 th {
        background-color: #e9e9e9;
        color: #555;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
        text-align: left;
        /*background-image: -moz-linear-gradient(top,#f3f3f3,#e9e9e9);
        background-image: -ms-linear-gradient(top,#f3f3f3,#e9e9e9);
        background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
        background-image: -webkit-linear-gradient(top,#f3f3f3,#e9e9e9);
        background-image: -o-linear-gradient(top,#f3f3f3,#e9e9e9);
        background-image: linear-gradient(top,#f3f3f3,#e9e9e9);*/
        border-bottom: 1px solid #8f8f8f;
        padding: 6px !important;
        font-family: Arial !important;
        font-size: 12pt;
        vertical-align: middle !important;
        line-height: 21px;
        border-top: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: 40px !important;
        border-bottom: 1px solid #333;
    }




    table.scroll4 tr:after {
        /*content: ' ';*/
        display: block;
        visibility: hidden;
        clear: both;
    }

    table.scroll4 tbody {
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: auto;
    }

        table.scroll4 tbody td,
        table.scroll4 thead th {
            /*float: left;*/
            white-space: nowrap;
            padding: 6px;
            min-width: 150px;
        }

    table.scroll4 thead tr th {
        /*text-align: left;*/
    }

.table_fix_2 {
    width: 100%;
    height: calc(66vh - 7px);
}



.scroll4 td {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-collapse: collapse;
    min-height: 10px;
}



table.scroll4 th:nth-child(1),
table.scroll4 td:nth-child(1) {
    min-width: 108px;
    width: 16%;
}

table.scroll4 th:nth-child(2),
table.scroll4 td:nth-child(2) {
    min-width: 79px;
    width: 14%;
}

table.scroll4 th:nth-child(3),
table.scroll4 td:nth-child(3) {
    min-width: 169px;
    width: 35%;
}

table.scroll4 th:nth-child(4),
table.scroll4 td:nth-child(4) {
    min-width: 169px;
    width: 25%;
}


table.colum_adj th:nth-child(4),
table.colum_adj td:nth-child(4) {
    min-width: 169px;
    width: 30%;
}


table.scroll4 th:nth-child(5),
table.scroll4 td:nth-child(5) {
    min-width: 20px;
    width: 5%;
}

table.scroll4 th:nth-child(6),
table.scroll4 td:nth-child(6) {
    min-width: 20px;
    width: 5%;
}




table.scroll4 tr td .info_icon {
    background: url(../images/docProperties_16.png) 0 0 no-repeat;
}

table.scroll4 tr.highlight .info_icon {
    background: url(../images/docProperties_white_16.png) 0 0 no-repeat;
    color: #0000ff !important;
}

table.scroll4 tr td .my_icon_color:before {
    font: normal normal normal 20px/1 FontAwesome !important;
    content: "\f07a";
    color: #749bb8 !important;
    text-shadow: 2px 1px 1px #ccc;
}

table.scroll4 tr.highlight .my_icon_color:before {
    content: "\f07a";
    color: #ffffff !important;
    font: normal normal normal 20px/1 FontAwesome !important;
    text-shadow: 2px 1px 1px #000;
}


.scroll4 tr:nth-child(even) {
    background: #dae5f4;
}


table.scroll4.table-bordered > tbody > tr > td {
    border: none;
}

table.scroll4.table-bordered > thead > tr > th {
    /*border: 1px solid #c0c4c8 ;*/
}

table.scroll4 tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

table.scroll4 tr:nth-child(even) td {
    background-color: #ffffff;
}

table.scroll4 tbody tr.highlight td {
    background-color: #467197;
    color: #fff;
}

table.scroll4 tbody td div {
    /* to target div content for the grid*/
}


.outerTable_wrap {
    width: 100%;
    overflow: auto;
    float: left;
    border: 1px solid #ddd;
    height: 73.7vh;
}




.xyz {
    min-height: calc(78vh - 12px) !important;
}


.xyz_expv {
    min-height: calc(59vh - 12px) !important;
}




.fit_to_width {
    width: 100% !important;
    height: auto !important;
}

.adjust_to_width {
    width: auto !important;
    height: auto !important;
}


.tablethClass {
    width: 30% !important;
}


.tabletdClass {
    width: 30% !important;
}

.same_line {
    display: inline-block;
    clear: both;
}

.mrg_top_refine {
    margin-top: -3px !important;
}

table.tab_grid_content tr:nth-child(odd) td {
    background-color: #fbfbfb;
}

table. tab_grid_content tr:nth-child(even) td {
    background-color: #ffffff;
}

.viewimage_icon {
    background: url(../images/View.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.nbr_rt {
    text-align: right !important;
}



table.tab_grid_content th {
    background-color: #e9e9e9;
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -ms-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -o-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: linear-gradient(top,#f3f3f3,#e9e9e9);
    border-bottom: 1px solid #8f8f8f !important;
    padding: 6px !important;
    font-family: Arial !important;
    font-size: 12pt;
    vertical-align: middle !important;
    line-height: 21px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 40px !important;
}

table.tab_grid_content td {
    padding: 6px !important;
}

table.tab_grid_content tbody tr.highlight td {
    background-color: #467197;
    color: #fff;
}


table.tab_grid_content tr td .viewimage_icon {
    background: url(../images/View.png) 0 0 no-repeat;
}

table.tab_grid_content tr.highlight .viewimage_icon {
    background: url(../images/View_white.png) 0 0 no-repeat;
    color: #0000ff !important;
}



/**/

table.tab_grid_content th,
table.tab_grid_content td,
table.tab_grid_content tr,
table.tab_grid_content thead,
table.tab_grid_content tbody {
    display: block;
    text-align: left;
}

    table.tab_grid_content thead tr {
        /* fallback */
        width: 97%;
        /* minus scroll bar width */
        width: -webkit-calc(100% - 16px);
        width: -moz-calc(100% - 16px);
        width: calc(100% - 16px);
    }



    table.tab_grid_content tr:after {
        /*content: ' ';*/
        display: block;
        visibility: hidden;
        clear: both;
        border: 1px solid orange;
    }

table.tab_grid_content tbody {
    overflow-y: auto;
    overflow-x: auto;
    height: calc(52vh - 3px) !important;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
}

    table.tab_grid_content tbody td,
    table.tab_grid_content thead th {
        float: left;
        white-space: nowrap;
        padding: 6px;
        min-width: 150px;
        min-height: 30px;
    }

table.tab_grid_content thead th {
    height: 50px !important;
}


table.tab_grid_content th:nth-child(1),
table.tab_grid_content td:nth-child(1) {
    min-width: 50px;
    width: 6%;
}

table.tab_grid_content th:nth-child(2),
table.tab_grid_content td:nth-child(2) {
    min-width: 20px;
    width: 19%;
}

table.tab_grid_content th:nth-child(3),
table.tab_grid_content td:nth-child(3) {
    min-width: 20px;
    width: 11%;
}

table.tab_grid_content th:nth-child(4),
table.tab_grid_content td:nth-child(4) {
    min-width: 50px;
    width: 39%;
}

table.tab_grid_content th:nth-child(5),
table.tab_grid_content td:nth-child(5) {
    min-width: 50px;
    width: 21%;
}



/*styling for navigation penal 70000 records fix under testing 
#sidebar-wrapper0000{margin-top: 11px !important;}
#dvSearchResults0000{  margin-top: 11px !important;}*/
.pagination_position {
    margin-bottom: 0px !important;
}

#dvSearchResults {
    margin-top: 0px !important;
}

.search_summary_crit {
    margin-bottom: 6px !important;
}

#wrapper {
    margin-top: -78px !important;
}

#sidebar-wrapper {
    margin-top: 0px !important;
}

#dvSearchResults {
    margin-top: 0px !important;
}

.sr_docs {
    padding-left: 15px !important;
}


.arrow_btns {
    margin-top: -85px;
    margin-right: 3px;
    margin-bottom: 6px;
}


.sr_pgnos {
    z-index: 8 !important;
}


.pgnos_nopadding {
    padding-right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pgnos_withpadding {
    padding-right: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.expanded_images_view .pdf_height {
    /* height: 200px;*/
    overflow: auto;
    /* height: calc(65vh - 6px) !important;*/
}

.ShoppingCopies_lbl {
    position: relative;
    top: -27px;
    right: -70px;
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.resp-tab-active {
    margin-bottom: 0px !important;
}

.tenmbottom {
    margin-bottom: 10px;
}

.tenmtop {
    margin-top: 10px;
}

/*Added for Cook County starts*/

.srch_details {
    margin-top: 30px;
}

#footer {
    position: relative;
    display: block;
    width: 100%;
}

.docinfo_tab {
    font-size: 11pt;
    color: #7391ae;
    font-weight: bold !important;
}

.docinfo_block {
    font-size: 14pt;
    color: #7391ae;
    font-weight: bold !important;
    margin-left: 10px;
}

.docinfo_column {
    font-size: 12pt;
    color: #7391ae;
    font-weight: bold !important;
}

.docinfo_field {
    font-size: 12pt;
    color: #333;
    font-weight: bold !important;
}

.docinfo_fieldvalue {
    font-size: 12pt;
    color: #333;
}

.content_panel_expprive {
    float: left;
    width: 50%;
}

.bg_gray_style_docinfo {
    background-color: #f3f3f3 !important;
    border: 1px solid #dddddd;
    height: calc(120vh - 7px);
}

.help-block {
    color: red;
    margin-bottom: 5px;
    margin-left: 5px;
}

.approval {
    background: url(../images/register.png) 0 0 no-repeat;
}

.checkout_icon {
    background: url(../images/checkout.png) 0 0 no-repeat;
}

.wallet_icon {
    background: url(../images/title_viewShoppingCart_40.png) 0 0 no-repeat;
}

.form-group.mandatory .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 5px;
    top: 8px;
}

.grm-modal-header {
    border-bottom: none;
    position: relative;
    margin-left: 20px;
}

    .grm-modal-header .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.grm-modal input[type=radio] {
    top: 3px;
    padding-right: 15px;
}

.grm-modal button.close {
    min-width: 10px;
}

.grm-modal div.modal-header {
    padding: 20px 15px 10px 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.grm-modal h4.modal-title {
    font-size: 18px;
    margin-left: 20px;
}

.grm-modal .modal-input {
    display: block;
    height: 30px !important;
}

.grm-modal .modal-footer {
    padding: 15px 15px 5px 15px;
}

.grm-modal p {
    font-size: 16px;
    padding: 0% 0%;
}

.grm-modal .modal-dialog {
    width: 550px;
}

.grm-modal input[type=radio] {
    bottom: 4px;
}

.grm-modal label {
    padding-top: 7px !important;
}


.grm-modal .form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

.grm-modal .btn {
    min-width: 0px;
}

.grm-modal .btn-datepicker {
    height: 30px !important;
}

.grm-modal .p-datepicker {
    margin: 0px;
}

.grm-modal .subscrption-type {
    margin-bottom: 20px;
}

.grm-modal .modal-body-content {
    margin-bottom: 10px;
    padding-left: 35px;
}

.grm-modal .modal-body .row {
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    border-top: 0px;
}

.agency-approval .form-group > div {
    padding-left: 5px;
}

/*.grm-modal .modal-body{
    padding-right: 0px;
    padding-left: 0px;
}*/


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
    display: none !important;
}

/*profile setup page styles -starts*/
.profile-setup input[type=radio] {
    bottom: 13px;
}

.profile-setup .register_as {
    padding-right: 25px;
    padding-bottom: 10px;
}

.view-order p.date-field {
    padding: 0px;
    margin-bottom: 5px;
}

.view-order button.date-button {
    min-width: 50px;
    height: 30px;
}

.view-order input.txtOrderNumber {
    margin-bottom: 5px;
}

.view-order-form {
    margin-bottom: 30px;
}

.date-popup button {
    min-width: 0px;
}

html, body {
    margin: 0;
    height: 100%;
}

#x_box_outer {
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-flow: column;
}

    #x_box_outer .header {
        flex: 0 0 auto;
    }

    #x_box_outer .content {
        flex: 1 1 auto;
    }

    #x_box_outer .app-footer {
        flex: 0 0 50px;
    }


/*Pagination number overided with original starts*/
/* .pagination>li>a */
/* { */
/* padding: 4px 10px !important; */
/* } */

ul.pagination {
    margin-top: 5px;
    margin-bottom: 0px;
}
/*Pagination number overided with original ends*/

/*payment Iframe starts*/
.initial-progress-iframe {
    background: url(../images/loader.gif) center center no-repeat;
}
/*payment Iframe ends*/



/*table Style*/

.grm-table {
    width: 100%;
}

    .grm-table th {
        background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
        color: #555;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
        text-align: left;
        padding: 6px !important;
        font-family: Arial !important;
        font-size: 12pt;
        vertical-align: middle !important;
        line-height: 21px;
        height: 40px !important;
        border-bottom: 1px solid #333;
        padding-left: 10px;
    }


    .grm-table > tfoot > tr > td {
        text-align: center;
    }

    .grm-table td {
        height: 33px;
        text-align: left;
        padding: 6px;
        padding-left: 10px;
    }

.sortable {
    cursor: pointer;
}

    .sortable:after {
        content: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==);
        padding-left: 1em;
    }

.st-sort-ascent:after {
    content: '\25B2';
}

.st-sort-descent:after {
    content: '\25BC';
}

div.confirmation-pop-up td {
    border-top: 0px !important;
}

.outerTable_wrap_docinfo {
    width: 100%;
    overflow: auto;
    float: left;
    border-top: none;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #f3f3f3 !important;
    height: calc(120vh - 7px);
}

tr.docinfo_tr > td:last-child {
    border: 1px solid #ccc !important;
}


.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

body {
    padding-right: 0 !important;
}
/*Added for Cook County Ends*/
/*Added for Cook County Starts*/
h1.title {
    font-size: 18pt !important;
    line-height: 1;
    color: #7391ae;
    height: 45px;
    line-height: 40px;
    text-indent: 52px;
    font-weight: bold;
    margin-top: 10px;
}

.register {
    background: url(../images/register.png) 0 0 no-repeat;
}

.approval {
    background: url(../images/register.png) 0 0 no-repeat;
}

.emailActivation {
    background: url(../images/emailActivation.png) 0 0 no-repeat;
}

.login_icon {
    background: url(../images/loginLock.png) 0 0 no-repeat;
}

.newUserProfileSetup_icon {
    background: url(../images/newUserProfileSetup.png) 0 0 no-repeat;
}

.viewOrder {
    background: url(../images/orderList.png) 0 0 no-repeat;
}

.forgotPassword_icon {
    background: url(../images/forgotPassword.png) 0 0 no-repeat;
}

.checkout_icon {
    background: url(../images/checkout.png) 0 0 no-repeat;
}

.wallet_icon {
    background: url(../images/title_viewShoppingCart_40.png) 0 0 no-repeat;
}

.page-header {
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
}

.grm-table th {
    background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    padding: 6px !important;
    font-family: Arial !important;
    font-size: 9pt;
    vertical-align: middle !important;
    line-height: 21px;
    height: 32px !important;
    border-bottom: 1px solid #333;
    padding-left: 10px;
}

.grm-table td {
    font-size: 9pt;
    height: 32px !important;
}

.grm-table .pagination > li > a, .grm-table .pagination > li > span {
    padding-top: 6px !important;
    padding-right: 12px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
}

.grm-table tr.highlight .shoppingcart_icon {
    background: url(../images/cart_white_16.png) 0 0 no-repeat;
}

.grm-table tr.highlight .info_icon:first-child {
    background: url(../images/docProperties_white_16.png) 0 0 no-repeat;
}

/*Added for Cook County Ends*/
.text-align-name-field {
    word-break: break-all !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all !important;
    -ms-word-wrap: break-word !important;
    white-space: normal !important;
}

.delivery_options_type {
    margin-left: 20px;
    margin-bottom: 15px;
}

.delivery_options_row_space {
    margin-bottom: 15px;
}

.mar-bot-15 {
    margin-bottom: 15px;
}

.mar-top-15 {
    margin-top: 15px;
}

@media (min-width: 1400px) {

    .name-search .modal-lg {
        width: 1308px;
    }
}

.pad_lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* Style buttons */
.ebsbtn {
    background-color: transparent;
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */
    .ebsbtn:hover {
        background-color: transparent;
    }

.name-search {
    opacity: 1 !important;
    background-color: #dee2e659;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

table.grm-table thead th {
    background-color: #ddd !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.text-align-left {
    text-align: left !important;
}

.padd-all-0 {
    padding: 0 !important;
}

#entryBookSearch .panel {
    min-height: 500px;
}


.modal-dialog {
    margin-top: 50px !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}
/*Search New*/

.modal-dialog {
    margin-top: 10% !important;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 1px !important;
}

a {
    cursor: pointer !important;
}

div.description {
    word-wrap: break-word;
}

.btn_small {
    min-width: 70px !important;
}

#searchIcon {
    min-width: 18px !important;
}

.invalid {
    border: 1px solid red;
}

.errormsg {
    font-size: 9px;
    color: red;
}

.namesearcherror {
    text-align: right;
    font-size: 12px;
    color: red;
}


.name-search .modal-dialog,
.name-search .modal-content {
    /* 80% of window height */
    height: 80%;
}

.name-search .modal-body {
    /* 100% = dialog height, 150px = header + footer */
    height: calc(100% - 140px);
    overflow-y: scroll;
}

.btn_modal_close {
    min-width: 10px !important;
}

.column_break_word {
    width: 50%;
}

.column_word_break,
.column_break_word {
    word-break: break-all !important;
}

.w_10_pct {
    width: 10% !important;
}
.w_8_pct {
    width: 8% !important;
}

.w_40_pct {
    width: 40% !important;
}

.scroll_bottom {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #7391ae;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    height: 48.5px !important;
    min-width: 30px !important;
    font-size: 42px;
}

