@font-face {
font-family: 'Nazanin';
src: url('fonts/nazanin.woff') format('woff');
}

@font-face {
font-family: 'Yekan';
src: url('fonts/Yekan.woff') format('woff');
}

@font-face {
font-family: 'Roya';
src: url('fonts/Roya.woff') format('woff');
}

@font-face {
font-family: 'Nassim';
src: url('fonts/nassim-regular.woff') format('woff');
}

@font-face {
font-family: 'NassimBold';
src: url('fonts/nassim-bold.woff') format('woff');
}

@font-face {
font-family: 'Koodak';
src: url('fonts/BKoodakBold.woff') format('woff');
}

@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidNaskh-Regular.eot);
  src: url(fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidNaskh-Regular.woff2) format('woff2'),
       url(fonts/DroidNaskh-Regular.woff) format('woff'),
       url(fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidNaskh-Bold.eot);
  src: url(fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidNaskh-Bold.woff2) format('woff2'),
       url(fonts/DroidNaskh-Bold.woff) format('woff'),
       url(fonts/DroidNaskh-Bold.ttf) format('truetype');
}

html, body { height:100%; }

.body
{
    margin-top:70px;
    padding-bottom:180px;
    min-height:100%;
}

.body.less-top-margin
{
    margin-top:37px;
}

/******************************************/

.navbar-default {
	background-color: #fff;
	border-color: #c34d19;
}

.navbar-default .navbar-brand {
	color: #000;f37021;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #000;
	background-color: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #c34d19;
}

.navbar-default .navbar-toggle {
	border-color: #c34d19;
}

.navbar-default .navbar-toggle {
	border-color: #c34d19;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #f37021;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #c34d19;
}

.navbar-default .navbar-nav > li > a {
	color: #000;f37021;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #c34d19;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #c34d19;
	color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;f37021;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #c34d19;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #c34d19;
}



.shrink .navbar-nav > li > a {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

.shrink .navbar-brand img, .shrink .navbar-brand i { height:20px; }

.shrink .navbar-brand i { font-size:1.3em; }

.shrink .navbar-brand {
	padding: 7px 15px;
	height:35px;
}

.navbar.shrink {
  min-height: 35px;
}

.navbar, .navbar-nav > li > a, .navbar-brand img, .navbar-brand i, .navbar-brand {
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}


/******************************************/

/* Signup , AddNew Structure */
form.signup div.alert#user-info
{
    padding-right:0;
    
    padding-left:0;
}


form.signup label, form.addnew label, form.browse label, form.change-password label, form.new-slide label,
form.post label, form.contact label, form.edit-profile label
{
    font-family:Yekan, ubuntu;
    
    font-weight:normal;
    
    font-size:1.2em;
    
    cursor:pointer;
}

form.signup select, form.addnew select, form.browse select, form.edit-profile select
{
    font-family:koodak;

    font-size:1.2em;
    
    height:auto;
}

form.signup input, form.addnew input[type="text"], form.addnew textarea, form.edit-profile input
{
    font-family:Koodak, Arial;

    font-size:1.3em;
    
    height:auto;
}

form.signup input.ltr, form.edit-profile input.ltr
{
    font-family:ubuntu;
}

form.addnew input[type="file"]
{
    padding-top:10px;
}

/*********/


/* Signin */

.sign-in {
  position: relative;
  margin: 50px auto;
  min-width: 280px;
  max-width:100%;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.sign-in:before, .sign-in:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 10px;
  background: inherit;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 4px;
}
.sign-in:after {
  bottom: 3px;
  border-color: #dcdcdc;
}

.sign-in-title {
  margin: -25px -25px 25px;
  padding: 15px 25px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 300;
  color: #aaa;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #f7f7f7;
}
.sign-in-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #c4e17f;
  border-radius: 5px 5px 0 0;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.sign-in input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:left;
  direction:ltr;
}

.sign-in-input {
  width: 100%;
  height: 50px !important;
  margin-bottom: 25px !important;
  padding: 0 15px 2px !important;
  font-size: 17px !important;
  background: white !important;
  border: 2px solid #ebebeb !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 -2px #ebebeb !important;
  box-shadow: inset 0 -2px #ebebeb !important;
}
.sign-in-input:focus {
  border-color: #62c2e4 !important;
  outline: none !important;
  -webkit-box-shadow: inset 0 -2px #62c2e4 !important;
  box-shadow: inset 0 -2px #62c2e4 !important;
}
.lt-ie9 .sign-in-input {
  line-height: 48px;
}

