/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */

.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}

.demo {
  text-align: left;
}

.demo .input-group-btn:last-child>.btn {
  margin-top: 25px;
}

html, body {
  background-color: #fff;
  height: 100%;
  margin: 0pt;
}

.container {
  text-align: justify;
}

.header-style {
  border-top: #3cd6f7 solid 2px;
  border-bottom: #dddbdd solid 1px;
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: #E4E7EF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
  background-color: #E4E7EF;
}

.navbar-default {
  background-color: #E4E7EF;
  border-top: #3cd6f7 solid 2px;
}

.navbar-nav>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #D4D9E4;
}

.navbar-right {
  float: right !important;
  margin-right: 0px;
}

.navbar a {
  font-size: 16px;
}

.navbar-default .navbar-nav>li>.contentadmin:hover {
  background-color: #D4D9E4;
  height: 60px;
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #D4D9E4;
}

.navbar-default .navbar-nav>li>a:focus {
  height: 60px;
}

.navbar .caret {
  margin-left: 50px;
  font-size: 25px;
}

.header-style .navbar-default {
  background-color: #E6EAEDB3;
  border-color: #fff;
  margin-bottom: 0px;
  border: 0px;
}

.bookview {
  min-width: 680px;
  padding: 0px 0;
}

.bookview h3 {
  margin: 0px;
  padding-left: 15px;
  font-size: 16px;
  background-color: #D4D9E4;
  padding: 8px 15px;
  border-bottom: #bab8ba solid 1px
}

.bookview a {
  color: #727070;
  line-height: 25px;
}

.bookview a:hover {
  text-decoration: none;
}

.bookview .col-md-5 {
  padding: 0px;
  border-right: #bab8ba solid 1px
}

.bookview .col-md-5 li {
  padding: 5px 15px;
  display: block;
}

.bookview .col-md-5 ul {
  padding: 0px;
}

.bookview .col-md-5 li:hover {
  background-color: #D4D9E4;
  color: #fff;
}

.bookview .col-md-7 {
  padding: 0px;
  border-left: #bab8ba solid 1px
}

.bookview .col-md-7 li {
  float: left;
  height: 62px;
  height: 66px;
  border-bottom: #bab8ba solid 1px;
  border-right: #bab8ba solid 1px;
  text-align: center;
  padding-top: 19px;
  font-size: 17px;
  display: block;
}

.bookview .col-md-7 ul {
  padding: 0px;
}

.bookview .col-md-7 .active, .bookview .col-md-7 li:hover {
  background-color: #3cd6f7;
  color: #fff;
}

.versionview {
  padding: 0px 0;
}

.versionview h3 {
  margin: 0px;
  padding-left: 15px;
  font-size: 16px;
  background-color: #D4D9E4;
  padding: 8px 15px;
  border-bottom: #bab8ba solid 1px
}

.versionviews {
  padding: 0px 0;
}

.versionviews h3 {
  color: black;
  margin: 0px;
  padding-left: 15px;
  font-size: 16px;
  background-color: #D4D9E4;
  padding: 8px 15px;
  border-bottom: #bab8ba solid 1px
}

.header-user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.admin-pic {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: #3cd6f7 solid 2px;
  margin-right: 15px;
  margin-top: 10px;
}

.header-firest-menu {
  padding-top: 15px;
}

.header-firest-menu .dropdown {
  margin-right: 45px;
}

.header-admin-menu {
  padding-top: 15px;
  margin-left: 20%;
}

.header-admin-menu li a {
  color: #5d3b3b;
  font-size: 16px;
}

.header-admin-menu li a:hover {
  background-color: #D4D9E4;
}

.header-admin-menu li .bottomBorder {
  border: 1px #ddd solid;
  height: 36px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #D4D9E4;
}

.vrsn {
  margin-left: 290px;
}

.bookName {
  width: 190px;
  margin-left: 20px;
}

.bookName1 {
  width: 200px;
}

.bookName1 .caret {
  float: right;
  margin-top: 10px;
}

.data-show {
  font-size: 17px;
  font-weight: 100;
  line-height: 29px;
}

.bottom-style {
  border-top: #3cd6f7 solid 1px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0px;
  box-shadow: rgba(18, 14, 14, 0.1) 0px 0px 15px;
}

.bottom-style textarea {
  margin-top: 10px;
}

/*.bottom-style .btn {
  border-radius: 20px;
  text-align: center;
  padding: 10px 25px;
  min-width: 100px;
  margin-right: 15px;
}*/

.bottom-style .btn {
  text-align: center;
  padding: 5px 20px;
  min-width: 100px;
  margin-top: 5px;
  border-radius: 20px;
}

.desc {
  margin-top: 20px;
  margin-left: 45px;
}

.showBook {
  margin-top: 30px;
}

.showBookk {
  margin-top: 30px;
  margin-left: 220px;
}

.showBooks {
  margin-top: 30px;
}

.data-show .carousel-control.left {
  background-image: none;
  margin-left: -109px;
}

.data-show .carousel-control.right {
  background-image: none;
  margin-right: -109px;
}

.bble-edited {
  background-color: #fefefe;
  float: left;
  color: #767070;
}

.bble-edited:hover {
  text-decoration: none;
}

.data-show .text-center {
  text-align: left !important;
}

.version .dropdown-menu {
  min-width: 320px;
}

.version .dropdown-menu li {
  padding: 5px 15px;
  display: block;
}

.version .dropdown-menu li:hover {
  background-color: #bab8ba;
}

.version .dropdown-menu a {
  color: #727070;
  line-height: 25px;
}

.version .dropdown-menu a:hover {
  text-decoration: none;
}

.post-show-panel {
  float: left;
}

.ul {
  list-style-type: none;
}

.scheduled {
  background-color: #EF5561;
}

.started {
  background-color: #FF7F2F;
}

.completed {
  background-color: #B5E61D;
}

.selecteddata {
  color: #46A049;
}

.selected {
  color: #ffffff;
  background-color: gray;
}

.selectedBook {
  color: #fff;
}

.selectedfav {
  text-decoration: underline;
  color: #52b9eb;
}

/*edited 8 - 6 - *--------------------------------------------------------------2017*/

@media only screen and (min-width: 1200) {}

/*tablet landscape*/

@media screen and (min-width: 1024px) and (max-width: 1600px) {}

/*end media query*/

/*tablet portrait*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-firest-menu .dropdown {
    margin-right: 15px;
  }
  .navbar .caret {
    margin-left: 30px;
  }
}

/*end media definition*/

