*:focus,
*.focus {
    outline: none !important;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

p {
    line-height: 1.63;
    text-align: justify;
    color: #2a3b44;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #4a5863;
}

label {
    font-weight: 400;
}

.invisible {
    height: 0;
}

.full-height {
    height: 100%;
}

.subtitle {
    font-size: 14px;
    font-weight: 400;
}

#wrapper {
    background-color: #4a5863;
    position: relative;
}

.content-section {
    padding: 68px 0 80px;
}

.content-section .container {
    margin: 0 auto;
}

.content-section h2 {
    font-size: 40px;
    font-weight: 300;
    color: #4a5863;
}

.content-section hr {
    width: 80px;
    border-top: 2px solid rgba(74, 88, 99, 0.5);
    margin-bottom: 46px;
}

.content-section p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.43;
    color: #4a5863;
    text-align: center;
}

.content-section img+p {
    margin-top: 30px;
}

.main-content {
    padding: 50px 0 0 70px;
    background-color: #f5f7fa;
}

.main-title {
    font-weight: 300;
    margin-bottom: 22px;
}

.title {
    color: #2a3b44;
    font-weight: 400;
    border-bottom: 2px solid rgba(170, 178, 189, 0.2);
    margin-bottom: 30px;
    padding: 0 0 15px 0;
}

.title a {
    color: #2a3b44;
}

.title i {
    font-size: 20px;
    font-weight: bold;
    margin: 0 6px;
}

.search-matches {
    float: right;
    color: #aab2bd;
    font-size: 16px;
    margin-top: 5px;
}

.spacer-line {
    border-top: 2px solid rgba(170, 178, 189, 0.2);
}

p+p {
    margin-top: 26px;
}

.img-small {
    width: 350px;
}


/*
    BUTTONS
*/

.btn {
    border-color: transparent;
    border-radius: 5px;
    transition: all 200ms;
}

.btn-primary,
.range_inputs .applyBtn,
.btn-primary.btn-invert:hover {
    background-color: #cd0058;
    color: #fff;
}

.btn-primary.btn-invert,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    border: solid 1px #cd0058;
    background-color: #fff;
    color: #2a3b44;
}

.btn-default {
    background-color: #2a3b44;
    color: #fff;
}

.btn-default:hover {
    color: #2a3b44;
    border-color: #2a3b44;
    background-color: #fff;
}

.btn-add {
    padding: 14px 20px;
    font-size: 16px;
}

.btn-back {
    margin-bottom: 25px;
}

.btn-extra-large {
    padding: 9px 78px;
    letter-spacing: 0.6px;
    border-radius: 2px;
}

.btn-close {
    background-color: #e6e9ed;
}

.btn-extra-large:first-of-type {
    margin-right: 10px;
}

.modal-buttons {
    margin: 42px 0 56px;
}

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-md {
    font-size: 14px;
    width: 200px;
    height: 40px;
    padding-top: 8px;
}

.btn-primary.btn-md+.btn-default.btn-md {
    margin-right: 15px;
}


/*
    FORMS
*/

.form-fields {
    padding: 30px 0;
}

.input-group input.form-control {
    background-color: #fff;
    border: 1px solid rgba(85, 85, 85, 0.2);
    height: 50px;
    width: 500px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: none;
}

.input-group input.form-control:focus {
    border: 1px solid rgba(85, 85, 85, 0.8);
}

.dropzone {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background: none;
    border: 2px dashed rgba(85, 85, 85, 0.2);
}

.dropzone .dz-default.dz-message {
    content: "Drop your files here";
    background: none;
}

.dropzone .dz-default.dz-message:after {
    content: "Drop your files here";
    color: rgba(85, 85, 85, 0.2);
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 18px;
    top: 40px;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    box-shadow: none;
    background: #fff;
    border: 1px solid rgba(85, 85, 85, 0.2);
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    background: none;
}

.input-full {
    display: inline-block;
    width: 100%;
}

.input-full input.form-control {
    width: 100%;
}


/*
    LIGHTBOX
*/

.lightbox {
    top: 30%;
}

.lb-data .lb-close {
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-bottom: 12px;
    background: none;
    opacity: 1;
}

.lb-data .lb-close i {
    color: #fff;
    font-size: 20px;
}

.lb-data .lb-details {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
}

.lb-data .lb-number {
    color: #fff;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    position: absolute;
    display: block;
    opacity: 1;
}

.lb-nav a.lb-prev {
    left: -65px;
}

.lb-nav a.lb-next {
    right: -65px;
}


/*
    LOGIN PAGE
*/

