/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.crmEntityFormView .tab-title {
    border-bottom: 1px solid #eee;
    background-color: #2e456b; 
    color: white !IMPORTANT;
    margin: 0;
    padding: 10px 5px 10px 10px;
    font-size: 16px !IMPORTANT;
}
.crmEntityFormView .section-title {
    border-bottom-width: 0;
    margin-bottom: 5px;
    color: #2e456b !IMPORTANT;
    background-color: #e2e6ed;
    padding: 1px 1px 1px 1px;
    margin: 0;
}

.section-title h3 {
   margin: 10px 5px 10px 10px;
   font-weight: 600;
   font-size: 16px;
   color:#2e456b  !important;
   background-color: #e2e6ed;
}


input[type=text], select {
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sectionPrimaryColor {
    background-color: #302ce1;
    color: #ffffff;
}
.btn-for-file-input{
    border-style: solid !important;
    color: #2e456b !important;
    border: 1px solid #2e456b !important;
    color: #2e456b !important;
    background-color: white !important;
    border-color: #2e456b !important;
}
.btn-for-file-input:hover, .btn-info {
     color: #FFF !important;
    background-color: #2e456b !important;
    border: 1px solid #2e456b !important;
}

.btn-primary {
    font-family: Arial !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 6px 31px !important;
    width: fit-content !important;
    border-style: solid !important;
    color: #FFF !important;
    background-color: #2e456b !important;
    border: 1px solid #2e456b !important;
}
.btn-primary:hover, .btn-info:hover, btn:hover {
    background-color: #2e456b !important;
    border: 1px solid #2e456b !important;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    background-color: #fafafa !important;
 }
 .crmEntityFormView label {
    background-color: #fafafa !important;
 }

.button2, .btn-default {
    font-weight: normal !important;
    font-size: 14px !important;
    width: fit-content !important;
    border-style: solid !important;
    color: #2e456b !important;
    border-color: #2e456b !important;
}
  .button2:not(.gjs-selected):hover, .btn-default:not(.gjs-selected):hover {
    color: #FFF !important;
    background-color: #2e456b !important;
    border-color:#2e456b !important; }
  .button2:not(.gjs-selected):active, .button2.active:not(.gjs-selected), .btn-default:not(.gjs-selected):active, .btn-default.active:not(.gjs-selected) {
    color:#FFF !important;
    background-color: #2e456b !important; }
  .button2:focus, .button2.focus, .btn-default:focus, .btn-default.focus {
    color: #FFF !important;
    background-color: #2e456b !important; }

.button2:hover, .btn-default:hover {
    color: #FFF !important;
    background-color: #2e456b !important;
    border: 1px solid #2e456b !important;
}

.alert-warning {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #000;
}

.columnBlockLayout {
    margin-top: 10px !important;
    margin-bottom: 0px !important;  
}

.custom {
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-top: 0px !important;    
}

.p-information { 
   font-size: 14px !important;
   color: #2e456b !important;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.h3-information {
    text-align: center;
    color: #2e456b !important;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.btn-for-delete {
    height: 28px!important;
    padding: 4px 8px 4px 8px !important;
    font-size: 14px !important;
    border: none!important;
}

div.message.success {
    background-color: #f1f7fb !IMPORTANT;
    border-color: #f1f7fb !IMPORTANT;
    color: #2e456b !IMPORTANT;
}

.label { margin-bottom: 2px !IMPORTANT;}


.crmEntityFormView .tab {
    margin-bottom: 2px !IMPORTANT;
    margin-top: 15px !IMPORTANT;
}

.multitext 
{
    margin: 0px 20px 20px 20px; 
    text-align: justify;
}

.crmEntityFormView .actions, .actions {
    margin: 0px 10px 10px 15px !IMPORTANT;
}

.table>thead>tr>th {
    font-weight: 600 !important;
    position: sticky;
    top: 0;
    height: 40px;
    background-color: #2e456b ;
    }

.entity-grid .view-grid {
        overflow-y: auto;
        max-height: 500px;
    }

.table>thead>tr>th>a {
        color: white !important;
    }

.entitylist-filter-option-group .h4 {
    font-size: 18px !important;
    color: var(--portalThemeColor1) !important;
}

input[readonly], textarea[readonly], select[readonly] {
    background-color: #fafafa !important;
}

h1.siteTitle, .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle, .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle > span
{
     color: #FFFFFF !important;
}

.grid-actions {
margin-bottom: 0px !important; 
padding-bottom: 0px !important;
}

.wrapper-body {
width: 99% !Important;
}

.custom-action
{
    margin: 0px 10px 10px 40px !IMPORTANT;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover {
    background-color: #2e456b !important
}

.addnote {
    float:left !important;

}
.fontwhite
{
    color: white !important;
}

 .successmessage {
    background-color: #e2e6ed !important;
    border-color: lightgrey !important;
    border-style:solid;
    border-width: 1px;
}

.entitylist{
    border: 1px solid #f6f6f6 !important;
}

.footer-bottom {
    padding: 10px 0px !important;
}

.entity-associate .selected-records .item:hover {
    background-color: #2e456b !important; 
}

.entitylist-filter-option-group .h4 {
    font-size: 14px !important;
    color: var(--portalThemeColor1) !important;
}

.card-body {
    padding: 5px 5px 5px 20px !important;
    background-color: #fafafa !important;
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
    height: 34px !important;
}

.entitylist-filter-option-text {
    width: 100% !important;
}

.field-label
{
    padding-left:8px;
}

.form-control {
 padding-left:10px !important;
}
.btn-reset
{
    margin-left:8px;
}

button:not([disabled]):focus,input:not([disabled]):focus,select:not([disabled]):focus,textarea:not([disabled]):focus {
    box-shadow: 0 0 5px rgb(40 48 50) !important;
    border: 1px solid rgb(104 117 120) !important;
    outline: none !important;
    }

[contentEditable=true]:focus,iframe:focus {
    outline: .25 rem solid #2e456b !important;
}

.input-group-text {   
    border: 1px solid #ced4da;
}
.list-inline-item {
    display: block;
}

.hidden {
    display:none !important;
}

/* Media query starts from here */
@media (min-width: 768px){
.container-general {
    width: 90%;
}
}

@media (min-width: 768px){
.container-content-general {
    width: 98%;
}
}