/*smartphone landscape*/

@media screen and (min-width: 480px) and (max-width: 767px) {}

/*smartphone portrait*/

@media screen and (min-width: 320px) and (max-width: 479px) {}

.bookview .col-md-5 {
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.bookview .col-md-7 {
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.bookview ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.bookview ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.bookview ::-webkit-scrollbar-thumb {
  background: #afafaf;
  border: 0px none #ffffff;
  border-radius: 66px;
}

.bookview ::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.bookview ::-webkit-scrollbar-thumb:active {
  background: #ccc;
}

.bookview ::-webkit-scrollbar-track {
  background: #e7e7e7;
  border: 0px none #ffffff;
  border-radius: 42px;
}

.bookview ::-webkit-scrollbar-track:hover {
  background: #e7e7e7;
}

.bookview ::-webkit-scrollbar-track:active {
  background: #e7e7e7;
}

.bookview ::-webkit-scrollbar-corner {
  background: transparent;
}

.bookview .col-md-7 li {
  width: 16.6%;
}

.homeTitle {
  margin-top: 70px;
}

.homeDiv1 {
  width: 98%;
  margin-left: 18px;
  border: #dddbdd solid 2px;
  margin-top: 120px;
  box-shadow: 0 0 15px #939393;
}

.homeDiv {
  margin-top: 120px;
  box-shadow: 0 0 15px #939393;
}

.verticalline {}

.homeDivSub1 {
  border: #dddbdd solid 2px;
  background-color: #E5E5E5;
  height: 430px;
}

/*.homeDivSub1:after {
  content: "";
  background-color:  gray;
  position: absolute;
  width: 1px;
  height: 420px;
  top: 5px;
  left: 1%;
  display: block;

}*/

.homeDivSub1 .Encouragement {
  font-family: "Times New Roman";
  padding-top: 100px;
  font-size: 25px;
  margin-top: -49px;
  color: #4c6f21;
}

.homeImg {
  width: 100%;
  margin-top: 150px;
}

.homeImg1 {
  width: 115%;
  margin-top: -4px;
  height: 200px;
  margin-left: -8px;
}



.homeContent {
  margin-top: 60px;
  font-size: 17px;
}

.homeDivSubn {
  border: #dddbdd solid 2px;
  background-color: #52b9eb;
  height: 430px;
}

.homeDivSub2 {
  border: #dddbdd solid 2px;
  background-color: #52b9eb;
  height: 430px;
}

.homeDivSubsignup {
  margin-top: 57px;
  border: #dddbdd solid 2px;
  background-color: #52b9eb;
  height: 537px;
}

.homeDivSublogin {
  margin-top: 57px;
  border: #dddbdd solid 2px;
  background-color: #52b9eb;
  height: 430px;
  width: 404px;
}

.login {
  margin-top: 80px;
}

.txtBox {
  background-color: #ECF1F1;
}

.btnLogin {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.errorMsg {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.alignLeft {
  text-align: left;
}

.resultError {
  margin-top: 15px;
  font-size: 14px;
  color: red;
}

.success {
  color: green;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.pagePadding {
  padding-bottom: 220px;
}

.pagePadding1 {
  padding-bottom: 270px;
  padding-top: 0px;
}

.taken {
  background: #c0c6d5;
}

/*Modified to 21-08-2017*/

.next-btn, .previous-btn {
  padding: 6px 2px;
  width: 50px;
  border-radius: 25px 25px 25px 25px;
  background-color: #fff;
  border: #dddbdd solid 2px;
  top: 44%;
  opacity: .5;
  position: fixed;
  height: 50px;
  box-shadow: rgba(18, 14, 14, 0.1) 0px 0px 15px;
}

.next-btn {
  right: 160px;
}

.previous-btn {
  left: 180px;
}

.next-btn:hover, .previous-btn:hover {
  opacity: 1;
}

.header-search {
  border-radius: 20px 20px 20px 20px;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .header-style .header-search {
    width: 350px;
  }
}

.element {}

.progress {
  width: 20%;
}

.progresslbl {
  font-size: 14px;
  font-weight: bold;
}

.prgressData {
  min-width: 56%;
  height: auto;
  padding: 16px 16px;
  line-height: 2;
  border-radius: 50%;
  /* background-color: #3cd6f7; */
  color: #542d2d !important;
  text-align: center;
  /* border: rgba(0, 0, 0, 0.15) solid 1px; */
  font-size: 23px !important;
  text-shadow: rgba(0, 0, 0, 0.66) 0px 0px 6px;
  text-align: center;
  margin-top: -9px;
}

/****************************edited 22-08-2017***********************************/

.progress-bar {
  font-size: 10px;
  line-height: 14px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.prgrs {
  position: fixed;
  right: 6px;
  border: 1px #ddd solid;
  width: 200px;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}

.prgrs .progress {
  width: 95%;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.vertical1 {
  border-left: 1px #3cd6f7 solid;
  height: 78px;
}

.buttonpadding {
  padding-left: 129px;
}

.divalign {
  padding-left: 52px;
}

.responsive-table thead {
  position: fixed;
  table-layout: fixed;
  display: table;
  width: 87%;
  height: 10px;
  overflow-x: auto;
  overflow-y: auto;
}
/*
.tableResult thead>tr>th {
  table-layout: fixed;
  background-color: #EEEEEE;
  color: #888888;
  padding: 10px;
  font-size: 12px;
}

.tableResult td, th {
  text-align: left;
  padding: 10px;
}

.tableResult tbody {
  border-top: 1px #DDDDDD solid;
}

.tableResult tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.tableResult tr:nth-child(even) {
  background-color: #EEEEEE;
}

.tableResult .editable {
  background-color: #E1E1E1;
  border-style: hidden;
}*/
.well-sm {
    padding: 23px;
        padding-top: 23px;
    border-radius: 3px;
    height: 380px;
    padding-top: 39px;
}


.tableResult thead>tr>th {
  table-layout: fixed;
  background-color: #EEEEEE;
  color: #888888;
padding: 12px;
  font-size: 12px;
}

.tableResult td, th {
  text-align: left;
  padding: 10px;
}

.tableResult tbody {
  border-top: 1px #DDDDDD solid;
}

.tableResult tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.tableResult tr:nth-child(even) {
  background-color: #EEEEEE;
}

.tableResult .editable {
  background-color: #E1E1E1;
  border-style: hidden;
}
.img-circular {
  width: 50px;
  height: 50px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-bottom-right-radius: 100px;
}

/*...........dashboard ...............*/

.dashNotification {
  background-color: #ff9900;
  padding: 10px;
  text-align: center;
}

.dashNotification p {
  color: #fff;
}

.list-group .list-group-item {
  border-left: hidden;
  border-right: hidden;
  background-color: #fff;
}

#page-wrapper {
  padding-left: 70px;
}

#page-wrapper.open #sidebar-wrapper {
  left: 150px;
}

#page-wrapper, #sidebar-wrapper {
  transition: all .4s ease 0s
}

#page-wrapper:not(.open) ul.sidebar .sidebar-title.separator, .sidebar-footer, ul.sidebar .sidebar-list a:hover, ul.sidebar .sidebar-main a {
  background: #2d3e63;
}

#page-wrapper:not(.open) ul.sidebar {
  bottom: 0
}

#page-wrapper:not(.open) ul.sidebar .sidebar-title {
  display: none;
  height: 0;
  text-indent: -100px
}

#page-wrapper:not(.open) ul.sidebar .sidebar-title.separator {
  display: block;
  height: 2px;
  margin: 13px 0;
}

