/****** SPRITE ******** v2016-05-17 /

/****** BUTTON ********/
.close {
    float: none;
    text-transform: uppercase;
    color: #fff;
    font: bold normal 12px 'LinotypeUniversW02Light', Arial, Tahoma, Verdana, Helvetica, sans-serif;
    opacity: inherit;
    text-shadow: none;
}
.btn {
    padding: 6px 28px 6px 18px;
    position: relative;
    text-transform: uppercase;
    font: bold normal 12px 'LinotypeUniversW02Light', Arial, Tahoma, Verdana, Helvetica, sans-serif;
    border-radius: 8px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    white-space: normal;
}
.btn:before {
    position: absolute;
    width: 94%;
    height: 10px;
    border-top: 1px solid #f4cc98;
    border-radius: 50px;
    border-bottom: none;
    content: ' ';
    top: 0;
    left: 3%;
}
.btn:after {
    position: absolute;
    right: 14px;
    font-family: 'Glyphicons Halflings';
    content: '\e258';
    font-size: 11px;
    font-weight: normal;
}
.btn.btn-back {
    padding: 6px 18px 6px 28px;
}
.btn.btn-back:after {
    left: 14px;
    right: inherit;
    content: '\e257';
}
.btn.btn-no-arrow {
    padding: 6px 10px;
    text-shadow: none;
}
.btn.btn-no-arrow:before {
    content: normal;
    display: none;
}
.btn.btn-no-arrow:after {
    content: normal;
}
.btn-with-icon {
    position: relative;
}
button.disabled,
button.disabled:hover {
    border: none !important;
    box-shadow: none !important;
    border-top: 1px solid #dadbdb !important;
    background: #b1b2b3 !important;
}
/*== ORANGE ==*/
/*regular*/
.btn-info {
    background-color: #ed8707;
    border-color: #cc8210;
    -webkit-box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ed8707 0%, #de3d10 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed8707), color-stop(100%, #de3d10));
    background: -webkit-linear-gradient(top, #ed8707 0%, #de3d10 100%);
    background: -o-linear-gradient(top, #ed8707 0%, #de3d10 100%);
    background: -ms-linear-gradient(top, #ed8707 0%, #de3d10 100%);
    background: linear-gradient(to bottom, #ed8707 0%, #de3d10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8707', endColorstr='#de3d10', GradientType=0);
    /*hover*/
}
.btn-info:hover {
    border-color: #cc8210;
    background-color: #ff7707;
    -webkit-box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7f00), color-stop(100%, #c12906));
    background: -webkit-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -o-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -ms-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: linear-gradient(to bottom, #ea7f00 0%, #c12906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7f00', endColorstr='#c12906', GradientType=0);
}
/*active*/
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    background-color: #ff7707;
    border-color: #cc8210;
    outline-color: #cc8210;
    -webkit-box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 0 #e88a16, 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7f00), color-stop(100%, #c12906));
    background: -webkit-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -o-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -ms-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: linear-gradient(to bottom, #ea7f00 0%, #c12906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7f00', endColorstr='#c12906', GradientType=0);
}
/*== GREAN ==*/
/*regular*/
.btn-success {
    background-color: #5cb85c;
    border-color: #398439;
    -webkit-box-shadow: 0 1px 0 0 #6e8b4f;
    box-shadow: 0 1px 0 0 #6e8b4f;
    background: -moz-linear-gradient(top, #89be1a 0%, #67ab22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89be1a), color-stop(100%, #67ab22));
    background: -webkit-linear-gradient(top, #89be1a 0%, #67ab22 100%);
    background: -o-linear-gradient(top, #89be1a 0%, #67ab22 100%);
    background: -ms-linear-gradient(top, #89be1a 0%, #67ab22 100%);
    background: linear-gradient(to bottom, #89be1a 0%, #67ab22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89be1a', endColorstr='#67ab22', GradientType=0);
    /*hover*/
    /*focus*/
}
.btn-success:before {
    border-top: 1px solid #cce39a;
}
.btn-success:hover {
    background-color: #449d44;
    background: -moz-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87bd03), color-stop(100%, #46790a));
    background: -webkit-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -o-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -ms-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: linear-gradient(to bottom, #87bd03 0%, #46790a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87bd03', endColorstr='#46790a', GradientType=0);
}
.btn-success:focus,
.btn-success.focus {
    background-color: #449d44;
    background: -moz-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87bd03), color-stop(100%, #46790a));
    background: -webkit-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -o-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: -ms-linear-gradient(top, #87bd03 0%, #46790a 100%);
    background: linear-gradient(to bottom, #87bd03 0%, #46790a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87bd03', endColorstr='#46790a', GradientType=0);
    border-color: #255625;
    outline-color: #449d44;
}
/*active*/
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none;
    outline-color: #449d44;
}

/****** BODY ********/
body {
  background: #e0d8ca;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #113c2b;
}
body.mceContentBody {
  background-color: #fff;
  padding: 5px;
}

h1, h2, h3, h4, h5, h6, .show-al-btn {
  font-family: "LinotypeUniversW02Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a {
  color: #009a3d;
  text-decoration: underline;
}

hr {
  border-color: #b2b3b5;
}

#main.container{
  width:100%;
}

header {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.m-0 {
  margin: 0;
}
.c-g {
  color: #009a3d;
}
.hide {
  display: none;
}
.c-w{
  color: #fff;
}
.n-u,
.n-u:hover, 
.n-u:active, 
.n-u:focus, 
.n-u:visited {
  text-decoration: none;
}
a:hover, 
a:active,
a:focus, 
a:visited {
  color: #95c11c;
}

a.disabled,
a.disabled:hover, 
a.disabled:active,
a.disabled:focus, 
a.disabled:visited {
  color: #999999;
}

label input[type="checkbox"] + label span {
  display:inline-block;
  width:19px;
  height:19px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:url(../images/search-bar/checkbox.png) left top no-repeat;
  cursor:pointer;
}
label input[type="checkbox"]:checked + label span {
  background:url(../images/search-bar/checkbox_active.png) left top no-repeat;
}
/*breadcrumbs*/
.bc-container {
  
}
.bc-container > span {
  margin-right: 10px;
  padding: 8px 15px 0;
}
.breadcrumb {
  margin: 0;
  background: transparent;
}
.breadcrumb > li a {
  color: #666;
  text-decoration: none;
  font-size: 11px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\203A";
}
.breadcrumb > .active {
  font-weight: bold;
  font-size: 11px;
}

/****** HEADER ********/
header {
  background: #fff;
}

.page-title{
  padding: 15px;
}

.page-title h1 {
  text-transform: uppercase;
}

.page-title hr {
  border-color: #009a3d;
  border-width: 5px;
}
/*Search*/
.thumbnail-list{
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.list-options {
  margin: 30px 0 10px;
  border-bottom: 1px solid #b2b3b5;
}
.list-options label {
  font-size: 18px;
}
.list-options a {
  color: #009a3d;
  text-decoration: underline;
  padding-left: 10px;
}
.list-options a:before {
  content: "\003e\00a0";
  display:inline-block;
}
.thumbnail-list .resolute .row > div {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.thumbnail-list .resolute .thumbnail {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail-list .resolute .thumbnail img {
  width: 100%;
}

.comments-box {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin-top: 30px;
}

/*view forum*/
.view-forum,
.view-forum-title {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.view-forum {
  padding: 15px;
}

table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #fff;
}
tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/****** MEDIA ********/
/* Mobile devices (mobile, up to 768px) */
@media(max-width:767px){
  .thumbnail-list .resolute .thumbnail > img {
    display: table-cell;
    vertical-align: top;
    width: 140px;
    float: left;
  }
  .thumbnail-list .resolute .thumbnail > .caption {
    display: table-cell;
    vertical-align: top;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  #topCorner {
    display: block;
  }
  #main{
    margin-top: 0px;
  }
  #main > .container-fluid {
    padding-top: 20px;
  }
  #main > .container-fluid .main {
    float: right;
  }
  #main > .container-fluid .side {
    float: left;
  }
  .banner .title p {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #search-form .search .navbar-form .form-group, #search-form .search .navbar-form button.btn.btn-info {
    margin-bottom: 5px;
  }
}

  /* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .banner .title p {
    margin-top: 30px;
  }
  #search-form .search label {
    margin-right: 10px;
  }
  #search-form .search .navbar-form .form-group {
      display: inline-block;
  }
  #search-form .search .dynamic-input-width input {
    height: 29px !important;
  }
  #search-form .search .navbar-form button.btn.btn-info, #search-form .search .navbar-form label{
      width: auto;
  }
  #search-form .search .navbar-form .btn.dropdown-toggle {
      width: 170px !important;
      height: 29px !important;
      font-size: 13px !important;
  }
  #search-form .search .dynamic-input-width {
    position: relative;
    width: calc(100% - 367px);
  }
  #search-form .search.pt-pt .dynamic-input-width {
    position: relative;
    width: calc(100% - 405px);
  }
  #search-form .search.fr .dynamic-input-width {
    position: relative;
    width: calc(100% - 435px);
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #main.container{
    width: 1170px;
  }
  .banner .title p {
    margin-top: 70px;
  }
}

.profile-view .thumbnail-list {
    padding: 15px 0;
    box-shadow: none;
}

a.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:visited {
    color: white;
}

div.tmrc-messages.status, div.tmrc-messages.error, div.tmrc-messages.message, div.tmrc-messages.warning {
    border: 3px solid #ffffff;
    background: #009a3d url(images/xicon_white.png) no-repeat scroll 270px 8px;
}
div.tmrc-messages {
    display: none;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 1102;
    width: 300px;
    top: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 20px;
    border: 3px solid #b1b2b3;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

div.tmrc-messages .closemessages {
    height: 30px;
    position: absolute;
    z-index: 13;
    width: 29px;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

div.tmrc-messages a {
    color: #ffffff;
}

.btn-toggle-group button {
    margin: 5px 0 !important;
}
