/**
 * 1.0 Css Reset
 * ----------------------------------------------------------------------------
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	overflow-x: hidden;
	margin: 0;
	background: url('/images/pattern-bg.jpg') repeat;
}

body.ms-backgroundImage  {
	overflow-x: hidden;
	margin: 0;
	background: url('/images/pattern-bg.jpg') repeat;
	overflow-y: scroll;
}

.dv-body-wrapper img {
	max-width: 100%;
	border: none;
}

.img-circular-syll {
	border-radius: 50%;
	width: 130px;
	float: left;
	margin-right: 30px;
 } 

.inner #contentBox {
	margin: 0px;
}
.inner #sideNavBox {
	display:none;
}

.inner #contentRow{
	padding:0px;
}

.inner #s4-bodyContainer{
	padding:0px;
}

.inner .ms-webpartzone-cell{
	margin:0px;
	padding:0px;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #0E76BD;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
html {
    font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}

#dv-main-body h1 {
	font-size: 18px;
	color: #626262;
}

.dv-slider h1 {
	font-size: 60px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

small {
	letter-spacing: 0.1px;
	font-size: 0.85em;
	display: block;
}

p,.dv-description {
	line-height: 18px;
	position: relative;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
}

.dv-element p:last-child {
	margin: 0px !important;
}
.dv-more {
	font-size: 11px;
	color: #0e76bd;
	text-decoration: underline !important;
	display: block;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px
}


/**
 * Round Elements
 * ----------------------------------------------------------------------------
 */

.dv-btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}


/**
 * Body Wrapper
 * ----------------------------------------------------------------------------
 */
#dv-body-wrapper {
	padding: 80px 0px;
	background: url('/images/pattern-bg.jpg') repeat;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.dv-btn {
	padding: 0.55em;
	margin: 10px 0px;
	border: 1px solid;
	display: inline-block;
	-webkit-transition: all 0.2s ease;                  
	-moz-transition: all 0.2s ease;                 
	-o-transition: all 0.2s ease;   
	-ms-transition: all 0.2s ease;          
	transition: all 0.2s ease;
}

.dv-book-online-btn {
	width: 100%;
	text-align: center;
}

.dv-btn:hover {
	background-color: #fff;
	color: #333;
}

.dv-btn:active {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);   
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);
}

.dv-btn-large {
	font-size: 1.5em;
}

.dv-btn-medium {
	font-size: 1.2em;
}

.dv-btn-small {
	font-size: 0.9em;
}

.dv-btn-extrasmall {
	font-size: 0.8em;
}

/*-- Buttons Aligns --*/
.dv-align-left .dv-btn {
	margin-left: 0px;
}

.dv-align-right .dv-btn {
	margin-right: 0px;
}

/**
 * Colors
 * ----------------------------------------------------------------------------
 */
/*-- Green --*/
.dv-green-color {
	background-color: #88a61c;
	border-color: #88a61c;
	color: #fff !important;
}

a.dv-green-color:hover {
	background-color: #60770D;
	border-color: #60770D;
	color: #fff !important;
}

/*-- Orange --*/
.dv-orange-color {
	background-color: #eeb222;
	border-color: #b48100;
	color: #fff;
}

a.dv-orange-color:hover {
	background-color: #d2800e;
	border-color: #885000;
	color: #fff;
}

/*-- Blue --*/
.dv-blue-color {
	background-color: #2279d7;
	border-color: #11549c;
	color: #fff;
}
a.dv-blue-color:hover {
	background-color: #46acee;
	border-color: #2586c3;
	color: #fff;
}

/*-- Red --*/
.dv-red-color {
	background-color: #e6544e;
	border-color: #bb271d;
	color: #fff;
}
a.dv-red-color:hover {
	background-color: #ca2b27;
	border-color: #91120d;
	color: #fff;
}

/*-- Aqua --*/
.dv-aqua-color {
	background-color: #2fceb8;
	border-color: #1fae8a;
	color: #fff;
}
a.dv-aqua-color:hover {
	background-color: #16ab8d;
	border-color: #0e8058;
	color: #fff;
}