#page-wrapper:not(.open) ul.sidebar .sidebar-list a:hover span {
  border-left: 3px solid #e99d1a;
  text-indent: 22px
}

#page-wrapper:not(.open) .sidebar-footer {
  display: none
}

#sidebar-wrapper {
  margin-left: -150px;
  left: -30px;
  width: 250px;
  position: fixed;
  height: 100%;
  background: #30426a;
  z-index: 999;
}

ul.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-indent: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.row.fix {
  margin-left: 0;
  margin-right: 0;
}

.row.header1 {
  height: 60px;
  background: #E4E7EF;
  margin-left: 0;
  margin-right: 0;
  border-top: #3cd6f7 solid 2px;
  border-bottom: #dddbdd solid 1px;
}

.row.header1>div:last-child {
  padding-right: 0
}

.row.header1 .meta .page {
  font-size: 17px;
  font-weight: bold;
  padding-top: 11px;
  padding-left: 20px;
  color: #3131331;
}

.row.header1 .meta .breadcrumb-links {
  font-size: 12px;
  padding-left: 20px;
  color: #313131;
}

.row.header1 .meta {
  float: left;
}

.linktoHome {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

.btnHome {
  background-color: #ff9900;
  color: #fff;
  border: 1px #fff solid;
}

ul.sidebar li a {
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  width: 250px
}

ul.sidebar .sidebar-main {
  height: 65px;
}

ul.sidebar .sidebar-main a {
  font-size: 18px;
  line-height: 60px;
}

ul.sidebar .sidebar-main .menu-icon {
  float: right;
  font-size: 18px;
  padding-right: 28px;
  line-height: 60px
}

ul.sidebar .sidebar-title {
  color: #738bc0;
  font-size: 12px;
  height: 35px;
  line-height: 40px;
  transition: all .6s ease 0s
}

ul.sidebar .sidebar-list {
  height: 40px;
}

ul.sidebar .sidebar-list a {
  text-indent: 25px;
  font-size: 15px;
  color: #b2bfdc;
  line-height: 40px
}

ul.sidebar .sidebar-list a:hover {
  color: #fff;
  border-left: 3px solid #e99d1a;
  text-indent: 22px
}

ul.sidebar .sidebar-list a:hover .menu-icon {
  text-indent: 25px
}

ul.sidebar .sidebar-list .menu-icon {
  float: right;
  padding-right: 29px;
  line-height: 40px;
  width: 70px;
}

@media only screen and (min-width:561px) {
  #page-wrapper.open {
    padding-left: 250px;
  }
}

#content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}

.mainContent {
  padding-left: 20px;
  background-color: #fff;
}

.widget {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  background: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  border-color: #e9e9e9
}

.widget .widget-footer .pagination, .widget .widget-header .pagination {
  margin: 0
}

.widget .widget-header {
  color: #0C0707;
  background-color: #f6f6f6;
  padding: 10px 25px;
  padding-left: 45%;
  border-bottom: 1px solid #e9e9e9;
  line-height: 25px;
  font-weight: bold;
  font-size: 16px;
}

.widget .widget-header i {
  margin-right: 5px
}

.widget .widget-body {
  padding: 20px
}

.widget .widget-body table thead {
  background: #fafafa
}

.widget .widget-body table thead * {
  font-size: 14px!important
}

.widget .widget-body table tbody * {
  font-size: 13px;
}

.widget .widget-body table tbody tr {
  border-bottom: 1px #eee solid !important;
}

.widget .widget-body .error {
  color: red;
}

.widget .widget-body button {
  margin-left: 5px;
}

.widget .widget-body div.alert {
  margin-bottom: 10px;
}

.widget .widget-body.large {
  height: 350px;
  overflow-y: auto;
}

.widget .widget-body.medium {
  height: 370px;
  overflow-y: auto;
}

.widget .widget-body.small {
  height: 150px;
  overflow-y: auto;
}

.widget .widget-body.no-padding {
  padding: 0;
}

.widget .widget-body.no-padding .error, .widget .widget-body.no-padding .message {
  padding: 20px
}

.widget .widget-icon {
  background: #30426a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px
}

.widget .widget-icon i {
  line-height: 66px;
  color: #fff;
  font-size: 30px;
}

.green {
  background: #56dcb8!important;
}

.blue {
  background: #b3b3b3!important;
}

.orange {
  background: #e3c982!important;
}

.red {
  background: #e68080!important;
}

.bg-red {
  background-color: #dd5555;
  color: #fff;
}

.bg-green {
  background-color: #2cd3a6;
  color: #fff;
}

.bg-orange {
  background-color: #dab758;
  color: #fff;
}

.bg-grey {
  background-color: #999999;
  color: #fff;
}

.widget .widget-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px
}

.widget .widget-footer .pagination, .widget .widget-title .pagination {
  margin: 0
}

#bell {
  margin-left: 10px;
  color: #999;
  font-size: 15px;
}

.not .label {
  position: relative;
  top: -10px;
  right: 12px;
  text-align: center;
  font-size: 9px !important;
  padding: 1px 2px;
}

.label-warning {
  background-color: #ff9900 !important;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-solid {
  border-top: 0;
}

.box-header:before, .box-body:before, .box-header:after, .box-body:after, {
  content: " ";
  display: table;
}

