/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.master_m1{
	font-size: 35px;
}

html body.bg-full-screen-image {
    background: #13a0b2 !important;
    background-size: cover;
}

.close
{
 display: none;
}
@media only screen and (min-width: 1024px) {
    /* For desktop phones: */
    .content_m1{
	    margin-left: 0px !important;
    }
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter
{
 display:none
}
.sc_m1{
	margin-top:-29px;
	border: 3px solid #b2ddac;
	position: relative;
    height: 400px;
    /* max-height: calc(100% - 230px); */
    overflow: auto;
}

.sc_m2{
	border: 3px solid #f7fff6;
	position: relative;
    height: 100%;
    /* max-height: calc(100% - 230px); */
    overflow: auto;
}

.error {
            color: red;
        }

        .success {
            color: green;
        }

#pan {
            text-transform: uppercase;
        }

.sc_m3 {
  position: relative;
  height: 100%;
  overflow: auto;
}

/* Container for horizontal scroll */
.horizontal-scroll {
/*  position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 999;
  background-color: #fff;
}

/* The wide content that overflows */
.scroll-content {
  display: inline-block;
  min-width: 100%;
  height: 375px;
}

.pro_m1{
	margin-left: 17px;
    margin-bottom: 10px;
}
.pro_m2{
	margin-left: 0px;
}

.main-menu.menu-dark .navigation li a span
{
/*	display: list-item !important;*/
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > span.badge
{
	right: -9px !important;
}

.main-menu.menu-dark .navigation > li > a{
	padding: 10px 9px !important;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu
{
	width: 265px !important;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
	width: 265px !important;
}

/*.menu-content li
{
   display: inline-block;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub .has-sub > a:not(.mm-next):after {
    top: 0px;
    right: 10px;
}
.menu-content li a{
	    padding:1px 19px 1px 10px !important;
    font-size: 12px;
    overflow: visible;
}
.navigation li a
{

}*/

.custom_link1
{
	position: absolute;
	height: 30px;
	width: 100%;
	z-index: 99;
}
.outer_link_arrow
{
	    position: absolute;
    right: 15px;
    top: -31px;
    background: transparent;
    z-index: 9;
        width: 20px;
    height: 20px;
    padding: 0;
}
.outer_link_arrow:after{
	    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1rem;
    display: inline-block;
    position: absolute;
       right: 0px;
    top: -5px;
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out;
    text-align: center;
    padding: 8px;

}
 .test123.has-sub.is-shown.open .outer_link_arrow:after{
    transform: rotate(90deg);
}
.test123 .menu-item:after
{
 display: none !important;
}
.test123  > a{
	padding: 0px !important;
}
.outer_link{
width: calc(100% - 24px);
margin-left: -28px;

}

.main-menu.menu-dark .navigation > li .active > a
{
    color: #39a9ff !important;
    background: transparent;
}

.query {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 9;
}

.rightsend {
    right: -180px;
    bottom: -43px;
    position: fixed;
    transform: rotate(181deg) translateX(180px);
    height: 117px;
    padding: 6px;
    background-color: red;
    color: white;
    writing-mode: tb;
    font-weight: bold;
    font-size: 17px;
    z-index: 99999999;
    border-radius: 0px 10px 10px 0px;
}

.query a:hover {
    color: #ffffff !important;
}

.log_m1{
    margin: 0 auto;
    display: block;
    text-align: center;
}

/* .main-menu.menu-dark .navigation > li ul li > a {
    padding: 2px 20px 8px 36px !important;
} */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }

  .upper{
    text-transform: uppercase;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #00a3b4;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }
  html body.bg-full-screen-image {
    background: #012970 !important;
    background-size: cover;
}
.form-control:focus{
    border-color: #4154f1 !important;
}
  .btn-primary {
    border-color: #4154f1 !important;
    background-color: transparent;
    color: #fff;
    background: #4154f1;
}
.btn-primary:hover {
    border-color: #4154f1 !important;
    background-color: transparent;
    color: #4154f1;
}
.btn-secondary {
    border-color: #012970;
    background-color: transparent;
    color: #fff;
    background: #012970;
}
.btn-secondary:hover {
    border-color: #012970;
    background-color: transparent;
    color: #012970;
}
.clock-section{
    display: flex;
    align-items: center;
    justify-content: end;
}
.clock-section input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    height: 100%;
}
.clock-section button{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  .login-card .ft-unlock {
    margin-right: 5px;
    }
    .card a {
    color: #002a70;
/*    text-decoration: underline;*/
    font-size: 12px;
}
.sc_m3 a {
    color: #fff !important;
    font-size: 17px;
}
.card .card-link:hover{
    color: #4154f1 !important;
    text-decoration: underline;
    font-size: 12px;
}
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  @media(max-width:768px){
    .clock-section{
        justify-content: start;
        margin-top: 15px;
    }
  }
  @media(max-width:500px){
    .login-card .card-header{
        padding: 1rem 1rem !important;
  }
  .login-card .has-icon-left .form-control {
    padding-left: calc(2.3rem + 2px) !important;
}
.clock-section .btn {
    font-size: 12px !important;
    padding: 0.65rem .7rem;
}
  }

.loginForm {
    @media(min-width:768px) and (max-width:1000px){
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.payrollDropdown{
   @media(max-width:767px){
      display: none;  
   }
}
.content-header-right  form {
    @media(max-width:767px){
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}
.listsearch {
    @media(max-width:767px){
        margin-right: 0px !important;
    }
    @media(min-width:767px) and (max-width:1023px){
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }
}
.col-md-4 {
    @media(max-width:767px){
        text-align: center;
    }
}
.collapse.show {
    @media(max-width:767px){
        width: 100%;
        overflow-x: scroll;
    }
}
.collapse.show  table{
    @media(max-width:767px){
        max-width: 100% !important;
    }
}
.card-body, #pan_verify {
    @media(max-width:767px){
        padding: 0;
    }
}
#pan_verify .table, #pan_verify .table th{
    @media(max-width:767px){
        display: flex;
        flex-wrap: wrap;
    }
}
#pan_verify .table th, #pan_verify .table td {
    @media(max-width:767px){
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
#pan_verify .table .form-group {
    @media(max-width:767px){
        width: 100%;
    }
}
.profile-photo{
    @media(max-width:767px){
        text-align: center;
        padding-bottom: 20px;
    }
}
.card-content.collpase.show{
    @media(max-width:767px){
        padding: 0 20px;
        padding-top: 15px;
    }
}
.sup-addr-app {
    @media(max-width:767px){
        padding-left:5px;
        padding-right:5px;
    }
}
#submitAssignUsersForm, #submitUsersForm {
    @media(max-width:767px){
        margin-left: 10px;
    }
}
.heading-elements a {
    @media(max-width:767px){
        margin-top: 10px;
        display: inline-block;
    }
}
.content-header-right .col-md-2 {
    @media(max-width:767px){
        text-align: center;
        margin: 0 auto;
    }
}
.content-header-right .col-md-4 button {
    @media(max-width:767px){
        margin-bottom: 10px;
    }
}
.col-md-8 {
    @media(min-width:767px) and (max-width:1023px){
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px
    } 
}
.clock-section {
    @media(min-width:767px) and (max-width:1023px){
        justify-content: flex-end;
    }
}
.col-md-3 {
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.content-header-right.col-md-5, .content-header-right.col-md-5 .col-md-4{
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }
}
html body .content .content-wrapper .content-wrapper{
    @media(min-width:767px) and (max-width:1023px){
       padding: 0px;
       padding-bottom: 20px;
    }
}
.content-header-right form {
    @media(min-width:767px) and (max-width:1023px){
        display:inline-block;
        width: 100%;
    }
}
html body .content .content-wrapper .content-wrapper .content-header, .card-body .row{
    @media(min-width:767px) and (max-width:1023px){
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        flex-wrap: nowrap;
    }
}
html body .content .content-wrapper .content-wrapper .content-header .content-header-right.col-md-5{
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
html body .content .content-wrapper .content-wrapper .content-header .content-header-right.col-md-2{
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.card-body .row .col-md-6.col-md-offset-2{
    @media(min-width:767px) and (max-width:1023px){
        padding-left: 0px;
        padding-right: 0px;
    }
}
.card-body .row .col-md-6.col-md-offset-2 .panel-body .col-md-4, .card-body .row .col-md-6.col-md-offset-2 .panel-body .col-md-6{ 
    @media(min-width:767px) and (max-width:1023px){
        padding-left: 0px;
        padding-right: 0px;
        float:left;
    }
}
.card-body .row .col-md-6.col-md-offset-2{ 
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 70%;
        max-width: 70%;
    }
}
.card-body .row .col-md-4.col-md-offset-4{ 
    @media(min-width:767px) and (max-width:1023px){
        flex: 0 0 30%;
        max-width: 30%;
    }
}
html .vertical-layout .content .content-wrapper .content-wrapper .content-header, .card-body .row {
    @media (min-width: 767px) and (max-width: 1023px) {
        flex-wrap: wrap;
    }
}
.content-header-right.col-md-4{
    @media (min-width: 767px) and (max-width: 1023px) {
        width: 100%;
        max-width: 100%;
        flex: 0 0 50%;
    }
}
form .form-group.mt-2 {
    @media (min-width: 767px) and (max-width: 1023px) {
        padding-left: 0px;
    }
}

.verified_color {
    color: green;
}

.main-menu.menu-light .navigation > li ul .active > a {
    color: #004285 !important;
}

.main-menu.menu-light .navigation > li .active > a {
    background: #ffffff;
    border-right: 4px solid #004285 !important;
}