

/*#content_form {
    display: none;
}

f4f4f4
f7f8fb

*/

/*
Major Element Overrides
*/

/*#WebFormControl {
    display: none;
    margin-top: -40px;
}

div[id*='WebFormControl']:not([id*='ProgressIndicator']):not(#WebFormControl) {
    display: none;
    margin-top: -60px;
}*/

/* Notes section grid layout */

.entity-notes .note{
    margin-bottom: 0px;
    border-top: none;
    padding-top: 0px;
}

label{
    color: #414141;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 3px;
}

.form-control {
    box-sizing: border-box;
    border: solid 1px #A9A9A9;
    border-radius: 0px;
    width: 100%;
    padding: 6px 8px 6px 8px;
    color: #666666;
    font-size: 1rem;
    font-weight: 300;
    line-height: 21px;
    background: #FFFFFF;
    outline: none;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*.form-control:focus {
    background-color:yellow;
}*/

.crmEntityFormView .cell.boolean-radio-cell input[type=radio]:focus
{
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.clearfix cell picklist-cell {
    display: inline;
}

/* Fix for Checkboxes: now aligns correctly */
@media (min-width:768px){
    .crmEntityFormView .cell.checkbox-cell:first-child {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 28px;
    }
}
/* Ensure radio button is aligned to text */
.crmEntityFormView .boolean-radio label 
{
     vertical-align: middle;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio] 
{
     vertical-align: middle;
}

.crmEntityFormView .boolean-radio label{
    font-weight: 300;
}

.crmEntityFormView .cell {
    padding-bottom: 15px;
}

div.entity-notes .attachment {
    border-style:none;
    padding: 0px;   
}

.entity-notes a.addnote {
    float:left;
} 
/* Notes section grid layout Ends */
 .section-title {
       color: #40657E;
    }

@media (min-width:768px){
 .section-title {
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 25px;
        color: #40657E;
        font-size:2em;
    }
}

.tab-title {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #40657E;
    font-size:2em;
}

.row {
    display: block;
}

div.page-header {
    display: none;
}

.hiddenfield {
    display: none;
}

.page-copy {
    margin-bottom: 40px;
}

.customCard, .entity-form, .entity-grid.entitylist {
    background-color: #f4f4f4;
    box-shadow: 0.4rem 0.4rem 1rem 0.1rem rgba(58,59,69,.15);
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #efeff0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.customCard > h5 {
    margin-top: 0px;
}

.panel {
    background-color: transparent;
    border-width:2px;
    border-color:#ddd;
}
.panel-default>.panel-heading {
    border-width:2px;
    border-color:#ddd;
}
.panel-title {
    color: #40657E;
    margin-bottom: 8px;
}

.breadcrumb {
    background-color: #f4f4f4;
    box-shadow: 0.4rem 0.4rem 1rem 0.1rem rgba(58,59,69,.15);
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #efeff0;
}

.view-search.entitylist-search .query.form-control {
    background-color: white;
}

input.text.form-control.lookup.form-control:not([readonly="readonly"]) {
	background-color: white;
}

.crmEntityFormView .form-control.readonly,
.textarea.form-control.readonly,
.text.form-control.readonly,
.aspNetDisabled.text.form-control.lookup.form-control,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control{
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    padding-left: 12px;
    padding-right: 12px
}

.control .text-muted {
    display: none;
}


/*
Minor Element Overrides
*/

.list-group-item-success {
    color: #000;
    background-color: #d2e956;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2e495c;
    border-color: #2e495c;
}


div[id*='WebFormControl'][id*='ProgressIndicator'] > ol.progress.list-group > li {
    cursor: pointer;
}

div[id*='WebFormControl'][id*='ProgressIndicator'] > ol.progress.list-group .glyphicon {
    display: none;
}


.breadcrumb {
    margin-bottom: 5px;
}

#navbar .navbar-right .username {
    font-size: 0.85em;
}

div[id*='WebFormControl'][id*='ProgressIndicator'] {
    padding-top: 15px;
    padding-bottom: 5px;
}

.progress.list-group.top {
    margin-bottom: 10px;
}

.customButtonCopy {
    overflow: auto;
    padding-bottom: 10px;
}

.customButtonCopy .btn:first-child {
        margin-right: 5px;
}

.btn {
    padding: 10px 20px;
    color: #FFFFFF;
    background: #40657E;
    border: 0px;
    /*font-size: 1.125rem;*/
    font-weight:300;
}

.btn-xs {
    padding: 0px 5px 0px 5px;
}

display: inline-block;
    padding: 10px 20px;
    color: #FFFFFF;
    background: #40657E;
    border: 0px;
    border: 0px;
    font-size: 1.125rem;

.btn-default {
    color: #2e495c;
    background-color: #fff;
    border-color: #2e495c;
}

.btn-default:hover {
        color: #2e495c;
        border-color: #2e495c;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
    padding: 10px 20px;
    color: #FFFFFF;
    background: #40657E;
    border: 0px;
    /*font-size: 1.125rem;*/
}

    .btn-primary:disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #a9b3ba;
        border-color: #a9b3ba;
        color:#000000;
    }