.login-page {
    background-image: url(../img/Conceptbank_background_1920x1080_02.jpg);
    background-size: cover;
}

.login-page h1 {
    color: #fff;
    letter-spacing: 0.8px;
    font-weight: 700;
    padding: 22px 0 0 16px;
}

.login-page footer {
    color: #fff;
    position: absolute;
    bottom: 0;
}

.login-content {}

.login-content h2 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2.3px;
    color: #fff;
    text-align: center;
    margin-top: -98px;
}

.login-content p {
    font-size: 40px;
    letter-spacing: 1.3px;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    margin-top: 30px;
}

.login-btn {
    font-size: 24px;
    padding: 12px 144px;
    letter-spacing: 0.8px;
    margin-top: 34px;
    border-radius: 10px;
}

.btn-primary.login-btn:hover {
    color: #fff;
    background-color: #d94477;
}

.login-page footer {
    bottom: 36px;
    left: 0;
    right: 0;
    text-align: center;
}

.login-page footer p {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.login-page footer .logo,
.sidebar-footer .logo {
    font-size: 38px;
    font-weight: 300;
}

.sidebar-footer .logo {
    font-size: 36px;
}

.login-page footer .logo span,
.sidebar-footer .logo span {
    font-weight: 700;
}

.login-form {}

.login-form .modal-heading {
    padding: 76px 0 48px 0;
}

.login-form .modal-title {
    font-size: 40px;
    font-weight: 300;
    color: #4a5863;
}

.login-form .modal-main {
    padding: 0 75px;
}

.login-form label {
    font-weight: 400;
    line-height: 1.63;
    color: #2a3b44;
    margin-bottom: 10px;
}

.login-form .input-group input.form-control,
.modal-body .input-group input.form-control {
    background-color: #f5f7fa;
    margin-bottom: 28px;
}

.login-form .btn {
    padding: 9px 82px;
    margin-top: 9px;
}

.login-form .checkbox {
    margin-top: 30px;
}

.login-form .modal-footer {
    text-align: center;
    padding: 17px 0 28px;
    border-top: 2px solid rgba(170, 178, 189, 0.2);
    ;
}

.login-form .modal-footer a {
    color: #2ba7bc;
}

.login-form .modal-footer a:first-of-type {
    margin-right: 56px;
}


/*
    MODAL STYLES
*/

.modal-dialog {
    width: 650px;
    margin: 9% auto 30px;
}

.modal-content {
    border-radius: 0;
}

.triangle-exclamation {
    margin: 118px 0 24px;
}

.modal-text {
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #4a5863;
}

.input-group-text .input-group {
    margin: 0 auto;
    margin-top: 31px;
}

.input-group-text .input-group input {
    font-size: 20px;
    font-weight: 300;
}

.input-group-text input::-webkit-input-placeholder {
    text-transform: capitalize;
}

.input-group-text input:-moz-placeholder {
    text-transform: capitalize;
}

.input-group-text input::-moz-placeholder {
    text-transform: capitalize;
}

.input-group-text input:-ms-input-placeholder {
    text-transform: capitalize;
}


/* 
  HEADER
*/

.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    border-bottom: 1px solid #e5e5e5;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

.header-title {
    font-size: 24px;
    font-weight: 300;
    color: #4a5863;
    margin: 27px 0 26px 70px;
}


/* 
  NAVBAR 
*/

.navbar-default {
    background-color: #4a5863;
}

.navbar-right li a {
    color: #2a3b44;
}

.navbar-top-links li {
    margin: 5px 0;
    float: left;
}

.navbar-top-links li a {
    padding: 25px 33px 21px;
    min-height: 70px;
    border-right: 1px solid #ccd0d9;
}

.navbar-top-links li a:hover {
    background: none;
}

li.navbar-top-logo {
    display: table;
    vertical-align: middle;
}

.navbar-top-links li.navbar-top-logo a {
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.main-logo {
    background-color: #2a3b44;
    height: 80px;
}

.main-logo a {
    text-decoration: none;
}

.main-logo h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 26px 34px 26px 47px;
    text-transform: uppercase;
}

.sidebar-nav-title {
    font-size: 20px;
    font-weight: 400;
    color: #ccd0d9;
    padding: 30px 0 28px 30px;
    border-bottom: 2px solid rgba(170, 178, 189, 0.2);
    margin: 0;
    text-transform: uppercase;
}

.navbar-top {
    background-color: #e6e9ed;
    height: 80px;
}


/* 
  FOOTER
*/

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}


/* 
    Customize container 
*/