/*-- Purple --*/
.dv-purple-color {
	background-color: #9770cd;
	border-color: #8153bf;
	color: #fff;
}
a.dv-purple-color:hover {
	background-color: #6441a8;
	border-color: #502c96;
	color: #fff;
}

/*-- White --*/
.dv-white-color {
	background-color: #f8f7f6;
	border-color: #d0d0d0;
	color: #a09d9d;
}
a.dv-white-color:hover {
	background-color: #eeecea;
	border-color: #aeaeae;
	color: #474747;
}

/*-- Black --*/
.dv-black-color {
	background-color: #434343;
	border-color: #333333;
	color: #fff;
}
a.dv-black-color:hover {
	background-color: #222222;
	border-color: #181818;
	color: #fff;
}

.dv-primary {
	-webkit-transition: background-color 0.2s ease;                  
	-moz-transition: background-color 0.2s ease;                 
	-o-transition: background-color 0.2s ease;   
	-ms-transition: background-color 0.2s ease;          
	transition: background-color 0.2s ease;
}


/**
 * Box Element
 * ----------------------------------------------------------------------------
 */
.dv-light-box {
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	position: relative;
}

.dv-main-title {
	font-weight: bold;
	line-height: 25px;
	padding: 0px 5px;
	color: #626262;
	background: #eaeaea url('/images/title-bg.png')no-repeat top right;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
	padding-right: 20px;
}
.dv-main-title-pressItem {
	font-weight: bold;
	line-height: 25px;
	padding: 0px 5px;
	color: #626262;
	background: #eaeaea url('/images/title-bg.png')no-repeat top right;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
	margin-top:-10px;
}

.dv-page-options .dv-main-title {
	background: #eaeaea;
	color: #2f73b2;
	margin-bottom: 2px;
}
.dv-option-content {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
}

.dv-similar-height-elements {
	display: inline-block;
	width: 100%;
}

.dv-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 8px solid #eaeaea;
}
img.dv-align-left {
	width:30%;
}
/**
 * Header
 * ----------------------------------------------------------------------------
 */
#dv-header .dv-light-box  {
	background: #fff url('/images/header-bg.jpg') no-repeat top right;
	padding: 30px 20px;
}
/**
 * Main Menu
 * ----------------------------------------------------------------------------
 */
.dv-navigation-bar .dv-light-box {
	padding:0px;
	background: none;
}

.dv-menu,
.dv-menu ul.sub-menu {
	z-index: 100;
	padding: 0;
	list-style: none;
}
.dv-menu ul.sub-menu ul.sub-menu {
	display:none;
}

.dv-menu-wrapper {
	display: block;
	padding: 10px 20px 5px 20px;
	background-color: #fff;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.dv-menu {
	vertical-align: middle;
	margin: 0;
	display: inline-block;
}

.dv-menu li {
	position: relative;
	text-align: left;
}

.dv-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #484848;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dv-menu > li {
	display: inline-block;
}

.dv-menu > li.current-menu-item:after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #bdcf6b;
	position: absolute;
	top: 100%;
	left: 0px;
	-webkit-transform: translate(-10px, 0px);
	transform: translate(-10px, 0px);
}

.dv-menu > li.current-menu-item > a,
.dv-menu > li.active  > a {
	color: #88a61c;
}

.dv-menu > li > a {
	padding-right: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}


