@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&subset=latin,latin-ext);

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 32px;
}

strong, .strong {
    font-weight: 500;
}

input, button, select, textarea {
    font-family: inherit;
    font-weight: inherit;
}

ul {
    margin: 0 0 25px 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

ul li.strong {
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px #e6e6e6 solid;
}

ul li span {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar .brand {
    color: #000;
}

.table-padding {
    padding-top: 9px;
}

a:hover.no-deco {
    text-decoration: none;
}

.right {
    text-align: right;
}

#single-search {
    position: fixed;
    z-index: 1031;
    top: 5px;
    right: 20px;
}

.grid-view .table td {
    vertical-align: top;
}

.badge {
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    text-shadow: none;
}

.badge-info {
    background: #0088CC;
}

.label {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: none;
}

.easy-autocomplete-container ul {
    top: 0;
    margin: 0;
}

#header {
    position: relative;
    margin: 0;
}

#header h1 a {
    display: block;
    outline: none;
    margin: 0 auto;
}

#loggedUser {
    background: #AEC7E8;
    color: #000;
    font-weight: 300;
    padding: 10px;
    margin: 0 !important;
}

#topMenu {
    background: #32a3dd;
    color: #fff;
    font-weight: 300;
    padding: 10px;
}

#userMenu {
    padding-right: 20px;
}

#menuTerminator {
    width: 20px;
    height: 40px;
    border-left: 1px solid #dbdedf;
}

#topMenu ul.nav {
    margin: 0;
}

#userMenu a {
    color: #fff;
    border: none;
    border-left: 1px solid #dbdedf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 13px 9px;
    text-shadow: none;
}

#userMenu li:last-child a{
    border-right: 1px solid #dbdedf;
}

#userMenu a i {
    padding: 0;
}

#userMenu a:hover, #topMenu .nav-pills .active a {
    background: none;
    background: #5bc0de;
}

.navbar {
    margin-bottom: 0;
}

#topMenu .btn-navbar {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.errorMessage {
    margin-bottom: 10px;
    margin-top: -10px;
    color: #B94A48;
}

#mps-breadcrumb {
    line-height: 20px;
    padding: 10px 10px 10px 0;
}

#mps-breadcrumb span, #mps-breadcrumb a {
    padding: 0 10px;
}

#mps-breadcrumb a:first-child {
    padding-left: 0;
}

#mps-breadcrumb a {
    color: #fff;
}

.row-fluid .menu {
    background: #eef2f3;
    color: #383c3d;
    border-right: 1px solid #dbdedf;
    min-height: 700px;
}

.menu a {
    color: #383c3d;
}

#menuSearch {
    padding: 20px;
    margin: 0;
}

#menuSearch form {
    margin: 0;
}

#menuSearch .btn {
    background: #fff;
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#menuSearch .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

#menuSearch .btn i {
    margin: 0;
    padding: 4px;
    color: #999;
}

#menuSearch input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

.menu .help {
    margin-top: 50px;
}

.menu .help i {
    margin-right: 6px;
}

.menu .help a {
    display: block;
    background: #f6f8f9;
    padding: 0.7em 1em;
}

.menu .help a:hover {
    background: #E1E5E6;
    text-decoration: none;
}

.alerts {
    margin-top: 40px;
}

.content {
    margin: 40px 0 50px 0;
}

.content h2 span {
    font-size: 14px;
    font-weight: 300;
}

#breadcrumb a {
    color: #000;
    font-weight: 300;
}

#breadcrumb i {
    margin: 0 5px;
}

#footer {
    background: #383c3d;
    color: #fff;
    padding: 20px 0 10px 0;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.content .pager li > a, .pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

.form-horizontal .control-group
{
    margin-bottom: 10px;
}

.form-actions {
    background-color: #fff;
    border-top: none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}


a.sort-link {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.pager li > a, .pager li > span {
    color: #383C3D;
    background: #EEF2F3;
}

.pager li > a:hover, .pager li.active > a {
    background: #E1E5E6;
    color: #000;
}

.summary {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 20px;
    text-align: right;
}

/* Table styles */
.table th {
    font-weight: 400;
}

.table .total td {
    border-top: 4px double #dddddd;
}

.table .total td:first-of-type {
    font-weight: 400;
}

.table tr.ban {
    color: #b94a48;
    background: #f2dede;
}

.table tr.row-dark {
    background-color: rgba(0,0,0,.05);
}
/*End of table styles*/

/* Details table style */
.detailTable {
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.detailTable span {
    padding-bottom: 10px;
    padding-right: 20px;
    vertical-align: bottom;
}

.detailTable div {
    padding-top: 10px;
    padding-right: 20px;
    vertical-align: bottom;
}

.table td.detailValue {
    font-size: 25px;
    line-height: 25px;
    text-align: right;
    padding-left: 25px;
}

.table td.detailValueTable {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
}

.table td.detailValueTable span {
    font-size: 20px;
    color: #999;
}

#live-pageviews-add {
    font-size: 16px;
    line-height: 16px;
}
/*End of details table style*/

/*Page Login*/
#login {
    background: #EEF2F3;
}

#login h1 {
    display: block;
    outline: none;
    margin: 20px 0;
}

