article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

.left {
  float: left;
}

.right {
  float: right;
}


.wrapper {
  width: 100%;
  overflow: hidden;
}

.inner_copy,
.inner_copy a {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}

html {
  overflow-y: scroll
    /*allways vertical scrollbars*/
}

@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,300italic);

@font-face {
  font-family: 'rays';
  src: url('../font/7rays.ttf') format('truetype');
  font-weight: normal;
}

p.customfont {
  font-family: 'rays';
}

body {
  background: #fff;
  border: 0;
  color: #555555;
  /*black;*/
  background: url("../images/bg.png") repeat scroll 0 0 #E5E5E5;
  font-family: 'Roboto', sans-serif !important;
  /* GillSansMTStd-Light,Sans-Serif; */
  font-size: 16px !important;
  /*font-weight:lighter;*/
  line-height: 1.45em;
  font-weight: normal;
  max-width: 990px;
  min-width: 285px;
  margin: 0 auto !important;
}

.body-margin {
  margin: 10px auto;
  padding-top: 5px;
  width: 100%;
  background-color: #320852;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*background: url(../images/top_rounded.gif) top center no-repeat;*/
}

/* ----------------------- definition of app style ----------------------*/
body.app {
  max-width: none;
}

.body-margin.app {
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mainpage.app {
  max-width: none;
}

/* --------------------- end definition of app style ---------------------*/

.mainpage {
  margin: 0 auto;
  max-width: 990px;
  position: relative;
  background-color: #320852;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

strong {
  font-weight: normal;
  color: #000000;
}

.mainbackground {
  background-color: white;
}

.headerbackground {
  background-color: #320852;
  color: white;
}

.main {
  margin: 0 auto;
  position: relative;
}

a,
a#captcha_button {
  color: #570e8f !important;
  text-decoration: underline;
  outline: none;
}

a.hidden,
a#captcha_button.hidden {
  visibility: hidden;
}

a:active,
a.link1:active,
a#captcha_button:active {
  color: white !important;
  background-color: #999;
}

p a,
li a {
  text-decoration: underline;
}

a.btn:hover,
a.btn:active,
a.btn:focus,
p a.btn,
li a.btn {
  text-decoration: none;
}

p a:hover,
li a:hover,
a.link1:hover,
a#captcha_button:hover {
  color: #000 !important;
}

p a.btn:hover,
li a.btn:hover,
.form .btn:hover,
.btn-alertify:hover {
  color: white !important;
  text-decoration: none;
}

.tablist strong {
  width: 90px;
  float: left;
}

.tablist .margin-top {
  margin-top: 20px;
}

.tablist .margin-bottom {
  margin-bottom: 20px;
}

.tablistitem {
  float: left;
}

.tablistitem .contact {
  width: 250px;
}

.tablistitem .account {
  width: 300px;
}

/* optimization for portrait floating */
.portrait {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .portrait {
    text-align: right;
  }
}

@media screen and (max-width: 592px) {
  .portrait {
    text-align: left;
  }
}

b,
strong {
  font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
  color: #8e8e8e;
  margin: 0 !important;
}

h1 {
  font-weight: 300 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}

h1 .link1,
h2 .link1,
h3 .link1 {
  text-decoration: none !important;
  color: #570e8f !important;
}

h1 {
  font-size: 40px !important;
}

h2 {
  font-size: 26px !important;
}

h1,
h2 {
  padding: 29px 0 21px 0;
  line-height: 24px;
}

h3 {
  font-size: 24px;
  padding-bottom: 13px;
  padding-top: 14px;
  margin: 0 !important;
}

h2 span {
  display: block;
  margin-top: -0px;
}

h3.top {
  padding-bottom: 23px;
  padding-top: 29px;
}

