body {
    margin: 0;
}

h1 {
    margin: 0;
    padding: 0;
    color: #345d79;
    font-size: 1em;
    margin-right: 10px;
}

h2 {
    color: #345d79;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

h2.subtitle {
    font-size: 0.5em;
    text-transform: none;
    margin: 1px 0 0 0px;
    padding-left: 0px;
    color: #434343;
    text-shadow: 1px 1px 0 #ffffff75;
    font-weight: lighter !important;
    background: transparent;
}

footer {
    background: #2D2D2D;
    padding: 20px 10px;
    color: white;
    font-size: 0.8em;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, .2);
}

.hide {
    display: none;
}

fieldset {
    border: 1px solid silver;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
}

legend {
    border: none;
    width: auto;
    padding: 10px;
    margin: 0 10px;
    font-size: 1em;
    font-weight: bold;
}

label.checkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

label.checkbox.margin {
    margin: 5px 0;
}

label.checkbox input {
    display: none;
}

label.checkbox input + span {
    background-color: #f4f9fb;
    padding: 5px 8px;
    margin: 0 5px 2px 0;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #dee0fb;
    font-weight: normal;
    color: gray;
    cursor: pointer;
}

label.checkbox input:checked + span {
    background-color: #3379b7;
    color: white;
    border-color: #2e6ca3;
}

label.checkbox input + span:before {
    font-family: Font Awesome\ 5 Free;
    margin-right: 10px;
}

label.checkbox input[type="checkbox"] + span:before {
    content: "\f0c8";
}

label.checkbox input[type="checkbox"]:checked + span:before {
    content: "\f14a";
}

label.checkbox input[type="radio"] + span:before {
    content: "\f111";
}

label.checkbox input[type="radio"]:checked + span:before {
    content: "\00f192";
}

.form-group {
    padding: 5px;

}

.form-group:hover {
    background: #fffff6;
}

.form-group:hover label {
    color: #45abe6;
}

#Loader {
    width: 220px;
    height: 50px;
    background: #0f5e80;
    color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
    padding: 15px 30px;
    font-size: 0.9em;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    display: none;
}

#quickNotification {
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 20px;
    display: none;
    text-align: center;
}

#quickNotification > div {
    box-shadow: 0 0 20px #00000078;
}

#Logo {
    position: fixed;
    width: auto;
    top: 60px;
    left: 10px;
    font-size: 2em;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    height: auto;
    z-index: 99;
}

#Logo img {
    height: 60px;
    --webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    -filter: grayscale(100%);
}

#Logo img.white {
    display: inline-block;
}

#Ribbon {
    position: fixed;
    top: -70px;
    left: 0;
    display:none;
}

#Ribbon.short {
    top: -107px;
    left: -100px;
}

#LogoWhite {
    width: 35px;
    height: 35px;
    margin: 7px 10px 5px 40px;
    display: none;
}

#MenuMobile {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 700;
    display: none;
    color: white;
    font-size: 1.1em;
    padding: 14px 0px;
    width: 50px;
    background: rgba(0, 0, 0, .3);
    border: none;
    text-align: center;
    border-radius: 0;
}

#CloseMenuMobile {
    display: none;
    border: none;
    background: transparent;
    color: brown;
    padding: 10px 20px;
}

#Content {
    background: white;
    min-height: 500px;
    padding: 0;
    margin-bottom: 100px;
}

header {
    height: 80px;
    z-index: 90;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff0d;
    background: #f2f2f2;
    background-size: 100%;
    transition: all .8s ease;

}

img#header_shape {
    position: relative;
    top: 104px;

}

#QuickToolbar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: white;
    text-align: right;
    height: 50px;
    font-size: 1.2em !important;
    background: #3e3d34;
    background: #333;
    z-index: 100;
}

#QuickToolbar .btn {
    font-size: 1.1em !important;
    background: transparent;
    border: none;
    color: #ccc;
    padding: 12px 20px;
    border-radius: 0;
    margin: 0;
rgba(255, 255, 255, 0.03);
    transition: all .5s ease;
}

#QuickToolbar .btn:hover {
    color: white;
}

#QuickToolbar .btn.signup, #QuickToolbar .btn.login {
    font-size: 0.9em !important;
}

#QuickToolbar .btn.login {
    color: #5e9ebb;
}

#QuickToolbar .btn.signup {
    color: #66a269;
}