.sign-in-button {
  position: relative;
  vertical-align: top;
  width: 100% !important;
  height: 54px;
  padding: 0;
  font-size: 22px;
  color: white !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f0776c;
  border: 0;
  border-bottom: 2px solid #d76b60;
  border-radius: 5px;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0 -2px #d76b60;
  box-shadow: inset 0 -2px #d76b60;
  font-family:Yekan !important;
}
.sign-in-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*********/

.marker-info-win { width:650px; height:500px; }
.marker-info-win.new-marker { width:auto; height:auto; }

table.structure-info, table.structure-info tr, table.structure-info th, table.structure-info td, table.structure-info thead { border:0px !important;}
table.structure-info th::after { content: ":" !important; }
table.structure-info th { font-family: Koodak, yekan,Arial ; font-size:16px; width:110px; text-align:left; }
table.structure-info td { font-family: tahoma; font-size:13px; }
table.structure-info i.fa {font-size:1.4em; line-height:1.2em; }



table i.fa-2x { font-size:1.5em; }



.pins-help { font-family:Yekan; margin-top:10px; }

.pins-help div { margin-bottom:10px; width:20%; float:right; }

.pins-help img
{
    height:20px;
    float:right;
    margin-left:10px;
}


/************/
input.ltr
{
    text-align:left;
    direction:ltr;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
  font-family:Roya;
  text-align:right;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
  font-family:Roya;
  text-align:right;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
  font-family:Roya;
  text-align:right;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
  font-family:Roya;
  text-align:right;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**************/


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-default.btn-outline {
    color: #AEA79F;
}

.btn-primary.btn-outline {
    color: #DD4814;
}

.btn-success.btn-outline {
    color: #38B44A;
}

.btn-info.btn-outline {
    color: #772953;
}

.btn-warning.btn-outline {
    color: #EFB73E;
}

.btn-danger.btn-outline {
    color: #DF382C;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/********************/

/***** Index page styles *****/

#carousel-index-page .carousel-caption h3
{
    font-family: Nazanin, Ubuntu, Arial;
}

#carousel-index-page .carousel-caption p
{
    font-family:Yekan, Ubuntu, Tahoma;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
	width: 100%;
}

.purposes 
{
    overflow:hidden;
}

.purposes .col-md-12:nth-child(1) h3, .partners .col-md-12:nth-child(1) h3  { color:#fff; }

.purposes .col-md-12:nth-child(1), .purposes .col-md-12:nth-child(2),
.partners .col-md-12:nth-child(1)
{
    background:#656565;
}

.partners .col-md-12:nth-child(2) 
{
    background:#582503;
    padding:10px auto;
}

.purposes .col-md-12:nth-child(2) .container div:nth-child(1)
{
    height:20px;
    border-left:solid 1px #fff;
}

.purposes .col-md-12:nth-child(2) .container div:nth-child(2)
{
    height:20px;
    border-right:solid 1px #fff;
}

.purposes .col-md-12:nth-child(2) .container div:nth-child(4)
{
    height:20px;
    border-right:solid 2px #fff;
    border-top:solid 2px #fff;
    border-left:solid 1px #fff;
}

.purposes .col-md-12:nth-child(2) .container div:nth-child(5)
{
    height:20px;
    border-right:solid 1px #fff;
    border-top:solid 2px #fff;
    border-left:solid 2px #fff;
}

.purposes .col-md-12:nth-child(3) 
{
    background:#582503;
    height:70px;
}

.purposes .col-md-12:nth-child(3) .container div:nth-child(2)
{
    height:20px;
    border-right:solid 2px #656565;
    border-left:solid 1px #656565;
}

.purposes .col-md-12:nth-child(3) .container div:nth-child(3)
{
    height:20px;
    border-right:solid 1px #656565;
    border-left:solid 2px #656565;
}

.purposes .col-md-12:nth-child(4) 
{
    background:#fff;
}

.purposes .purpose 
{
    text-align:center;
    position:relative;
    padding-top:70px;
}

.purposes .purpose p
{
    font-size:11px;
    text-align:right;
}

.purposes .purpose h4
{
    color:#f37021;
}

.purposes .purpose img
{
    width:100px;
    height:100px;
    position:absolute;
    z-index:100;
    top:-50px;
    left:calc(50% - 50px);
}

@media (max-width: 992px)
{    
    .purposes .purpose
    {
        padding-top:10px;
    }
    
    .purposes .purpose img
    {
        position:static;
    }
}


/*************************************************/
/*************** ACCORDION ******************/

.accordion{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin-bottom:10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.25);
}
.accordion li{
	float:right;
	width:33.3%;
	overflow:hidden;
	height:120px;
	-moz-transition:width 0.2s ease-out;
	-webkit-transition:width 0.2s ease-out;
	-o-transition:width 0.2s ease-out;
	transition:width 0.2s ease-out;
}
.accordion li:first-of-type{
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-o-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.accordion li:last-of-type{
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
.accordion li div{
	padding:10px;
	height:100%;
    text-align:center;
    color:#fff;
}
.accordion li div p
{
    height:100%;
}
.accordion li div img 
{
    height:100%;
	transition float 2s ease-out;
}
.accordion:hover li{
	width:15%;
}
.accordion li:hover{
	width:70%;
}
.accordion li:hover div img
{
    float:right;
}
.accordion li div p.titr
{
    font-family:Nazanin;
    font-size:30px;
    max-width: 180px;
    padding-top:%;
}
.accordion li div p.caption
{
    display:none;
    font-family:Yekan;
    font-size:16px;
    text-align:right;
    max-width:420px;
    float:left;
}
.accordion li:hover div p.caption
{
    display:block;
}



/*************************************************/
.latest-news .head
{
    background:#df6c26;
    color:#fff;
}

.latest-news ul li a:hover
{
    text-decoration:none;
}

.latest-news .mh
{
    min-height:200px;
}


.index-map .head
{
    background:#582503;
    color:#fff;
    border-bottom solid 10px #582503;
}

.head .container h3 { margin-bottom:20px; }

#google_map
{
    border-bottom:solid 40px #582503;
}

.structures-quick-list .head { color:#fff; }


footer 
{
    position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;
}

footer .gray, .structures-quick-list .gray {background:#656565;}
footer .orange, .structures-quick-list .orange {background:#df6c26;}
footer .brown {background:#582503;}

footer .gray, footer .orange, footer .brown {color:#fff;}

@media (min-width:768px) { footer .container { width: 375px; } }

@media (min-width:992px) { footer .container { width: 485px; } }

@media (min-width:1200px) { footer .container { width: 585px; } }

footer .social { padding-top:60px; }

footer .social a {color:#ddd; transition: color 0.5s ease; margin:0 5px;}

footer .social a:hover { color:#fff; }


/**************/

/* Structures List Styles */

.structures-list .glyphicon { margin-right:5px; }
.structures-list .thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position:relative;
}

.structures-list .item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border-top-width:2px;
}
.structures-list .item.list-group-item:nth-of-type(odd DISABLED):hover, .structures-list .item.list-group-item:hover
{
    background: #428bca;
}

.structures-list .item.list-group-item .list-group-image
{
    margin-left: 10px;
}
.structures-list .item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    border:none;
}
.structures-list .item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
    width:65%;
    float:left;
}
.structures-list .item.list-group-item:nth-of-type(odd DISABLED)
{
    background: #eeeeee;
}

.structures-list .item.list-group-item:before, .structures-list .item.list-group-item:after
{
    display: table;
    content: " ";
}

.structures-list .item.list-group-item img.list-group-image
{
    float: right;
    width:33%;
}

.structures-list img.nightpic {display:none;}

.structures-list .item.list-group-item:after
{
    clear: both;
}
.structures-list .list-group-item-text
{
    margin: 0 0 11px;
}

.structures-list .caption p, .structures-list .caption .be-absolute-3, .info-content p
{
    line-height:1.6;
}

.structures-list .caption p b, .structures-list .caption .be-absolute-3 b, .info-content p b
{    
    margin-left:6px;
    font-weight:normal;
}

.structures-list .caption p span, .info-content p span
{
    margin-left:37px;
}

.structures-list .caption p b::after, .structures-list .caption .be-absolute-3 b::after, .info-content p b::after
{
    content:': ';
}

.structures-list p.lead, .info-content p.lead
{
    direction:rtl;
}

.structures-list .changable.col-md-3, .info-content .changable.col-md-3 {padding-left:0;}

.structures-list .changable.col-md-3-d .t {display:none;}
.structures-list .changable.col-md-3 table{display:none;}

.structures-list .changable.col-md-3-d table
{
    float:left;
    width:100%;
}

.structures-list .changable.col-md-3-d td
{
    vertical-align:bottom;
    padding: 3px;
    text-align: left;
}

.structures-list .changable.col-md-3-d td:nth-child(2) { width:30%; }

.structures-list .changable.col-md-3-d .row_
{
    width:70%;
    float:left;
}

.structures-list .changable.col-md-3-d .row_ .col-xs-6
{
    padding-left:3px;
    padding-right:3px;
}

.structures-list .item .thumbnail .be-absolute-1
{
    bottom:-10px;
    left:10px;
    right:10px;
}
.structures-list .item .thumbnail .be-absolute-2
{
    left:10px;
    right:10px;
}
.structures-list .item .thumbnail .be-absolute-2 table td
{
    padding-left:0;
}
.structures-list .item .thumbnail .be-absolute-3
{
    left:10px;
    right:10px;    
}


/**** OLD STYLES ****

.structures-list 
{
    
}


.structures-list .item
{
    border:1px solid #ccc;
    border-top-width:2px;
    margin-bottom:20px;
}


.structures-list .image img
{
    display:block;
    width:100%;
    margin-top:20px;
}

.structures-list .text
{
    font-size:12px;
}

.structures-list .text p b
{    
    margin-left:10px;
    font-weight:normal;
}

.structures-list .text p span
{
    margin-left:50px;
}

.structures-list .text p b::after
{
    content:': ';
}

.structures-list .list-group
{
    margin-top:20px;
    
    margin-bottom:20px;
}

.structures-list .list-group-item:hover
{
    background:#f9f9f9;
}

.structures-list .list-group-item-heading
{
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
}

.structures-list table
{
    display:;
}

.structures-list table 
{
    font-size:12px;
}

.structures-list table th
{
    text-align:left;
}
    
.structures-list nav a:not(.nonumber)
{
    font-family:Roya;
}
    
form.browse
{
    
}

form.browse .form-group
{
    padding-left:20px;
}

form.browse .form-group label
{
    font-size:1em;
}


******* END OF OLD STYLES */

form.browse .slider .tooltip-inner
{
    direction:ltr;
}

form.browse .slider.slider-horizontal
{
    margin-right:10px;
    margin-left:10px;
    width:90px;
}

form.browse .outer-border
{
    border: 1px solid #ccc; 
    padding: 20px; 
    border-radius: 5px
}

form.browse .bottom-border {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/**************/

.popover.tour button
{
    margin:2px 4px;
}
/*
.popover.tour .popover-navigation
{
    direction:ltr;
    text-align:left;
}

.popover.tour .popover-navigation [data-role="end"]
{
    float:left;
}*/

.introjs-helperNumberLayer
{
    width: 30px;
    height: 30px;
}

/************ mulltiselect custom styles ***********/

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
	margin-right: -15px !important;
	margin-left: 0 !important;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 0px 20px 0px 20px !important;
	font-size: 12px !important;
    font-family: tahoma !important;
}   

.multiselect-container.dropdown-menu  a:hover, .multiselect-container.dropdown-menu a:focus ,
.multiselect-container.dropdown-menu > li.active, .multiselect-container.dropdown-menu > li:hover, 
.multiselect-container.dropdown-menu > li:focus, 
.multiselect-container.dropdown-menu > .active > a, 
.multiselect-container.dropdown-menu > .active > a:hover, 
.multiselect-container.dropdown-menu > .active > a:focus {
	color: #000 !important;
	text-decoration: none;
	outline: 0;
	background-color: #fff !important;
}






/***************/

.loading-bar 
{
    text-align:center;
    
    height:19px;
    
    background:url(img/ajax-load.gif) center no-repeat;
    
    display:none;
}



#dark-overlay {
    background:rgba(0,0,0,0.7);
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:9998;
}


/***************/

.nazanin { font-family:Nazanin !important; }

.yekan { font-family:Yekan !important; }

.roya { font-family:Roya !important; }

.nassim { font-family:Nassim !important; }

.nassimb { font-family:NassimBold !important; }

.koodak { font-family:Koodak  !important; }

.droidarabicnaskh { font-family:'Droid Arabic Naskh'; }

.tahoma { font-family:Tahoma !important; }
.tahoma12 {font-family:Tahoma !important; font-size:12px !important; }
.tahoma11 {font-family:Tahoma !important; font-size:11px !important; }
.tahoma10 {font-family:Tahoma !important; font-size:10px !important; }

.bold-weight {font-weight:bold;}
.normal-weight {font-weight:normal;}

.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-14 { font-size:14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-20 { font-size: 20px !important; }
.font-22 { font-size: 22px !important; }
.font-24 { font-size: 24px !important; }
.font-30 { font-size: 30px !important; }


.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }
.mb-6 { margin-bottom:6px; }
.mb-10 { margin-bottom:10px; }
.mb-15 { margin-bottom:15px; }
.mb-20 { margin-bottom:20px; }
.mr-5 {margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}

.h-20 {height:20px;}
.h-50 {height:50px;}
.h-90 {height:90px;}
.h-200 {height:200px;}
.h-140 {height:140px;}
.h-150 {height:150px;}


.displayblock {display:block; }
.width100 {width:100% !important;}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
