/*color use {
	f2b31d
	20586f
}*/

body {
	background-color: #f5f5f5;
	font-family: 'Noto Sans Kufi Arabic', sans-serif;
	overflow-x: hidden;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
/* Start Side Bar Top */
.SideBarTop	{
	background-color: #f2b31d;
	width: 100%;
	height: 40px;
	line-height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.SideBarTop   a {
	color: #eee;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}
.SideBarTop   a:hover {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.SideBarTop    img {
	margin: 0 10px; 
}
.SideBarTop .icon-top  {
	float: left;
	margin: 0 ;
}
.SideBarTop .icon-top li {
	padding: 0 10px;
}
/*End Side Bar Top */

/* Strat alert_Menu */

.alert_Menu {
	position: fixed;
	z-index: 999999999999;
	right: 7%;
	top: 10px;
	display: none;

}
#Menu:hover .alert_Menu {
	display: inline-block;
	z-index: 999999999999;
}
.alert_Menu .item {
	background-color: #fff;
	padding: 15px 20px  ;
	margin-top: 30px;
	opacity: .98;
	padding-bottom: 50px;
	-webkit-box-shadow: -8px 15px 30px 8px rgba(200,200,200,1);
	-moz-box-shadow:-8px 15px 30px 8px rgba(200,200,200,1);
	box-shadow:-8px 15px 30px 8px rgba(200,200,200,1);
}

.alert_Menu .item ul:first-of-type #close_menu { 
	margin-bottom: 10px;
}

.alert_Menu .item li a i { 
	float: left;
}

.alert_Menu .item li span i { 
	float: left;
}

.alert_Menu .item li { 
	margin: 10px 0
}

.alert_Menu .item li  i:hover , 
.alert_Menu .item li  i { 
	color: #f2b31d;
}
.alert_Menu .item li a span:hover {
	color: #555;
}
.alert_Menu .item li a span { 
	color: #333;
	margin-right:  20px;
	font-size: 12px;
}
.alert_Menu .item .submenu  {
	display: none;
}

.alert_Menu .item .stats-submenu:hover .submenu  ,
.alert_Menu .item .setting-submenu:hover .submenu  ,
.alert_Menu .item .emp-submenu:hover .submenu  ,
.alert_Menu .item .order-submenu:hover .submenu  ,
.alert_Menu .item .user-submenu:hover .submenu  ,
.alert_Menu .item .print-submenu:hover .submenu  ,
.alert_Menu .item .catgery-submenu:hover .submenu  ,
.alert_Menu .item .book-submenu:hover .submenu  {
	display: inline;
}

.alert_Menu .item .submenu li a:hover {
	color: #777;
} 
.alert_Menu .item .submenu li  {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
.alert_Menu .item .submenu li a { 
	font-size: 12px;
	color: #333;
}

/* End alert_Menu */


/* Start SideBarMiddle */
.SideBarMiddle {
	width: 100%;
	min-height: 150px;
	padding: 30px 0;
	margin-top: 40px;
}
.SideBarMiddle img {
	display: inline-block;
}
.SideBarMiddle .logo-header  img{
	float: left;
}
/* End SideBarMiddle */

/* Start Navbar */
.fixed-header {
  /*position:fixed;*/
  /*top:54px;*/ 
  left:0;
  width: 100%; 
}
.navbar-default {
	background-color: #20586f;
	border: none;
	border-radius: 0;
	z-index: 999;
}
.navbar-default .navbar-nav>li>a {
	color: #eee;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.navbar-right  button > i {
	color: #20abe4;
}
.navbar-right  button:hover {
	background-color: #fff;
}
/* End Navbar  */

/* Start Img-Home */
.Img-Home {
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	background-color: #f5f5f5;
}

/* End Img-Home */

/* Strat Publications */
.Publications {
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	margin: 20px 0;
}
.nowader .unit ,
.Publications .unit {
	margin: 30px 0;
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 30px;
}
.Publications h1 a {
	font-size: 14px;
	color: #20586f;
	font-weight: bold;
}
.Publications h1 a:hover {
	color: #f2b31d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.nowader .unit h4 
.Publications .unit h4 {
	color: #f2b31d;
	font-size: 16px;
}
.nowader .unit p ,
.Publications .unit p {
	color: #20586f;
	font-size: 14px;
}
.nowader .unit img ,
.Publications .unit img {
	margin: 0 auto;
}
.nowader .unit button ,
.Publications .unit button {
	padding: 7 5px;
	font-size: 12px;
	margin: 15px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: -7px 4px;
}
.buttons-book {
	text-align: center;
}
.nowader .unit a ,
.Publications .unit a {
	color: #20586f;
}
.more button {
	background-color: #f2b31d;
	color: #fff;
	padding: 10px 50px;
	border-radius: 15px;
	opacity: .9	;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 20px 0;
}
.more button:hover {
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
button a {
	color: #fff;
}
.alert-book {
	display: none;
}
.alert-correct ,
.alert-photo ,
.alert-feedback {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #f2b31d;
	display: none;
}
.alert-feedback p {
	margin-top: 40px ;
	color: #20586f;
}
.alert-feedback button {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border:none;
	margin: 10px;
	color: #f2b31d;
}
.alert-photo button{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	margin-top: 30px;
	border:none;
	float: left;
}
.alert-feedback button:hover ,
.alert-photo button:hover {
	background-color: #f2b31d;
	color: #fff;
}
/* End Publications */

/*  Start Waqf Libraries */
.WaqfLibraries {
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	margin: 40px 0;
}
.WaqfLibraries .unit {
	background-color: #fff;
	border-radius: 15px;
	padding: 0;
	margin: 30px 0;
}
.WaqfLibraries .unit img {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: auto;
}
.WaqfLibraries .unit p {
	color: #555;
}
.WaqfLibraries .unit .details {
	padding: 25px;
}
.WaqfLibraries .unit .details a {
	color: #f2b31d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.WaqfLibraries .unit .details a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.WaqfLibraries .content form button,
.WaqfLibraries .more button {
	background-color: #f2b31d;
	color: #fff;
	padding: 10px 50px;
	border-radius: 15px;
	opacity: .9	;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.WaqfLibraries .more button:hover {
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.WaqfLibraries .Library {
	background-color: #fff;
	border-radius: 15px;
	min-height: 550px;

}
.WaqfLibraries .Library h3 {
	margin-bottom: 30px;
}
.WaqfLibraries .Library img {
	height: 550px;
	width: 445px;
	margin-right: -15px;
}
.WaqfLibraries .Library p {
	line-height: 24px;
	padding: 20px;
}
.WaqfLibraries .Library li p {
	color: #f2b31d;
}
.WaqfLibraries .Library button {
	margin: 20px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border:none;
	padding: 10px 40px;
}
.WaqfLibraries .Library button a {
	color: #f2b31d;
	text-decoration: none;
}
.WaqfLibraries .Library input {
	background-color: #fff;
	border:none;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border-radius: 10px;
	height: 45px;
}
.WaqfLibraries .content {
	background-color: #fff;
	border-radius: 15px;
	margin: 30px 0;
	padding: 20px;
}
.WaqfLibraries .content h4 {
	color: #f2b31d;
}
.WaqfLibraries .search {
	margin: 30px 0;
}
/*  End Waqf Libraries */

/* Start  Articles*/
.Articles .unit {
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 40px;
	margin: 30px 0; 
}
.Articles .unit img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	width: 100%;
}
.Articles .unit h4 {
	margin: 15px ;
	color: #333;
	font-size: 16px;
}
.Articles .unit h4 span {
	color: #777;
	float: left;
}
.Articles .unit p {
	margin: 15px ;
	color: #555;
	font-size: 14px;
}
.Articles .unit a {
	float: left;
	margin: 0 15px ;
	color: #f2b31d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Articles .unit a:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Articles .more button {
	background-color: #f2b31d;
	color: #fff;
	padding: 10px 50px;
	border-radius: 15px;
	opacity: .9	;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Articles .more button:hover {
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* End  Articles*/

/* start Calvin */
.Calvin {
	/*width: 40em;*/
	width: 100%;
    height: 35em;
    margin: 0 auto;
    position: relative;
    top: 0;
    left:0 ;
}
.Calvin .unit {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 30px 0; 
	padding-bottom: 70px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.Calvin .unit img {
	height: 80px;
	width: 80px;
	margin: 20px auto;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.Calvin .unit h4 { 
	color: #333;
	margin-bottom: 20px;
}
.Calvin .unit h4 span { 
	color: #666;
	margin-top: 60px;
}
.Calvin .unit a { 
	float: left;
	margin-top: 20px;
	color: #f2b31d;
}
.Calvin  li {
  width: 400px;
  height: 500px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Calvin .items {
  position: absolute;
}

.Calvin .main-pos {
  margin-right: 2em !important;
  z-index: 99;
}
.Calvin .main-pos {
	margin-right: calc(50% - 220px + 30px) !important;
	margin:  0 auto;
}
.Calvin .left-pos {
  opacity: .3;
  margin-right: -17em !important;
  z-index: 99;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.Calvin .back-pos {
  margin-right: 2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.Calvin .right-pos {
  opacity: .3;
  margin-right:  21em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}


.Calvin {
  width: 30em;
  min-height: 25em;
  margin: 0 auto;
  position: relative;
}
/**/
.Calvin li {
  width: 300px;
  height: 400px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Calvin .items {
  position: absolute;
}

.Calvin .main-pos {
  margin-right:  2em !important;
  z-index: 99;
}

.Calvin .left-pos {
  opacity: .3;
  margin-right:  -17em !important;
  z-index: 99;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.Calvin .back-pos {
  margin-right:  2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.Calvin .right-pos {
  opacity: .3;
  margin-right:   21em !important;
  z-index: 99;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.Calvin .control-slider {
  margin: 30px auto;
  position: absolute;
  bottom:0;
  left: 35%;
}
/* End Calvin */

 /* Start  Time */
.Time {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.Time .unit {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 40px 0;
	min-height: 180px;
}
.Time .unit img {
	display: inline-block;
	width: auto;

}
.Time .circle  {
	background-color: #fff;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	color: #f2b31d;
	margin: 20px ; 
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
 /* Start  Time */

/* Start  Twitter*/
.Twitter {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.Twitter .unit {
	background-color: #fff;
	padding: 20px;
	margin: 30px 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.Twitter  .active p  {
	color: #f2b31d;
}
.Twitter .unit p span {
	float: left;
}
.Twitter .unit img {
	margin: 20px auto;
}
.Twitter .details {
	background-color: #f2b31d;
	width: 100%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-top: -30px; 
	padding: 20px;
	padding-bottom: 40px;
}
.Twitter .details  p {
	color: #fff;
}
.Twitter .details  p:last-of-type {
	font-size: 14px;
}
.Twitter .details  a {
	float: left;
	color: #fff;
}
.Twitter .more:hover button{
	background-color: #f2b31d;
	color: #fff;
}
/*  Start LibrarySystem */
.LibrarySystem {
	margin: 40px 0;
}
.LibrarySystem h1{
	margin: 40px 0;
}
.LibrarySystem  .selected {
	background-color: #f2b31d;
	width: 100%;
	color: #fff;
}
.LibrarySystem  ul li {
	font-size: 16px;
	text-align: center;
	line-height: 100px;
	background-color: #fff;
	height: 100px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	margin: 30px 0;
	border-radius: 15px;
	color: #333;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.LibrarySystem  .tabContent p {
	line-height: 24px;
}
.LibrarySystem .general {
	margin: 30px 0;
}
.LibrarySystem .general img {
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	width: 350px;
	height: 320px;
	margin: 30px 0;
}
.LibrarySystem .search {
	margin: 30px 0;
}
 .search img {
	margin: 12px auto;
}
.showBook .search .book {
	margin-top: 50px;	
}

 .show-info  span  {

  width: 150px;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  color: #fff;
  line-height: 43px;
  text-align: center;
} 
 .search .book {
	background-color: #fff;
	border-radius: 10px;
	height: 110px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
 .search .book a{
	color: #f2b31d;
	text-align: center;
	line-height: 110px;
}
/* End LibrarySystem */

/* Start payment */
.payment {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.payment .content {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	min-height: 670px;
}
.payment .content h4 {
	margin: 30px 0;
}
.insert-book .setting-meassge textarea,
.insert-book .Opinions ul li  textarea ,
.WaqfLibraries .content textarea,
.contentMessage .text-here textarea ,
.Settings textarea,
.Settings  form select ,
.insert-book .subject select ,
.Settings  form input ,
.signUp .content select,
.signUp .content input,
.showArticle .contentArticle  input ,
.alert-photo input,
.alert-correct input,
.alert-correct textarea ,
.alert-photo select,
.searchHome form select,
.searchHome form input,
.payment .content form select ,
.payment .content form input {
	margin: 30px 0;
	background-color: #fff;
	border:none;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border-radius: 10px;
	height: 45px;
}
.Settings textarea {
	height: 170px;
}
.alert-photo select ,
.alert-photo input {
	margin: 10px 0;
	height: 37px;
}
.payment .content form input[type=checkbox] {
	background: none;
	border-radius: 0;
	border:none;
	margin-bottom: 20px;
}
.payment .content .sallary {
	margin: 40px 0;
}
.payment .content .sallary  span {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border-radius: 10px;
	color: #f2b31d;
	padding: 20px ;
	text-align: center;
	margin-left: 20px;
}
.payment .content .sallary p:first-of-type {
	line-height: 44px;
}
.payment .content .sallary p:last-of-type {
	margin-top: 40px ;
}
.payment h2 {
	margin: 40px 0;
}
.payment .content button {
	float: left;
	background-color: #f2b31d;
	border-radius: 10px;
	color: #fff;
	padding: 10px 50px;
}
.signUp .content .line,
.payment .content form .line {
	margin-top: -30px;
}
.payment .ads {
	text-align: center;
	border-radius: 15px;
	min-height: 670px;
	background-color: #fff;
	padding: 170px 0;
}
.payment .ads img {
	margin: 0 auto;
}
/* End payment */

/*  start searchHome */

/* End searchHome  */
.searchHome form button {
	background-color: #f2b31d;
	border-radius: 10px;
	color: #fff;
	height: 45px;
	margin-top: 30px;
}
.searchHome form input[type=submit] {
    background-color: #f2b31d;
    border-radius: 10px;
    color: blue;
    height: 45px;
    margin-top: 30px;
}
.searchHome li span {
    color: #333399;
    font-weight: bold;
}
table i {
	color: #f2b31d;
}
.Settings table,
.tabContent table,
.searchHome table {
	margin: 30px 0;
}
.Settings .table,
.tabContent .table,
.searchHome .table {
	background-color: #fff;
	border-radius: 10px;
	margin: 20px 0;
}
.tabContent .table input,
.searchHome .table input {
	background-color: #fff;
	width: 50px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}
.Settings table td a,
.tabContent table td a,
.searchHome  table td a {
	color: #f2b31d;
}
.searchHome .search{
	margin: 20px 0;
}

.pages {
	margin: 30px 0;
}
.pages li a {
	color: #333;
}
.pages .active {
	color: #f2b31d;
}

/* Start SHowBook */
.showBook {
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.showBook .search {
	margin-top: -50px;
}
.showBook .content{
	background-color: #fff;
	width: 100%;
	min-height: 550px;
	border-radius:15px;
}
.showBook .content img {
	margin-right: -15px;
	width: 350px;
	height: 472px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.showBook .content ul:first-of-type {
	margin-top: 30px ;
}
.alert-book .content ul li ,
.showBook .content ul li {
	margin: 7px 0;
}
    .showBook .content .close {
       background-color:white;
       color:black;
       font-size:30px;
    }
.showBook .content li span {
	margin-right: 100px;
}
.alert-book   .line  span ,
.showBook  .line  span {
	color: #f2b31d;
}
.signUp .content button,
.showBook  .content  button {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border:none;
	margin: 0px 10px;
	color: blue;
	padding: 0px 5px;
    height:35px;
    width:75px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.showBook  .content  button:hover {
	background-color: #f2b31d;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.showBook {
	/*display: none;*/
	text-align: right;
}
.moreBook .unit {
	margin: 30px 0;
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.moreBook  h4 {
	font-size: 18px;
	margin-top: 20px;
}
.moreBook .unit h4 {
	color: #f2b31d;
	font-size: 16px ;
}
.moreBook .unit p {
	color: #20586f;
	font-size: 14px;
}
.moreBook .unit img {
	margin: 20px auto;
}
.moreBook .unit button {
	padding: 7 5px;
	font-size: 12px;
}
.moreBook .unit a {
	color: #20586f;
}
/* Start SHowBook */

/* Strat nowader */
.nowader h3 {
	color: #f2b31d;
}
/* End nowader */

/* Start showArticle  */
.showArticle .contentArticle  {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	margin: 30px 0;
}
.showArticle .contentArticle button  {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border:none;
	margin: 10px;
	color: #f2b31d;
	padding: 10px 40px; 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.showArticle .contentArticle button:hover {
	color: #fff;
	background-color: #f2b31d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.alert-friend {
	display: none;
}
.showArticle .contentArticle  img {
	float: left;
	margin: 20px 0;
}
.showArticle .contentArticle  button  .fa-facebook-f {
	color: #3b5998;
}
.showArticle .contentArticle  button  .fa-twitter {
	color: #1da1f2;
}
.showArticle .contentArticle  button  .fa-google-plus-g {
	color: #dd4b39;
}
.showArticle .alert-friend  {
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	padding: 20px;
}
.showArticle .contentArticle  p {
	margin: 30px 0;
}
.showArticle .contentArticle  h3 {
	margin-top: 0;
	padding-top: 0;
}
.showArticle   .search {
	margin: 30px 0;
}
/* End showArticle */

/* Start login */
.login 	{
	margin: 30px 0;
	padding: 60px 20px; 
}
.login 	img {
	margin: 60px auto;
}
.login 	h1 {
	font-size: 24px;
	color: #111;
}
.login 	p {
	color: #aaa;
	font-size: 18px;
}
.login  form  {
	text-align: center;
}
.login  form input:last-of-type {
	background-color: #ddd;
}
.login  input {
	margin: 30px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	border:none;
	height: 50px;
	width: 300px !important;

}
.Settings  form button ,
.Settings  form button:hover,
.login form button:hover ,
.login form button {
	background-color: #f2b31d;
	color: #fff;
	padding: 10px 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 50px;
	border:none;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
}
.login  p a {
	color: #f2b31d;
}
.login form p  {
	margin-top: -20px;
	font-size: 14px;
}

/* End login */

/*  Start HOW */
.exclamation i {
	text-align: center;
	color: #f2b31d;
	margin: 90px auto; 
	padding: 30px;
	width: 150px;
	height: 150px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	border-radius: 50%;
}
/*End how*/

/* Start category */
.content .icon-not ,
.content .icon-book {
	text-align: center;
	color: #f2b31d;
	margin: 30px auto; 
	padding: 30px;
	width: 180px;
	height: 180px;
	line-height: 180px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	border-radius: 50%;
}
.WaqfLibraries .content textarea{
 height: 120px;
}
.WaqfLibraries .content form {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 0px rgba(238,238,238,1);
	padding: 20px;
	border-radius: 15px;
	margin: 30px 0;
}

/* End category */

/* Strat contact */
.links i{
	color: #f2b31d;
	margin: 4px 0;
}
.links p {
	color: #111;
}
.links span {
	color: #f2b31d;
}
/* Strat contact */

/* start signUp */
.signUp img {
	margin: 30px auto;
	text-align: center;
}
.signUp .content {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 30px 0;
	min-height: 800px;
}
.signUp .content button  {
	padding: 10px 50px;
	border-radius: 15px;
}
.signUp .content button i {
	color: #fff;
}
.signUp .content button:first-of-type {
	background-color: #f2b31d;
	color: #fff;
}

.signUp .content button:nth-of-type(2) {
	background-color: #3b5998;
}
.signUp .content button:nth-of-type(3) {
	background-color: #1da1f2;
}
.signUp .content button:last-of-type {
	background-color: #dd4b39;
}
/* End signUp */

/* start Settings */
.Settings  {
	margin: 30px auto;
}
.Settings .menu {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	min-height: 500px;
}
.Settings .menu li {
	margin: 15px 0;
}
.Settings  form button {
	border-radius: 15px;
}
.Settings  .menu ul li a{
	color: #333;
	text-decoration: none;
}
.Settings  .menu ul li a:hover {
	color: #f2b31d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Settings .info span {
	color: #f2b31d;
	margin-right: 70px;
} 
.Settings p:first-of-type {
	line-height: 30px;
	margin: 30px;
}
.Settings .tabContent div:not(.tabOne){
	display:none;
}
.Settings .alerm ,
.Settings .message {
	background-color: #fff;
	border-radius: 15px;
	padding: 10px 20px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.Settings .alerm {
	overflow: hidden;
	height: auto;;
}
.Settings .alerm .person ,
.Settings .message .person {
	cursor: pointer;
	background-color: #fff;
	height: 100px;
	padding: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Settings .alerm  .active,
.Settings .message  .active{
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1)
}
.Settings .alerm .person:hover ,
.Settings .message .person:hover {
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.Settings .alerm .person img,
.Settings .message .person img{
	border-radius: 50%;
	height: 70px;
	width: 70px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.Settings .alerm .person h5 ,
.Settings .message .person h5 {
	font-weight: bold;
	
}
.Settings .alerm .person p,
.Settings .message .person p{
	margin: 0;
	padding: 0;
	line-height: 21px
}
.Settings .alerm .person h5 span ,
.Settings .message .person h5 span {
	float: left;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}
.contentMessage {
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	padding: 20px 0;
}
.contentMessage .details {
	margin:30px 0;
}
.contentMessage .details img{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.contentMessage .details p {
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
	float: right;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.contentMessage .replay p {
	float: left;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.contentMessage .text-here textarea {
	height: 120px;
	margin: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border:1px solid #aaa;
}
.contentMessage .text-here  {
	margin-top: 30px;
}

.tabs  {
	margin:50px 0; ;
}
.tabs a {
	color: #333
}
.tabs a:hover {
	color: #777;
}
.tabs li {
	font-size: 16px;
	text-align: center;
	line-height: 100px;
	background-color: #fff;
	height: 100px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	margin: 30px ;
	border-radius: 15px;
	color: #333;
	width: 200px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.tabs  .selected {
	background-color: #f2b31d;
	color: #fff;
}
/* End Settings */

/*  srat References */
.References input[type='checkbox'] {
	height: 15px;
}
.Settings .References button{
	margin: 0 30px;
}

/* End References*/

/* Strat info  */
.info	{
	background-color: #fff;
	padding: 20px;

}
.info	form{
	margin: 30px 0; 
}
.info	form button {
	background-color: #fff;
	color: #f2b31d;
	margin: 30px 0;
	width: 100%;
	border: none; 
	text-align: center;
	height: 47px;
	border-radius: 10px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
}
.info	form button:hover {
	background-color: #f2b31d;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	

}
/* Strat info  */



footer {
	background-color: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 40px ;
	min-height: 500px;
	padding-top: 50px ;
}
footer .one p {
	margin-top: 20px ;
}
footer .one ul  {
	margin-top: 10px;
}
footer .one ul li {
	margin: 5px 0;
}
footer .one ul li span {
	float: left;
	color: #f2b31d;
}
footer .tow  {
	margin-top: 30px;
}
footer .tow h4  {
	margin: 0;
	padding: 0;
}
footer .tow ul {
	margin-top: 30px;
}
footer .tow ul li {
	margin: 10px 0;
}
footer .tow ul li i {
	color: #f2b31d;
	margin-left: 20px;
}
footer .tow img {
	margin-top: 40px;

}
footer .tow p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	color: #20586f;
}
footer .three  {
	margin-top: 30px;
}
footer .three form {
	margin-top: 30px;
}
.insert-book input ,
.WaqfLibraries .content input,
footer .three form select ,
footer .three form input {
	margin: 30px 0;
	background-color: #fff;
	border:none;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	border-radius: 10px;
	height: 45px;
}
.contentMessage .text-here button ,
.Settings .References button,
footer .three button {
	background-color: #f2b31d;
	color: #fff;
	padding: 10px 50px;
	border-radius: 15px;
	opacity: .9	;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-top: 10px;
}
.contentMessage .text-here button:hover ,
.Settings .References button:hover,
footer .three button:hover {
	background-color: #f2b31d;
	opacity: 1;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
footer hr {
	margin-top: 30px;
	border:1px solid #f2b31d;
}

/*  start insert-book */
.insert-book .content {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	min-height: 1270px;
}
.insert-book input {
	margin: 15px 0 ;
}
.insert-book input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.insert-book button {
	background-color: #f2b31d;
	color: #fff;
	border-radius: 10px;
	height: 47px;
	width: 100%;
	margin: 15px 0 ;
}
.chagne-color:hover ,
.chagne-color {
	background-color: #f2b31d;
	height: 47px;
}
.insert-book .subject select {
	margin-top: 15px;
}	

.insert-book .white {
	background-color: #fff;
	border:none;
	color: #f2b31d;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	margin-top: 20px;
	width: 100%;
	border-radius: 10px;
	line-height: 30px;
}
.insert-book .photo-thumbnail img{
	display: inline;
	margin-top: 10px;
	height: 270px;
}
.insert-book h5 {
	margin: 30px 0;
}
.insert-book h5 span {
	color: #f2b31d;
}
.insert-book table td span {
	color: #f2b31d;
	cursor: pointer;
}
.insert-book table td input[type="checkbox"] {
	margin: 0 5px;
	box-shadow: none;
	line-height: 20px;
}
.insert-book .subject .cagetry-ticet {
	width: 100%;
	min-height: 370px;
	border: 1px solid #aaa;
	border-radius: 10px;
	margin-top: 50px;

}
.insert-book .stats-detils ul form {
	display: inline-block;
	width: 100%;
	margin: 0;
}


.insert-book .subject .sidebar {
	background-color: #fff;
	border-radius: 10px;
	min-height: 100px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	margin-top: 30px;
}
.insert-book .subject .sidebar h4 {
	padding-bottom: 20px;
	font-size: 16px;
}
.insert-book .subject .sidebar h4 span {
	margin-right: 20px; 
}
.insert-book .subject .sidebar ul {
	padding-bottom: 120px;
	width: 100%;
}
.insert-book .subject .sidebar ul li {
	margin:  0;
	margin-right: 10px;
}
.insert-book .subject .sidebar ul li a {
	margin: 0;
	margin-right: 55px;
}
.insert-book .subject .sidebar ul li a:hover {
	color: #333;
}
.insert-book .subject .darck {
	background-color: #ccc;
}

.insert-book .sidebar ul  input{
	display: inline-block;
	margin:  0 ;
	margin-top:  -35px ;
	float: left;
}
.border-bottom {
	border: 1px solid #eee;
}
.insert-book .subject  .custome  span {
	color: #f2b31d;
}
.insert-book .subject  .photo-user img {
	border-radius: 15px; 
	margin: 20px 0;
}
.insert-book .order-internet ul  {
	margin: 30px 0;
}

.insert-book .order-internet ul li {
	background-color: #fff;
	border-radius: 10px;
	height: 55px;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	-moz-box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	box-shadow: 0px 0px 40px 8px rgba(238,238,238,1);
	margin-left: 30px;
	width: 225px;
}
.insert-book .order-internet ul li a{
	color: #f2b31d;
}
.insert-book .order-internet ul .active {
	background-color: #f2b31d;
}
.insert-book .order-internet ul .active a{
	color: #fff;
}

.subject {
	background-color:#fff;
	border-radius: 15px;
	padding: 20px;
	/*min-height: 700px;*/
	margin-top: 20px;
}
.insert-book .users {
	min-height: 1200px;

}
.insert-book .fa-comment-alt {
	margin: 30px 0 ;
	color: #f2b31d;
}
.insert-book .Opinions  {
	min-height: 1000px;
}
.insert-book .Opinions ul {
	margin: 30px 0;
}
.insert-book .Opinions ul li {
	margin: 10px 0;
	color: #000;
	font-weight: bold;
}
.insert-book .Opinions ul li span {
	color: #555;
	margin-right: 40px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
}
.insert-book .setting-meassge textarea,
.insert-book .Opinions ul li  textarea {
	height: 150px;
	resize: none;
	margin-bottom: 0px;
}
.insert-book .setting-meassge textarea {
	margin: 20px 0; 
}
.subject form {
	margin-top: 20px;
}
.subject .color-department {
	width: 40px;
	height: 20px;
	display: inline-block;
}
.insert-book  .follow {
	min-height: 900px;

}
.content .book-intrenal,
.content .resuilt,
.content .folder,
.content .author,
.content .publisher,
.content .Qesm,
.content .Bookbinding,
.content .researcher
 {
	padding: 20px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(99,99,99,.9);
	z-index: 99999999999999999999999;
	width: 100%;
	overflow-x: scroll;
}
.content .resuilt {
}
.content .resuilt table td a {
 color: #f2b31d;	
}
.content .resuilt ul li span {
	color: #f2b31d;
}
.content .alert-book-intrenal ,
.content .alert-resuilt ,
.content .alert-folder {
	background-color: #f5f5f5;
	border-radius: 15px;
	min-height: 1050px;
	padding: 20px;
	margin-top: 30px;
}
.content .book-intrenal .fa-times ,
.content .resuilt .fa-times ,
.content .folder .fa-times,
.content .author .fa-times,
.content .publisher .fa-times,
.content .Qesm .fa-times,
.content .Bookbinding .fa-times,
.content .researcher .fa-times {
	color: #f2b31d;
	background-color: #aaa;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.content .folder  table input[type="text"]{
	height: 35px;
	margin: 10px 0;
}
.content .folder  table td button:hover,
.content  .folder table td button{
	height: 35px;
	margin: 10px 0;
}
.content  .folder table td .blue {
	background-color: #20586f;
	color: #fff;
}
.insert-book .content  .edit {
	width: 100%;
	height: 47px;
	border-radius: 10px;
	text-align: center;
	line-height: 32px;
	margin-top: 13px;
	color: #fff;
	display: inline-block;
}
/*  end insert-book */

/****************************************************************/
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) { 

.SideBarTop    img {
	margin: 0 5px; 
}
.SideBarTop .icon-top li {
	padding: 0 5px;
}
.alert_Menu {
	right: 0;
}
.alert_Menu .item  { 
	padding: 25px ;
	width: 110%;
}
.alert_Menu .item li{ 
	margin: 0;
}
.alert_Menu .item li img { 
	margin: 5px;
}
.alert_Menu .item li i { 
	margin: 0;
}
.alert_Menu .item li a span { 
	margin-right: 0px;
}

.SideBarMiddle .logo-header a {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.SideBarMiddle .logo-header img {
	margin: 30px auto;
	float: unset;
}
.navbar-toggle {
	color: #fff;
	background-color: #fff;
}
 .unit p ,
 .unit h4 {
	text-align: center;
}
.Publications {
	margin: 10px 0;
}

.more button {
	margin: 10px 0;
}

.table-responsive {
	margin-top: 50px;
}
.showBook .search {
	margin-top: 30px;
}
.showBook .search > div ,
.search > div {
	height: 100px;
}
.showBook .content  {
	padding-bottom: 30px;
}
.showBook .content img {
	width: 100%;
	margin: 0;
	border-radius: 15px;
}
.showBook .content button {
	width: 100%;
	margin: 20px 0;
}
.WaqfLibraries .unit img {
	border-radius: 15px;
}
 .searchHome  form {
 	margin-bottom: 30px ;
}

.WaqfLibraries .Library button{
	width: 100%;
}
.WaqfLibraries .Library {
	padding-bottom: 30px;
}
.Time .unit img {
	margin:  0 auto;
	display: inherit;
	text-align: center;
	margin-bottom: 20px;
}
.Time .unit {
	min-height: 330px;
}
.payment .content form .line {
	margin: 30px 0;
}
.payment .ads {
	min-height: 200px;
}
.showArticle .contentArticle button  {
	width: 40%;
}
.login form p  {
	margin-top: 40px;
}
.Settings .References button {
	width: 90%;
}
.Settings .alerm .person ,
.Settings .message .person {
	min-height: 170px;
}
.contentMessage .text-here button {
	margin: 0;
}
.tabs  {
	margin:20px 0; ;
}
.tabs li {
	line-height: 70px;
	height: 70px;
	margin: 10px ;
	width: 100%;
	}
.Settings h4 {
	margin:30px 0;
}	
.Settings .message {
	margin: 30px 0;
}
.Settings .message h4 {
	margin: 0;
	padding: 0;
}
.Settings .menu {
	text-align: center;
	
}
.Calvin  {
	overflow: hidden;
	width: 100%;
}
.Calvin .main-pos {
	margin-right: calc(50% - 220px + 30px) !important ;
}
.Calvin  li {
  height: 650px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-bottom: 50px;
}
.WaqfLibraries .content textarea,
.contentMessage .text-here textarea ,
.Settings textarea,
.Settings  form select ,
.Settings  form input ,
.signUp .content select,
.signUp .content input,
.showArticle .contentArticle  input ,
.alert-photo input,
.alert-photo select,
.searchHome form select,
.searchHome form input,
.payment .content form select ,
.payment .content form input ,
footer .three form select ,
footer .three form input {
	border:1px solid #aaa;
}
.Twitter  .unit p  {
	text-align: justify;
}
.Twitter .unit p span {
	float: left;
}
.showBook .search .book ,
.search .book {
	height: 45px;
	margin:30px;
}
.search .book  a{
	line-height: 45px;
}
.alert-photo ,
.feedback {
	border: 1px solid #f2b31d;	
}
.feedback {
	/*display: none;*/
}
.signUp button {
	width: 100%;
}
.signUp .content button {
	margin: 10px 0;
}
.contentMessage .details-message .text p {
	font-size: 12px;
}
.person p {
	font-size: 12px;
}
.showBook .content img {
	height: auto;
	width: auto;
}
.showBook .content button {
	margin: 5px 0;
}
.showBook .content  {
	text-align: right;
}
.showBook .content li span {
	margin-right: 50px;
}
footer .tow img {
	margin: 30px auto;
}
footer .tow p {
	height: auto;
}


}
@media (max-width: 991px) {
.LibraryIndex .unit {
	min-height: 330px;
}
.showBook .search {
	margin-top: 30px;
}
.showBook .search > div ,
.search > div {
	height: 100px;
}
.showBook .content  {
	padding-bottom: 30px;
}
.showBook .content img {
	width: 100%;
	margin: 0;
	border-radius: 15px;
}
.showBook .content button {
	width: 100%;
	margin: 10px 0;
}
.Settings h4 {
	margin:30px 0;
}	
.contentMessage .text-here button {
	margin: 0;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }





/**/

.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: right;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  margin-right: 20px;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: right;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}
.progress-label {
    position: absolute;
    left: 50%;
    top: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}  

/**/