h3.col {
  font-size: 20px;
  padding: 12px 5px 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background-color: #320852;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}

.maincolbackground {
  background-color: #e2e2e2;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/*---------------- bootstrap ---------------*/
.container {
  width: 100% !important;
  max-width: 990px !important;
  padding: 0 !important;
  /*padding:0 5px 0 5px!important;*/
}

.col-margin-top {
  margin-top: 30px !important;
}

@media screen and (max-width: 992px) {

  /* remove distance from top */
  .body-margin {
    margin: 0 !important;
    padding-top: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  /* remove distance from bottom. Really! Is coming from bootstrap! */
  p {
    margin: 0px !important;
  }

  #footer {
    margin-bottom: 0px !important;
  }

  /* remove rounded border */
  .mainpage {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  /* remove padding from 2-layer bootstrap cols */
  div.col-sm-6 div.col-sm-12 {
    padding: 0 !important;
  }

  .portrait {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .col-margin-top {
    margin-top: 0 !important;
  }
}

.jumbotron {
  margin-bottom: 0 !important;
  background-color: transparent !important;
}

/* date and time form fields */
.ct-form-control {
  min-width: unset !important;
}

.col-xs-12.chart {
  background-color: white;
}

.nochartpadding {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.nopadding {
  padding: 0px !important;
}

.fileupload-buttonbar .col-sm-7 {
  padding-left: 0px !important;
}

.chart {
  padding: 9px;

}

/* .chart {
	max-width:100%;
	max-height: 100vh;
	height: auto;
	width:auto;
	padding: 9px;
} */

.noborderradius {
  border-radius: 0px !important;
}

/*---------------- end bootstrap ---------------*/

.center {
  width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;

  text-align: center;
}

img.book {
  padding: 1px;
  border: 3px solid #999;
  background-color: #333;
}

img.book:active {
  border: 3px solid #666;
  background-color: white;
}

img.center {
  display: flex;
  display: block;
  margin: 0 auto;
}

#booknav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  width: 100%;
}

.hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*---------------- topper ---------------*/
.topper.close-end {
  margin-bottom: -15px;
}

.topper .bottom-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-top: 5px;
}

.topper .col-md-4,
.topper .col-md-6,
.topper .col-md-8 {
  padding-bottom: 55px;
}

.topper.no-bottom-btn .col-md-4,
.topper.no-bottom-btn .col-md-6,
.topper.no-bottom-btn .col-md-8 {
  padding-bottom: 20px;
}

.topper .col-md-4.no-bottom-btn,
.topper .col-md-6.no-bottom-btn,
.topper .col-md-8 .no-bottom-btn {
  padding-bottom: 0px;
}

.topper .col-md-4:hover,
.topper .col-md-6:hover,
.topper .col-md-8:hover {
  background-color: white;
}

.topper .col-md-4:hover h3.col,
.topper .col-md-6:hover h3.col,
.topper .col-md-8:hover h3.col {
  background-color: #570e8f;
}

.topper h3.col {
  background-color: #320852;
  margin: 0px -15px 10px -15px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.topper div a div h3.inner,
.topper a:hover,
.topper a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}

.topper div a div h3.inner:active {
  color: #570e8f;
  text-decoration: underline;
  text-decoration-color: #570e8f;
  outline: none;
}

.topper a .text {
  color: #333;
  text-decoration: none;
}

.topper a.link1 {
  color: #570e8f;
  text-decoration: underline;
  text-decoration-color: #570e8f;
  outline: none;
}

.topper a.link1:hover {
  color: #333 !important;
  text-decoration-color: #333;
}

.topper a.link1:active {
  text-decoration-color: white;
  color: white !important;
}

.topper.vertical-devider {
  height: 1px;
  background-color: #999;
}

@media screen and (min-width: 680px) {
  .topper {
    background-color: #efefef;
    display: flex;
    /* make all toppers the same height */
  }

  .topper .col-md-4,
  .topper .col-sm-4,
  .topper .col-md-6,
  .topper .col-sm-6,
  .topper .col-md-8,
  .topper .col-sm-8 {
    border-left: 1px solid #999;
    vertical-align: top;
  }

  .topper .col-md-4:first-of-type,
  .topper .col-md-6:first-of-type,
  .topper .col-md-8:first-of-type {
    border-left: none;
  }
}

@media screen and (max-width: 679px) {

  .topper .col-md-4,
  .topper .col-md-6,
  .topper .col-md-8 {
    background-color: #efefef;
  }
}

/*---------------- end topper ---------------*/

/*---------------- navbar ---------------*/
.navbar-default {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  margin: 0 0px 0 20px !important;
}

.navbar-collapse {
  padding-right: 5px !important;
}

.navbar-brand {
  display: block;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: white !important;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.navbar-default .navbar-nav>li>a {
  color: white !important;
}

.navbar-default .pull-right.navbar-nav>li:last-child>a {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.navbar-default .navbar-nav a {
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
  color: #bba7bc !important;
  background-color: transparent !important;
}

.navbar-nav a:active,
.navbar-brand:active {
  color: #320852 !important;
}

.navbar-brand:hover {
  background-color: #bba7bc !important;
}

.navbar-default .navbar-nav a:focus,
.navbar-default .navbar-nav a:hover {
  color: white !important;
  background-color: #bba7bc !important;
}

.container-fluid {
  padding: 0 !important;
}

.dropdown-menu {
  color: white !important;
  background-color: #320852 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: white !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
  color: #bba7bc !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  color: white !important;
  background-color: #bba7bc !important;
}

@media screen and (max-width: 992px) {

  .navbar-brand,
  .navbar-default .pull-right.navbar-nav>li:last-child>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-default {
    margin-right: 20px !important;
  }

  /* if menu collapsed > all entries left */
  .pull-right.nav.navbar-nav {
    float: none !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white !important;
  }

  .divider {
    display: none !important;
  }
}

/*---------------- end navbar ---------------*/

/*---------------- bootstrap carousel ---------------*/
.carousel.slide {
  margin: 0;
}

.carousel-indicators {
  bottom: 10px !important;
}

.carousel-caption {
  left: 15% !important;
  right: 15% !important;
  bottom: 10px !important;
  background-color: #333 !important;
  opacity: 0.6;
  padding: 0 20px 10px !important;
  text-align: center !important;
}

.carousel-caption p {
  padding: 0px 0 10px;
  font-size: 18px;
  color: #ccc !important;
}

.carousel-caption h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  font-size: 28px;
  padding: 0 !important;
  margin: 10px 0 !important;
}

@media screen and (max-width: 992px) {
  .carousel-caption {
    padding: 0 20px 20px !important;
  }
}

@media screen and (max-width: 600px) {
  .carousel-caption p {
    display: none;
  }

  .carousel-caption h3 {
    font-size: 28px !important;
    font-size: 4.0vw !important;
  }
}

@media screen and (max-width: 350px) {
  .carousel {
    display: none !important;
  }

  #content_top {
    display: none !important;
  }
}

/*---------------- end bootstrap carousel ---------------*/


/*---------------- select 2 elements general ---------------*/
#hidden~input,
.select2-container a,
.select2-container .select2-chosen,
.select2-container .select2-offscreen,
.form-group.select2 input:last-child {
  font: 14px Roboto, sans-serif;
  color: #555 !important;
  height: 34px;
}

.form-group.select2 input:last-child {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-top: 2px;
  padding-left: 16px !important;
}

.form-group.select2 input[disabled]:last-child {
  background-color: #eee;
}

#hidden~input,
.select2-container .select2-chosen,
.select2-container .select2-offscreen {
  padding-left: 16px !important;
}

#hidden~input {
  padding-top: 2px;
}

/* the hidden input field*/
/*---------------- end of select 2 elements general ---------------*/

/*---------------- special select 2 element place ---------------*/
place-result {
  width: 100%;
}

/* place table*/
/*.place {width: 50%;}*/
.place-info {
  opacity: 0.5;
  font-size: 85%;
}

.place-name {
  width: 100%
}

.place-name,
.place-land,
.place-region,
.place-lat,
.place-long,
.place-id {
  display: inline-block;
}

.place-lat,
.place-long {
  font-size: 80%;
  width: 100%;
}

.place-land,
.place-region {
  width: 30%;
}

.place-id {
  width: 10%;
}

/*---------------- select 2 end ---------------*/

/*---------------- bootstrap form ---------------*/
.form-group {
  margin-bottom: 0 !important;
}

.form-group .control-label {
  margin-top: 10px !important;
}

.form-group:first-of-type .control-label {
  margin-top: 0px !important;
}

.checkbox input[type=checkbox] {
  margin-top: -2px;
  margin-left: -28px !important;
  opacity: 1.0;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox label {
  font-weight: 700 !important;
  padding: 15px 0px 4px 35px !important;
  margin-left: -5px;
  margin-bottom: 0px !important;
  max-width: calc(100% - 15px);
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border-radius: .25em;
  width: 1.4em;
  height: 1.4em;

  margin-right: 10px;
  margin-left: -30px;
  margin-top: -2px;
  color: #222;
  background-color: white;
}

.checkbox .cr:hover {
  cursor: pointer;
}

.checkbox input[disabled]+.cr:hover,
.checkbox input[disabled]+label:hover {
  cursor: not-allowed;
}

.grid-view .checkbox {
  margin: 0px;
}

.grid-view .checkbox .cr {
  margin: 0px;
}

.checkbox .cr {
  border: 1px solid #999;
}

.checkbox .cr>.cr-icon {
  padding-left: 2px;
  padding-top: 1px;
}

.grid-view .checkbox .cr>.cr-icon {
  padding-left: 0px;
}

.search-form .checkbox label {
  margin-top: -4px !important;
  padding: 0px 0px 5px 35px !important;
}

input[type="checkbox"][disabled="disabled"] {
  display: none !important;
}

input[type="checkbox"]+.cr>.cr-icon,
input[type="checkbox"]+a>.cr>.cr-icon {
  opacity: 0;
  transition: all .3s ease-in;
}

input[type="checkbox"]:checked+.cr>.cr-icon,
input[type="checkbox"]:checked+a>.cr>.cr-icon {
  opacity: 1;
}

input[type="checkbox"]:disabled+.cr,
input[type="checkbox"]:disabled+a>.cr {
  opacity: .5;
}

input[type="checkbox"] .unchecked:before,
input[type="checkbox"]+a .unchecked:before {
  content: "\e013";
}

input[type="checkbox"]:focus+.cr {
  border-color: #bbb !important;
  outline: none !important;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .075), 0 0 6px #320852 !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .075), 0 0 6px #320852 !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.radio,
.checkbox {
  margin-top: 10px;
  margin-bottom: 0px;
}




.form .btn-default,
.btn-link,
.btn-alertify {
  color: white !important;
  background-color: #320852 !important;
  border: 3px solid transparent !important;
}

.form .btn-default:active,
.btn-link:active,
.form .btn-default:hover,
.btn-link:hover,
.btn-alertify:hover {
  background-color: #570e8f !important;
}

.form .btn-default:active,
.btn-link:active,
.btn-alertify:active {
  border: 3px solid #a68abb !important;
}

.form .btn-default,
.btn-alertify {
  margin-top: 20px !important;
}

.btn-link {
  border-radius: 4px !important;
}

.captcha {
  margin-top: 0px;
  padding-top: 0px;
}

.captcha a {
  padding-left: 10px;
  margin-top: 5px;
  float: right;
}

#captcha {
  float: left;
  width: 140px;
  height: 56px;
  border: 0px;
  margin-top: 5px;
  margin-right: 10px;
}

.colincol {
  overflow: auto;
}

.colincol.left {
  padding-left: 0px !important;
}

.colincol.right {
  padding-right: 0px !important;
}

/*.colincol.well {padding: 0px!important;}*/
.colincol.well h3 {
  margin: 10px auto 20px !important;
}

/*---------------- end bootstrap form ---------------*/

/*---------------- bootstrap administration ---------------*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: white !important;
  background-color: #320852 !important;
  border-color: #333 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
  border-radius: 0 !important;
  color: white !important;
  text-decoration: none !important;
}

.nav-tabs>li>a>span {
  font-size: 16px;
  line-height: 1.42857143;
}

@media screen and (max-width: 767px) {
  .nav-tabs>li>a {
    font-size: 0;
  }

  .nav.nav-tabs>li>a {
    padding: 6px 10px !important;
  }

  .nav-tabs>li:first-of-type>a {
    font-size: 16px;
  }
}

/*---------------- end bootstrap administration ---------------*/

.AWAD_title {
  display: none;
  font-size: 1pt;
  color: silver;
  font-weight: bold;
}

.AWAD_quotation {
  text-decoration: none;
}

.AWAD_byline {
  font-size: 9pt;
  float: right;
  line-height: 35px;
}


h3.colwide {
  background: url(../images/top.jpg) left no-repeat;
  /*box2wide.jpg*/
  font-size: 20px;
  padding: 4px 20px 1px;
  margin: 15px 0 19px 0;
  color: #fff;
  line-height: 51px;
  font-weight: 300;
}

.colimg {
  float: left;
  margin: 5px 10px 5px 0px;
  /*height:179px;*/
  width: 110px;
}

.collogo {
  float: left;
  margin: 5px 10px 5px 0px;
  width: 125px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

img.logo {
  padding: 1px;
  border: 3px solid #999;
  background-color: #333;
}

img.logo:active {
  border: 3px solid #666;
  background-color: white;
}

p {
  padding-bottom: 14px;
}

p.left {
  text-align: left;
}

#header {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  /*-20px*/
  padding-bottom: 22px;
}

#logo {
  display: block;
  background: url(../images/logo.png) no-repeat;
  width: 192px;
  height: 58px;
  text-indent: -5000px;
}

.text1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  padding: 27px 0 15px 0;
}

