@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('material-icons.css');
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/


#theadRow > th > span {
    margin-right: 2em;
    display: block;
}

.hideElement {
    display: none;
}

input.datepicker {
    width: 7em;
}

div.dateControlBlock {
    float: right;
}

#endBlock {
    height: 5ex;
}

.expando {
    display: none;
}

    .expando:target {
        display: block;
    }

.multiselect-container > li > a > label.checkbox {
    /*width: 600px;*/
    white-space: normal;
}

.dropdown-menu {
    width: 600px;
}
/*.btn-group > .btn:first-child
    {
        width: 600px;
    }*/

.likeAbutton {
    background-color: green !important;
    color: lightgrey !important;
    border: none;
    padding: 10px !important;
    font: inherit;
    cursor: pointer;
}

.menubar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.badge {
   -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
h3.text-primary a:hover {
  color: #333333;
}
.mg-add {
  margin-top: 8px;
}
* + .row {
  margin-top: 35px;
}
.row + .row {
  margin-top: 30px;
}
* + .btn {
  margin-top: 0px;
}
* + p {
  margin-top: 38px;
}
h2 + .thumbnail {
  margin-top: 62px;
}
h2 + .block-icon__skin {
  margin-top: 58px;
}
h2 + p {
  margin-top: 52px;
}
.thumbnail + h3,
a.thumb + h3 {
  margin-top: 40px;
}
* + .offs {
  margin-top: 68px;
}
h2 + .blockquote__mod {
  margin-top: 50px;
}
h2 + .index-list {
  margin-top: 58px;
}
h2 + h3 {
  margin-top: 60px;
}
h2 + article {
  margin-top: 58px;
}
.container + article {
  margin-top: 39px;
}
* + .offs2 {
  margin-top: 15px;
}
* + .offs3 {
  margin-top: 70px;
}
.map + .offs {
  margin-top: 95px;
}
.uniqueClassName {
    text-align: center;
}
/*=======================================================
                        Components
=========================================================*/
/*==================        HR     ======================*/
hr {
  border: none;
  height: 1px;
  background: #dfdfdf;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 17px;
}
/*==================  Marked List  ======================*/
.marked-list li h4 {
  position: relative;
  padding-left: 42px;
}
.marked-list li h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: darkgreen;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 44px;
}
/*==================  Marked List2  ======================*/
* + .marked-list-skin {
  margin-top: 34px;
}
.marked-list-skin li {
  position: relative;
  padding-left: 18px;
}
.marked-list-skin li:before {
  content: '\e315';
  position: absolute;
  left: -4px;
  top: -6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  font-family: 'Material Icons';
  color: darkgreen;
}
.marked-list-skin li + li {
  margin-top: 10px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 69px;
}
.index-list li:before {
  position: absolute;
  left: 8px;
  top: -46px;
  content: counter(li, decimal);
  counter-increment: li;
  font-size: 84px;
  color: darkgreen;
  font-family: 'Montserrat', sans-serif;
}
.index-list li * + p {
  margin-top: 39px;
}
.index-list li + li {
  margin-top: 54px;
}
/*==================      Table    ======================*/
/*table {
  background: #fff;
  width: 100%;
 
}
table th {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
table tr td:first-child {*/
  /*color: darkgreen;*/
  /*max-width: 23.84615384615385%;
}
table tr td:last-child {
  max-width: 76.15384615384615%;
}}*/
table tr td,
table tr th {
  padding: 5px  10px 5px 10px;
  border-bottom: 0px solid #ededed;

/*@media (max-width: 767px) {
  table tr td,
  table tr th {
    padding: 14px 10px;
  }
}*/
/*table tr td a:hover,
table tr th a:hover {
  color: #333333;
}*/
/*table tr td{
    text-align:left;
    align-content:initial;
}*/
/*table tr td + td,
table tr th + th {
  border-left: 1px solid #ededed;
}*/
/*table tr:last-child td {
  border-bottom: none;
}*/
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  font-size: 20px;
  color: #dbdbdb;
}
.inline-list li + li {
  margin-left: 15px;
}
.inline-list a:hover {
  color: darkgreen;
}
.inline-list {
    background-color:azure;
}
/*==================   Copyright     ====================*/
.copyright {
  margin-top: 10px;
  margin-bottom: 40px;
}
.copyright a.text-primary:hover {
  color: #333333;
}
/*==================       Icon     ====================*/
.material-icons-domain,
.material-icons-face,
.material-icons-wb_sunny,
.material-icons-school,
.material-icons-vpn_key,
.material-icons-work {
  display: inline-block;
  color: #ffffff;
  font-size: 84px;
}
.material-icons-school,
.material-icons-vpn_key,
.material-icons-work {
  line-height: 50px;
}
.material-icons-local_phone,
.material-icons-location_on {
  position: absolute;
  width: 83px;
  height: 83px;
  line-height: 83px;
  font-size: 34px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  background: darkgreen;
  border-radius: 50%;
}
/*==================      Gallery-wr     ===================*/
.gallery-wr {
  max-width: 100%;
}
@media (max-width: 550px) {
  .gallery-wr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr .thumb:first-child,
.gallery-wr .thumb:nth-child(2),
.gallery-wr .thumb:nth-child(5) {
  max-width: 37.70351328191945%;
}
.gallery-wr .thumb:nth-child(3) {
  max-width: 24.67866323907455%;
}
.gallery-wr .thumb:nth-child(4),
.gallery-wr .thumb:last-child {
  max-width: 18.85175664095973%;
}
.gallery-wr .thumb:nth-child(6) {
  max-width: 24.5929734361611%;
}
.gallery-wr .thumb:nth-child(4) {
  clear: both;
}
.gallery-wr .thumb + .thumb {
  border-left: 1px solid #f8f8f8;
  margin-left: -1px;
}
.gallery-wr .thumb + .thumb:nth-child(n+4) {
  border-top: 1px solid #f8f8f8;
  margin-top: -1px;
}
@media (max-width: 550px) {
  .gallery-wr .thumb {
    float: none;
  }
  .gallery-wr .thumb:nth-child(n) {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-wr .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr__mod .thumb:first-child {
  max-width: 24.67866323907455%;
}
.gallery-wr__mod .thumb:nth-child(2),
.gallery-wr__mod .thumb:nth-child(3),
.gallery-wr__mod .thumb:nth-child(6) {
  max-width: 37.70351328191945%;
}
.gallery-wr__mod .thumb:nth-child(5) {
  max-width: 24.5929734361611%;
}
@media (max-width: 550px) {
  .gallery-wr__mod .thumb {
    float: none;
  }
  .gallery-wr__mod .thumb:nth-child(n) {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-wr__mod .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr__mod .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr__mod2 .thumb:nth-child(-n+3) {
  max-width: 34%;
}
.gallery-wr__mod2 .thumb:nth-child(4),
.gallery-wr__mod2 .thumb:last-child {
  max-width: 26.64952870608398%;
}
.gallery-wr__mod2 .thumb:nth-child(5) {
  max-width: 23.39331619537275%;
}
.gallery-wr__mod2 .thumb:nth-child(6) {
  max-width: 22.53641816623822%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-wr__mod2 .thumb:nth-child(-n+3) {
    display: block;
    max-width: 33%;
    max-height: 237px;
  }
}
@media (max-width: 991px) {
  .gallery-wr__mod2 .thumb:nth-child(2) {
    max-width: 31.8%;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod2 .thumb {
    text-align: center;
  }
  .gallery-wr__mod2 .thumb:nth-child(n) {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
  }
  .gallery-wr__mod2 .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr__mod2 .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
/*==================      Contact     ===================*/
.contact {
  position: relative;
  padding-left: 115px;
  text-align: left;
  display: inline-block;
}
.contact address {
  line-height: 31px;
}
.contact span {
  position: absolute;
  left: 0;
  top: -10px;
}
.contact a[href^="callto:"] {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: darkgreen;
}
.contact a[href^="callto:"]:hover {
  color: #333333;
}
.contact a[href^="callto:"] + p {
  margin-top: 0;
}
/*==================   Article_header     ===============*/
.article_header h3 {
  display: inline-block;
  color: darkgreen;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article_header time {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.article_header time:before {
  content: '\e192';
  color: darkgreen;
  font-size: 24px;
  left: 0;
  top: 0;
  line-height: 24px;
  position: absolute;
  font-family: 'Material Icons';
}
.article_header time + h3 {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .article_header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article_header time + h3 {
    margin-left: 0;
  }
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
}
.block-icon .block_caption {
  margin-top: 4px;
}
.block-icon__skin {
  position: relative;
  padding-left: 100px;
}
.block-icon__skin .icon {
  position: absolute;
  font: 400 84px 'Material Icons';
  display: inline-block;
  width: 70px;
  line-height: 84px;
  text-align: center;
  background: transparent;
  left: 0;
  top: 0;
  color: darkgreen;
}
.block-icon__skin * + p {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .block-icon__skin {
    margin-top: 30px;
  }
}
.block-icon__skin + .block-icon__skin {
  margin-top: 53px;
}
.block-icon__mod .block_caption {
  margin-top: 28px;
}
/*==================   Contact-info   ====================*/
* + .contact-info {
  margin-top: 56px;
}
.contact-info dl {
  margin-top: 30px;
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 20px;
}
.contact-info address {
  line-height: 31px;
}
.contact-info dt + dd {
  margin-top: 3px;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 3px;
}
.contact-info a[href^="mailto:"] {
  color: darkgreen;
}
.contact-info a[href^="mailto:"]:hover {
  color: #333333;
}
@media (max-width: 991px) {
  .contact-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.term-list dd {
  margin-left: 0;
  color: #333333;
}
.term-list * + dt {
  margin-top: 57px;
}
.term-list dt + * {
  margin-top: 40px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 45px;
  color: darkgreen;
}
.term-list a[href^="mailto:"]:hover {
  color: #333333;
}
* + .term-list {
  margin-top: 57px;
}
.term-list + * {
  margin-top: 40px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .inline-list {
  float: right;
  margin-top: 5px;
  margin-left: 52px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #f8f8f8;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 110px;
  padding-bottom: 80px;
}
.page404 h2 {
  font-size: 200px;
  line-height: 105px;
}
.page404 h2 span {
  font-size: 72px;
  line-height: 50px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .page404 h2 {
    font-size: 72px;
    line-height: 80px;
  }
  .page404 h2 span {
    font-size: 50px;
    line-height: 60px;
    display: block;
  }
}
.page404 * + p {
  margin-top: 50px;
}
.page404 .material-icons-lock_outline {
  color: darkgreen;
  font-size: 400px;
  line-height: 172px;
  position: relative;
  top: 80px;
  left: -10px;
}
@media (max-width: 767px) {
  .page404 .material-icons-lock_outline {
    left: auto;
    font-size: 200px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
}
footer .contact:last-child {
  margin-right: 160px;
}
@media (max-width: 1199px) {
  footer .contact:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .pull-right,
  footer .pull-left {
    float: none;
    margin-top: 40px;
  }
}
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: '...';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

.ui-button.ui-state-active:hover {
    border: 1px solid green !important;
    background: darkgreen !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: darkgreen !important;
    font-weight: normal;
    color: #ffffff;
}

td.details-control {
    background: url('images/plus.gif') no-repeat center center;
    cursor: pointer;
}

/*tr.shown td.details-control {
    background: url('images/minus.gif') no-repeat center center;
}*/
tr.details td.details-control {
    background: url('images/minus.gif') no-repeat center center;
}

.filterDetailTable {
    border: 3px;
    border-color: lawngreen;
}

.tdHeader {
    font-weight: bold;
    color: darkgreen;
}