/* Sub Menu */
.dv-menu li ul {
	min-width: 225px;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	opacity: 0;
	list-style: none;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.dv-menu  li ul ul {
	left: 100%;
	top: 0px;
}


.dv-menu ul li a {
	padding: 8px 15px;
	line-height: 1.6;
	font-size: .9em;
	text-transform: none;
	letter-spacing: 0;
	border-top: 1px solid #dcdcdc;
}
.dv-menu ul li:first-child > a {
	border-top: none;
}
.dv-menu ul li.active > a {
	background-color: #cbde72;
}

.sub-menu .dv-has-childrens:after{
	content: '';
	width: 6px;
	height: 7px;
	background: url('/images/menu-arrows.png') no-repeat -6px 0px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sub-menu .dv-has-childrens.active:after {
	background: url('/images/menu-arrows.png') no-repeat 0px 0px;
}
/* Navigation Widgets */
.dv-language, .dv-language a {
	color: #566a0a !important;
	font-weight: bold;
}

.dv-language:hover {
	color: #0e76bd;
}

.dv-nav-widgets li:first-child:after {
	content: '/';
	margin-left: 5px;
}

.dv-nav-widgets {
	position: absolute;
	top: 8px;
	right: 15px;
}
.dv-nav-widgets ul {
	display: block;
	text-align: right;
}

.dv-nav-widgets li {
	display: inline-block;
	text-align: right;
	line-height: 20px;
}

.dv-search:before {
	content: '|';
	float: left;
	margin: 0px 10px;
	color: #566a0a;
}

.dv-search  input[type='text'] {
	border: 1px solid #DCDCDC;
	padding: 2px 5px;
	font-size: 0.85em;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	float: left;
	width:auto;
}

input[type='text']:focus{
	outline: none;
}

.dv-search  input[type='submit'] {
	border: none;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-left: 7px;
	padding: 0px;
	background: url('/images/search-icon.png') no-repeat;
	float: right;
	cursor: pointer;
}

/* Breadcrumb */
.breadcrumb {
	background-color: rgba(0,0,0,0.15);
	padding: 5px 20px;
}
.breadcrumb li {
	display: inline-block;
	font-size: 11px;
	margin-right: 5px;
	font-weight: bold;
}
.breadcrumb li:before {
	content: '>';
	margin-right: 2px;
	color: #fff;
}

.breadcrumb li:first-child:before {
	content: '';
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	color: #333;
}
/**
 * List
 * ----------------------------------------------------------------------------
 */
.dv-list li {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.dv-list li:last-child {
	border: none;
}

/* bullet list */
.dv-list-bullet li {
	padding-left: 15px;
}
.dv-list-bullet li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: url('/images/bullet.png');
	position: absolute;
	left: 0px;
	top: 0;
	margin-top: 6px;
}

.dv-sitemap li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}

.dv-sitemap li:before {
	content: '-';
	width: 2px;
	height: 2px;
	background: none;
	position: absolute;
	left: 0px;
	top: 0;
	margin-top: 4px;
	color: #88A61C;
}

.dv-item-link {
	margin: 10px 0px;
	font-size: 0.9em;
}
/* Accordion List */
.dv-accordion li .dv-li-title{
	padding-left: 15px;
	margin-left: -15px;
	position: relative;
	cursor: pointer;
}
.dv-accordion li {
	padding-left: 15px;
}

.dv-accordion li .dv-li-title:before {
	content: '+';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 0;
	color: #88A61C;
}

.dv-accordion li .dv-li-title.active:before {
	content: '-';
}

/* image list */
.dv-image-list li {
	padding-left: 70px;
	min-height: 70px;
}
.dv-image-list .dv-image {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 2px solid #bdcf6b;
}
.dv-image-list .dv-image img {
	width: 56px;
	height: 56px;
}

.dv-list a {
	color: #484848;
}

.dv-list a:hover {
	color: #88a61c;
}

.itemlist .dv-item-link a {
	color: #2F73B2;
}

.itemlist .dv-item-link a:hover {
	color: #88A61C;
}

.itemlist.cv  li{
	clear:both;
	margin-bottom: 30px;
}

.itemlist.cv  .dv-cv-photo{
	width: 100px;
	height: 100%;
}

.dv-date  {
	color: #8ec63f !important;
}

.dv-list-title,
.dv-date {
	font-weight: bold;
}

/* Page Option Lidt */
.dv-page-options .dv-list {
	margin-top: -5px;
}

.dv-page-options .dv-list li {
	border-bottom: 0px solid #dcdcdc;
	padding-bottom: 5px;
	margin-top: 5px;
	position: relative;
}

.dv-page-options .dv-list-title{
	font-weight: normal
}

.dv-option-content li a {
	color: #444;
}
.dv-option-content li a:hover {
	color: #88A61C;
}

/* Bio List */
li.dv-bio {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

li:last-child.dv-bio {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}
/**
 * Slider
 * ----------------------------------------------------------------------------
 */
.dv-slider  {
	position: relative;
}

/* Slider Big */
.dv-big-slider.dv-light-box  {
	background-color: rgba(0,0,0,0.15);
	padding: 0px 0px 30px 0px;
}
.dv-big-slider  .flex-direction-nav {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}

.dv-slider .flex-direction-nav li {
	width: 17px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}
.dv-big-slider .flex-direction-nav li a:before {
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/images/slider-direction.png);
}
.dv-big-slider .flex-next:before {
	background-position: -17px 0px;
}

.flex-control-nav {
	float: right;
	margin-right: 10px;
}

.flex-control-nav li {
	float: left;
}
.flex-control-nav li a {
	background: #fff;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 0;
	padding-top: 10px;
	text-align: center;
	cursor: pointer;
	margin-left: 7px;
	margin-top: 10px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.flex-control-nav li .flex-active {
	background: #0e76bd;
}
/* Slider Small */
.dv-small-slider .flex-control-nav {
	display: none;
}
.dv-small-slider .flex-direction-nav {
	position: absolute;
	right: 0px;
	top: 140px;
}
.dv-small-slider .flex-direction-nav li {
	width: 17px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
	margin: 0px 3px;
}

.dv-small-slider .flex-direction-nav li a:before {
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/images/small-slider-direction.png);
}
.dv-small-slider .flex-next:before {
	background-position: -17px 0px;
}
.dv-small-slider {
	background-color: #9d9d9d;
	color: #fff;
}
.dv-small-slider img {
	max-height: 165px;
	-webkit-box-shadow:  0px 5px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow:  0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.dv-small-slider  .dv-slider-caption {
	padding: 10px;
}
/**
 * Carousel
 * ----------------------------------------------------------------------------
 */
.dv-carousel-wrapper.dv-light-box {
	background-color: rgba(0, 0, 0, 0.15);
	padding: 20px 40px;
}

.dv-carousel {
	opacity:0;
}
.dv-carousel-item {
	float:left;
	padding:0px 15px;
	border-right: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.5);
}
.dv-carousel-item:nth-child(6n) {
	border-right: 0px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
	box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
}

.dv-carousel-item img {
	width: 100%;
}

.dv-carousel-inner {
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
	margin: 0 !important;
}
.dv-carousel-inner.active {
	cursor: -moz-grabbing!important;
	cursor: -webkit-grabbing!important;
}
.dv-fullscreen .dv-carousel-item,
.dv-fullscreen .dv-carousel-wrapper,
.dv-carousel .dv-media{
	margin: 0px;
}
.prev,
.next {
	width: 17px;
	height: 76px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -38px;
}
.next {
	left: auto;
	right: 20px;
}
.prev:before,
.next:before {
	content: '';
	width: 17px;
	height: 76px;
	display: block;	
	background: url('/images/carousel-arrow.png') 0 0;
}
.next:before {
	background-position: -17px 0px;
}
.dv-carousel .dv-image {
	padding: 5px;
	width: 60px;
	margin:0px auto 10px auto;
	display: block;
	background-color: #d4d4d4;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.dv-carousel-small .dv-image {
	padding: 0px;
	width: 70px;
	margin:0px auto;
	display: block;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
}

.dv-carousel p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
/*Page Option Carousel */
.dv-page-options .dv-carousel-wrapper {
	margin-bottom: 0px;
}
.dv-page-options .dv-carousel-wrapper.dv-light-box {
	background: none;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0);
}
.dv-page-options .dv-carousel-item {
	border-right: 0px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
	box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
}
/**
 * Drop Down
 * ----------------------------------------------------------------------------
 */