#login #signIn {
    border: 1px solid #DBDEDF;
    background: #fff;
    width: 305px;
    margin: 50px auto;
    padding:  0 20px 20px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    font-size: 15px;
    height: auto;
    padding: 7px 9px;
    border: 1px solid #DBDEDF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
    width: 260px;
}

#login-form input.submit {
    padding: 7px 15px;
    border: 1px solid #DBDEDF;
    background: #32A3DD;
    color: #fff;
}

#login span.required {
    color: #B94A48;
}

#login-form .error {
    color: #B94A48;
}

#login-form .error input {
    background: #FEE;
    color: #B94A48;
    border: 1px solid #B94A48;

}

#login-form .success input {
    background: #E6EFC2;
    color: #468847;
    border: 1px solid #468847;

}

#login .errorMessage {
    margin-bottom: 10px;
    margin-top: -10px;
}

/*************/
/* BOOTSTRAP */
/*************/

.form-actions {
    background-color: transparent;
    border: none;
}

.radio.inline, .checkbox.inline {
    margin-right: 10px;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-right: 10px;
    margin-left: 0;
}

/***********/
/* SELECT2 */
/***********/
.select2-container {
    width: 100% !important;
}

.select2-container .select2-search__field {
    height: 30px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container .select2-selection--single {
    height: 32px
}

/************
 * REGISTER *
 ************/

#service-selector li:last-child {
    margin-top: 10px;
}

#domec-person-count {
    position: fixed;
    top: 0;
    right: 0;
    margin: 50px 20px 0 0;
    padding: 8px 12px;
    color: #000;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

/*******
 * MAP *
 *******/

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map-close, #list-show, #locate, #sos-board { cursor: pointer; width: 25px; height: 25px; overflow: hidden; margin: 10px 14px 0 14px; background: #fff; }
#map-close img { position: absolute; left: 0; top: 0; width: 75px; height: 25px; }
#list-show img { position: absolute; left: -50px; top: 0; width: 75px; height: 25px; }
#locate i { margin: 1px 0 0 3px; color: #000 }
#sos-board i { margin: 2px 0 0 3px; color: #000 }
#locate i.on { color: #1c7ad2 }

.gm-card {
    background: #fff;
    margin-top: 10px;
    display: inline-table;
}

#gm-search {
    margin: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    font-weight: 400;
}

/**************
 * POINT LIST *
 **************/

#point-list-wrapper {
    right: 0;
    width: 1280px;
    overflow-x: auto;
}

.map-layout #point-list-wrapper {
    top: 40px;
    bottom: 0;
}

#point-list a.accordion-toggle {
    color: #000;
}

#point-list a.accordion-toggle:hover,
#point-list a.accordion-toggle:focus {
    background: #eee;
    text-decoration: none;
}

#point-list .accordion-inner {
    padding: 0;
}

#point-list ul {
    margin: 0;
    padding: 0;
}

#point-list li {
    cursor: pointer;
    padding: 4px 10px;
    border-bottom: 1px dotted #eee;
}

#point-list li:hover {
    background: #eee;
}

#point-list li.active {
    background: #666;
    color: #fff;
}

#pac-search {
    border: none;
    background: #333;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    padding: 10px 6px;
    font-weight: 400;
    height: auto;
    width: 1280px;
    z-index: 3000;
}

/**************
 * EVENT FORM *
 **************/

#event-form-person .field-set .control-group,
#event-form-plan .field-set .control-group {
    margin-bottom: 0;
}

#event-form-plan .field-set .control-group #event_data_plan_description {
    margin-top: 10px;
}

#event-form-person .field-set {
    margin-bottom: 10px;
}

#event-form-person .strong {
    padding: 5px 0 0 5px;
}

#recommendation-info {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 3px 8px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

/**************
 * EVENT LIST *
 **************/
.event-person-name strong {
    font-weight: 500;
    text-transform: uppercase;
}

.event-line strong {
    font-weight: 400;
}

.event-line span:before {
    content: '\00a0\00bb ';
}

.event-line span:last-of-type:before {
    content: '';
}

div.stripped div.row-fluid:nth-child(2n) {
    background: #eee;
}

div.stripped div.row-fluid.error {
    background: #ff8e8e;
}

div.stripped div.row-fluid div.span4 {
    padding-top: 30px;
}

div.stripped div.row-fluid div.span4:first-child {
    padding: 5px 20px;
}

.main-theme-01{
    background-color: #E5DB9C;
}
.main-theme-02{
    background-color: #E6A57E;
}
.main-theme-03{
    background-color: #BEB4C5;
}
.main-theme-04{
    background-color: #D0BCAC;
}
.main-theme-05{
    background-color: #F5BFD2;
}
.main-theme-06{
    background-color: #D5E4C3;
}
.main-theme-07{
    background-color: #E9BBB5;
}
.main-theme-08{
    background-color: #DCDBD9;
}
.main-theme-09{
    background-color: #CAE7E3;
}
.main-theme-10{
    background-color: #FEC7BC;
}
.main-theme-11{
    background-color: #E5DB9C;
}
.main-theme-12{
    background-color: #E6A57E;
}
.main-theme-13{
    background-color: #BEB4C5;
}
.main-theme-14{
    background-color: #D0BCAC;
}

.thm-str{
    font-weight: bold;
}

/*workaround for tb bootstrap menu bug on mobile devices*/
.dropdown-backdrop{
    position: relative !important;
}

body{
    width: 100% !important;
}