@charset "utf-8";

#headerDiv .headerLeft {
    float: left;
    margin: 0px;
    cursor: pointer;
}

#headerDiv .headerRight {
    float: right;
    margin: 9px 250px 10px 0;
    width: auto;
    text-align: right;
}


 @media ( max-width: 767px) {
     .wrapper {
         min-height: 100%;
         position: absolute;
         overflow: auto;
     }
 }

.topLine {
	height: 3px;
	background: #800001;
}

#headerDiv {
    background-color: #dee2e6;
    height: 58px;
    width: 100%;
}

.footer {
    height: 20px;
    border-top: 1px solid #CCC;
    padding: 10px 0px;
    margin-top: 100px;
    margin-bottom: 20px;
    color: #777;
}
.footer_content {
    width: 90%;
    margin: 0 auto;
}


.footer_content span {
    color: #f68b1f;
}


.btn-primary {
    background-color: #20257f;
    border-color: #20257f;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #20257f;
    border-color: #20257f;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #20257f;
    border-radius: 0.25rem;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 1.3rem;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 15px;
}

.content-wrapper, .right-side, .main-footer {
	height: auto;
	/* width:auto; */	
	overflow-x:auto; 
}

.content-wrapper, .left-side, .main-footer {
	margin-left: 0px;
}


/* Welcome text header page */
.welcomeText {
	color : #20257f;
	text-align: -webkit-left;
    margin: -13px 150px 0 0;
    font-size: 43px;
    font-weight: bold;
    position: relative;
}

/* Bootbox Model CSS */
.modal-header {
    border-bottom-color: #f4f4f4;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
}

.modal-footer {
    border-top-color: #f4f4f4;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
}


/* Row CSS */
.row {
    margin-bottom: 10px;
}


label em {
	color: #F00;
}

.content-header>h1>small {
    font-size: 20px;
    display: inline-block;
    padding-left: 25px;
    font-weight: 300;
}