/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {

.bg {
    background-image: url(http://embassyit.in/vms-app/security/images/images.png);
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.login-box {
    max-width: 400px;
    height: 75%;
    width: 100%;
    padding: 40px 20px;
    margin-left: 0 !important;
    margin-top: 5rem;
    background: #ffffffd4;
}

/*category page button*/

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    float: left;
}


/*left menu*/

.dropdown2, .dropleft, .dropright, .dropup {
    position: relative;
}

/*sort alignment*/
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate 
{
    text-align: left !important;
}


table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-family: FontAwesome;
    background: 0 0;
    content: "\f107";
    color: #cd2424 !important;
    font-size: 23px;
    left: 7px;
    top: 50%;
    margin-top: -7px;
}

  
}
/*-----------------------------------Front screen responsive ends here---------------------------------------------------*/

/* For Mobile View min to max width mobile*/
@media screen and (min-device-width: 360px)
and (max-device-width: 393px) {

.textstyle {
    font-size: 13px !important;
}
}

@media screen and (min-device-width: 412px)
and (max-device-width: 414px) {
.user-notification {
	margin-right: 0!important;
    padding: 0 !important;
}
.textstyle {
    font-size: 13px !important;
}
}

@media screen and (min-device-width: 768px)
and (max-device-width: 896px) {

.user-notification {
	margin-right: 0!important;
    padding: 0 !important;
}
.textstyle {
    font-size: 13px !important;
}
}

@media (min-width:904px)  and (max-width: 1440px){  
.textstyle {
    font-size: 13px !important;
}
}


@media (min-width:1280px){  
.hidden-mobile {
          display: none;
        }
}











