/*
 * Style tweaks
 * --------------------------------------------------
 */
html{
  outline: none;
}
body {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 24px;
  padding-top: 20px;
  background-color: #ffffff;
}
body.not-front {
  background: url(../images/SITE_WEB-00_FUNDO_GERAL.jpg) no-repeat fixed center top;
}
body.bg-1641, body.page-facilities-sc {
  background: url(../images/SITE_WEB-04_RCA_Sustainable-Construction.jpg) no-repeat fixed center top;
}
body.bg-1642, body.page-facilities-ecm {
  background: url(../images/SITE_WEB-04_RCA_Ecomaterials.jpg) no-repeat fixed center top;
}
body.bg-1645, body.page-facilities-tpg {
  background: url(../images/SITE_WEB-04_RCA_Territorial-Planning-and-Governance.jpg) no-repeat fixed center top;
}
body.bg-1644, body.page-facilities-tsi {
  background: url(../images/SITE_WEB-04_RCA_Transport-Systems-and-Infrastructures.jpg) no-repeat fixed center top;
}
body.bg-1643, body.page-facilities-wre {
  background: url(../images/SITE_WEB-04_RCA_Water-Resources-and-Environment.jpg) no-repeat fixed center top;
}
body.bg-1662 {
  background: url(../images/SITE_WEB-05_VIDEO.jpg) no-repeat fixed center top;
}
body.page-people, body.section-users{
  background: url(../images/SITE_WEB-013_TEAM.jpg) no-repeat fixed center top;
}
body.section-positions{
  background: url(../images/SITE_WEB-012_POSITIONS.jpg) no-repeat fixed center top;
}
body.node-type-education{
  background: url(../images/SITE_WEB-08_EDUCATION.jpg) no-repeat fixed center top;
}
body.node-type-biblio, body.page-publications{
  background: url(../images/SITE_WEB-11_PUBLICATIONS.jpg) no-repeat fixed center top;
}
body.node-type-bbbevents, body.page-events{
  background: url(../images/SITE_WEB-09_EVENTS.jpg) no-repeat fixed center top;
}
body.node-type-partners, body.page-partners{
  background: url(../images/SITE_WEB-07_PARTNERS.jpg) no-repeat fixed center top;
}
body.node-type-bbbprojects{
  background: url(../images/SITE_WEB-06_PROJECTS.jpg) no-repeat fixed center top;
}

body.node-type-rca .node h1.title, body.node-type-rca .node .content .field-rca-image-page{
  width: 75%;
  left: 25%;
  position: relative;
}