@media (min-width: 992px) {
    .container {
        max-width: 1050px;
        margin: 0;
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .col-full {
        padding: 0;
    }
    .col-half {
        width: 47.619047%;
        padding: 0;
    }
    .col-half:first-of-type {
        margin-right: 4.76190476%;
    }
}


/*
  SIDEBAR
*/

.sidebar {
    height: auto;
    min-height: 100%;
}

.sidebar .nav>li.active>a {
    text-decoration: none;
    background-color: #2ba7bc;
    color: #fff;
    letter-spacing: 0.5px;
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    background-color: #2ba7bc;
    color: #fff;
}

.sidebar .nav>li>a {
    font-weight: bold;
    padding: 14px 35px 13px 30px;
    color: #fff;
    letter-spacing: 0.5px;
    font-stretch: normal;
}

.sidebar-filter {
    background-color: #2a3b44;
    padding: 18px 36px;
    border-left: 4px solid #2ba7bc;
    color: #fff;
    font-size: 14px;
}

.sidebar-filter ul+h4 {
    margin-top: 38px;
}

.sidebar-filter ul {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
}

.sidebar .sidebar-filter ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    border-bottom: none;
}

.sidebar-filter ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.sidebar-filter ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    z-index: 9;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    padding-left: 28px;
    color: #fff;
}

.sidebar-filter ul li:hover label {
    color: #FFFFFF;
}

.sidebar-filter ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 3px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.sidebar-filter ul li:hover .check {
    border: 1px solid #FFFFFF;
}

.sidebar-filter ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.sidebar-filter input[type=checkbox]:checked~.check {
    border: 1px solid #fff;
}

.sidebar-filter input[type=checkbox]:checked~.check::before {
    background: #6bd2e1;
}

.sidebar-filter input[type=checkbox]:checked~label {
    color: #6bd2e1;
}

.sidebar-footer {
    position: absolute;
    bottom: 44px;
    left: 0;
    padding: 0 0 0 30px;
    z-index: 1;
    color: #fff;
}

.sidebar-footer * {
    margin: 0;
    padding: 0;
}

.sidebar-footer p {
    color: #fff;
    line-height: 1.43;
}

.search-links {
    height: 60px;
}

.input-group>.ui-select-bootstrap.dropdown {
    position: initial;
    float: none;
    display: block;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid rgba(170, 178, 189, 0.3);
    padding-top: 10px;
    padding-left: 0;
    box-shadow: none;
}

.sidebar-nav.navbar-collapse .ui-select-choices {
    position: absolute;
    top: 52px;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #2ba7bc;
}

.sidebar-search .ui-select-match .btn-group-xs>.btn,
.btn-xs {
    padding: 0;
}

.sidebar-search .ui-select-multiple.ui-select-bootstrap .ui-select-match-item,
.sidebar-search .ui-select-multiple.ui-select-bootstrap .ui-select-match-item:focus {
    background: none;
    color: #fff;
    border: none;
}

.sidebar-search .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}


/* *GLOBAL* */

.sidebar-link {
    color: #6bd2e1;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 39px;
    text-align: right;
    margin-bottom: 2px;
    text-align: left;
}

.sidebar-link:focus {
    color: #6bd2e1;
}

.sidebar-link:hover {
    color: #4a5863;
}

#loading-bar-spinner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#loading-bar-spinner .spinner-icon {
    width: 50px;
    height: 50px;
    border-top-color: #6bd2e1;
    border-left-color: #6bd2e1;
    border-radius: 100%;
    position: absolute;
    top: 46%;
    left: 49%;
}


/*
  SEARCH FORM
*/

.sidebar-search.input-group {
    display: block;
}

tags-input .tags.focused {
    outline: none;
    outline: 0;
    box-shadow: none;
}

tags-input .tags .input {
    background: none;
    border: none;
    padding: 0;
}

tags-input .tags {
    background: none;
    border: none;
    float: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

tags-input .host {
    border-bottom: 2px solid rgba(170, 178, 189, 0.2);
}

tags-input .tags .tag-item .remove-button {
    margin-left: 0;
}

tags-input .tags .tag-item {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}

tags-input .tags .tag-item.selected {
    background: none;
}

.tags-add {
    margin: 0 0 30px;
}

.form-fields tags-input .tags .tag-item {
    color: #2a3b44;
    margin-right: 5px;
}


/*.input-group input.form-control  {
    background: none;
    border: none;
    float:none;
    border-bottom: 2px solid rgba(170, 178, 189, 0.2);
    border-radius:0;
    padding: 0 0 8px 0;
}*/

.form-control:focus {
    box-shadow: none;
}

.sidebar-search {
    width: 100%;
}

.sidebar-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4a5863;
}