.dv-dropdown {
	width: 85%;
	display: inline-block;
	position: relative;
	background-color: #f4f4f4;
	color: #8fa042;
	border: 1px solid #eaeaea;
	font-weight: bold;
	font-size: 14px;
}
.dv-dropdown-arrow {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 7px;
	margin-left: 5px;
	text-align: center;
	background-color: #F4F4F4;
	border: 1px solid #EAEAEA;
	cursor:pointer;
}

.dv-dropdown ul {
	width: 100%;
	list-style: none;
	max-height: 200px;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 5;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}
.dv-dropdown li,
.dv-dropdown span	{
	line-height: 2;
	display: block;
	padding:0px 20px;
	line-height: 30px;
	-webkit-transform: translateZ(0);
}

.dv-dropdown li {
	border-top: 1px solid #eaeaea;
	cursor:pointer;
}
.dv-dropdown li:hover,
.dv-dropdown li.active {
	background-color: rgba(0,0,0,0.1);
}

.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical {
	display: block !important;
}

.dv-element img {
	display: block;
	max-width: 100%;
}

.dv-cv-info {
	overflow: hidden;
}
.dv-cv-title {
	line-height: 20px;
	padding: 0px 5px;
	background: #EAEAEA;
}
.dv-cv-title  span{
	padding-left:10px;
}
.dv-cv-photo img {
	width: 100%;
}
.dv-cv-description {
	position: relative;
}