.text1 span {
  display: block;
  margin-top: -7px;
}


#header p {
  color: #9688a7;
  padding-bottom: 17px;
}

#header .link1 {
  text-decoration: none;
}

#header .link1:hover {
  text-decoration: underline;
}

#content_top {
  width: 100%;
  overflow: hidden;
  padding-top: 4px;
  /* TODO: to delete*/
}

#content {
  max-width: 100%;
  /*overflow: hidden;*/
  padding-bottom: 15px;
}

img.floatLeft {
  float: left;
  margin: 4px;
}

img.floatRight {
  float: right;
  margin: 4px 0;
}

.pad_left1 {
  padding-left: 19px;
}

.pad_bot1 {
  padding-bottom: 20px;
}

.pad_bot2 {
  padding-bottom: 10px;
}

.pad_bot4 {
  padding-bottom: 8px;
}

.pad_bot17 {
  padding-bottom: 17px;
}

.pad_bot3 {
  padding-bottom: 0px;
}

.pad {
  padding: 5px 10px;
}

.marg_right1 {
  margin-right: 25px;
}

.marg_top {
  margin-top: -15px;
}

.link1 {
  color: #570e8f !important;
  padding-right: 0px;
  display: inline-block;
  /*background: url(../images/marker_1.gif) right 7px no-repeat;*/
}

