/* Custom design changes */
body {
    font-size: 13px;
}

.navbar-brand {
    padding: 5px !important;
}

.page_section p {
    border-top: none !important;
}

/* Green border white button
.btn-default {
    color: #8b1 !important;
    background-color: #fff !important;
    border-color: #8b1 !important;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        color: #fff !important;
        background-color: #7ea216 !important;
        border-color: #7ea216 !important;
    }
*/
.btn-default {
    color: #fff !important;
    background-color: #8b1 !important;
    border-color: #8b1 !important;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        color: #fff !important;
        background-color: #7ea216 !important;
        border-color: #7ea216 !important;
    }

/* Green button */
.btn-primary {
    background-color: #8b1 !important;
    border-color: #8b1 !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #7ea216 !important;
        border-color: #7ea216 !important;
    }
/* Blue Button */
.btn-info {
    background-color: #5BC2E7;
    border-color: #5BC2E7;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        background-color: #4aaed2 !important;
        border-color: #4aaed2 !important;
    }

h1, .h1 {
    font-family: "Segoe UI";
    margin: 10px 0px;
    color: #4A4A4A;
    opacity: 1;
    font-weight: 600;
}

.page-header {
    margin: 10px 0px !important;
    border-bottom: none !important;
}

a {
    color: #1B6C96;
}

    a:hover,
    a:focus,
    a:active {
        color: #1087c3;
    }

.blue {
    color: #55c0ec;
}

.green {
    color: #88bb11;
}

.font-md {
    font-size: 16px;
}

.btn-home {
    font-size: 17px;
    padding: 8px 20px;
}

    .btn-home i {
        margin-right: 3px;
    }
/* Over Rides */
#content_form {
    padding-bottom: 70px;
}

footer {
    margin-top: 28px;
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

    footer .footer-bottom {
        padding: 15px 0px;
    }

.page-header h1 {
    /*font: normal normal bold 28px/37px Segoe UI;*/
    font-size: 22px;
}

.section-landing {
    background: url("homehero.jpg") no-repeat right bottom #1e1a1b;
}

.page_section .blue_border {
    border-bottom: 7px solid #55c0ec;
}

.section-landing .row > div .section-landing-heading {
    color: #88bb11;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #666666;
    border-bottom: 4px solid #88bb11;
    padding-bottom: 6px;
}

.pagination > li > a {
    font-weight: bold;
    width: 35px;
    height: 35px;
    line-height: 20px;
    padding: 7px 10px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    border-radius: 0% !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #88bb11;
    border-color: #88bb11;
}


/* Forms */
.crmEntityFormView .tab-title {
    font: normal normal bold 16px/21px Segoe UI;
}

.crmEntityFormView .cell {
    //padding: 0 20px 20px 20px !important;
}

    .crmEntityFormView .cell.crmquickform-cell:first-child {
        border-right: 0px solid #fff !important;
    }

    .crmEntityFormView .cell input[type=text],
    .crmEntityFormView .cell select,
    .crmEntityFormView .cell textarea {
        text-indent: 5px;
        border: 1px solid #DDDDDD;
        color: #333333;
        /*font: normal normal normal 16px/21px Segoe UI;*/
        text-align: left;
        opacity: 1;
        letter-spacing: 0px;
    }

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control {
    background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 1px solid #DDDDDD;
}

.crmEntityFormView .cell label {
    /*// font-weight: 500;
    font: normal normal bold 16px/21px Segoe UI;
    letter-spacing: 0px;*/
    color: #333333;
    opacity: 1;
}

.entity-notes a.addnote {
    float: left;
}

/* Views */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #88bb11;
}

/* Charts */
.dashboard {
    margin-bottom: 70px;
}

/* Home page custom blocks */

.home-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10px 0px 60px;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-tile-block {
    margin: 0px 15.7% !important;
    padding: 0px !important;
}

.home-btn-block {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-blue {
    background: rgba(127, 202, 235,0.8);
    color: #000;
}

    .logo-blue:hover {
        background: #5BC2E7;
    }

.logo-black {
    background: rgba(32, 32, 32,0.8);
}

    .logo-black:hover {
        background: #000000;
    }

.logo-green {
    background: rgba(151, 214, 0,0.8);
}

    .logo-green:hover {
        background: #97D600;
    }

.logo-white {
    background: rgba(255, 253, 253, 0.8);
    color: #000;
}

    .logo-white:hover {
        background: #efefef;
    }

.btn-home {
    color: #fff;
    font-size: 35px;
    transition: transform .2s;
    -webkit-transition: transform .2s;
}

    .btn-home:hover,
    .btn-home:focus,
    .btn-home:active {
        text-decoration: none;
    }

    .btn-home:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

.logo-blue .btn-home,
.logo-white .btn-home {
    color: #000;
}

    .logo-blue .btn-home:hover,
    .logo-blue .btn-home:active,
    .logo-white .btn-home:hover,
    .logo-white .btn-home:active {
        color: #1087c3;
    }
/* Hide Remove value button from Modal dialogues */
button.btn.remove-value {
    display: none;
}

/* Filters show/hide block */
.entitylist-filter-option-group .h4 {
   /*font-size: 16px;*/
   font: normal normal bold 16px/24px Segoe UI;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
}

#EntityListFilterControl .list-inline > li {
    margin: 5px 15px;
}

#EntityListFilterControl {
    background: #f0f0f0;
    border: solid 1px #ccc;
}

#filters {
    margin-left: 10px;
}

.header-left {
    margin-left: 90px;
}

.header-right {
    margin-right: 90px;
}

/* Landing tiles styles */
  span.tileTitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
  }
/* End Landing tiles styles */

/*.breadcrumb > .active {
    color: #333333;
    font: normal normal bold 18px/24px Segoe UI;
}

.breadcrumb > li a, .breadcrumb > li a:hover {
    color: #333333;
    font: normal normal normal 18px/24px Segoe UI;
    letter-spacing: 0px;
    opacity: 1;
}*/