#QuickToolbar .btn.signup:hover {
    color: #4caf50;
}

#QuickToolbar .btn.login:hover {
    color: #03A9F4;
}

#QuickToolbar .separator {
    display: inline-block;
    border-left: 1px solid #6b6868;
    width: 1px;
    height: 10px;
}

#hello_user {
    font-size: 0.8em;
    color: #e0e0e0;
    padding: 0 20px;
}

/*header.shrink #QuickContact span, header.shrink #QuickContact span a {*/
/*color: #1a4288;*/
/*}*/

#navbar {
    position: fixed;
    top: 70px;
    right: 0px;
}

#navbar .navbar-nav > li > a {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #6d6d6d;
    transition: all 1s ease;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 0.85em;
}

#navbar .navbar-nav > li > a:hover {
    color: #3689b1 !important;
    background: rgba(0, 0, 0, .1);
}

#navbar .navbar-nav > li.active > a {
    color: white !important;
    background: #1062a2;
    background: #3879ad;

}

.highlight_menu > a, .highlight_menu > a:focus {
    background: transparent;
    border: 1px solid;
}

.highlight_menu.login > a {
    border-color: #5e9ebb;
    background: #6c9eb824;
    color: #395463 !important;
}

.highlight_menu.signup > a {
    border-color: #66a269;
    background: #6cb88524;
    color: #607d56 !important;
}

.marketing h2 {
    color: #909090;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: lighter !important;
    text-transform: uppercase;
}

.marketing h3 {
    color: #295f7f;
    font-size: 1.2em;
}

.services {
    text-align: center;
}

.marketing .icon {
    font-size: 4em;
    -background: #4c4c4c;
    color: white;
    padding: 0.5em;
    border-radius: 5px;
    text-align: center;
    box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all .5s ease;
}

.marketing .services:hover .icon {
    box-shadow: inset -10px -10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background: rgb(250, 250, 250)
}

.marketing .icon.land {
    color: #66B998;
}

.marketing .icon.corporate {
    color: #9F393B;
}

.marketing .icon.judicial {
    color: #578AB8;
}

.marketing .icon.health {
    color: #B4C474;
}

.marketing .icon.realestate {
    color: #FF8500;
}

.marketing .icon.auxillary {
    color: #B5C5C2;
}

footer .form-group:hover {
    background: none;
}

footer input, footer textarea {
    background: rgba(0, 0, 0, .5) !important;
    border: none !important;
    padding: 25px 15px !important;
    color: white !important;
    resize: none;
}

footer button {
    background: #295f7f !important;
    border: none !important;
    padding: 15px 25px !important;
    color: white !important;
}

footer button:hover {
    background: #3781ad !important;
}

footer h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
    font-weight: lighter !important;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    font-size: 0.8em;
    padding: 8px 0;
}

.breadcrumb a {
    display: inline-block;
    background-color: #edf6ff;
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.breadcrumb a:first-child {
    margin-left: 0;
}

hr.divider {
    clear: both;
}

footer .divider {
    border-top: 1px solid #484848;
}

#Content input.mobile, #Content select.mobile, #Content button.mobile, #Content textarea.mobile, #Content a.btn.mobile {
    padding: 15px 15px !important;
}

#Content button.btn.action {
    padding: 6px 15px !important;
}

#Content button.btn.btn-sm {
    padding: 6px 15px !important;
}

.form-group label.required {
    color: #0F5E80;
}

.form-group label.required:after {
    content: " *"
}

.btn-link {
    cursor: pointer;
}

#Content input:invalid, #Content select:invalid {
    border-color: #ffbdbd;
    background: #fff8f8;
    border-radius: 4px 4px 0 0;
}

.validity_error {
    background: #f4bdbd;
    color: brown;
    padding: 5px 10px;
    font-size: 0.8em;
}

ul.nav-tabs.steps {
    border: none;
    margin: 10px 0;
}

ul.nav-tabs.steps li {
    padding: 0;
}

ul.nav-tabs.steps li a {
    border: 1px solid #56b5d2;
    margin: 0;
    border-left: none;
    border-radius: 0;
    padding: 5px 20px;
    background: #5bc0de;
    color: white;

}

ul.nav-tabs.steps li:last-child a {
    border-radius: 0 5px 5px 0;
}

ul.nav-tabs.steps li:first-child a {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid silver;
}

