/*.portalPage {
    padding: 0px 0px 0px 36px;
    width: 100%;
}

.portalDescText {
    width: 75%;
}

.portalInfoArea {
    background: #f2f2f2;
    padding: 20px;
}

.portalInfoBox {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 10px;
    background: rgba(250,250,250,0.90);
    width: 100%;
    color: #31323a;
    text-align: right;
}

.portalButton {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
    bottom: 35px;
    font-weight: 500;
    background-color: transparent !important;
    color: #0078D4;
    transition: all 0.5s;
    right: 35px;
}

    .portalButton:hover {
        background-color: #0078D4 !important;
        color: white;
    }

    .portalButton:actve {
        background-color: #0078D4 !important;
        color: white;
    }

    .portalButton:focus {
        background-color: #0078D4 !important;
        color: white;
    }

.portalInfoBox h4 {
    color: #0078D4;
    font-size: 24px;
    margin: 15px;
}

a{
    color: #0078D4;
}

.btn-primary {
    color: white;
    background-color: #0078D4 !important;
    border-color: #0078D4;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus {
    color: white;
    background-color: #0078D4 !important;
    border-color: #0078D4;
}

.btn-default {
    color: #0078D4;
    background-color: #fff;
    border-color: #0078D4;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:focus,
.btn-default.focus {
    color: #0078D4;
    background-color: #e6e6e6 !important;
    border-color: #0078D4;
}

.navbar-static-top {
    background-color: #000 !important;
}

    .navbar-static-top a {
        color: #FFF !important;
    }

.navbar-brand a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: px;
}

.navbar-brand .xrm-attribute-value img {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.navbar {
    background-color: #000000 !important;
}

.weblinks > li > a:hover {
    background-color: #F3F2F1 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #F0F0F3;
    border-color: #FFFFFF;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF !important;
    background-color: #f2f3f1;
}

navbar-toggle .icon-bar {
    width: 22px;
    height: 3px !important;
    border-radius: 12px;
}

.navbar-inverse .navbar-toggle:focus {
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #000000;
}

.crmEntityFormView {
    border: none;
}

.crmEntityFormView .tab-title {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

.crmEntityFormView .section-title.show-bar {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

.crmEntityFormView .tab .tab-column:first-child {
    padding-left: 28px;
}

#content-container .crmEntityFormView .tab .tab-column:first-child {
    padding-left: 0px !important;
}

.crmEntityFormView .cell  {
    padding-left: 0px;
}

#main-row .form-right-column > div > h2 {
    padding-left: 28px;
}

.crmEntityFormView .actions {
    padding-left: 28px;
    padding-bottom: 20px;
}

.crmEntityFormView .cell label {
    font-size: 14px;
   color: #605E5C;
    font-weight: 600;
}

.crmEntityFormView .cell input[type=text],
.crmEntityFormView .cell select,
.crmEntityFormView .cell textarea {
    font-size: 14px;
    font-weight: 400;
}

.crmEntityFormView .tab-title {
    font-size: 20px;
    font-weight: 600;
}

.crmEntityFormView .section-title {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 768px) {
    div.page-copy {
        margin-bottom: 0px;
        visibility: hidden;
        height: 0;
    }
        
    .navbar-brand > img {
        margin-top: 4px;
        margin-bottom: 3px;
    }


}

.crmEntityFormView .cell label {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}
.crmEntityFormView{
	background-color:#000;
	color:#FFF;
}
.modal-header{
    background-color: #000;
    color:#FFF;
}
.crmEntityFormView table.table td {
    padding: 8px;
    color: #000;
    background-color: #fff;
}
.modal-content{
    background-color: #fff;
    color:#000;
}
.alert-warning {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.margin-addfile.form-group>label{
    color:#000 !important;
}
.form-group.checkbox>label{
    color:#000 !important;
}
#main-row .form-right-column>h2,.tab-column,.well{
    color:#fff;
    background-color: #000;
}
#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel,div#mainContent,.popover-content{
    background-color: #000;
}

#subGrid_DocumentLocation > div > section.modal.fade.modal-add-file.in > div > div > div.modal-body > div > div:nth-child(2) > div.col-sm-9.checkbox > label{
    color: #000;
}
.picker-switch,.next,.prev,.month,.year{
    color: #000;
}
.fa {
    position: relative;
    top: 1px;
    display: inline;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */