﻿a.btn-primary:visited{
	color:white !Important;
}
.CoEmOdel .modal-body  img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    }
    
    .CoEmOdel .modal-body table{
	width:100%;
	text-align: center;
}
    
    
.ms-core-pageTitle{
	font-size:14px !Important;
}
.pageIframeUrl{
	border:0px;
}
.modal-backdrop:nth-child(2n-1) {
  opacity : 0;
  display:none;
}
body {
    background-color: #f1f5f8;
}

.bg-black {
    background-color: #1074c0;
}

.CommitteeUser {
    display: inline-block;
    border: 1px solid #dadada;
    padding: 10px;
    background-color: #efefef;
    border-radius: 2px;
    margin-right: 20px;
    transition: all 0.3s ease;
    text-align: center;
    width: 263px;
    margin-bottom:20px;
}

.CommitteeUser:hover {
    box-shadow: 6px 10px 7px rgba(0, 0, 0, 0.1411764705882353);
}

.CommitteeUser img {
    width: 107px;
    height: 106px;
    overflow: hidden;
    border-radius: 50px;
}

.names {
    color: #00998f !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
}

.menu_simple ul {
    margin: 0;
    padding: 0;
    width: 185px;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 14.5px 11px;
    font-size: 14px;
    background-color: #1074c0;
    display: block;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
}

.menu_simple ul li a:visited {
    color: #dedede;
}

.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #ffffff;
    background-color: #0f3959;
    padding-left: 15px;
    border-left: 4px solid #00aa9e;
}

.navbar-brand {
    font-weight: bold;
    color: #1074c0 !important;
    font-size: 20px;
    background-color: white;
    background-image: url('https://kwkoc.sharepoint.com/sites/CoE/SiteAssets/CoE_Anim.gif');
    background-position-x: -39px;
    background-size: 137px;
    background-repeat: no-repeat;
    padding: 12px 31px;
    padding-right: 10px;
    text-align: right;
    width: 314px;
}

.bg-light {
    background-color: #1074c0 !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.logo {
    margin-right: 0px;
    height: 50px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0px 0px;
    /* padding-left: 0; */
}

.container-fluid {
    padding: 0px;
}

.heading {
    color: #1074c0;
    margin: 10px 10px;
}

.menu_simple ul {
    width: 100%;
}

.announcements {
    background-color: #00aa9e;
    color: white;
    width: 100%;
    padding: 8px;
    position: relative;
    margin-top: 0;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.23137254901960785);
}

.announcements .heading {
    position: absolute;
    font-size: 15px;
    z-index: 2;
    background-color: #4c4c4c;
    color: white;
    margin: 0;
    padding: 14px;
    top: 0;
    left: 0;
}

.p-15 {
    padding: 15px;
}

.menu_simple ul li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footer {
    background-color: #424242;
    padding: 10px;
}

.footer p {
    margin: 0 !important;
    font-size: 15px !important;
    text-align: center !important;
    color: white !important;
}

h2.heading:after {
    content: "";
    height: 0;
    width: 0;
    /* background-color: red; */
    position: absolute;
    top: 0;
    right: -39px;
    border: 23px solid rgba(0, 170, 158, 0);
    border-top: 23px solid rgba(0, 170, 158, 0);
    border-right: 23px solid rgba(255, 255, 255, 0);
    border-left-color: #4c4c4c;
}

.kocLogo {
    float: right;
    /* display: block; */
    width: 100%;
    /* border: 1px solid red; */
    text-align: right;
}

.kocLogo img {
    height: 54px;
    width: 41px;
    padding: 6px;
}

.fontdarkblue {
    color: #000080;
}

.headerfont {
    color: #00998f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 12px;
}

div#pageContent {
    margin: auto;
    display: block;
    background-color: white;
    box-shadow: 1px 1px 5px #d6d6d6;
    padding: 10px;
    min-height: 75vh;
}

.pageBg {
    background-image: none !Important;
}

.fixedElement {
    background-color: #c0c0c0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.aboutlink {
    background-color: #e7e7e7;
    padding: 14px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    height: 63px;
    border: 1px solid #dad9d9;
    transition: all 0.3s ease;
    color: #1074c0;
}a.aboutlink:visited {
    color: #1c7fc6;
}

.aboutlink:hover {
    box-shadow: 5px 7px 0px rgb(24, 175, 165);
    text-decoration: none;
}

.aboutlink:hover img {
    transform: translate(-3px,-3px);
}

.aboutlink img {
    transition: all 0.3s ease;
    margin-right: 10px;
}

.aboutCoEContainer {
    background-image: none !Important;
}

.menu_simpleActive {
    background-color: #0e63a3 !important;
    padding-left: 15px !important;
    border-left: 4px solid #00aa9e;
}

.modal-header img {
    height: 70px;
    width: auto;
}

.modal-header {
    padding: 0px;
}

button.close {
    margin: 0px !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "";
    float: right;
    border: 3px solid #1074c0;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    border-left: 0;
    border-bottom: 0px;
    transform: rotate(136deg);
    transition: all 0.3s ease;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    transform: rotate(45deg);
    ; }

.accordion .card-header:hover {
    cursor: pointer;
}

h5.modal-title img {
    height: 37px;
    margin: 11px;
}

.accordion .card-header {
    border-left: 6px solid #00a89d;
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #1074c0 !important;
    border-color: #1074c0 !important;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0e82da!important;
    border-color: #0e82da!important;
}
.fontdarkblue {
	color: #000080;
}
.headerfont {
	color: #00998f; font-family:Arial, Helvetica, sans-serif; font-size:20px;
} 
img{
	border:0px;
}
.style1 {
	font-family: Arial;
	font-size: 14px;
	color: #0D71BA;
}

a.aboutlink:visited {
    color: #1c7fc6;
}
.aboutlink {
    background-color: #e7e7e7;
    padding: 14px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    height: 63px;
    border: 1px solid #dad9d9;
    transition: all 0.3s ease;
    color: #1074c0;
}


.aboutlink:hover {
    box-shadow: 5px 7px 0px rgb(24, 175, 165);
    text-decoration: none;
}

.aboutlink:hover img {
    transform: translate(-3px,-3px);
}

.aboutlink img {
    transition: all 0.3s ease;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
    }
}