.link_button {
  color: white;
  font-size: 16px;
  margin-top: 6px;
  padding-top: 14px;
  display: inline-block;
  height: 37px;
  width: 224px;
  text-align: center;
  background: url(../images/box2.jpg) top left no-repeat;
}

.link_button {
  text-decoration: underline;
}

.link_button:hover {
  text-decoration: none;
}

.list1 {
  padding: 6px 0 6px 0;
}

.list1 li {
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  background: url(../images/line_ver1.gif) 56px 0 repeat-y;
}

.list1 .box1 {
  background: url(../images/box1.jpg) 0 0 no-repeat;
  float: left;
  font: 20px Verdana, Arial, Helvetica, sans-serif;
  color: #f2f2f2;
  font-weight: bold;
  line-height: 38px;
  width: 41px;
  text-align: center;
  margin-right: 35px;
  margin-top: 5px;
}

.list2 {
  margin: 0px 0;
}

.list2 li {
  /*line-height: 18px;*/
  line-height: 1.5;
  padding-left: 28px;
  padding-top: 3px;
  padding-bottom: 4px;
  background: url(../images/marker_2.gif) 0 5px no-repeat;
}

.list3 li {
  line-height: 22px;
}

.list3 li a {
  padding-left: 10px;
  background: url(../images/marker_3.gif) 0 5px no-repeat;
}