footer {
  padding: 30px 0;
}
img {
  border: 0;
  outline: none;
}
a{
  color: #38b5d9;
}
a, a:hover, a:active, a:focus{
  outline: none;
}
h1, h2, h3, h4{
  color: #38b5d9;
}
h1{
  font-size: 28px;
  line-height: 30px;
}
h2{
  font-size: 20px;
  line-height: 20px;
}
h3, h4{
  font-size: 16px;
  line-height: 16px;
}
.logo{
  padding: 2px 8px 8px 8px;
}
input::-moz-focus-inner {
  border: 0;
}
html.js fieldset.collapsible div.fieldset-wrapper {
  overflow: hidden;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .searchbox{
    width: 100%;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input[class*="form"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[class*="form"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[class*="form"]:-ms-input-placeholder {
  color: #999;
}
input[class*="form"]::-webkit-input-placeholder {
  color: #999;
}

textarea.input[class*="form"] {
  height: auto;
}
select.form-select {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-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;
}
select[multiple],
select[size] {
  height: auto;
}
.repum-compilant{
  display: none;
}

input.form-text{
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 32px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.428571429;
}

html.js input.form-autocomplete{
  background-position: 100% 12px;
}

html.js input.throbbing {
  background-position: 100% -12px; /* LTR */
}

input.form-submit {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#ff4e00 none repeat scroll 0 0;
  border:medium none;
  color:#FFFFFF;
  padding:0.375em 0.625em;
}

input[type="submit"],
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
input[type="submit"]:hover,
.button:hover {
  text-decoration: none;
  position: relative;
  top: 1px;
}
input[type="submit"]:active,
.button:active {
  position: relative;
  top: 2px;
}
table{width:100%}
table thead tr {background-color: #444;}
table thead tr th{padding:8px 4px; color: #F4F4F4; font-weight: normal;}
table thead tr th a:link, table thead tr th a:visited {color:#F4F4F4;font-style: italic;text-decoration: underline;}
table thead tr th a:hover {color:#888;}
table thead tr th.active a {color:#FF6600;}
tr.odd  {background-color: #F4F4F4;}
tr.even{background-color: #FFF;}
td {padding:4px;}
td.active {background-color: #F4F4F4;}
table .radio, table .checkbox {display: table-cell; }

ul.no-li li{
  list-style: none;
}
.progress .filled {
    height: 1.5em;
}
.progress .percentage {
    position: absolute;
    right: 0;
}
.progress .message{
  display: block;
  float: left;
}

.item-list ul li {
  margin: 0;
  padding: 0.75em 1em;
  list-style: none;
}
.item-list .pager {
    clear: both;
    margin: 20px 0;
    padding: 0;
}


.searchbox{background-color: #FFF; border: 1px solid #a4bbc7;margin-right:-4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 1px; float:left}
.searchbox #search { float:left;}
.searchbox #search input.form-text {outline: none; border: none; color: #000;  background:#FFF;  padding: 2px 4px; float: left;  margin: 0; font-size: 16px; line-height: 20px; }
.searchbox #search input.form-submit {
    border: none #2F4B59;
    box-shadow: none;
    color: #333333;
    float: left;
    font-size: 0;
    line-height: 28px;
    margin: 0;
    outline: medium none;
    padding: 15px 12px;
    position: absolute;
    right: 0;
    width: 40px;
    background: none;
  }
#search-theme-form label { display: none; } /* hide search box */

#edit-search-block-form-1-wrapper label{
  display: none;
}

/* publications filter */
dl.multiselect .form-item {
    height: auto;
}
html.js fieldset.collapsed {
height: auto;
}

/* fix for chrome */
#nav-search{
  margin-right: 0;
}
#nav-search .input-group-addon, #nav-search.input-group-btn {
  width: auto;
}


/*fix search form*/
.search-form .form-text{ margin: 0;}


/* system messages*/
.messages {
  padding:14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.messages h4 {
  color: #c09853;
}
.messages .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.messages.status,
.messages.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.messages.status h4,
.messages.success h4 {
  color: #468847;
}
.messages.danger,
.messages.error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.messages.danger h4,
.messages.error h4 {
  color: #b94a48;
}
.messages.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.messages.info h4 {
  color: #3a87ad;
}
div.error {
  padding: 14px;
}
.messages > p,
.messages > ul {
  margin-bottom: 0;
}
.messages p + p {
  margin-top: 5px;
}

/* block-editing link*/
div.block.with-block-editing {
  position: relative;
}

div.block.with-block-editing div.edit {
  display: none;
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 0.75em;
  background-color: #fff;
}

div.block.with-block-editing:hover div.edit {
  display: block;
}

/* events */
#quicktabs-bbbevents {
    margin-top: 3em;
}
.view-events .created {
    float: right;
    position: relative;
    top: -1em;
}
.event-image {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.container-fluid .navbar-collapse.navbar-left {
  padding-left: 0;
}

.row.footer{
  font-size: 12px;
  line-height: 15px;
}

.view-rca .view-content .views-row.col-sm-2{
  margin:0;
  padding: 0;
  width: 117px;
}
.view-rca .view-content img{
  width: 114px;
}
.view-rca .views-row.col-sm-2 span.small{
  padding: 4px;
  display: block;
  line-height: 1.4em;
  padding: 10px 4px 10px 0;
}

.view-rca .view-header .views-row{
  margin-right: 6px;
  margin-bottom: 20px;
}

.view-rca .view-content .views-row.col-sm-2,
.view-rca .view-header .views-row.col-sm-10{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}


.footer h2.pane-title{
  color: #e34e01;
font-size: 12px;
line-height: 15px;

}

#mobile-menu-0.nav > li > a {
  padding: 15px 11px;
}
.sidebars{
  margin-bottom: 30px;
}
.field-field-facilities-images .field-item{
  float: left;
  padding: 3px;
}

/*video page*/
#node-1662 h1.title{
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
  margin-right: 9%;
}
#node-1662 .node-inner{
  text-align: center;
}

.panel-region-separator{
  height: 20px;
}

#mini-panel-block_aboutus .panels-flexible-region-inside-last .panel-region-separator{
  height: 20px;
  border-left: 1px #ccc solid;
}
#mini-panel-block_aboutus .panels-flexible-region-inside-last .panel-pane{
  padding: 0 0 0 12px;
  border-left: 1px #ccc solid;
}
#mini-panel-block_aboutus .view-news{

}
#mini-panel-block_aboutus h2.pane-title{
  margin-top:0;
}
#mini-panel-block_aboutus .pane-node .node-inner{
  padding: 0 8px 0 0;
}
#block-biblio-1 .block-content .list-group .list-group-item > .badge{
  float: none;
}

.view-users-list .view-content{
  display: block;
  clear: both;
  margin: 40px 0;
}
.view-users-list .view-content h3{
  padding: 0 0 10px;
  margin:0;
}

.view-users-list .attachment .view-display-id-attachment_1{
  position: absolute;
  top: 498px;
  left: 135px;
}

.view-users-list ul.quicktabs_tabs{
  display: none;
}

#quicktabs-organigrama ul.quicktabs_tabs{
  display: none;
}

