/*
    orange (Coral Rose) - #F87C56
    teal (Dragonfly) - #508E96
    dark blue (Estate Blue) - #163D5C
    purple gray (Smoked Plum) - #edf1f1
    green (Climbing Ivy) - #55574C
    light blue - #CDF1F6
*/

#header {
    background-color: #ffffff;
    color: #000;
}

#header a {
    font-weight: 100;
    color: #007681;
    text-transform: inherit;
    text-decoration: underline;
}

#header .logo {
    padding: 5px;
    width: 178px;
}

#header .logo img {
    width: auto;
    height: 40px;
}

#account {
    height: 50px;
}

#headerReturn {
    float: left;
    margin-left: 30px;
    text-decoration: none;
}

#headerReturn a {
    text-decoration: none;
}

.topAccountStatus {
    color: inherit;
    text-align: inherit;
    height: 50px;
    margin-top: 0;
}

.topAccountStatus a {
    color: inherit;
    text-transform: inherit;
    text-decoration: none;
    margin-left: 0;
    font-size: 13px;
}

#headerActionsLoggedOut, #headerActionsLoggedIn, #headerActionsAdminUser {
    height: 50px;
    float: right;
}

#headerLogin, #headerLoggedIn, #headerLogOut {
    float: right;
    display: inline-block;
    margin-left: 30px;
}

#headerPhoneNumber, #headerPhoneNumber a {
    font-size: 16px;
    float: right;
}

.logInOutBtn img, .logInOutBtn div {
    float: left;
}

.logInOutBtn img {
    margin: 2px 5px 0 0;
}

.headerLoginHighlight {
    color: #4b4f54;
}

#loggedInStatus {
    font-weight: 100;
    min-width: 130px;
    display: inline-block;
}

.navbar .panel-heading, .sidePanelDiv .panel-heading {
    background-color: #edf1f1;
}

.navbar .panel-heading, .sidePanelDiv .panel-heading, .sidePanelDiv .panel-heading a {
    color: #ffffff;
    font-weight:100;
    background: #7a99ac;
}
.sidePanelDiv .panel {
  background-color: transparent;
  padding: 0 0 10px;
  margin-bottom: 0;
  border: none;
}

#promoDisplay {
    background-color: #fff;
    cursor: inherit;
    color: black;
    /* border: 1px solid black; */
}
.price a, .pricePromo a, .price a:hover, .pricePromo a:hover {
    color:black;
    text-decoration:none
}

#priceText span.original-price {
    text-decoration: line-through;
    font-size: 15px;
    display: block;
}

.btn {
    border-radius: 5px!important;
}
.btn-primary {
    background-color: transparent;
    background-image: none;
   border-radius: 5px !important;
   color: #4b4f54;
   border:1px solid #4b4f54
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #dddfe1;
    color: #4b4f54;
}

.btn-primary-special {
    color: white;
    background-color: #007681;
    background-image: none;
    border-radius: 5px !important;
    border: 1px solid #4f758b;
}

.btn-primary-special:hover, .btn-primary-special:active, .btn-primary-special.active, .btn-primary-special.disabled, .btn-primary-special[disabled], .btn-primary-special:focus {
    color: white;
}

.btn-primary-special .glyphicon {
    color: #ffffff;
}

.sidePanelDiv .btn-sidebar.btn-primary-special {
    height: 44px;
    border-radius: 5px !important;
}

.btn-secondary {
    color: #4f758b;
    background-color: transparent;
    border:1px solid #4f758b;
    background-image: none;
    border-radius: 5px !important;
}
.btn-success {
    background: #4f758b;
}
.btn-success:hover {
    background: #4b4f54;
}
.sidePanelDiv .btn-sidebar.btn-secondary {
    border-radius: 5px !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled], .btn-secondary:focus {
    color: #7a99ac;
}

.btn-secondary .glyphicon {
    color: #4f758b;
}

.colorPanel a .woodColorImageContainer.active {
    background-color: #edf1f1;
}
#areasPanel {
    max-height: 201px;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#areasPanel .arearow.active {
    border-color: #edf1f1;
}
#areasPanel.areas-panel-walkin, #areasPanel.areas-panel-custom {
    background-color: transparent;
}
#editColorContainer a div.active, #editOptionsContainer a div.active {
    background-color: #edf1f1;
    color: #4b4f54
}

div.colorSwabWrap.active {
    background-color: #edf1f1;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #edf1f1;
    background-image: none;
}

.editBtn a, .editBtn a:hover {
    background-color: #edf1f1;
}

.btn-info, .btn-info:hover, .btn-info:focus {
    background-color: #edf1f1;
}

.popover-title, .modal-header {
    background-color: #7a99ac;
}

.popover.bottom .arrow:after {
    border-bottom-color: #7a99ac;
}

.popover-content {
    color: black;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover {
    color: white;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #edf1f1;
    color:#000
}

.layoutSelectionItem.active {
    border-color: #edf1f1;
}

.allWallsWall:hover {
    border-color: #edf1f1;
}

#allWallsViewRegion {
    position: initial;
}

.costco-logo {
    height: 20px;
    margin-left: 5px;
}

.numberCircle {
    border-radius: 50% !important;
    padding: 1px 10px;
    border: 4px solid #7a99ac;
    color: #7a99ac;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}

.textHighlight {
    color: #7a99ac;
    font-weight: bold;
}
#mainViewDiv, #threeDViewDiv, #allWallsViewDiv {
    background-color: #fff;
}
.colorPanel {
    background: #edf1f1;
}
.sidePanelDiv {
    background-color: #dddfe1;
}
.navbar-btn .caret {
    border-top: 4px solid #000;
}
.panel-body {
    background: transparent;
}
.navbar, .navbar-btn {
    color: #000;
}
.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    border-color: #484f54;
    box-shadow: none;
    background-image:none;
    border-radius: 5px!important;
}
#canvases {
    background-color: white;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-btn>.btn+.btn {
    margin-left: -1px;
    border-radius: 0!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #4f758b;
    background-image: none;
}
#toggleViewInternal.active, #toggleViewInternal:hover {
    border: 3px solid #007681!important;
}
#toggleViewExternal.active, #toggleViewExternal:hover {
    border: 3px solid #007681!important;
}