.box-header:after, .box-body:after, {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.bg1 {
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-top: 3px solid #d2d6de;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool, .btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 1;
  border-top-right-radius: 1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box.box-solid>.box-header>.box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-body>.table {
  margin-bottom: 0;
}

.bg-light-blue-gradient {
  background: #3c8dbc !important;
  color: #fff;
}

.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  color: #fff;
}

.bg-teal {
  background-color: #39cccc !important;
  color: #fff;
}

.progress.sm, .progress-sm {
  height: 10px;
}

.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  border-radius: 1px;
}

.progress-group .progress-text {
  font-weight: 600;
}

.progress-group .progress-number {
  float: right;
}

.progress-bar-green {
  background-color: #00a65a;
}

.progress-bar-aqua {
  background-color: #00c0ef;
}

.progress-bar-yellow {
  background-color: #f39c12;
}

.progress-bar-red {
  background-color: #dd4b39;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.description-block.margin-bottom {
  margin-bottom: 25px;
}

.description-block>.description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.description-block>.description-text {
  text-transform: uppercase;
}

.text-red {
  color: #dd4b39 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-green {
  color: #00a65a !important;
}

.slideDown.ng-hide {
  height: 0;
  transition: height 0.40s ease;
  overflow: hidden;
  position: relative;
}

.slideDown {
  height: 420px;
  transition: height 0.40s ease;
  overflow: hidden;
  position: relative;
}

.boxAnim.ng-hide {
  height: 0;
  transition: height 0.40s ease;
  overflow: hidden;
  position: relative;
}

.boxAnim {
  height: 270px;
  transition: height 0.40s ease;
  overflow: hidden;
  position: relative;
}

.addUser {
  border: 2px solid rgba(114, 110, 110, 0.22);
  padding: 10px;
  border-radius: 6px;
}

.gap {
  margin-top: 5px;
}

.gap1 {
  margin-top: 25px;
}

.gap2 {
  margin-top: 15px;
}

/*.btnSubmit {
  width: 159px;
  height: 41px;
  font-size: 16px;
}*/

.role {
  padding: 10px;
}

.lbl {
  color: #2B627F;
}

.tbl tr {
  color: #888;
  font-weight: lighter;
}

.tbl tr:nth-child(even) {
  background: #eee;
}

#topPadding {
  padding-top: 15px;
}

/*............//dashboard..............*/

.logoClass {
  width: 53px;
  height: 49px;
  margin-top: 4px;
  margin-left: 7px;
}

/*.navbar-default .navbar-nav>a {
  color: #555;
  background-color: #D4D9E4;
  height: 60px;
  padding-top: 20px;
}
*/

.verseShow {
  text-align: center;
  font-size: 16px;
  color: red;
}

.drp {
  list-style-type: none;
}

.userimage {
  width: 100px;
  height: 100px;
}

.greyText {
  color: #888888;
  text-align: center;
}

.btncolour {
  background-color: #52b9eb;
}

.colour {
  background-color: #E8EEF3;
}

.btm {
  margin-top: 200px;
}

.scroll {
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  height: 60%;
}

.assignDiv {
  height: 645px;
  width: 712px;
  margin-left: -25px;
  background-color: #eee;
}

.assignDiv1 {
  height: 264px;
}

.bgcolor {
  /*
  background-color: #eee;*/
}

.divSetup {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.divSetup1 {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  width: 680px;
  border-top: 2px solid #595454 !important;
}

.widget .widget-icon {
  background: #30426a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px
}

.widget .widget-icon i {
  line-height: 66px;
  color: #fff;
  font-size: 30px;
}

.greyText1 {
  color: #fff;
  text-align: center;
}

.colour1 {
  background-color: #7aa93c;
}

.assgnBtn {
  float: right;
  margin-top: 30px;
}

.blockMargin {
  margin-top: 240px;
}

.topMargin {
  margin-top: 100px;
}

.field {
  padding: 6px;
  text-align: justify;
  padding-right: 33px;
  color: #000;
}

.contentDiv {
  padding-top: 10px;
}

.square:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fae0bb transparent;
  z-index: 9999;
}

.square:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
}

.square {
  background: #fae0bb;
  border: 8px solid #fffefe;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
}