.view-organization .view-content .picture img,
.view-users-list .view-content .picture img,
.view-users-view .view-content .picture img{
  border:1px solid #DDD;
}

.view-organization .view-content .views-row,
.view-users-list .view-content .views-row,
.view-users-view .view-content .views-row{
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-publications-picture img{
  float: right;
  margin: 0 0 10px 10px;
}
.view-organization .view-content .views-row a,
.view-users-list .view-content .views-row a,
.view-users-view .view-content .views-row a{
  font-size: 0.85em;
  line-height: 1.4em;
  display: block;
  width:102px;
}

#quicktabs_container_organigrama, #quicktabs_container_organigrama{
  width: 100%;
}

.view-organization h3,
.view-users-view h3,
.view-users-list h3 {
  display:none;
}

.view-organization .col-sm-2,
.view-users-view .col-sm-2,
.view-users-list .col-sm-2 {
  width: 19%;
}

.view-organization .member.col-sm-2
.view-users-list .member.col-sm-2{
  margin-right: 4px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.view-organization .member.col-sm-2 a,
.view-users-list .member.col-sm-2 a{
  font-size: 0.85em;
  line-height: 1.4em;
  display: block;
  width:102px;
}
.view-organization .quicktabs_main.quicktabs-style-verticaltabs,
.view-users-list .quicktabs_main.quicktabs-style-verticaltabs{
  width: 100%;
}

.view-organization .research-area a,
.view-users-view .research-area a,
.view-users-list .research-area a{
  color: #e34e01;
}


ul#mobile-menu-0 LI a.active, ul#mobile-menu-0 LI UL LI a:hover, ul#mobile-menu-0 LI a:hover {
  color: #000;
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

ul#mobile-menu-0 LI a.active, ul#mobile-menu-0 LI a.active:hover, ul#mobile-menu-0 LI a:focus{
  color: #1399D8;
  background-color: #a2c8d6;
  background-image: -webkit-linear-gradient(top, #FFF 0%, #D6D5D5 100%);
  background-image:         linear-gradient(to bottom, #FFF 0%, #D6D5D5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffD6D5D5', GradientType=0);
  background-repeat: repeat-x;
}

ul#mobile-menu-0 ul.dropdown-menu ul.dropdown-menu{
  left: 159px;
  top: -8px;
}

.view-partners-categories .view-content .views-row{
  margin-bottom: 20px;
}
.view-partners-categories .view-content .views-field-field-partners-cooperation-value{
  padding-left: 20px;
}
.view-partners-categories .view-content .views-field-field-partners-cooperation-value a:before{
  content: "- ";
  cursor: pointer;
}

.footer{
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 80px;
}

.front .footer{
  border-top: 0;
  padding-top: 30px;
  margin-top: 0;
}

.view-facilities .panel-group{
  margin-bottom: 2px;
}
.view-facilities .panel-group .panel-heading{
   padding: 0 15px;
}

.pane-facilities,
.section-facilities h1.title{
  margin-left: 25%;
}

#bbbprojects-myfilter-form input,
#bbbprojects-myfilter-form select{
  margin: 0 4px;
}

.profile-page dl dt{
  float: left;
  margin: 0 10px 0 0;
}
.profile-page .field-profile-shortcv .filefield-file,
.profile-page .field-profile-supervisors .field-item{
  display: inline-block;
  margin-right: 10px;
}
.profile-page .field-profile-supervisors .field-label-inline{
  display: none;
}
#mini-panel-block_aboutus #search-block-form{
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0.5em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em;
  float:left;
}

