body {
/*    background: #fff;*/
}
a {
	color: #0A6FB7;
}
a:hover {
	    color: #21becc;
}
hr {
	border: 0;
	height: 2px;
	margin: 20px 0px;
	background-image: linear-gradient(to right, rgba(199, 211, 217, 0.25), rgba(0, 0, 0, 0.15), rgba(199, 211, 217, 0.25));
}
.wrap {
	display: block;
	position: relative;
	margin: 0;
	padding-bottom: 70px;
	background: #e7ecef;
	/*    border: #b5c8cc solid 1px;*/
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2a3333;
	line-height: normal;
	/*    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.header {
	background: #fff;
	border-bottom: #c7d3d9 solid 1px;
}
.app-header {
	display: block;
	position: fixed;
	    top: 0px;
    right: 0px;
    left: 0px;
    height: 52px;
	padding: 15px 0px;
	background: #fff;
	border-bottom: #c7d3d9 solid 1px;
	z-index: 998;
	box-shadow: 0px 3px 10px rgba(17, 80, 134, 0.5);
}
.title {
	display: block;
	text-align: center;
	min-height: 64px;
	overflow: hidden;
}
.title img {
	width: 64px;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 32px);
}
.title-text-arabic {
	float: right;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 20px;
}
.title-text-english {
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 20px;
	font-variant: small-caps;
}

@media (max-width: 768px) {
.title-text-arabic {
	display: block;
	float: none;
}
.title-text-english {
	display: block;
	float: none;
}
.title img {
	display: block;
	position: inherit;
	margin: 0 auto;
}
.app-header {
	right: 50px;
	    z-index: 1000;
}
.title-text-arabic,  .title-text-english {
	display: none;
}
}
.title > i {
	color: #0A6FB7;
	margin-right: 10px;
}
.navdiv {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	/*    overflow: hidden;*/
	background: rgba(103, 121, 131, 0.07);
}
.navdiv > i {
	color: #0A6FB7;
	margin: 10px;
}
.circle-btn {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: #94a09f solid 1px;
	border-radius: 100%;
	background-image: -moz-linear-gradient(top, #f8f9f9, #dce1eb);
	background-image: -ms-linear-gradient(top, #f8f9f9, #dce1eb);
	background-image: -o-linear-gradient(top, #f8f9f9, #dce1eb);
	background-image: -webkit-linear-gradient(top, #f8f9f9, #dce1eb);
	background-image: linear-gradient(top, #f8f9f9, #dce1eb);
	text-align: center;
	color: #2a3333;
	cursor: pointer;
}
.circle-btn:hover {
	background: #fff;
	color: rgb(80, 98, 98);
}
.Prosses-Title {
	display: inline-block;
	padding: 15px;
	font-weight: bold;
	vertical-align: top;
}
.side-icon {
	display: inline-block;
	padding: 20px 40px;
	width: 50px;
	color: #677983;
	vertical-align: top;
}
.wraper {
	display: inline-block;
	padding: 10px;
	width: 620px;
	vertical-align: top;
	font-size: 10pt;
}
.wrap-footer {
	display: block;
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	border-top: #c7d3d9 solid 1px;
}
.wraper > h1 {
	display: block;
	font-size: 1.5em;
}
.wraper > h2 {
	display: block;
	font-size: 1.15em;
}
.btn {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 10px 4px;
	margin: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	vertical-align: middle;
	background-image: -moz-linear-gradient(top, #ffffff, #dee8e7);
	background-image: -ms-linear-gradient(top, #ffffff, #dee8e7);
	background-image: -o-linear-gradient(top, #ffffff, #dee8e7);
	background-image: -webkit-linear-gradient(top, #ffffff, #dee8e7);
	background-image: linear-gradient(top, #ffffff, #dee8e7);
	border: #8b9597 solid 1px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #c0cbcf;
	text-align: center;
	color: #2a3333;
	cursor: pointer;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-image: -moz-linear-gradient(top, #ffffff, #f4fffe);
	background-image: -ms-linear-gradient(top, #ffffff, #f4fffe);
	background-image: -o-linear-gradient(top, #ffffff, #f4fffe);
	background-image: -webkit-linear-gradient(top, #ffffff, #f4fffe);
	background-image: linear-gradient(top, #ffffff, #f4fffe);
	box-shadow: none;
	color: #2a3333;
}
.btn:hover {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-primary, .btn-primary:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}
.btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	background-color: #115086;
	background-image: -moz-linear-gradient(top, #0A6FB7, #115086);
	background-image: -ms-linear-gradient(top, #0A6FB7, #115086);
	background-image: -o-linear-gradient(top, #0A6FB7, #115086);
	background-image: -webkit-linear-gradient(top, #0A6FB7, #115086);
	background-image: linear-gradient(top, #0A6FB7, #115086);
	border: #0a5578 solid 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #115086;
	box-shadow: none;
}
.btn-block {
	width: 100%;
	display: block;
}
.btn-green {
	display: inline-block;
	margin: 5px 10px;
	padding: 5px 10px;
	background-image: -moz-linear-gradient(top, #0A6FB7, #115086);
	background-image: -ms-linear-gradient(top, #0A6FB7, #115086);
	background-image: -o-linear-gradient(top, #0A6FB7, #115086);
	background-image: -webkit-linear-gradient(top, #0A6FB7, #115086);
	background-image: linear-gradient(top, #0A6FB7, #115086);
	border: #0a5578 solid 1px;
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 3px #c0cbcf;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn-green:hover {
	background-image: -moz-linear-gradient(top, #00c7a5, #009e84);
	background-image: -ms-linear-gradient(top, #00c7a5, #009e84);
	background-image: -o-linear-gradient(top, #00c7a5, #009e84);
	background-image: -webkit-linear-gradient(top, #00c7a5, #009e84);
	background-image: linear-gradient(top, #00c7a5, #009e84);
	color: #fff;
}
.progress {
	display: block;
	margin: 10px 0px;
	background: #c7d3d9;
	box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.75), inset 0px 1px 3px rgba(0, 0, 0, 0.25);
	margin: 5px 0px;
	height: 25px;
	overflow: hidden;
	border-radius: 5px;
}
.progress-progress {
	width: 50%;
	height: 20px;
	border-radius: 5px;
	background: #0A6FB7;
	background-image: -moz-linear-gradient( 90deg, #0A6FB7 40%, #00aaff 50%, #0A6FB7 60%);
	background-image: -ms-linear-gradient( 90deg, #0A6FB7 40%, #00aaff 50%, #0A6FB7 60%);
	background-image: -o-linear-gradient( 90deg, #0A6FB7 40%, #00aaff 50%, #0A6FB7 60%);
	background-image: -webkit-linear-gradient( 90deg, #0A6FB7 40%, #00aaff 50%, #0A6FB7 60%);
	background-image: linear-gradient( 90deg, #0A6FB7 40%, #00aaff 50%, #0A6FB7 60%);
	background-size: 300% 100%;
	/*    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.5), inset 0px -5px 10px rgba(17, 80, 134, 0.75);*/
	-webkit-animation: AnimationProgress 3s ease infinite;
	-moz-animation: AnimationProgress 3s ease infinite;
	-o-animation: AnimationProgress 3s ease infinite;
	animation: AnimationProgress 3s ease infinite;
	text-align: center;
	color: #fff;
	text-shadow: 0px -1px 0px #00523f;
	padding-top: 5px;
}
 @-webkit-keyframes AnimationProgress {
 0% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes AnimationProgress {
 0% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-o-keyframes AnimationProgress {
 0% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes AnimationProgress {
 0% {
 background-position: 0% 50%
}
 100% {
 background-position: 100% 50%
}
}
.banner {
	    display: block;
    background-image: -moz-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -ms-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -o-linear-gradient(top, #1870ed, #0A6FB7);
    background-image: -webkit-linear-gradient(top, #108690, #0b6f77);
    background-image: linear-gradient(top, #1870ed, #0A6FB7);
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}
.banner .logo {
    display: inline-block;
   /* width: 130px;*/
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
.banner-containt {
        display: inline-block;
    padding: 21px 10px;
    vertical-align: top;
    color: #fff;
}
.baner > .banner-containt > p > a {
	color: #ffffff;
}
.baner > .banner-containt > p > a:hover {
	color: #fff;
}
.banner > .banner-containt > h1, .banner > .banner-containt > h1 a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 3px 5px rgba(5, 53, 87, 0.75);
	margin-top: 9px;
    margin-bottom: 2px;
}
.banner > .banner-containt > h2, .banner > .banner-containt > h2 a {
	font-size: 1.1em;
    padding: 5px 10px;
    margin-right: -10px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: rgb(76, 219, 230);
    text-shadow: 0px 3px 5px rgba(5, 53, 87, 0.75);
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: 9px;
    margin-bottom: 2px;
}
.banner-containt > h2 a:hover {
	color: #fff;
	background: #1870ed;
	border: 1px solid rgba(73, 199, 255, 0.5);
	text-shadow: 0px 1px 2px rgba(5, 53, 87, 0.75);
	box-shadow: 0px 0px 10px rgba(0, 177, 255, 0.75);
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.banner > .banner-containt > h3, .banner > .banner-containt > h3 a {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 3px 5px rgba(5, 53, 87, 0.75);
}
.wide-btn-group {
	margin: 21px auto;
	padding: 10px;
	max-width: 99%;
	background: #c7d3d9;
	border-radius: 10px;
}
.wide-btn {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    width: calc( 50% - 22px);
    border-radius: 5px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    background: #fff;
    color: #97a7ae;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    min-height: 86px;
}
.wide-btn:hover {
	background: #d9f2ff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration:none;
}


.wide-btn > i {
        display: inline-block;
    margin: 5px;
    color: #0b7179;
    vertical-align: top;
    font-size: 4rem;
}

.wide-btn-text {
    display: inline-block;
    width: 75%;
    font-size: 10pt;
}
.wide-btn-title {
	    display: block;
    margin: 5px auto;
    /*font-size: 11pt;*/
	font-size: 1.2em;
    font-weight: bold;
    color: #0b7078;
}
.footer-btn {
	display: inline-block;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
.login {
	display: block;
	width: 400px;
	margin: auto;
}
.login > h1 {
	font-size: 1.5em;
}
.login > p {
	font-size: 0.75em;
}
.login input {
	width: 100%;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 1);
	border: none;
	outline: none;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(199, 211, 217, 0.3);
	border: 1px solid rgba(199, 211, 217, 1);
	border-radius: 4px;
	box-shadow: inset 0 0px 5px rgba(199, 211, 217, 0.75), 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.login input:focus {
	box-shadow: inset 0 0px 5px rgba(199, 211, 217, 0), 0 1px 1px rgba(255, 255, 255, 0.2);
}
/*		Side Menu		*/

.side-nav {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 600px;
	width: 200px;
	background: #fff;
	border-bottom-left: #115086 1px solid;
}
/* Starter CSS for Flyout Menu */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#cssmenu ul {
	position: relative;
	z-index: 597;
	float: right;
}
#cssmenu ul li {
	float: right;
	min-height: 1px;
	line-height: 1em;
	vertical-align: middle;
}
#cssmenu ul li.hover, #cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
#cssmenu ul ul {
	margin-top: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	right: 99%;
	z-index: 598;
	width: 100%;
}
#cssmenu ul ul li {
	float: none;
}
#cssmenu ul ul ul {
	top: 1px;
	right: 99%;
}
#cssmenu ul li:hover > ul {
	visibility: visible;
}
#cssmenu ul li {
	float: none;
}
#cssmenu ul ul li {
	font-weight: normal;
}
/* Custom CSS Styles */

#cssmenu {
	font-size: 11pt;
	font-weight: bold;
	width: 200px;
}
#cssmenu ul a, #cssmenu ul a:link, #cssmenu ul a:visited {
	display: block;
	color: #848889;
	text-decoration: none;
	font-weight: 300;
}
#cssmenu > ul {
	float: none;
}
#cssmenu ul {
	background: #fff;
}
#cssmenu > ul > li {
	border-right: 3px solid #d7d8da;
}
#cssmenu > ul > li > a {
	padding: 10px 20px;
}
#cssmenu > ul > li:hover {
	border-right: 3px solid #0A6FB7;
}
#cssmenu ul li:hover > a {
	color: #0A6FB7;
}
#cssmenu > ul > li:hover {
	background: #f6f6f6;
}
/* Sub Menu */

#cssmenu ul ul a:link, #cssmenu ul ul a:visited {
	font-weight: 400;
	font-size: 14px;
}
#cssmenu ul ul {
	width: 180px;
	background: none;
	border-right: 20px solid transparent;
}
#cssmenu ul ul a {
	padding: 8px 0;
	border-bottom: 1px solid #eeeeee;
}
#cssmenu ul ul li {
	padding: 0 20px;
	background: #fff;
}
#cssmenu ul ul li:last-child {
	border-bottom: 3px solid #d7d8da;
	padding-bottom: 10px;
}
#cssmenu ul ul li:first-child {
	padding-top: 10px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom: none;
}
#cssmenu ul ul li:first-child:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -20px;
	top: 13px;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
/*   Blue Window */

.blue-window {
	display: block;
	/*  max-width: 600px;*/
	padding: 20px;
	margin: 5px;
	background: #1870ed;
	color: #fff;
	border-radius: 15px;
	box-shadow: 0px 20px 50px rgba(17, 80, 134, 0.5);
}
.blue-window-title {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
}
.blue-window-sub-title {
	display: block;
	padding: 0 10px 10px 10px;
	color: #a3c6f8;
	font-size: 1em;
	font-weight: 600;
}
.Blackboard {
	display: block;
	padding: 20px;
	background: #080808;
	color: #c7d3d9;
	border-radius: 10px;
	box-shadow: 0px 20px 50px rgba(6, 37, 82, 0.75);
}
/*             Courses Frame                   */

.Courses-Frame {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}
.Courses-Frame:after {
	bottom: -10px;
	left: 50%;
	content: " ";
	position: absolute;
	pointer-events: none;
	background: #000;
	width: 250px;
	height: 25px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.25;
	z-index: -1;
}
.Courses-Frame:before {
	bottom: -10px;
	right: 50%;
	content: " ";
	position: absolute;
	pointer-events: none;
	background: #000;
	width: 250px;
	height: 25px;
	-webkit-transform: rotate(2deg);
	transform: rotate(-2deg);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.25;
	z-index: -1;
}
.Courses-Frame-title {
	background: #1870ed;
	color: #fff;
	padding: 30px;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
}
.Courses-container {
	margin: 5px;
	padding: 15px 15px 5px;
	background: #c8d4da;
	border-radius: 0px 0px 10px 10px;
}
.Course-Frame {
	margin-bottom: 15px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 3px 5px #93a5ad, 0px -5px 10px rgba(24, 112, 237, 0.3);
}
.Course-Title {
	display: block;
	background: #0c4ca6;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.Course-Title:hover {
	color: #fff;
	background: #1870ed;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.Courses-Auther {
	display: block;
	padding: 5px 15px;
	background: #fff;
	color: #93a5ad;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.Courses-Auther:hover {
	background: #93a5ad;
	color: #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25) inset;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/* ------------------------------------------- */

@media (max-width: 1068px) {
.wide-btn {
	width: calc( 50% - 35px);
}
}

/*-----------------------------------*/

.containt-frame {
	display: block;
	background: #fff;
	margin: 5px;
	padding: 5px;
	/*border-radius: 10px;*/
}
.course-link-btn {
	display: block;
	margin: 8px auto;
	padding: 10px;
	max-width: 450px;
	text-decoration: none;
	background: #0A6FB7;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.course-link-btn:hover {
	background: #1870ed;
	color: #fff;
	box-shadow: 0px 0px 10px #1870ed;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}
.course-link-btn>i {
	float: right;
	padding: 0 15px;
}
/**/

.shadow_box {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.shadow_box img {
	border-radius: 12px;
}
/*     Prof-ID    */

.Prof-ID-frame {
	margin: 10px;
	padding: 10px;
	background: #c7d3d9;
	border-radius: 15px;
}
.Prof-ID-data-frame {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.prof-id-header {
	padding: 10px;
	background: #0A6FB7;
	color: #fff;
	text-align: center;
}
.prof-id-name-header {
	text-align: left;
	background: #c7d3d9;
	color: #678898;
}
.prof-id-name {
	background: #e7ecef;
	color: #0A6FB7;
}

@media (max-width: 1068px) {
.prof-id-name-header,  .prof-id-name {
	text-align: center;
}
}
.Prof-ID-photo {
	max-width: 192px;
	margin: 10px auto;
}
.submit-btn-primary {
	color: #fff;
}
.submit-btn-primary > button {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 10px 4px;
	margin: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #115086;
	background-image: -moz-linear-gradient(top, #0A6FB7, #115086);
	background-image: -ms-linear-gradient(top, #0A6FB7, #115086);
	background-image: -o-linear-gradient(top, #0A6FB7, #115086);
	background-image: -webkit-linear-gradient(top, #0A6FB7, #115086);
	background-image: linear-gradient(top, #0A6FB7, #115086);
	border: #0a5578 solid 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.submit-btn-primary {
	color: #fff;
}
.submit-btn-primary > button:hover {
	background: #1870ed;
	background-image: none;
	box-shadow: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.span-green {
	display: block;
	background-color: #bddbbd;
	color: darkgreen;
	padding: 10px;
	border-radius: 10px;
	font-size: 1.5em;
}
.forum-question-round {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 25px;
	background: #93a5ad;
	color: #fff;
}
.forum-question-circle {
	display: inline-block;
	padding: 2px 4px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: #fff;
	color: #93a5ad;
	text-align: center;
}
.Round-Frame {
	margin: 5px;
	padding: 15px 15px 5px;
	background: #c8d4da;
	border-radius: 10px;
}
.label-danger {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 20px;
	border-radius: 25px;
	background-color: orangered;
	color: aliceblue;
}


/*****************************************/

.wide-btn-group1 {
	margin: 21px auto;
	padding: 10px;
	max-width: 99%;
	background-color:transparent;
	border-radius: 10px;
	text-align:center;
}
.wide-btn1 {
       display: inline-block;
    margin: 10px;
    padding: 5px;
    width: calc( 35% - 22px);
    border-radius: 0px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    background: #f3ecba;
    color: #97a7ae;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    min-height: 140px;
    border-top: 5px solid #0c757e;
}
.wide-btn1:hover {
	background: #FAE196;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration:none;
}


.wide-btn1 > i {
        display: block;
    margin: 5px;
    color: #0b7179;
    vertical-align: top;
    font-size: 4rem;
}

.wide-btn-text1 {
    display: block;
    width: 100%;
    font-size: 10pt;
}
.wide-btn-title1 {
    display: block;
    margin: 9px auto;
    font-size: 18px;
    font-weight: bold;
    color: #0b7078;
}




@media (max-width: 992px) {

.wide-btn-text {
	display: inline-block;
	/*    width: 100px;*/
	font-size: 8pt;
}
}




@media (max-width: 992px) {

.wide-btn {
    width: calc( 100% - 35px);
}
}