.div_hover {
  background-color: #FFFFFF;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #FFFFFF;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.info-div {
  position: relative;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.logoNotification {
  padding: 8px;
  border-bottom: 1px solid #DDDFE2;
}

.not {
  text-align: center;
  color: #747f8b;
  font-size: 16px;
  font-weight: bold;
}

.notificationList {
  width: 300px !important;
}

.notifyRead {
  background-color: #fff;
}

.notifyNotRead {
  background-color: #E4EBEE;
}

.notifBottom {
  border-top: 1px solid #DDDFE2;
}

.notifSee {
  color: blue;
  cursor: pointer;
  font-size: 14px;
}

.notifTitle {
  margin-top: 20px;
}

.notifAll {
  height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cls {
  list-style: none;
  cursor: pointer;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.align {
  text-align: center;
}

.assignDiv1 {
  overflow-y: auto;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 8px;
}

.divSetup {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 150px;
}

.view {
  min-width: 136%;
  padding: 0px 0;
}

.view h3 {
  margin: 0px;
  padding-left: 15px;
  font-size: 16px;
  background-color: #e7e7e7;
  padding: 8px 15px;
  border-bottom: #bab8ba solid 1px
}

.view a {
  color: #727070;
  line-height: 25px;
}

.view a:hover {
  text-decoration: none;
}

.view .col-md-4 {
  padding: 0px;
  border-right: #bab8ba solid 1px;
}

.view .col-md-4 li {
  padding: 5px 15px;
  display: block;
}

.view .col-md-4 ul {
  padding: 0px;
}

.view .col-md-4 li:hover {
  background-color: #bab8ba;
}

.view .col-md-8 li {
  float: left;
  height: 62px;
  height: 66px;
  border-bottom: #bab8ba solid 1px;
  border-right: #bab8ba solid 1px;
  text-align: center;
  padding-top: 19px;
  font-size: 17px;
  display: block;
}

.view .col-md-8 ul {
  padding: 0px;
}

.view .col-md-8 .active, .view .col-md-8 li:hover {
  background-color: #d4d4d4;
  color: #fff;
}

.view ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.view ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.view ::-webkit-scrollbar-thumb {
  background: #afafaf;
  border: 0px none #ffffff;
  border-radius: 66px;
}

.view ::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.view ::-webkit-scrollbar-thumb:active {
  background: #ccc;
}

.view ::-webkit-scrollbar-track {
  background: #e7e7e7;
  border: 0px none #ffffff;
  border-radius: 42px;
}

.view ::-webkit-scrollbar-track:hover {
  background: #e7e7e7;
}

.view ::-webkit-scrollbar-track:active {
  background: #e7e7e7;
}

.view ::-webkit-scrollbar-corner {
  background: transparent;
}

.view .col-md-8 li {
  width: 16.6%;
}

.divSetup1 {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  width: 680px;
  border-top: 2px solid #595454 !important;
}

.widget .widget-icon {
  background: #30426a;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px
}

.widget .widget-icon i {
  line-height: 66px;
  color: #fff;
  font-size: 30px;
}

.greyText1 {
  color: #fff;
  text-align: center;
}

.colour1 {
  background-color: #7aa93c;
}

.assgnBtn {
  float: right;
  margin-top: 30px;
}

.blockMargin {
  margin-top: 240px;
}

/******************amal***********************/

.txtSize {
  font-size: 16px;
}

#txtSizeSmall {
  font-size: 14px;
}

.sheduler .heading-top {
  font-size: 18px;
  font-weight: 400 !important;
}

.sheduler .title {
  background-color: #52b9eb;
  height: 50px;
  padding: 15px 15px 15px 15px;
  border-radius: 6px 6px 0px 0px;
  color: #4c6f21;
  text-align: center;
}

.sheduler .scroll {
  max-height: 355px !important;
  padding: 0px;
}

.sheduler .scroll li {
  display: block;
  border-bottom: #223254 solid 1px;
  padding: 10px 15px 10px 15px;
  background-color: #30426a;
  color: #b2bfdc;
}

.sheduler .scroll .glyphicon-pause {
  color: #ff6a00;
}

.sheduler .scroll .glyphicon-ban-circle {
  color: red;
}

.sheduler .scroll .glyphicon-ok {
  color: #86b200;
}

.sheduler .scroll input {
  margin-top: 0px;
}

.sheduler .keySearch {
  background-color: #E4F5FD;
  padding: 15px;
}

.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.search input {
  width: 107%;
  height: 40px;
  border: 1px solid #aaa;
}

.search input {
  text-indent: 32px;
}

.search .glyphicon-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.drop {
  width: 107%;
  height: 40px;
}

.srchBtn {
  height: 40px;
  text-transform: uppercase;
  width: 120px;
}

.quote {
  text-align: left;
  font-size: 16px;
  color: #000;
}

.bookVerse {
  color: #711E13;
  font-weight: bold;
  margin-top: 10px;
}

.noData {
  color: red;
  font-size: 18px;
}

.userlist-heading h5 {
  background-color: #223254;
  height: 40px;
  color: #b2bfdc;
  border-left: #223254 solid 1px;
  margin: 0px;
  padding-top: 13px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.workStatus {
  width: 18%;
  margin-left: 44px;
  position: fixed;
}

.workStatus .progress-heading {
  background-color: #223254;
  border-left: #223254 solid 1px;
  border-right: #223254 solid 1px;
  height: 40px;
  color: #b2bfdc;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.workStatus .body {
  background-color: #f6f6f6;
  padding: 10px 10px 12px 10px;
  color: #212121;
}

.workStatus .body .user {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}

.workStatus .body .user img {
  width: 70px;
  height: 70px;
}

.workStatus .body .user h4, p {
  text-align: center;
}

.workStatus .body .user h4 {
  font-weight: bold;
}

.workStatus .book {
  background-color: #f6f6f6;
  padding: 10px 10px 12px 10px;
  color: #212121;
  height: 360px;
  overflow-y: auto;
}

.workStatus .book .bookArray h5 {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

.workStatus .body .assigned {
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}

.workStatus .body .assigned h5 span {
  font-size: 24px;
  margin-left: 36px;
  color: #212121;
}

.workStatus .body .status {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}

.workStatus .body .status progress {
  width: 100%;
  height: 10px;
  margin-top: 7px;
}

.workStatus .body .status .percent {
  font-size: 16px;
  margin-left: 143px;
  margin-top: -35px;
}

.workStatus1 {
  width: 18%;
  margin-left: 44px;
  position: fixed;
}

.workStatus1 .progress-heading {
  background-color: #223254;
  border-left: #223254 solid 1px;
  border-right: #223254 solid 1px;
  height: 40px;
  color: #b2bfdc;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.workStatus1 .body {
  background-color: #f6f6f6;
  color: #212121;
  padding: 10px;
}

.workStatus1 .body .user {
  border-bottom: 1px #eee solid;
}

.workStatus1 .body .user img {
  width: 70px;
  height: 70px;
}

.workStatus1 .body .user h4, p {
  text-align: center;
}

.workStatus1 .body .user h4 {
  font-weight: bold;
}

.workStatus1 .body .assigned {
  padding-bottom: 10px;
  border-bottom: 1px #eee solid;
}

.workStatus1 .body .assigned h5 span {
  font-size: 24px;
  margin-left: 40px;
  color: #212121;
}

.workStatus1 .body .status {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}

.workStatus1 .body .status progress {
  width: 100%;
  height: 10px;
  margin-top: 7px;
}

.workStatus1 .body .status .percent {
  font-size: 16px;
  margin-left: 152px;
  margin-top: -35px;
}

.btnAssign {
  float: right;
  margin-right: -66px;
}

.sheduler .assignDiv1 {
  height: 353px;
}

.sheduler .dropdown h3 {
  background-color: #223254;
  height: 40px;
  color: #b2bfdc;
  border-left: #223254 solid 1px;
  margin: 0px;
  padding-top: 10px;
  border-bottom: #223254 solid 1px;
  font-weight: bold;
}

.sheduler .dropdown h3 input {
  margin-top: 0px;
}

.sheduler .view .col-md-4 {
  border-right: #223254 solid 1px;
}

.sheduler .view .col-md-8 {
  padding: 0px;
  border-left: none;
}

.sheduler .dropdown .col-md-4 {
  background-color: #30426a;
  border: #30426a solid 1px;
  color: #b2bfdc;
}

.sheduler .dropdown .col-md-4 .assignDiv1 {
  border: #52b9eb solid 1px;
  padding: 0px;
}

.sheduler .view .col-md-4 li {
  padding: 5px 15px;
  display: block;
  border-bottom: #223254 solid 1px;
}

.sheduler .view .col-md-4 li:hover {
  background-color: #223254;
}

.sheduler .dropdown .col-md-4 input {
  margin-bottom: 0px;
  margin-right: 5px;
}

.sheduler .view .col-md-8 li {
  border-bottom: rgba(48, 66, 106, 0.29) solid 1px;
  border-right: rgba(48, 66, 106, 0.45) solid 1px;
}

.prgrsdata {
  margin-top: 6px;
  margin-right: -9px;
  font-size: 11px;
}

.bookSelect {
  background-color: #eee;
  height: 340px;
}

.bookSelect .selectBook {
  padding-top: 60px;
  font-size: 16px;
  font-weight: bold;
}

.sign {
  font-size: 20px;
}

.warning {
  font-size: 14px;
}

.alertWarning {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: red;
}

.removeIcon {
  color: #286090;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.rightIcon {
  float: right;
}

.workProgress {
  margin-top: -6px;
  margin-left: -27px;
  position: fixed;
  box-shadow: rgba(18, 14, 14, 0.1) 3px 0px 6px;
  width: 205px;
}

.workProgress .workDiv {
  height: 80px;
  color: #f6f6f6;
  background-color: rgb(48, 66, 106);
  padding-top: 8px;
}

.workProgress .progress {
  width: 95%;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 8px;
}

.workProgress .workDiv1 {
  background-color: #E0E0E0;
  padding-top: 8px;
  color: #929292;
}

.txt1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.txt2 {
  font-size: 12px;
  text-align: center;
  margin-top: -18px;
  color: #988c8c;
}

.vertical {
  border-right: 1px #999 solid;
  height: 45px;
}

.workProgress .workDiv2 {
  background-color: #FBFBFB;
  padding-top: 15px;
  color: #000;
}

.workProgress .workDiv2 .txt {
  font-weight: bold;
  margin-left: 10px;
  margin-top: -8px;
}

.workProgress .workDiv2 .plus {
  color: #000;
  font-size: 14px;
}

.workProgress .workDiv3.ng-hide {
  height: 0;
  transition: height 0.40s ease;
  overflow: hidden;
  position: relative;
}

.workProgress .workDiv3 {
  height: 150px;
  transition: height 0.40s ease;
  position: relative;
  background-color: #f6f6f6;
  overflow-y: scroll;
}

.workProgress .workDiv3 .books {
  font-weight: bold;
  margin-left: -17px;
  font-size: 14px;
}

.workProgress .workDiv3 ul {
  list-style: none;
}

.workProgress .workDiv3 .plus {
  font-weight: normal;
  font-size: 12px;
}

.workProgress .workDiv3 .chapters {
  margin-left: -27px;
  margin-right: 26px;
}

.workProgress .workDiv3 .chapters li {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  width: 37px;
}

.assign {
  margin-top: 35px;
}

.assign .div1 {
  background-color: rgb(48, 66, 106);
  padding-top: 12px;
  color: #f6f6f6;
  height: 50px;
  font-size: 18px;
}

.assign .div2 {
  background-color: #f6f6f6;
  padding-top: 10px;
  height: 370px;
  overflow-y: auto;
}

.assign .div2 ul {
  list-style: none;
}

.assign .div2 .ul2 {
  margin-right: 20px;
  margin-left: -40px;
  margin-top: 7px;
}

.assign .div2 ul .list {
  margin-top: 10px;
}

.assign .div2 ul .list span {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.assign .div2 li.list1 {
  display: inline-block;
  line-height: 31px;
  margin-left: 6px;
  color: #000;
  border: 1px #e8e8e8 solid;
  padding: 5px;
  width: 42px;
  text-align: center;
  border-radius: 8px;
  margin-top: 5px;
}

.progress-bar {
  background-color: #12C376;
}

.indication {
  margin-top: 317px;
  position: fixed;
  width: 13%;
  margin-left: 50px;
}

.indication .smallDiv {
  width: 15px;
  height: 15px;
}

.indication p {
  text-align: left;
}

.indication1 {
  float: left;
  margin-top: 30px;
  margin-left: 50px;
}

.indication1 .smallDiv {
  width: 15px;
  height: 15px;
}

.indication1 p {
  text-align: left;
}

.schedule {
  list-style: none;
  height: 350px;
  padding-top: 15px;
  text-align: left;
  padding-left: 0px;
  overflow-y: auto;
  background-color: #f6f6f6;
}

.schedule ul {
  list-style: none;
  margin-left: -25px;
}

.schedule li .books {
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.schedule ul li {
  display: inline-block;
  margin-left: 8px;
  width: 20px;
}

.schedule1 {
  list-style: none;
  height: 280px;
  padding-top: 15px;
  text-align: left;
  padding-left: 0px;
  overflow-y: auto;
  background-color: #f6f6f6;
}

.schedule1 ul {
  list-style: none;
  margin-left: -25px;
}

.schedule1 li .books {
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.schedule1 ul li {
  display: inline-block;
  margin-left: 8px;
  width: 20px;
}

/* Styles go here */

.navbar-default .navbar-nav>li>a {
  line-height: 25px;
  padding-top: 11px;
}

#size {
  font-size: 14px;
}

.body {
  margin: 0;
  padding: 0;
}

.section {
  height: 55px;
  margin-top: -20px;
  background-color: #f6f6f6;
  border-bottom: 1px #ddd solid;
}

.section1 {
  height: 55px;
  margin-top: -20px;
  background-color: #f6f6f6;
  border-bottom: 1px #ddd solid;
}

.fix-to-top {
  position: fixed;
  top: 20px;
  height: 60px;
  z-index: 1;
  width: 100%;
  background-color: #E4E7EF;
  border-bottom: 1px #ddd solid;
  border-top: 2px #333333 solid;
}

.verseEdit {
  float: right;
  cursor: default;
  color: rgb(48, 66, 106);
  position: relative;
  margin-top: 5px;
  margin-right: -20px;
}

.addfav {
  float: right;
  cursor: default;
  color: red;
  position: relative;
  margin-top: 5px;
  margin-right: -20px;
}

.addfavicon {
  float: right;
  cursor: default;
  color: red;
  position: relative;
  margin-top: -13px;
  margin-right: -9px;
  font-size: 17px;
}

.forgot {
  border: 1px #ddd solid;
  padding: 10px;
}

.glytrash {
  margin-left: 608px;
  margin-top: 22px;
}

#txt {
  text-align: left;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 #30426a;
  transition: 0.3s;
  height: 212px;
  background-color: #cccccc80;
}

.fh5co-footer-links {
  margin-left: -15%;
}

/* On mouse-over, add a deeper shadow */

.card:hover {
  box-shadow: 0 8px 16px 0 #333333;
}

/* Add some padding inside the card container */

.container {
  padding: 2px 16px;
}

.btnSave {
  border: 1px solid #494949;
  padding: 10px 20px 10px 20px;
  background-color: #30426a;
  color: white;
  right: 130px;
}

.btnSave:hover {
  box-shadow: 0 8px 16px 0 #333333;
  background-color: #30426a;
  border: 1px solid #494949;
  color: white;
}

.versecard {
  border-top: 3px solid #30426a;
  height: 500px;
}

.mainContent {
  padding-left: 2px;
  background-color: #fff;
}

.sheduler .title1 {
  background-color: rgb(48, 66, 106);
  height: 50px;
  padding: 10px 55px 15px 15px;
  border-radius: 6px 6px 0px 0px;
  color: #b2bfdc;
  width: 100%;
}

.add {
  border: 2px solid rgba(114, 110, 110, 0.22);
  border-radius: 6px;
}

.title1 {
  font-size: 20px;
  background-color: #52b9eb;
  height: 50px;
  padding: 10px 15px 15px 15px;
  border-radius: 6px 6px 0px 0px;
  color: white;
  width: 100%;
}

.versetitle {
  padding-top: 20px;
  font-size: 19px;
  color: #30426a;
}

.assign {
  font-size: 15px;
  color: #30426a;
  font-family: arial;
}

.titlegly {
  color: #30426a !important;
}

.iconHome {
  color: #52b9eb !important;
  font-size: 20px;
}

.headcolor {
  font-size: 20px;
  color: #4c6f21 !important;
}

.headerbutton {
  font-weight: bold;
  border: 1px solid #52b9eb;
  margin-top: 14px;
  font-size: 17px;
  color: #4c6f21 !important;
}

.signinbutton {
  font-weight: bold;
  border: 1px solid #52b9eb;
  margin-left: 805px;
  margin-top: 24px;
  font-size: 17px;
  color: #4c6f21 !important;
}

.signupbutton {
  font-weight: bold;
  border: 1px solid #52b9eb;
  font-size: 17px;
  color: #4c6f21 !important;
  margin-top: 14px;
}

.homecard {
  margin-top: 50px;
}

.cursor {
  cursor: pointer;
}

.circlemain {
  border: #1a8ff4 solid 2px;
  background: white;
  border-radius: 200px;
  color: white;
  height: 182px;
  font-weight: bold;
  width: 182px;
  display: table;
  display: inline-block;
  position: relative;
  top: 109px;
  margin-left: 74px;
}

.circle {
  box-shadow: 5px 5px 4px #888888;
  border: #1a8ff4 solid 2px;
  background: #52b9eb;
  border-radius: 200px;
  color: white;
  height: 80px;
  font-weight: bold;
  width: 80px;
  display: table;
  display: inline-block;
  position: relative;
  top: -38px;
}

.bookicon {
  font-weight: bold;
  color: white;
  font-size: 30px;
  margin-top: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hometitle {
  cursor: pointer;
  margin-top: -18px;
  font-size: 17px;
  color: #6c6f21;
}

.readmorefirst {
  background: #52b9eb;
  color: white;
}

.readmoresecond {
  background: #52b9eb;
  color: white;
}

.readmorethird {
  background: #52b9eb;
  color: white;
}

.icontitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 25px;
  color: #000;
}

.icontitle1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-top: 25px;
}

.footer {
  position: relative;
  /* Set the fixed height of the footer here */
  background: rgb(55, 55, 55);
}

h3 {
  color: white;
}

hr.style1 {
  border-top: 1px solid #8c8b8b;
}

.circle1 {
  border: #52b9eb solid 2px;
  border-radius: 200px;
  background: white;
  color: white;
  height: 38px;
  font-weight: bold;
  width: 38px;
  display: table;
  display: inline-block;
  position: relative;
  top: -8px;
}

.circle2 {
  border: #52b9eb solid 2px;
  border-radius: 200px;
  background: white;
  color: white;
  height: 37px;
  font-weight: bold;
  width: 37px;
  display: table;
  display: inline-block;
  position: relative;
  top: -8px;
}

.shareicon {
  width: 38px;
  height: 39px;
  font-size: 15px;
  margin-left: -1.3px;
  margin-top: -3px;
}

.sharegoogle {
  width: 39px;
  height: 40px;
  font-size: 15px;
  margin-left: -2.3px;
  margin-top: -4.4px;
}

.share {
  margin-left: -44px;
}

.sharetwitter {
  width: 44px;
  height: 44px;
  font-size: 15px;
  margin-left: -5.3px;
  margin-top: -5.4px;
}

.circlegoogle {
  margin-left: 183px;
  border: #52b9eb solid 2px;
  border-radius: 200px;
  background: white;
  color: white;
  height: 49px;
  font-weight: bold;
  width: 53px;
  display: table;
  display: inline-block;
  position: relative;
  top: -20px;
}

.circlefb {
  border: #52b9eb solid 2px;
  border-radius: 200px;
  background: white;
  color: white;
  height: 49px;
  font-weight: bold;
  width: 53px;
  display: table;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-left: 137px;
}

.logingoogle {
  margin-top: 1px;
  width: 43px;
}

.loginfb {
  margin-top: -4px;
  width: 53px;
  margin-left: -2.5px;
}

.wrapper_body {
  position: absolute;
  padding: 20px 0;
  height: 100%;
  width: 100%;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A;
  text-align: center;
}

.cbm_wrap {
  background: #fff;
  margin: 20px auto;
  display: block;
  width: 700px;
  height: 200px;
  /*min-height: 310px;*/
  padding: 20px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.cbm_wrap img {
  width: 100%;
  margin-top: 15px;
}

.cbm_wrap p {
  margin-top: 15px !important;
  text-align: justify !important;
  font-size: 14px;
  color: #000;
}

.cbm_wrap.subword {
  text-align: center;
  font-size: 20px;
}

.cbm_wrap h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.cbm_wrap a {
  text-decoration: none;
  color: #4A4A4A !important;
}

.cbm_wrap a:hover {
  text-decoration: underline;
  color: #6B6B6B !important;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #52abeb;
  background-color: transparent;
}

.radio-item input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 19px;
  content: " ";
  display: block;
  background: #52b9eb;
}

.buttondiv {
  border-color: #52b9eb;
  color: #52b9eb;
  font-weight: bold;
  background-color: #fff;
}

.buttondiv:hover {
  color: #fff;
  font-weight: bold;
  background-color: #52b9eb;
}

.Sharediv {
  margin-left: 135px;
}

.Copydiv {
  margin-left: -87px;
}

.Bookmarkdiv {
  margin-left: -82px;
}

.Notediv {
  margin-left: -83px;
}

.dropdown {
  right: -3px;
  top: 5px;
}

.widget {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  background-color: #FFF;
  width: 670px;
  margin: 20px auto 0;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #4EBADA;
}

.Delete {
  margin-top: 20px;
  margin-left: 560px;
}

.area {
  display: block;
  margin-bottom: 20px;
  resize: none;
  width: 200px;
  height: 100px;
  max-width: 200px;
  max-height: 200px;
}

.widgetv {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  background-color: #FFF;
  width: 725px;
  margin: 57px auto 0;
  margin-top: 57px;
  margin-left: auto;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #4EBADA;
  margin-left: -236px;
  margin-top: 41px;
}

.alphabets {
  display: block;
  height: 470px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px;
}

.alphabet {
  height: 470px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px;
}

.atoz {
  cursor: pointer;
}

.alpha {
  cursor: pointer;
  font-weight: bold;
  margin-left: 2px;
  display: inline;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px;
  overflow-y: scroll;
  margin-top: 200px;
}

.alphabet p:hover, p:active, p:focus {
  color: #BC0000;
}

.searchresult {
  max-height: 550px;
  overflow: auto;
  margin-right: 2px;
}

.result {
  height: 470px;
  overflow-y: auto;
  background-color: #fff;
  /*box-shadow: 1px 1px 5px #3b4045;*/
  padding-top: 8px;
}

.tagButton {
  -webkit-box-shadow: 0 0 5px 2px rgba(140, 143, 152, 0.4);
  height: 39px;
  width: 538px;
  background-color: #ffffff !important;
  border-radius: 22px;
  margin-top: 20px;
  color: #2093ee;
  font-size: 15px;
}

.tagButton:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(140, 143, 152, 0.4);
  height: 39px;
  width: 538px;
  background-color: #b6b6b6 !important;
  border-radius: 22px;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
}

.tagdiv {
  height: 470px;
  overflow-y: auto;
}

.heading-top {
  font-size: 18px;
  font-weight: 400 !important;
}

.title {
  background-color: #b6b6b6;
  height: 50px;
  padding: 15px 15px 15px 15px;
  border-radius: 6px 6px 0px 0px;
  color: #4c6f21;
  text-align: center;
  border-bottom: 2px solid #4EBADA;
}

.widgett {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
  background-color: #FFF;
  width: 725px;
  margin: 57px auto 0;
  margin-top: 57px;
  margin-left: auto;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-top: 2px solid lightgray;
  margin-left: 242px;
  margin-top: 42px;
}

.addUseri {
  border: 2px solid rgba(114, 110, 110, 0.22);
  padding: 10px;
  border-radius: 6px;
}

.glyedit {
  padding-left: 600px;
  color: #52b9eb;
}

.click {
  cursor: pointer;
  color: #52b9eb;
}

.favorites {
  margin-top: -13px;
  font-size: 20px;
  color: #4c6f21;
  font-weight: bold;
}

.topic {
  margin-top: 8px;
  font-size: 20px;
  color: #4c6f21;
  font-weight: bold;
}

.popover-title {
  color: #121111;
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.fbsmdiv {
  margin-left: 20px;
  margin-top: -54px;
}

.fblgdiv {
  margin-left: 37px;
  margin-top: -54px;
  background-color: #FFF;
}

.searchhome {
  margin-left: 299px;
  width: 277px;
  top: ;
  margin-top: 13px;
}

.searchicon {
  margin-left: 299px;
  width: 277px;
  top: ;
  margin-top: 13px;
}

/*...............Profile pic...................*/

.profile-pic {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.profile-pic:hover .edit {
  display: block;
}

.edit {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.edit a {
  color: #D8000C;
}

#hover-content {
  margin-left: 31px;
  display: none;
  position: absolute;
  margin-top: -45px;
  z-index: 1;
  background-color: #000;
  opacity: .9;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  width: 84%;
  color: #fff;
  font-weight: bold;
}

#hover-content a {
  color: #fff;
  text-decoration: none;
}

.profile-pic:hover #hover-content {
  display: block;
}

.profilePic2 {
  margin-top: 11px;
  margin-left: 30px;
  width: 160px;
  height: 160px;
  border: thin solid #e5e5e5;
  box-shadow: 1px 1px 1px 1px #e5e5e5;
}

#hover-logo {
  display: none;
  margin-top: -35px;
  z-index: 1;
  background-color: #000;
  opacity: .9;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  position: absolute;
}

#hover-logo a {
  color: #fff;
  margin-top: 11px;
  margin-left: 30px;
}

.profilename {
  margin-top: 48px;
  font-size: 20px;
  color: #fff;
}

.profilesub {
  margin-left: 151px;
  font-size: 15px;
}

.profilesubphone {
  margin-left: 127px;
  font-size: 15px;
}

.profile-pic:hover #hover-logo {
  display: block;
}