.dv-filter-heading {
	font-weight: bold;
	color: #88A61C;
}

#Complaint-Description{
	max-width: 450px;
	resize:both;
	min-height: 200px;
}

.files-list table {
border-collapse: separate;
border-spacing: 0;
border: none;
margin-top: 4px;
}
.files-list table td{padding:0px; vertical-align:middle;}

.files-list table input[type='button']{ 
    background-color: transparent;
    display:inline;
	text-indent: -9999;
	color: transparent; 
	border:none; border-style:none;
	padding:0px;
	cursor:pointer;
    padding: 4px;}
	
.files-list table tr:hover input[type='button']{ 
	background-image: url('/images/delete.gif');
	background-repeat: no-repeat; 
	background-position: center center;
}
	
.files-list table .t0, .files-list table .t1, .files-list table .t2{
	color: #888888; 
	cursor:pointer;
	padding: 0px 8px 0px 8px;}
.files-list table .t0{ width:284px; overflow:hidden; max-width:284px;}
.files-list table .t1{ width:40px;}
.files-list table .t2 input[type="text"]{ width:200px;}
.files-list table tr:hover{
	background-color:#efefef;}
.files-list table{
	border:none;
	padding:0px}
.files-list table .tlast{
	height:38px;
	width: 26px;}
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input{
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  font-size: 100px;
}

.newcomplaint .button {
	display: none; 
	display: inline-block;
	background-color: #ffffff;
	color: #7E8C2D;
	background-image: none;
	border-color: #7E8C2D;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	padding: 2px 4px;
}


header .dv-light-box{
	margin:0px;
}
.dv-login-register{
	padding: 10px 20px;
	text-align: right;
}

.label {
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 16px;
	font-weight: bold;
	color: #666;
}

.viewcomplaint table th {
	background-color: #EFEFEF;
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.field.description {
padding-bottom: 16px;
}

.tenders_headers, .tenders_content {
	float: left;
	width: 100%;
	margin: 0px;
	display:table;
}

.tenders_headers li {
	display: table-cell;
	text-align: center;
	background-color: #F4EDE6;
	color: #878787;
	font-size: 12px;
	line-height: 3.5;
}

.tenders_headers.tenders_headers_4  li{
	width:20%;
}

.tenders_headers.tenders_headers_4  li:first-child{
	width:60%;
}
.tenders_headers.tenders_headers_2  li:first-child{
	width:80%;
}
.tenders_headers.tenders_headers_2  li{
	width:20%;
}

.tenders_content li, .tenders_content li ul  {
	width: 100%;
	display: table;
	margin: 0;
}
.tenders_headers li{
	display:table-cell;
	width: 100%;
}

.tenders_content li ul li:first-child {
	background-color: #FFF;
	border: none;
	width:60%;
}

.tenders_content li ul li {
	display: table-cell;
	width: 20%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.dv-tender-apply-btn a{
	display:none;
}

.dv-fields-content input[type=text]{
	width:auto;
}

.dv-tender-apply {
	float: left;
	margin:2px 10px 0px 16px;
}

.dv-tender-status span {
	float: left;
}
.dv-participate {
padding-left: 50%;
}
.dv-tender-status2 {
	padding-left: 25%;
 }

.newcomplaint h1 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #143474;
}

.itemlist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.itemlist ul li {
	margin: 0px;
}

.itemlist ul .itemview {
	padding-bottom: 8px;
}
.itemview.list {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 4px 8px 4px;
}
.itemview {
	clear: both;
}

.header {
	background-color: #EFEFEF;
	display: inline-block;
	padding: 6px 6px 8px 6px;
}

.header div {
	font-weight: bold;
}

.c-date {
	width: 100px;
	float: left;
}

.c-title {
	float: left;
	width: 496px;
}

#comments{
	max-width: 450px;
}
/*
.ms-formbody{
	width: 450px;
}

.ms-formbody textarea{
	width: 100%;
	
}

.ms-formbody input{
	width: 100%;
}

#map_canvas{
	width: 100%;
}*/

input[type=password], input[type=text], input[type=file],select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox{
	width: 100%;
	resize: none;
	margin:0px;
	padding:6px;
}

input[type=text].filetitle{
	padding:2px 5px;
}

.ui-datepicker{
	z-index:4;
}

.dv-metadata {
	color: #919191;
}

.submitbtn {
	float: left;
}
.erasebtn{
	margin-top:22px;
	padding-bottom:50px;
}
.submitbtn{
	margin-top:20px;
	padding-bottom:50px;
}
.filteritem select{
	margin-bottom: 8px;
}
.erasebtn a {
	background-color: #FFF;
	font-size: 11px;
	cursor: pointer;
	margin-right: 4px;
	display: block;
	width: 140px;
	margin-left: 100px;
	text-align: center;
	padding: 7px 10px;
	border: 1px solid #ABABAB;
	font-size: 11px;
	color: #444;
}

.dv-fields-content input[type=submit] {
	width: 40%;
	display: inline-block;
}

.dv-fields-content {
	padding-bottom: 15px;
	display: block;
}

.dv-fields-content .value{
	margin-bottom:4px;
}

.dv-content .ms-formlabel {
	width: 200px;
	vertical-align: top;
	white-space: pre-wrap;
}
.dv-content .ms-formbody {
	display: block;
	text-align: right;
}

.dv-content .x-buttons{
	
}
input[type=submit]{
	width:auto;
	margin-right:10px;
}

.item-details-1{
	color: #1FB1B1;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 3px;
	display: inline-block;
	line-height: 22px;
}

.item-details-2{
	display: inline-block;
	margin-bottom: 2px;
	font-size: 14px;
	padding: 3px;
	padding-left: 3px;
	line-height: 22px;
}

#first-item{
	margin-top: 35px;
}