.sidebar-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4a5863;
}

.sidebar-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4a5863;
}

.sidebar-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #4a5863;
}


/*
    CONCEPT STYLES
*/

.row.concepts-row {
    margin-top: 26px;
    margin-bottom: 50px;
}

.row.concepts-row .col-half:nth-of-type(odd) {
    margin-right: 4.76190476%;
}

.concept-item {
    position: relative;
    margin-bottom: 50px;
}

.concept-item:hover {
    cursor: pointer;
}


/*.concept-item::after {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(51, 51, 51, 0);
    top:0;
    left:0;
    transition:background 200ms;
    pointer-events: none;
}
.concept-item:hover::after {
    background-color: rgba(51, 51, 51, 0.5);
}*/

.item-title {
    background-color: #fff;
    font-weight: 400;
    padding: 16px 22px;
    margin: 0;
    color: #2a3b44;
    border: 1px solid rgba(170, 178, 189, 0.3);
}

.item-title strong {
    margin-left: 5px;
}

.item-available {
    height: 60px;
    font-size: 14px;
    color: #aab2bd;
    background-color: #fff;
    padding: 20px 18px;
    border: 1px solid rgba(170, 178, 189, 0.3);
    margin: 0;
}

.concept-item .item-title {
    height: 60px;
    border-bottom: none;
}

.concept-item .item-available {
    border-top: none;
}

.concept-item .btn-primary.btn-action {
    margin-top: -4px;
}


/*
    TAGS STYLES
*/

.tags-container {
    margin-bottom: 22px;
}

.tag-btn {
    background-color: #cd0058;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 10px 6px;
    margin-right: 6px;
    margin-top: 6px;
}

.tag-close {
    display: inline-block;
    padding: 0 0 0 6px;
}

.btn-primary.btn-action {
    padding: 6px 18px 5px 18px;
    margin-left: 5px;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-default.btn-action {
    padding: 8px 18px 7px 18px;
    margin-left: 5px;
}


/*
  UTILITIES
*/

.three-vertical-dots {
    display: inline-block;
    margin-right: 19px;
}

.three-vertical-dots:after {
    content: "";
    background-image: url(../img/vertical-ellipsis.svg);
    margin-left: 2px;
    position: absolute;
    top: 20px;
    background-size: 36px 32px;
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    cursor: pointer;
}


/*
    CALENDAR - DATEPICKER STYLES
*/

.datepicker {
    padding: 0;
    background-color: #e6e9ed;
    color: #4a5863;
}

.datepicker:focus,
.datepicker *:focus {
    outline: none;
}

.datepicker .btn {
    border-radius: 0;
    padding: 10px 12px;
}

.datepicker thead .btn-default {
    padding: 15px;
    background-color: #4a5863;
    font-size: 16px;
}

.datepicker thead .btn-default {}

.datepicker thead .btn-default:hover,
.datepicker thead .btn-default:focus,
.datepicker thead .btn-default:active {
    border-color: transparent;
    background-color: #2ba7bc;
    color: #fff;
}

.datepicker thead .btn-default strong {
    font-weight: 400;
}

.datepicker thead tr:last-of-type th {
    padding: 12px;
}

.datepicker tbody .btn-default {
    background: #fff;
    color: #2a3b44;
    font-weight: 400;
}

.datepicker tbody .btn-default.active {
    border: none;
    box-shadow: none;
    background-color: #2a3b44;
    color: #fff;
}

.datepicker tbody .btn-default.active .text-info {
    color: #fff;
}

.datepicker .text-muted {
    font-weight: 300;
}

.available-from {
    margin-right: 50px;
}

.daterangepicker td.today.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2a3b44;
    border-color: #2a3b44;
    color: #fff;
}


/*
    DROPDOWN STYLES
*/

.dropdown-label {
    display: inline-block;
    color: #aab2bd;
    margin-right: 18px;
}

.dropdown {
    display: inline-block;
    min-width: 190px;
}

.dropdown-toggle.custom-dropdown {
    background-color: #fff;
    min-width: 190px;
    font-size: 16px;
    color: #2a3b44;
    border: 1px solid rgba(170, 178, 189, 0.3);
    padding: 8px 14px;
}

.dropdown-toggle.custom-dropdown .caret {
    margin-left: 22px;
}