.title {
  background-color: #eee;
  height: 50px;
  padding-top: 5px;
}

.titletopic {
  margin-top: 33px;
  background-color: #eee;
  height: 50px;
  padding-top: 5px;
}

.editable {
  background-color: #E1E1E1;
  padding-top: 15px;
}

/*...............//profile pic................*/

.profilecard {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 #30426a;
  transition: 0.3s;
  height: 590px;
  background-color: #fff;
}

.profileheader {
  border: #fff solid 2px;
  background-color: #929292;
  height: 216px;
  width: 591px;
}

.line {
  display: block;
  border: none;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

.saveprofileButton {
  -webkit-box-shadow: 0 0 5px 2px rgba(78, 71, 80, 0.4);
  background-color: #ffffff !important;
  border-radius: 22px;
  color: gray;
  font-size: 15px;
}

.saveprofileButton:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(78, 71, 80, 0.4);
  background-color: gray !important;
  border-radius: 22px;
  color: #fff;
  font-size: 15px;
}

.fonts {
  margin-left: 151px;
  font-size: 16px;
  color: #fff;
}

.size {
  font-size: 18px;
  color: #6a6a6a;
}

.icn {
  font-size: 14px;
  color: #494949;
}

.lblStyle {
  border-bottom: 1px #000 solid;
}