ul.nav-tabs.steps li.active a {
    border-color: #f19633;
    background: #FF9800;
    color: white;
}

div.tab-pane h4.step {
    margin: 20px 0 10px;
    color: #545454;
    text-transform: uppercase;
}

ul.nav-tabs > li > a > i {
    font-size: 1.5em;
}

ul.nav-tabs > li.active > a > span {
    display: none;
}

ul.nav-tabs > li > a {
    color: #636363;
    padding: 10px 12px !important;
}

ul.nav-tabs > li.active > a {
    color: #337ab7 !important;
}

ul.nav-tabs > li.disabled > a {
    color: #adadad !important;
}




.quick-number {
    background: #285e7e;
    background: #3379b7;
    color: white;
    border: 5px solid white;
    height: 130px;
}

.quick-number h4 {
    font-size: 3em;
}

.quick-number h5 {
    color: #48b2ef;
}

.quick-number:after {
    content: "\f087";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 80px;
    color: white;
    top: 0;
    right: 10px;
    z-index: 1;
    opacity: .1;
}

.quick-number.mission:after {
    content: "\f0e3";
}

.quick-number.doc:after {
    content: "\f0c6";
}

.quick-number.inbox:after {
    content: "\f01c";
}

.quick-number.bills:after {
    content: "\f571";
}

.quick-number > a {
    color: #b1e4ff;
    text-decoration: underline;
    font-size: 0.9em;
}

.quick-number > a:hover {
    color: white;
    text-decoration: none;
}

input[readonly], select[readonly], textarea[readonly] {
    border: none !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
}

input[readonly]::-webkit-input-placeholder, select[readonly]::-webkit-input-placeholder, textarea[readonly]::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}

input[readonly]:-moz-placeholder, select[readonly]:-moz-placeholder, textarea[readonly]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

input[readonly]::-moz-placeholder, select[readonly]::-moz-placeholder, textarea[readonly]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

input[readonly]:-ms-input-placeholder, select[readonly]:-ms-input-placeholder, textarea[readonly]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.txt_resume {
    color: #285e7e;
    font-style: italic;
    font-size: 1.1em;
}

#admin_toolbars {
    width: 222px;
    position: fixed;
    top: 200px;
    right: -173px;
    z-index: 9999;
    border-radius: 5px;
    transition: right .5s ease;
}

#admin_toolbars.extended {
    right: 0;
}

#admin_toolbars .extBtn {
    width: 50px;
    float: left;
    text-align: center;
    font-size: 1.72em;
    background: #505050;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
}

#admin_toolbars .helpBtn {
    width: 40px;
    float: left;
    text-align: center;
    font-size: 1.72em;
    background: #00000014;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    top: -75px;
    left: 10px;
}

#admin_toolbars .mainBtn {
    width: 170px;
    margin-left: 50px;
    background: #505050;
    padding: 5px;
    border-radius: 0px 5px 5px 5px;
}

#admin_toolbars .mainBtn .btn {
    text-align: left;
}

[contenteditable='true'] {
    background-color: #ffffef;
    border: 1px dashed #FFC107
}

.property-cards {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.property-cards li.property-card {
    display: inline-block;
    width: 250px;
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    border: 1px solid silver;
}

.property-cards li.property-card:hover {
    background: #fffefa;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);

}

.property-cards li.property-card > img.img_preview {
    background: #41484A no-repeat center;
    background-size: contain;
    width: 240px;
    height: 200px;
}

.property-cards li.property-card h4 {
    color: #3379b7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.property-cards li.property-card h6 {
    color: gray;
    font-weight: normal;
    height: 50px;
}

.property-cards li.property-card.no-privacy p.privacy-settings {
    color: brown;
}

.property-cards li.property-card.full-privacy {
    border: 1px solid brown !important;
    background-color: #fff0f0 !important;
    border-radius: 3px !important;
    height: 80px !important;
}

.property-cards li.property-card.full-privacy img {
    display: none;
}

.property-cards li.property-card.full-privacy h4 {
    color: brown;
}

.property-cards li.property-card .btn {
    padding: 10px !important;
    font-size: 1em;
}

.property-cards.list-style li.property-card {
    display: list-item;
    width: 100%;
    padding: 10px 10px 0 10px;
    border-radius: 0;
    margin: 10px 5px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.property-cards.list-style li.property-card:nth-child(even) {
    background: aliceblue;
}

.property-cards.list-style li.property-card > img.img_preview {
    float: left;
    width: 125px;
    height: 100px;
    margin-right: 20px;
}

.property-cards.list-style li.property-card .footer-btn {
    position: relative;
    top: -212px;
    width: 150px;
    float: right;
}

.property-cards.list-style li.property-card .btn {
    font-size: 0.8em;
}

.toolsbar .btn.list-style-btn {
    font-size: 23px;
    padding: 0px !important;
    color: gray;
}

.toolsbar .btn.list-style-btn:hover {
    font-size: 23px;
    padding: 0px !important;
    color: cornflowerblue;
}

.table.disabled {
    color: silver;
}

.toolbars {
    width: 160px;
    padding-top: 90px;
}

.toolbars.tlbrs_fix {
    position: fixed;
    top: 25px;
    padding-top: 90px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
    height: 600px;
    margin-bottom: 0px;
    overflow: hidden;
}

#myCarousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#myCarousel li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#myCarousel li:first-child {
    display: block;
}

#myCarousel li div.caption {
    position: absolute;
    width: 100%;
    padding: 10px 100px;
    top: 250px;
    height: 400px;
    margin: auto;
    color: white;
    text-align: center;
}