.ms-srch-hover-outerContainer{
display:none !important;
}

.ms-srch-sbLarge {
	border-radius: 5px;
	border-width: 4px;
	border-color: rgb(214, 214, 214);
}

.ms-srch-sb-borderFocused{
	border-radius: 5px;
	border-width: 4px;
	border-color: rgb(214, 214, 214);
}

#dv-pass-question{
	font-weight: bold;
}

.dv-password{
	text-align: left;
	margin: 5px;
}

#ui-datepicker-div{
	z-index: 9999 !important;
}


.ms-srch-pagingNext,
.ms-promlink-button-enabled:hover .ms-srch-pagingNext {
	position: absolute;
	left: -110px;
	top: -5px;
	max-width: none !important;
}

.ms-srch-pagingPrev,
.ms-promlink-button-enabled:hover .ms-srch-pagingPrev {
	position: absolute;
	left: -62px;
	top: -79px;
	max-width: none !important;
}


.itemordereditor ul li {
   margin: 0px 8px 8px 0px;
}

.itemordereditor .drag-container {
   background-color: #eee;
}

.itemordereditor .drag-container:after {
   content: '';
   display: block;
   clear: both;
}

.itemordereditor .drag-container>span {
   color: rgba(0,0,0,0.3);
   display: block;
   float: left;
   text-align: center;
   font-size: 3em;
   width: 10%;
}

.itemordereditor .drag-container.itemover {
   background-color: #ccc;
}

.itemordereditor [draggable=true] {
   float: left;
   width: 90%;
   cursor: move;
   opacity: 0.95;
   background-color: rgba(0,0,0,0.1);
   color: rgba(0,0,0,0,0.5);
   font-size: 1.25em;
}

.itemordereditor [draggable=true]:hover {
   opacity: 1;
   background-color: rgba(0,0,0,0.15);
}

.itemordereditor [draggable=true] img {
   max-width: 512px;
   max-height: 128px;
   float: left;
   display: block;
   margin-right: 8px;
}
