﻿/* Intiva Health Specific CSS */
@import url('https://fonts.googleapis.com/css?family=Lato');

#header {
	    background: #fff;
}

#divSiteMasterNavigationMenuWrapper {
    background: #00a8eb;
}

.headerLogoWrap {
    background: #fff;
    padding: 5px 0px;
}


body {
    background: none;
    background-color: #f4f5f7;
    background-color: #fff;
    font-family: 'Lato';
}


.sidebarItemWrapper.selected{
	border-right: 5px solid #00a8eb;
}
.titleBar {
    color: #292929;
}
/* custom button from bootstrap button */
.input-group-btn > .btn.factor360CustomBootstrapButton {
    background: #00a8eb;
    color: #ffffff;
}
/* end of custom button from bootstrap button */
.button, a.button, .buttonLogin, .timeOutWindow .ui-dialog-buttonpane button {
    background: #00a8eb;
    color: #fff !important;
    font-family: 'Lato';
    border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius-: 500px !important;
}

    .button:hover, a.button:hover, .buttonLogin:hover, .timeOutWindow .ui-dialog-buttonpane button:hover {
        color: #fff !important;
        background: #10bbff !important;
        text-decoration: none;
    }
	

    .button:focus, a.button:focus, .buttonLogin:focus, .timeOutWindow .ui-dialog-buttonpane button:focus {
       outline:0;
    }
	
	.wrapper_container {
		border:none;
	}
/* header navigation */
.nav_top {
    background-color: #00a8eb;
    background-image: none;
    font-family: 'Lato';
}

    .nav_top ul li {
        font-size: 0.92em;
    }

        .nav_top ul li a {
            padding-left: 25px !important;
            padding-right: 25px !important;
        }

        .nav_top ul li:after, .nav_top ul li:hover {
            color: #f7f7f7;
            background-color: #10bbff;
            background-image: none;
        }

        .nav_top ul li a:after, .nav_top ul li a:hover {
            color: #f7f7f7;
            background-color: #10bbff;
        }

        .nav_top ul li a.selected, .ClientMenu .AspNet-Menu-Selected {
            color: #f7f7f7;
            background-color: #10bbff;
            font-weight: normal;
        }

    .nav_top li ul {
        float: left;
        list-style: none;
        padding: 5px;
        display: block;
        background: #00a8eb;
    }

        .nav_top li ul li {
            border-bottom: 1px solid #fff;
            text-align: left;
            font-family: 'Lato', 'Open Sans', Arial, Helvetica, sans-serif;
            font-size: 1em;
            padding-left: 0;
            padding-right: 0;
        }


.nav_login {
   /* margin-top: -30px; /* [WHY?] compensate for headerLogoWrap when login panel displayed so that there isn't too much blank height */
}

.loginBox {
    background-color: #fff !important;
    color: #676a6c;
}

    .loginBox a {
        color: #676a6c;
    }

/* Bootstrap panel primary override */
.panel-primary {
    border-color: #00a8eb;
}

    .panel-primary > .panel-heading {
        background-color: #00a8eb;
        border-color: #00a8eb;
    }

/* CSS For Catalog View  */
.card.factor360LearningActivityCatalogItem_TileView_MainContainer {
    width: 200px !important; /* fixed width */
}

.factor360LearningActivityCatalogItem_TileView_MainContainer .learningActivityCatalogItemCoverImage {
    height: 200px;
    background-size: contain; /*will have some white spaces */
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

@media screen and (max-width:768px) {
    .factor360LearningActivityCatalogItem_TileView_MainContainer .learningActivityCatalogItemCoverImage {
        background-size: cover; /* covers all the container */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 180px;
    }
}


/* Featured learning activity CSS */
.publicCatalogFeaturedLearningActivityBoxWrapper {
    border: 1px solid #00a8eb;
    background-color: #ffffff;
}

    .publicCatalogFeaturedLearningActivityBoxWrapper .featuredLearningActivityTitleHyperlink {
        color: #0f5686; /* rgb(15, 86, 134) */
        text-decoration: none;
        font-size: 24px;
        font-weight: 800;
    }

    .publicCatalogFeaturedLearningActivityBoxWrapper .featuredLearningActivityLocalization {
        color: #38668a;
    }

    .publicCatalogFeaturedLearningActivityBoxWrapper.purchasedOrTaken {
        background-color: #ffffff;
    }

    .publicCatalogFeaturedLearningActivityBoxWrapper .featuredLearningActivityTitleHyperlink.purchasedOrTaken {
        color: #0f5686; /* rgb(15, 86, 134) */
    }

    .publicCatalogFeaturedLearningActivityBoxWrapper .featuredLearningActivityTitleHyperlink:hover {
        border-bottom: 0px dashed #0f5686; /* rgb(15, 86, 134) */
    }

    .publicCatalogFeaturedLearningActivityBoxWrapper .featuredLearningActivityLocalization.purchasedOrTaken {
        color: #38668a;
    }

.publicCatalogFeaturedLearningActivityBody_coverImage {
    flex: 0 1 15%; /* proper flex basis to keep 125px consistent across any screen sizes */
    min-width: 125px;
    margin-left: 5px; /* don't be too close with the other item */
    border: 1px solid #bebebe;
}

@media screen and (min-width:768px) {
    .publicCatalogFeaturedLearningActivityBody_coverImage {
        min-width: 125px;
    }
}

.mobile-menu-header {
    background-image: url('../images/IntivaHealth/Intiva_Sign_32h.png');
}

.mobile-login {
    background: #10bbff;
}
/* tab css */
.factor360TabStrip .rtsLevel1 {
    border-bottom: 3px solid #00a8eb !important;
}

    .factor360TabStrip .rtsLevel1 .rtsLink {
        color: #5a5a5a !important;
        border-color: #00a8eb !important;
        border-bottom-color: transparent !important;
    }

    .factor360TabStrip .rtsLevel1 .rtsHovered .rtsLink {
        border-color: #eeeeee;
        color: #fff !important;
        background-color: #00a8eb !important;
        border-bottom: 1px solid #3b2b1b !important;
    }

    .factor360TabStrip .rtsLevel1 .rtsSelected .rtsLink {
        border-color: #eeeeee;
        color: #fff !important;
        background-color: #00a8eb !important;
        border-bottom: 1px solid #00a8eb !important;
    }
/* end of tab css */
.sidebarItemWrapper.selected {
    border-right: 5px solid #00a8eb;
}
/* custom card box colors */
.factor360Card {
    background: #00a8eb !important;
    color: #fff !important;
}

    .factor360Card:hover {
        color: #fff !important;
        background: #10bbff !important;
    }
/* end of custom card box colors */