#myCarousel li div.caption .quote {
    font-size: 2.9em;
    text-shadow: 1px 1px 1px black;
    background-size: 8%;
    padding: 10px;
    display: none;
}

#myCarousel li div.caption .quote {
    display: block;
    letter-spacing: .1em; /* Adjust as needed */
}

#myCarousel li div.caption .sub-quote {
    font-size: 1.2em;
    text-shadow: 1px 1px 1px black;
    padding: 5px 5px 5px 80px;
    font-style: italic;
    display: none;
}

#myCarousel li div.caption p.btn-actions {
    display: none;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffffff29;
    text-align: center;
}

#myCarousel li div.caption .btn.btn-ghost {
    background: rgba(0, 0, 0, .5);
    background: #22465f;
    padding: 10px 20px;
    color: #dbdbdb;
    font-size: 1.2em;
    transition: all .5s ease;
    border: 1px solid rgba(255, 255, 255, 0.38);
}

#myCarousel li div.caption .btn.btn-ghost:hover {
    background: rgba(0, 0, 0, .6);
    background: rgba(13, 33, 68, 0.83);
    background: #285C7B;
    color: white;
}

#myCarousel .ss-btn {
    position: absolute;
    top: 300px;
    z-index: 999;
    font-size: 5em;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

#myCarousel .ss-btn:hover {
    color: rgba(255, 255, 255, .8);
}

#myCarousel .ss-btn.ss-prev {
    left: 50px;
}

#myCarousel .ss-btn.ss-next {
    right: 50px;
}

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 0px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    background: rgba(0, 0, 0, .7);
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


.btn.btn-lg {
    padding: 15px 15px;
}

.btn.text-left {
    text-align: left;
}

.tab-pane {
    padding-top: 10px;
}

.action_toolbars {
    margin: 15px 5px;
}

.action_toolbars .btn {
    transition: all .5s ease;
    padding: 10px 15px;
}

.action_toolbars .btn.main {
    margin-right: 10px;
    -text-shadow: 1px 1px 2px #426132;
    text-transform: uppercase;
}

#search_bar {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #dadada;
    background: #fbfbfb;
    border-radius: 5px;
}

#search_bar .adv {
    display: none;
}

#search_bar .btn-search-mode {
    border-radius: 100px;
}

#search_bar .btn-search-mode:first-child {
    border-radius: 100px 0 0 100px;
}

#search_bar .btn-search-mode:last-child {
    border-radius: 0 100px 100px 0;
}

#search_bar label {
    font-size: 0.8em;
    color: #4a4a4a;
}

#pagination_bar {
    font-size: 0.8em;
    background: #f3f3f3;
    padding: 5px;
    margin-bottom: 10px;
}

#pagination_bar .page-group {
    width: 145px;
    margin: 0 10px;
}

#pagination_bar .page-group input {
    text-align: right;
    font-size: 1em;
}

#pagination_bar .form-group {
    margin-bottom: 0 !important;
}

#pagination_bar .btn i {
    font-size: 0.8em;
    color: #3379b7;
}

#pagination_bar .input-group-addon {
    font-size: 0.9em;
    padding: 6px;
}

#pagination_bar .form-group.pull-right {
    margin-left: 15px;
}