#mini-panel-block_aboutus #search-block-form #edit-search-block-form-1-wrapper input.form-text {
  outline: none;
  border: none;
  color: #000;
  background:#FFF;
  padding: 2px 4px;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  height: 38px;
}

#mini-panel-block_aboutus #search-block-form input.form-submit {
  font-family: 'Glyphicons Halflings';
  color: #333;
  background-color: #C5C5C5;
  outline: none;
  box-shadow: none;
  border: 0 none;
  margin:0;
  padding: 6px 15px;
  float:left;
  height: 38px;
}

#admin-menu{
  position: fixed;
}
body.admin-menu {
    margin-top: 0px !important;
}

.field-lab-sidebar-image,
.field-page-sidebarimage{
  margin-top: 22px;
}

.credits a{
  color: #999;
  text-decoration: underline;
  font-style: italic;
}

@media (max-width: 1024px) {
  ul.quicktabs_tabs.quicktabs-style-verticaltabs {
    float: none;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding:0;
    margin: 10px 0;
  }
  ul.quicktabs_tabs.quicktabs-style-verticaltabs li {
    display: inline;
  }
  ul.quicktabs_tabs.quicktabs-style-verticaltabs li a {
    display: inline;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
  }
  ul.quicktabs_tabs.quicktabs-style-verticaltabs li.active a {
    border: 1px solid #DDD;
    border-bottom-color: #FFF;
    margin-bottom: -1px;
  }
  ul.quicktabs_tabs.quicktabs-style-verticaltabs li a:before {
    content: " ";
}
  .quicktabs_main.quicktabs-style-verticaltabs {
    float: left;
    width: 100%;
  }
  body.node-type-rca .node h1.title, body.node-type-rca .node .content .field-rca-image-page{
    width: 100%;
    left: 0;
  }
  body.node-type-rca .node .content .field-rca-image-page img{
    width: 100%;
  }

}

