.custom-background{
  background: #60a3bc;
  height: 100vh;
}

.user_card .form-control {
    /*padding-top:0;
    padding-bottom:0;*/
}

/* circle */
.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  animation-iteration-count: 1;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(0.9);
  }
  
  100%{
    transform: scale(1);
  }
}

/* custom card */
.user_card {
    height: auto;
    width: 350px;
    margin-top: 20vh;
    margin-bottom: auto;
    background: #f1f1f1;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 0px solid white;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #00aff1 !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #00aff1 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    padding: 15px;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

/* Left Menu */
#navigation {
    background: #00aff1;
    padding: 30px 20px 25px 20px;
    font-size: 18px;
}
#navigation span {
    margin-right: 15px;
}

#column-left {
    background-color: #bbb;
}

#menu > li {
    border-bottom: 1px solid #f7f6e7;
}

#menu > li > a {
    color: #333;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to right, #00aff1 50%, #ddd 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;
}

#menu > li > a:hover {
    color: #fff;
    background-color: #00aff1;
    background-position:left bottom;
}

#menu > li > a > i {
    font-size: 20px;
    margin-right: 15px;
}

#menu > li.active > a {
    color: #333;
    background: #f1f1f1;
}

#menu > li > ul {
    background-color: #eee;
}

#menu li li a {
    color: #000;
}

#menu li li a:hover {
    color: #FFFFFF;
    background-color: #00aff1;
}

#menu li li.active > a {
    color: #000;
    background-color: #e7e6e1;
}


/* General */
#container {
    background-color: #f1f1f1;
}

.page-header {
    border-bottom: 1px solid #537791;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 13px 0 8px 0;
}

.card-header {
    color : #fff;
    background-color: #00aff1;
}

.form-label, .col-form-label {
    font-weight: normal;
}

@media (min-width: 992px) {
    .col-form-label {
        text-align: left;
    }
}

.row.mb-3 + .row.mb-3 {
    /*padding-top: 0;*/
}

/* DataTable */
div.dt-container .dt-paging .dt-paging-button {
    padding: 0;
}

/*table.dataTable thead th {
    font-weight: normal;
    color: #fff;
    background-color: #1e91cf !important;
}*/

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.dropdown-menu {
    height: 200px;
    overflow: auto;
}


/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; 
}*/

.dropdown-menu.pull-right {
    right: 0;
    left: auto; 
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; 
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap; 
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; 
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1e91cf; 
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777; 
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; 
}



table.table-bordered.dataTable {
    padding-top: 10px;
}

table.dataTable thead .sorting_asc:after {
    content: "";
}

table.dataTable thead .sorting:after {
    content: "";
}

#mydatatable tr td:first-child {
    border-left:1px solid #ddd;
}

.paginate_button {
    padding: 1px 0px !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 5px;
}

.dt-buttons .btn {
    padding: 3px 5px;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px;
    border: 1px solid #ddd;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px; 
}

.pagination > li {
    display: inline; 
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 13px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #1e91cf;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; 
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; 
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; 
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #14628c;
    background-color: #eee;
    border-color: #ddd; 
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1e91cf;
    border-color: #1e91cf;
    cursor: default; 
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; 
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 9px 18px;
    font-size: 17px;
    line-height: 1.3333333; 
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; 
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; 
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5; 
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; 
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; 
}