#pagination_bar .form-group select {
    font-size: 0.9em;
    padding: 6px 25px 6px 10px;
}

#el_lst li {
    min-height: 130px;
}

#el_lst >li hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#el_lst div.status {
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}

#el_lst div.info {
    margin-left: 90px;
}


#el_lst .tags {
    background-color: #e2e2e2;
    padding: 3px 10px;
    border-radius: 10px;
    color: #333;
}

#el_lst li.active .text-muted {
    color: #b7c3ce;
}


#el_lst li.active .tags {
    background-color: #67b4f9;
    color: #264b6d;
}



.form-group input.date, .form-group input.daterange {
    text-align: center;
}

.form-group input[type="number"] {
    text-align: right;
}


#info_filter {
    display: none;
}

#el_lst li .action_btn {
    display: none;
    background: rgba(0,0,0,.1);
    padding: 5px;
    border-radius: 4px;
    width: 50px;
}

#el_lst li:hover .action_btn {
    display: none;
}

#el_lst li .action_btn .btn {
    margin: 3px;
    width: 45px;
    height: 45px;

}

.action_btn_fixed {
    position: fixed;
    top: -50px;
    padding: 10px;
    left: 0;
    z-index: 99;
    background: #ffffffb8;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #407bb099;
    box-shadow: 0 0 20px #0000008a;
    -display: none;
    transition: all .5s ease;
}

.action_btn_fixed.show {
    display: block;
    top: 50px;
}

.btn-actions-toolbars {
    background: #f1f1f1;
    padding: 10px;
    text-align: right;
    display: block;
}

/*.tab-pane .edit-el-on {*/
    /*display: none;*/
/*}*/

/*.tab-pane .edit-el-off {*/
    /*display: initial;*/
/*}*/

/*.tab-pane.edit-mode .edit-el-on {*/
    /*display: initial;*/
/*}*/

/*.tab-pane.edit-mode .edit-el-off {*/
    /*display: none;*/
/*}*/

.tab-pane input[disabled],
.tab-pane select[disabled]{
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    text-align: left;
    -webkit-appearance: none;
}

.tab-pane label.checkbox input:checked[disabled] + span {
    background-color: transparent;
    color: #5d5d5d;
    border: none;
}

.tab-pane label.checkbox input:not(:checked)[disabled] + span {
    display: none;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* Animate
-------------------------------------*/

#scroll-more {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
}

#scroll-more .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

#scroll-more .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

#scroll-more .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

#scroll-more .chevron:before,
#scroll-more .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

#scroll-more .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

#scroll-more .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

#scroll-more .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

/* SHRINK CSS
-------------------------------------------------- */
header.shrink {
    background: #f2f2f2;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}


#chat_area {
    background: #f5f5f5;
    padding: 10px;
    box-shadow: 0 0 0 1px #dddddd;
    border-top: 2px solid #f5f5f5;
    border-bottom: 10px solid #f5f5f5;
    border-radius: 10px 10px 0 0;
}

#chat_area ul {
    height: 350px;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    overflow: auto;

}

#chat_area li {
    background: #cee4ec;
    margin: 1px 5px;
    padding: 10px;
    border-radius: 10px;
}

#chat_area li > .date {
    margin: 0;
    margin-top: 10px;
}

#chat_area li > .date span {
    display: inline-block;
    background-color: rgba(0,0,0,.1);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.85em;
}

#chat_area li.contact {
    margin-right: 50px;
    border-radius: 4px 10px 10px 4px;
}


#chat_area li.me {
    margin-left: 50px;
    background: #3879AD;
    color: white;
    border-radius: 10px 4px 4px 10px;
}

#chat_area li.me > .date{
    text-align: right;
}

li.contact + li.me, li.me + li.contact{
    margin-top: 20px !important;
}

li.contact + li.me:before, #chat_area li.me:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: relative;
    font-size: 40px;
    right: -100%;
    top: -20px;
    margin-left: 5px;
    float: left;
    color: #457bab;
    margin-right: -20px;
}

li.me + li.contact:before, #chat_area li.contact:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d9";
    position: relative;
    font-size: 40px;
    left: -20px;
    top: -20px;
    float: left;
    color: #d2e3eb;
    margin-right: -20px;
}

#chat_input_txt {
    background: white;
    box-shadow: 0 0 0 1px #dddddd;
    border-radius: 0 0 25px 10px ;
}