.arrow {
  display: inline-block;
  background: url(../images/marker_1.gif) 0 7px no-repeat;
  height: 19px;
  width: 6px;
  margin-left: 6px;
}

.colortop {
  color: #fff;
}

.color1 {
  color: #555555;
}


#footer_menu ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 10px 0 10px 0 !important;
}

#footer_menu li {
  display: inline;
  padding-right: 4px;
  background: url(../images/footer_line.gif) right center no-repeat;
  margin-right: 0px;
  overflow: hidden;
  /*line-height: 29px;*/
}

#footer_menu li.last {
  background: none;
}

#footer_menu .bg_none {
  background: none;
  padding: 0;
  margin: 0;
}

#footer_menu li a {
  display: inline-block;
  font-size: 14px;
  color: white !important;
  padding: 0 6px;
  /*line-height: 29px;*/
}

#footer {
  margin: 0;
  padding: 0;
  color: #dfd2e7;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 10px;
  /*background: url(../images/bot_rounded.gif) bottom no-repeat; /*#38294a;*/
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer .footerlink {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
}

.footerlink p {
  /*margin: 0 0 10px 0;*/
  padding-bottom: 10px;
  line-height: normal;
  white-space: nowrap;
  text-indent: inherit;
  color: #dfd2e7;
}

