body
{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

   
/*
.popover-body
{
    color:#ffffff;
    background-color:#012e6f;
}
*/

/* over-writing the bootstrap's 300px */
.modal-sm 
{
    max-width: 450px;
}

.card
{
    background-color:#eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}



/* Nav Bar */
.navbar
{
    background-image: -webkit-linear-gradient(top,#1e5799 0,#1a3965 100%);
    background-image: -o-linear-gradient(top,#1e5799 0,#1a3965 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e5799),to(#1a3965));
    background-image: linear-gradient(to bottom,#1e5799 0,#1a3965 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e5799', endColorstr='#ff1a3965', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);

    padding: 0px;
    
}
.navbar .dropdown-menu
{
    background-color:#1a3965;
}

.navbar .nav-item a
{
    color:#ffffff !important;
}

.navbar .nav-item a.nav-link:hover, .navbar .dropdown-menu a.dropdown-item:hover
{
    background-color:#696969 !important;
}

.navbar-nav a.nav-link
{
    padding:12px 15px !important;
}

.navbar-toggler-position{
    left: calc(100% - 60px)!important;
}
.custom-toggle-button i
{
    color:#ffffff;
    padding-top:8px;
    padding-bottom:8px;
}

.bootbox-body
{
    font-size:14px;
}

.error-highlight
{
    border: 1px solid red;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/*margin-bottom: 60px;*/ /* Margin bottom by footer height */
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}

/* generic styles */
.kits-colour
{
    color:#012e6f;
}

.kits-title-14
{
    color:#012e6f;
    font-weight:bold;
    font-size:14px;
}

/**********  Contact  ***********/

.contact-prefix-field
{
    width:100%; 
    max-width:120px;
}

.contact-phone-field
{
    width:100%; 
    max-width:120px;
}

/********************************/

.phone-area
{
    width:50px !important;
}
.phone-number
{
    width:100px !important;
}

.date-field
{
    width:120px !important;
}




/**************** Contact Details Tabs ***************/
.kits-table
{
    width:100%;
}

.kits-table tr.t-header
{
    background-color:#ccc;
}

.kits-table tr.t-body
{
    border-bottom: #eee 1px solid;
    cursor: pointer;
}
.kits-table tr.t-body:hover
{
    background-color:#eaeaea;
}

.kits-table th, .kits-table td
{
    padding: 5px 2px;
}




.bold-13
{
    font-weight:bold;
    font-size:13px;
}

.bold-14
{
    font-weight:bold;
    font-size:14px;
}

.bold-15
{
    font-weight:bold;
    font-size:15px;
}

.bold-16
{
    font-weight:bold;
    font-size:16px;
}

.bold-18
{
    font-weight:bold;
    font-size:18px;
}

.regular-18
{
    font-size:18px;
}

.regular-16
{
    font-size:16px;
}
.regular-14
{
    font-size:14px;
}
.regular-13
{
    font-size:13px;
}

.regular-10
{
    font-size:10px;
}

.red
{
    color:red;    
}

.gray-border
{
    border: 1px solid #cccccc;
}
.gray-13
{
    color: #808080;
    font-size:13px;
}

.gray-14
{
    color: #808080;
    font-size:14px;
}

.background-gray
{
    background-color: #cccccc;
}

.line-height-20
{
    line-height:20px;
}


.padding-left-5
{
    padding-left:5px;
}
.padding-right-5
{
    padding-right:5px;
}
.div-padding-2
{
    padding-top:2px;
    padding-bottom:2px;
}
.div-padding-5
{
    padding-top:5px;
    padding-bottom:5px;
}

.div-padding-10
{
    padding-top:10px;
    padding-bottom:10px;
}

.div-margin-2
{
    margin-top:2px;
    margin-bottom:2px;
}

.div-margin-10
{
    margin-top:10px;
    margin-bottom:10px;
}

.div-margin-bottom-5
{
    margin-bottom:5px;
}

.div-margin-bottom-10
{
    margin-bottom:10px;
}


.div-margin-1
{
    margin:1px;
}

.main-accent-color
{
    color: #1a3965;
}

.poi
{
    cursor:pointer;
    text-decoration:none;
}

.hidden
{
    display:none;
}

a.unformatted-link
{
    color:#212529;
    text-decoration: none;
}

.btn-xs
{
    padding: 2px 4px;
    font-size: 11px;
}

.image-highlight
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.navbar-nav li a
{
    font-size:14px;
}



.nav-tabs .nav-link
{
    color:#495057 ;
}
.nav-tabs .nav-link.active
{
    
    font-weight:bold;
}

.btn-secondary:not(:disabled):not(.disabled).active
{
    background-color:#404040;
}


/* Gallery */

.gallery-item-container 
{
    border: 1px solid #eaeaea;    
    border-radius:2px;  
    height: 110px;
    position: relative;
}

/* image section */
.gallery-item 
{
    height: 75px;
    line-height: 75px;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
}

/* buttons section */
.gallery-item-control  
{
    background-color:#eaeaea;
    position:absolute; 
    height: 35px; 
    bottom: 0; 
    left: 0;
    width:100%;
    padding-top:5px;
}

#user-image-gallery-frame
{
    height:460px;
}

@media (min-width: 768px) 
{
    .gallery-item-container
    {
        height: 135px;
    }

    .gallery-item 
    {
        height: 100px;
        line-height: 100px;
    }

    #user-image-gallery-frame
    {
        height:500px;
    }

    .modal-body{
        max-height: 85vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) 
{
    .gallery-item-container
    {
        height: 200px;
    }

    .gallery-item 
    {
        height: 165px;
        line-height: 165px;
    }

    #user-image-gallery-frame
    {
        height:500px;
    }
}

@media (min-width: 1200px) 
{
    #user-image-gallery-frame
    {
        height:650px;
    }     
}






/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before
{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
}

.breadcrumb
{
    background: none;
    font-size: 14px;
}

.breadcrumb-item a
{
    color:#333;
}

/* Market Picks */
.kits-art-img
{
    cursor:pointer;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.kits-art-img:hover
{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    
}


/* Profile */
.form-label
{
    line-height: 31px;
    vertical-align: middle;
}

.field-mandatory 
{
    font-family: Verdana, Geneva, sans-serif;
    color: #DA2128;
    font-weight: bold;
    font-size: 15px;
}

.tab-content > .tab-pane
{
    padding-top:15px;
    padding-bottom:15px;
}





/* Home Page */

.content-block
{   
    background-color: #f5f5f5;
    padding: 5px;


    

}

.home-page-block-title
{
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
}

.home-page-text
{
    font-size:14px;
}

.contact-lookup input
{
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.contact-lookup
{
    border-left:5px solid #1a3965;
}



/* Member List */

/*
.modal-dialog
{
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
*/
.member-list-filter-select
{
    padding-right:10px;
}

.member-list-filter-select .btn
{
    font-size: 14px;
}

.odd-row
{
    background: #ffffff;
}
.even-row
{
    background: #ebebeb;
}

.odd-row:hover, .even-row:hover
{
    background:#cccccc;
}

/* multi select plug-in */
.multiselect-container
{
    font-size: 13px;
    width:250px;
}


/* Contact List */
.colorSquare
{
	float:left;
	cursor:pointer;
	padding:4px;
}
.colorSquare:hover
{
	background:#eeeeee;
}

.contact-list-filter-select
{
    padding-right:10px;
    padding-top:10px;
    
}
.contact-list-filter-select select
{
    font-size:13px;
}

#filter-options
{
    border: 1px solid #efefef; 
    margin: 0px; 
    margin-top:3px;
    padding: 10px 0px;
    font-size:13px;
}

#filter-options label
{
    margin-bottom:0px;
}


#filter-options select
{
    width:auto;
}

#filter-options .btn
{
    font-size:14px;
}

/* website dashboard */
.gray-section
{
    padding: 20px;
    border: #828282 1px solid;    
    background-color: #EEEEEE;
}

.shadow-section
{
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: #d3d3d3 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .4);
}

.info-button
{
    color:#012e6f;
    cursor: help;
}

.dashboard-section-title
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom:10px;
}

.web-dashboard-thumbnail
{
    position: relative;
    height:31px; 
    width:31px; 
    overflow:hidden; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:5px;

    margin-bottom:5px;
    
}

.web-dashboard-thumbnail img
{
    
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}


/* Social wall */
#social-wall-container
{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}


.wall-portrait
{
    width: 34px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
}



.padding2px {
	padding:2px;
}

.padding4px {
	padding:4px;
}

.padding6px {
	padding:6px;
}

.padding_top6px {
	padding-top:6px;
}

.padding_top12px {
	padding-top:12px;
}

.padding_left6px {
	padding-left:6px;
}

.padding12px {
	padding: 12px;
}




.wall-post
{
    /* Applicable to larger screens
    height:316px;
    
    */
    overflow:hidden;
}

.wall-post-comment-delete
{
    line-height:40px;
    font-weight:bold;
    color:red;
    padding-left:5px;
    padding-right:5px;
}
.wall-post-comment
{
    padding-bottom:5px;
}
.wall-post-comment-content
{
    background-color:#fff;
}

.wall-post-header
{
    height:40px;
}

.wall-post-content
{
    /* Applicable to larger screens
    height:225px;
    */
    padding-top:5px;
}

.wall-post-item-padding
{
    padding-top:3px;
    padding-bottom:3px;
}

.wall-post-item
{
    width:100%;
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
}

.like-box
{
    background-color:#fff;
    padding:5px;
}



.document-library div i
{
    color:#ed1d24;
    font-size:24px;
}

#allCommentsModal .modal-body
{
    background-color:#f5f5f5;
}



/*************************************/
.mini-nav
{
    border: 1px solid #ccc;
    height:26px;
    
}

.mini-nav span
{
    padding-left: 5px;
    padding-right: 5px;
}

.mini-nav-text
{
    font-size:13px;
}

.mini-nav a:first-child span
{   
    /*padding-left: 8px;  
    padding-right: 5px;*/
    border-right: 1px solid #ccc; 
}
.mini-nav a:last-child span
{
    /*padding-left: 5px;
    padding-right: 8px;*/
    border-left: 1px solid #ccc;   
}


/* modal */
.modal-content
{
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.modal-header
{
    background-color:#eeeeee;
    padding:10px;

    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


.modal-lg
{
    max-width: 100% !important;
}

@media (min-width: 768px) 
{
    .modal-lg 
    {
        max-width: 80% !important;
    }    
}


/* footer */
.footer
{
    font-size:12px;
    color: #666;
}




/* brokerage/office news */
.news-item
{
    width:100%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    border: #666666 1px solid;
    padding:20px 15px 15px 15px;
    margin-bottom:20px;

    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;

    font-size:14px;
}

/**********************************************************************/
/* Marketing */
/**********************************************************************/

/* Direct Mail */
#mkt-dm-nav.nav .nav-link
{
    color: #012e6f;
}

#mkt-dm-nav.nav .nav-link span
{
    background-color: #012e6f;
}

#mkt-dm-nav.nav .active
{
    border-bottom: #012e6f 2px solid;
}

/* Buyer Drip */
#mkt-bd-nav.nav .nav-link
{
    color: #65A9DE;
}

#mkt-bd-nav.nav .nav-link span
{
    background-color: #65A9DE;
}

#mkt-bd-nav.nav .active
{
    border-bottom: #65A9DE 2px solid;
}


/* Flyer */
#mkt-fp-nav.nav .nav-link
{
    color: #52914c;
}

#mkt-fp-nav.nav .nav-link span
{
    background-color: #52914c;
}

#mkt-fp-nav.nav .active
{
    border-bottom: #52914c 2px solid;
}


#mkt-fp-nav.nav .disabled-text
{
    cursor: not-allowed;
    color: #ccc;
}
#mkt-fp-nav.nav .disabled-text span
{
    background-color: #ccc;
}
#mkt-fp-nav.nav .disabled-text
{
    border:none;
}

/* VDP Calendar */
#mkt-vdp-nav.nav .nav-link
{
    color: #7e2b8b;
}

#mkt-vdp-nav.nav .nav-link span
{
    background-color: #7e2b8b;
}

#mkt-vdp-nav.nav .active
{
    border-bottom: #7e2b8b 2px solid;
}

/* KiTS Card */
#mkt-card-nav.nav .nav-link
{
    color: #F37031;
}

#mkt-card-nav.nav .nav-link span
{
    background-color: #F37031;
}

#mkt-card-nav.nav .active
{
    border-bottom: #F37031 2px solid;
}

/* Action Plan */
#mkt-ap-nav.nav .nav-link
{
    color: #09a8c6;
}

#mkt-ap-nav.nav .nav-link span
{
    background-color: #09a8c6;
}

#mkt-ap-nav.nav .active
{
    border-bottom: #09a8c6 2px solid;
}

/* BombBomb */
.bb-color
{
    color:#e65c00;
}

#marketing-buttons .col-2
{
    padding-left:5px;
    padding-right:5px;
}

#marketing-home-buttons .col-3
{
    padding-left:0px;
    padding-right:0px;
}

#marketing-secondary-buttons img
{
    height:75px;
    width:75px;
}

#marketing-expand-div table
{
    width:100%;
}

#faq-accordion .btn-link
{
    font-size:14px;
    color:#444444;
}

#faq-accordion .btn-link:hover, #faq-accordion .btn-link:focus
{
    text-decoration: none;
}

#faq-accordion .card-header
{
    padding:0px;
}

#faq-accordion .card-body
{
    font-size:13px;
}


@media (max-width: 575.98px)
{
    .content-block
    {   
        border-bottom: 5px solid #999; 
    }
}

@media (min-width: 576px)
{
    .content-block-parent
    {   
        padding-top:15px;
        padding-bottom:15px;
    }
}


@media (max-width: 767.98px) 
{
    .contact-lookup
    {
        background-color:#fff;
        border-left:0px;
    }

    
}


@media (max-width: 991.98px) 
{
    /*
    .container
    {
        max-width:none;

        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    */
}




[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(218, 218, 218);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-family: 'Old Standard TT', serif;
    letter-spacing: 1px;
    
    width:80%;
    max-width:500px;
}
[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(0, 136, 18);
    background-color: rgb(214, 255, 220);
}
[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(220, 53, 69);
    background-color: rgb(255, 211, 211);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

.text-red
{
    color:red;
}