#chat_input_txt textarea, #chat_input_txt input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    resize: none;
    box-shadow: none;
}

#chat_input_txt textarea:focus, #chat_input_txt input[type="text"]:focus {
    box-shadow: none;
    border: none;
    outline: none;
    background: #fffeee;
}

#send-msg-btn-submit{
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
}

.fc-event-container > a.pills {
    display: inline-block;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
    #QuickBtn.navbar-nav {
        margin: 0;
    }

    #Logo {
        display: none;
    }

    #QuickToolbar {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
        border-bottom: 1px solid #4a4a4a;
    }

    h2 {
        margin-left: 10px;
    }

    header {
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 1000;
        padding: 0 !important;
        height: 100%;
        width: 300px;
        background: rgba(255, 255, 255, .95);
        transition: all .5s ease;
    }

    header.extended {
        left: 0;
    }

    header .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }

    #MenuMobile {
        display: block;
    }

    #LogoWhite {
        display: block;
    }

    #Ribbon {
        display: none;
    }

    #QuickToolbar .extra_btn {
        display: none;
    }

    #QuickToolbar .btn {
        padding: 0;
    }

    #hello_user {
        padding: 15px 0;
        display: inline-block;
    }

    #navbar {
        position: fixed;
        top: 0;
        left: -105%;
        width: 90%;
        height: 100% !important;
        background: rgba(0, 0, 0, .9);
        z-index: 999;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: 0 0 40px rgba(0,0,0,.5);
        transition: all .8s ease;
    }

    #navbar.extend {
        left: 0;
    }

    #CloseMenuMobile {
        display: inline-block;
    }

    #navbar ul.navbar-nav {
        float: none !important;
        padding: 0 !important;
        margin: 10px 10px !important;
    }

    #navbar .navbar-nav >li {
        margin-bottom: 20px;
        float: none !important;
    }

    #navbar .navbar-nav > li > a {
        font-size: 1.15em;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #929292;
    }

    #navbar .navbar-nav > li > a > i {
        font-size: 1.3em;
        display: inline-block;
        margin-right: 10px;
    }

    .carousel-caption {
        right: 0;
        top: 10px;
        height: 100%;
        left: 0;
        padding: 100px 15%;
    }

    .marketing .services {
        font-size: 0.8em;
        margin-bottom: 50px;

    }

    .navbar-nav .open .dropdown-menu.ul-search {
        position: fixed;
        top: 45px;
        left: 0;
        color: white;
        background: #ffffff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        border-bottom: 1px solid silver;
        border-radius: 0;
    }

    #QuickBtn li.search {
        width: 100%;
    }

    #QuickBtn li.search input {
        width: 80%;
    }

    #QuickBtn li.search button {
        float: right;
    }

    #Content {
        margin-top: 8px !important;
    }

    #myCarousel li div.caption {
        padding: 10px;
        top: 100px;
    }

    #myCarousel .ss-btn.ss-prev {
        left: 5px;
    }

    #myCarousel .ss-btn.ss-next {
        right: 5px;
    }

    .fc-toolbar h2 {
        margin: 0;
        font-size: 1em;
    }

}

@media (min-width: 769px) and (max-width: 900px){
    #Logo {
        width: 65px;
    }
}

/* Time Icon
----
 */
time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    margin-right: 50px;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #fd9f1b;
    background-color: #3379b7;
    border-bottom: 1px dashed #f37302;
    border-bottom: 1px dashed #2e5c95;
    box-shadow: 0 2px 0 #fd9f1b;
    box-shadow: 0 2px 0 #3379b7;
}

time.icon em {
    position: absolute;
    bottom: 0.3em;
    color: #fd9f1b;
    color: #3379b7;
}

time.icon span {
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    color: #2f2f2f;
}

.fc-event-container > a {
    padding: 5px 2px;
    font-size: 0.7em;
    text-align: center;
}

.fc-day:hover {
    background: #ddefff;
}

.first_name_proxy {
    display: none;
}

.btn-block {
    margin-bottom: 2px;
}

.legend {
    padding: 5px;
    display: inline-block;
    margin: 2px;
    background: gray;
    color: white;
    border-radius: 3px;
}

.legend.agenda_green {
    background: green;
}

.legend.agenda_blue {
    background: #3a87ad;
}

.legend.agenda_red {
    background: #F44336;
}