.btn-info, .btn-info:hover {
    background-color: #2e495c;
    border-color: #2e495c;
}



.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #2e495c;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2e495c;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-toggle {
    background-color: #2e495c;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #2e495c;
}


.navbar-header, .navbar-brand {
    width: 100%;
}

.navbar-brand {
    height: 50px;
}

.navbar.navbar-inverse.navbar-static-top {
    background-image: url(/header-bg.png);
    background-position: 100% 33%;
    background-repeat: no-repeat;
    background-color: #E1E1E1;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    margin-top: 5px;
}

.menubar-left, .menubar-right {
    display: inline-block;
    width: 49%;
}

.menubar-right {
    text-align: right;
}

.menubar-centre {
    float: left;
    width: 50%;
    align-content: center;
    text-align: center;
}

/* Contain header images at smaller resolutions to menubar-x containers */
.menubar-image {
    width: 100%;
    height: 100%;
}

/* Enforce max size to svg native width / same height at larger resolutions */
.menubar-left .menubar-image {
    height: 50px; /*source svg is only 42px, will force it larger for now, replace svg with larger native one later*/
    max-width: 300px;
    max-height: 50px;
}

.menubar-right .menubar-image {
    max-width: 215px;
    max-height: 50px;
}

.page-footer {
    margin-top: 0px;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: #2e495c;
    padding-top: 10px;
    text-align: center;
}

.page-footer a, .page-footer a:hover, .page-footer a:focus {
    color: inherit;
}

a.footer-left {
    text-align: center;
    font-size: 2.5rem;
    margin-top: -2px;
}

a.footer-right {
    text-align: center;
}

.customFooterCopyright {
    font-size: 1rem;
    margin-top: 4px;
}

legend {
    font-size: 1.7rem;
}

.progress {
    font-size: 1.2rem;
    background-color: #f4f4f4;
    box-shadow: 0.5rem 0.5rem 1rem 0.1rem rgba(58,59,69,.15);
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #efeff0;
}

.dropdown .dropdown-menu {
    /*font-size: 1.3rem;*/
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    /*font-size: 1.5rem;*/
}


html {
    /* THIS IS THE BASE FONT SIZE FROM WHICH ALL 'REM' VALUES ARE CALCULATED */
    font-size: 16px;
}

body {
    font-family: Calibri, Arial, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    margin: 0px;
    min-width: 320px;
    position: relative;
    color: #414141;
    line-height:1.25;
}

a,
a:hover,
a:focus {
    color: #2e495c;
}

.customCard a {
    text-decoration: underline;
}

.sysAnnouncementDiv {
    padding-left: 10px;
    padding-top: 5px;
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}


.systemAnnouncement {
    color: red;
    font-size: 1.2rem;
    padding-top: 10px;
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c8c8;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c8c8c8;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #c8c8c8;
}

th{
   font-weight:300;
}

/* Branding page for sub-panels*/
.panel-group .panel + .panel {
    margin-top: 0px;
}

/*Override primary panel heading to match theme*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2e495c;
    border-color: #2e495c;
    border-radius: 10px;
}

input[type=file]{
    font-size:0.9rem;
}

/* bootstrap tabs */
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #40657e;
    background-color: #f4f4f4;
    border-color: #dee2e6 #dee2e6 #f4f4f4 #dee2e6;
    font-weight: 400;
}

.description {
    font-style: italic;
}

.webresource-main {
    margin: 0;
    font-family: Calibri, Arial, Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
}

figure {
    float: right;
    clear: both;
    text-align: center
}

figcaption {
    font-style: italic;
    font-weight: bold;
}
/*
sb-admin-2.css v4 changes needed.
Not required for legacy v3 version
*/


/*

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.input-group {
    display: table;
}

.input-group > .form-control {
    width: 100%;
}


.navbar-nav {
    flex-direction: row;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.list-group {
    flex-direction: row;
}

.dropdown-toggle::after {
    display: none;
}

.xrm-editable-hover {
	outline: 0px !important;
	outline-offset: 0px !important;
}

.fade:not(.show) {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0px);
}

.modal-header {
    display: block;
}


.collapse.in {
    display: block;
}



*/