.footerlink a,
.footerlink a:hover {
  color: white !important;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline !important;
  background-color: transparent;
}

.footerlink a:hover {
  color: #dfd2e7;
  background-color: transparent;
  text-decoration: none;
}

.footerlink .lf {
  float: left;
}

.footerlink .rf {
  float: right;
}

.margin-top-20 {
  margin-top: -20px;
}

.margin-top-10 {
  margin-top: -10px;
}

.margin-top0 {
  margin-top: 0px;
}

.margin-top5 {
  margin-top: 5px;
}

.margin-top7 {
  margin-top: 7px;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top35 {
  margin-top: 35px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top60 {
  margin-top: 60px;
}

.margin-bottom0 {
  margin-bottom: 0px;
}

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

.margin-left0 {
  margin-left: 0px;
}

.margin-left5 {
  margin-left: 5px;
}

.margin-left10 {
  margin-left: 10px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-right0 {
  margin-right: 0px;
}

.margin-right5 {
  margin-right: 5px;
}

.margin-right10 {
  margin-right: 10px;
}

.margin-right15 {
  margin-right: 15px;
}

.margin-right20 {
  margin-right: 20px;
}

.padding-top0 {
  padding-top: 0px;
}

.padding-top5 {
  padding-top: 5px;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top30 {
  padding-top: 30px;
}

.padding-top40 {
  padding-top: 40px;
}

.padding-top50 {
  padding-top: 50px;
}

.padding-top60 {
  padding-top: 60px;
}

.padding-bottom0 {
  padding-bottom: 0px;
}

.padding-bottom1 {
  padding-bottom: 1px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom15 {
  padding-bottom: 15px;
}

.padding-bottom20 {
  padding-bottom: 20px;
}

.padding-bottom30 {
  padding-bottom: 30px;
}

.padding-bottom40 {
  padding-bottom: 40px;
}

.padding-bottom50 {
  padding-bottom: 50px;
}

.padding-bottom60 {
  padding-bottom: 60px;
}

.padding-left0 {
  padding-left: 0px;
}

.padding-left5 {
  padding-left: 5px;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left15 {
  padding-left: 15px;
}

.padding-left20 {
  padding-left: 20px;
}

.padding-right0 {
  padding-right: 0px !important;
}

.padding-right5 {
  padding-right: 5px;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right15 {
  padding-right: 15px;
}

.padding-right20 {
  padding-right: 20px;
}


/* Import */
.loading {
  background-color: #fff;
  background-image: url('../images/ajax-loader-big.gif');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 20000;
}

.loading * {
  opacity: .7;
}

/* used for too long columns in grid view */
.breakword {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.truncate {
  /* width:20%; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.indented {
  padding-left: 5%;
  font-size: 85%;
  word-wrap: normal;
  word-break: break-word;
  white-space: normal;
}

/* for using button on small devices*/
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  z-index: 1;
}

div.alertify .ajs-footer {
  margin-left: -8px !important;
  margin-right: -8px !important;
  padding-bottom: 14px;
}

h3.alertify-header {
  padding: 0px;
}

.alertify .ajs-commands button.ajs-close {
  transform: scale(2);
  margin-top: 10px;
}

.alertify .ajs-dialog {
  color: #333;
  background-color: white !important;
}

div.ajs-header {
  color: white;
  background-color: #320852 !important;
}

.alertify .ajs-footer {
  background-color: white !important;
}

.alertify .ajs-dimmer,
.modal-backdrop.in {
  background-color: #252525 !important;
  opacity: .5 !important;
}

.ajs-content input[type=checkbox] {
  margin-left: -30px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.ajs-content label.checkbox,
.ajs-content label.radio {
  padding-left: 40px;
}

.ajs-content .checkbox {
  margin-top: 0px;
}