.dropdown-toggle.custom-dropdown.btn-default.active.focus,
.dropdown-toggle.custom-dropdown.btn-default.active:focus,
.dropdown-toggle.custom-dropdown.btn-default.active:hover,
.dropdown-toggle.custom-dropdown.btn-default:active.focus,
.dropdown-toggle.custom-dropdown.btn-default:active:focus,
.dropdown-toggle.custom-dropdown.btn-default:active:hover,
.dropdown-toggle.custom-dropdown.open>.dropdown-toggle.btn-default.focus,
.dropdown-toggle.custom-dropdown.open>.dropdown-toggle.btn-default:focus,
.dropdown-toggle.custom-dropdown.open>.dropdown-toggle.btn-default:hover {
    background-color: #fff;
}

.dropdown.open .dropdown-toggle.custom-dropdown {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown.open .dropdown-toggle.custom-dropdown+.dropdown-menu {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 0 20px;
}

.dropdown-toggle.custom-dropdown+.dropdown-menu {
    min-width: 190px;
    font-size: 16px;
    margin: 0;
    box-shadow: none;
    border-color: rgba(170, 178, 189, 0.3);
}

.dropdown-toggle.custom-dropdown+.dropdown-menu>li>a {
    padding: 6px 15px;
}

.dropdown-toggle.custom-dropdown+.dropdown-menu .inactive a {
    color: #ccd0d9;
}

.dropdown-toggle.custom-dropdown+.dropdown-menu>li>a:focus,
.dropdown-toggle.custom-dropdown+.dropdown-menu>li>a:hover {
    background-color: #6bd2e1;
    color: #fff;
}

.btn.btn-default.form-control.ui-select-toggle,
.btn.btn-primary.dropdown-toggle {
    background-color: #ffffff;
    color: #000000;
    border: none;
    width: 100%;
    text-align: left;
    height: 40px;
    padding-top: 5px;
    font-size: 16px;
    padding-right: 25px;
}

.btn.btn-default.form-control.ui-select-toggle .ui-select-match-text span {
    padding-top: 5px;
}

.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #fff;
    color: #000000;
    border: none;
    box-shadow: none;
}

.caret {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px;
}


/*
    ERROR MESSAGES
*/

.error-message {
    font-size: 26px;
    font-weight: 300;
    color: #2ba7bc;
    line-height: 1.38;
    text-align: center;
    margin-top: 108px;
}


/*
    LANDING LOGIN PAGE
*/

.what-we-do {
    background-color: #f5f7fa;
}

.how-it-works {
    background-color: #fff;
}

.ta-root.focussed>.ta-scroll-window.form-control {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(85, 85, 85, 0.8);
}

.ta-toolbar.btn-toolbar {
    padding-bottom: 10px;
}

.ta-scroll-window>.ta-bind {
    height: auto;
    min-height: 315px;
    padding: 6px 12px;
}

.col-sm-6.ta-toolbar-container {
    padding-left: 0;
}

.col-sm-6.dropzone-container {
    padding-right: 0px;
}

.dz-message {
    color: #aaa;
    padding-top: 28%;
    text-align: center;
}

.input-group.input-full.avaliable-date>p {
    color: #aaa;
}

.col-sm-12.col-full.dropzone-collection {
    background-color: #f5f7fa;
}

.dropzone-collection .dz-message {
    color: #aaa;
    padding-top: 2%;
    text-align: center;
    font-size: 2em;
}

.dropzone-collection .dropzone {
    min-height: 260px;
}

.dropzone-container .dropzone {
    height: 360px;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}

.single-campaign-img {
    max-height: 400px;
    max-width: 500px;
}

.single-campaign-title {
    font-size: 0.7em;
    width: 47%;
}

.single-campaign-img:hover {
    opacity: 0.3;
}

.info-box {
    background-image: url(../img/info.svg);
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 9px;
    margin-top: 3px;
}

.info-box:hover {
    background-image: url(../img/info_hover.svg);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #ccd0d9;
    opacity: 1;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #ccd0d9;
    color: #fff;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    right: 28px;
    left: initial;
}

footer .info-box {
    margin-top: 6px;
}

.img-push-top-50 {
    margin-top: -46px;
}


/*
    USER PROFILE
*/

.user-profile {
    background-color: #fff;
    border: 1px solid rgba(204, 208, 217, 0.5);
    padding: 48px 22px;
}

.user-profile h1,
.user-profile h2 {
    font-weight: 300;
}

.user-profile h1 {
    margin-bottom: 15px;
}

.user-profile h2 {
    margin-bottom: 20px;
}

.user-profile .dropdown-label {
    margin-top: 5px;
}

.user-profile .dropdown-language {
    margin: 14px 0 34px;
}

.user-profile .user-update {
    margin-top: 22px;
}

.user-profile .custom-dropdown {
    text-align: left;
}