.login_mobile{
    margin-left: 1px;
}
.gradient-custom-2 {
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(12, 58, 13, 1), #d8363a, #dd3675, #b44593);
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: #7EB2DD;
  }
  
  @media (min-width: 768px) {
    .gradient-form {
      height: 100vh !important;
    }
  }
  @media (min-width: 769px) {
    .gradient-custom-2 {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem;
    }
    .login_mobile{
        margin-left: 3px;
        margin-right: 3px;
    }
  }
  img{
      max-width: 100%;
  }

/* custom */

  table.table td h2 a:hover {
    color: #7EB2DD;
  }



.bg-primary,
.badge-primary {
	background-color: #7EB2DD !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #7EB2DD !important;
}


.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}

.sidebar-menu ul ul a.active {
    background-color: #bbd4e9;
}

.sidebar-menu li a:hover {
	background-color: #bbd4e9;
}

.btn-primary {
	background-color: #7EB2DD;
	border: 1px solid #7EB2DD;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #5d819e;
	border: 1px solid #5d819e;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #5d819e;
	border: 1px solid #5d819e;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #5d819e;
	border-color: #5d819e;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #7EB2DD;
  border-color: #7EB2DD;
}



.btn-warning {
	background: #ffbc34;
	border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active:focus:not(:disabled):not(.disabled), 
.btn-warning:active:focus:not(:disabled):not(.disabled), 
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background: #e9ab2e;
	border: 1px solid #e9ab2e
}


.btn-custom {
	background: #7EB2DD;
	background: -moz-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: linear-gradient(to right, #7EB2DD 0%, #fc6075 100%);
}
.btn-custom.focus,
.btn-custom:focus,
.btn-custom:hover {
	background: #7EB2DD;
	background: -moz-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: linear-gradient(to right, #7EB2DD 0%, #fc6075 100%);
}
.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover, 
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #7EB2DD;
	border-color: #7EB2DD;
}
.pagination > li > a, 
.pagination > li > span {
	color: #7EB2DD;
}
.page-link:hover {
	color: #7EB2DD;
}
.page-item.active .page-link {
	background-color: #7EB2DD;
	border-color: #7EB2DD;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #7EB2DD;
}

.bg-inverse-warning {
	color: #f39c12 !important;
}

.bg-gradient-warning {
	background: linear-gradient(to bottom right,#ecd53e  0,#efaf28  100%)
}

.rating-list span.rating-normal a {
	background-color: #dccc00;
}

.custom_check input:checked ~ .checkmark {
  background-color: #7EB2DD;
}

.custom_radio .checkmark:after {
  background: #7EB2DD;
}

.status.away {
	background-color: #faa937;
}

.sidebar-menu li.menu-title a {
  color: #7EB2DD;
}


.noti-dot:before {
	border: 5px solid #7EB2DD;
	background-color: #7EB2DD;
}

.noti-dot:after {
	content: '';
	border: 4px solid #7EB2DD;
}

.add-btn {
  background-color: #7EB2DD;
  border: 1px solid #7EB2DD;
}

.add-btn:hover,
.add-btn:focus,
.add-btn:active {
	background-color: #5d819e;
	border: 1px solid #5d819e;
}

.account-box .account-btn {
	background: #7EB2DD;
	background: -moz-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #7EB2DD 0%, #fc6075 100%);
	background: linear-gradient(to right, #7EB2DD 0%, #fc6075 100%);
}

.account-footer a {
	color: #7EB2DD;
}
.account-footer a:hover {
	color: #7EB2DD;
}

.dash-widget-icon {
	color: #7EB2DD;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #7EB2DD;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #7EB2DD;
	border-color: #7EB2DD;
}

.continue-btn {
  border: 1px solid #7EB2DD;
  color: #7EB2DD;
}


.continue-btn:hover,
.continue-btn:focus,
.continue-btn:active {
	background-color: #7EB2DD;
	border: 1px solid #7EB2DD;
}
.cancel-btn {
    border: 1px solid #7EB2DD;
    color: #7EB2DD;
}
.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
	background-color: #7EB2DD;
	border: 1px solid #7EB2DD;
}

.typing-text {
	color: #7EB2DD;
}

.file-author a {
	color: #7EB2DD;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #7EB2DD !important;
}

.external-event.bg-warning {
	color: #f9c851;
}

.external-event.bg-orange {
	color: #ff9800;
}

.edit-icon:hover {
	background-color: #7EB2DD;
	border-color: #7EB2DD;
}

.add-more a {
	color: #7EB2DD;
}
.add-more a:hover {
	color: #5d819e;
}

.roles-menu > ul > li.active a {
	border-color: #7EB2DD;
	color: #7EB2DD;
}
.roles-menu > ul > li a:hover {
	border-color: #7EB2DD;
}

.card {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  margin-bottom: 5px;
  border-color: #99b1bd;
  margin-top: auto;
}

.help-block{
	color: #d8363a;
}
#login_title{
	color:#7EB2DD; 
	margin-top:15%
}
.card-header {
    background-color: #bbd4e9;
}
.header{
	background-color: #bbd4e9;
}
.card-body {
    background-color: rgba(255, 255, 255, 0.81);
}
.form-control {
    border-color: #000000;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
}

.rounded-3{
	background-color: #ece8e8;
}

.modal-content {
	background-color: #ece8e8;
}
.sidebar-menu li a:hover {
	background-color: #bbd4e9;
}
.sidebar-menu li.active a {
	color: #333;
	background-color: #bbd4e9;
}
#cardtitle{
	display: flex;
	color:rgb(2, 2, 2);
	align-items: center;
	justify-content: center;
}