.admin_menu{
    width: 100%;
    top: 0px;
    z-index: 55555;
}

.admin_menu > ul{
    margin-bottom: 1px;
}
.admin_menu > ul li{
    display: inline;
    color: #fff;
    margin: 3px;
}
.logout_dropdown{
    background:#424242;
}
.logout_section{
    display: inline-block;
    float: right;
}
.logout_section a{
    color: #fff;
    font-size: 14px;
}
.new_model_content{
	border-radius: 0px;
}

.no_record{
    margin: 0 auto;
    background: #d7effa6b;
    padding: 3%;
    margin-top: 2%;
}
.no_record h4{
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .7px;
}


.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0;
    font-size: 14px;
    border: none;
    outline: none;
}
.dropdown {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    border-right: 2px solid #555;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    left: -37px;
    text-align: center;
    background-color: #fff;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding:15px;
}
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.dropdown-content:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #f1f1f1;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;height: 250px;overflow: hidden;}
.dropdown-content.menu-dropdown-content .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.v_loader{
    background: #000;
    z-index: 555555555555555555;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0.5;
    display: none;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #000;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader_center{
  position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert_error{
    border-radius: 0px;
    background: #f7f6f7;
    border-top: 5px solid #de0b21;
}

.alert_success{
    border-radius: 0px;
    background: #f7f6f7;
    border-top: 5px solid #3d81ac;
}