@media print {

  a[href]:after {
    content: "";
  }

  abbr[title]:after {
    content: "";
  }

  .user-navigation {
    display: none;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding: 4px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 51%;
  }

  .col-sm-5 {
    width: 45%;
    padding: 4px;
  }

  .col-sm-4 {
    width: 35%;
    padding: 4px;
  }

  .col-sm-3 {
    width: 26%;
    padding: 4px;
  }

  .col-sm-2 {
    width: 20%;
    padding: 4px;
  }

  .col-sm-1 {
    width: 10%;
    margin-right: 4px;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

  /* jQuery UI dialog*/
  .ui-dialog-titlebar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    padding: .5em 1.5em .5em 1em;
    color: #555555;
    background: #e6e6e6 url(images/dialog/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.1em;
    font-weight: normal;
    position: relative;
  }
  .ui-dialog-title {

  }
  .ui-dialog-titlebar-close {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background: url(images/dialog/888888_11x11_icon_close.gif) 0 0 no-repeat;
    position: absolute;
    right: 8px;
    top: .7em;
    width: 11px;
    height: 11px;
    z-index: 100;
  }
  .ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
    background: url(images/dialog/454545_11x11_icon_close.gif) 0 0 no-repeat;
  }
  .ui-dialog-titlebar-close:active {
    background: url(images/dialog/222222_11x11_icon_close.gif) 0 0 no-repeat;
  }
  .ui-dialog-titlebar-close span {
    display: none;
  }
  .ui-dialog-content {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background: #ffffff;
    color: #222222;
    padding: 1.5em 1.7em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+dada */
  }
  .ui-dialog-buttonpane {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid #d3d3d3;
  }
  .ui-dialog-buttonpane button {
    margin: .5em 0 .5em 8px;
    color: #555555;
    background: #e6e6e6 url(images/dialog/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-size: 1.1em;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
  }
  .ui-dialog-buttonpane button:hover {
    color: #212121;
    background: #dadada url(images/dialog/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #999999;
  }
  .ui-dialog-buttonpane button:active {
    color: #222222;
    background: #ffffff url(images/dialog/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    border: 1px solid #dddddd;
  }
  .ui-dialog.ui-draggable .ui-dialog-titlebar,
  .ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
  }
  .ui-dialog-overlay {
    background: #AAA/*{bgColorOverlay}*/ /*url(images/ui-bg_flat_0_aaaaaa_40x100.png){bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
    opacity: .7;
  }


  /* Main Style Sheet for jQuery UI date picker */
  #ui-datepicker-div, .ui-datepicker-inline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #ddd;
    width: 185px;
  }
  #ui-datepicker-div {
    display: none;
    border: 1px solid #777;
    z-index: 100; /*must have*/
  }
  .ui-datepicker-inline {
    float: left;
    display: block;
    border: 0;
  }
  .ui-datepicker-rtl {
    direction: rtl;
  }
  .ui-datepicker-dialog {
    padding: 5px !important;
    border: 4px ridge #ddd !important;
  }
  .ui-datepicker-disabled {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
  }
  button.ui-datepicker-trigger {
    width: 25px;
  }
  img.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: middle;
  }
  .ui-datepicker-prompt {
    float: left;
    padding: 2px;
    background: #ddd;
    color: #000;
  }
  * html .ui-datepicker-prompt {
    width: 185px;
  }

  .ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
    clear: both;
    float: left;
    width: 100%;
    color: #fff;
  }
  .ui-datepicker-control {
    background: #400;
    padding: 2px 0px;
  }
  .ui-datepicker-links {
    background: #000;
    padding: 2px 0px;
  }
  .ui-datepicker-control, .ui-datepicker-links {
    font-weight: bold;
    font-size: 80%;
  }
  .ui-datepicker-links label { /* disabled links */
    padding: 2px 5px;
    color: #888;
  }
  .ui-datepicker-clear, .ui-datepicker-prev {
    float: left;
    width: 34%;
  }
  .ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
    float: right;
    text-align: right;
  }
  .ui-datepicker-current {
    float: left;
    width: 30%;
    text-align: center;
  }
  .ui-datepicker-close, .ui-datepicker-next {
    float: right;
    width: 34%;
    text-align: right;
  }
  .ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
    float: left;
    text-align: left;
  }
  .ui-datepicker-header {
    padding: 1px 0 3px;
    background: #333;
    text-align: center;
    font-weight: bold;
    height: 1.3em;
  }
  .ui-datepicker-header select {
    background: #333;
    color: #fff;
    border: 0px;
    font-weight: bold;
  }
  .ui-datepicker {
    background: #ccc;
    text-align: center;
    font-size: 100%;
  }
  .ui-datepicker a {
    display: block;
    width: 100%;
  }
  .ui-datepicker-title-row {
    background: #777;
  }
  .ui-datepicker-days-row {
    background: #eee;
    color: #666;
  }
  .ui-datepicker-week-col {
    background: #777;
    color: #fff;
  }
  .ui-datepicker-days-cell {
    color: #000;
    border: 1px solid #ddd;
  }
  .ui-datepicker-days-cell a{
    display: block;
  }
  .ui-datepicker-week-end-cell {
    background: #ddd;
  }
  .ui-datepicker-title-row .ui-datepicker-week-end-cell {
    background: #777;
  }
  .ui-datepicker-days-cell-over {
    background: #fff;
    border: 1px solid #777;
  }
  .ui-datepicker-unselectable {
    color: #888;
  }
  .ui-datepicker-today {
    background: #fcc !important;
  }
  .ui-datepicker-current-day {
    background: #999 !important;
  }
  .ui-datepicker-status {
    background: #ddd;
    width: 100%;
    font-size: 80%;
    text-align: center;
  }

  /* ________ Datepicker Links _______

  ** Reset link properties and then override them with !important */
  #ui-datepicker-div a, .ui-datepicker-inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
  }
  .ui-datepicker-inline .ui-datepicker-links a {
    padding: 0 5px !important;
  }
  .ui-datepicker-control a, .ui-datepicker-links a {
    padding: 2px 5px !important;
    color: #eee !important;
  }
  .ui-datepicker-title-row a {
    color: #eee !important;
  }
  .ui-datepicker-control a:hover {
    background: #fdd !important;
    color: #333 !important;
  }
  .ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
    background: #ddd !important;
    color: #333 !important;
  }

  /* ___________ MULTIPLE MONTHS _________*/

  .ui-datepicker-multi .ui-datepicker {
    border: 1px solid #777;
  }
  .ui-datepicker-one-month {
    float: left;
    width: 185px;
  }
  .ui-datepicker-new-row {
    clear: left;
  }

  /* ___________ IE6 IFRAME FIX ________ */

  .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
  }