/*Main CSS*/
@font-face {
  font-family: Roboto-Regular;
   src: url(../font/roboto/Roboto-Regular.ttf);
}

body
{
	font-family: Roboto-Regular;
}

/*Login Signup Page*/
a:focus,a:hover,a{
    outline:none;
    text-decoration: none;
}
li,ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top i {
    font-size: 18px;
}
.bg-image {
    background: url(../images/background-login.jpg) no-repeat 0 0 / cover;
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}

.login-header {
    display: inline-block;
    width: 100%;
    background: #0e1a35;
}

.login-signup {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-logo img {
    cursor: pointer;
    max-width: 171px;
    padding: 23px 15px 22px;
    width: 100%;
}

.login-header .navbar-right {
    margin-right: 0px;
}

.login-header .nav-tabs > li.active > a,
.login-header .nav-tabs > li.active > a:focus,
.login-header .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
}

.login-header .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 15px 30px;
    color: #fff;
}

.login-header .nav-tabs {
    border-bottom: none;
}

.login-header .nav-tabs > li {
    margin-bottom: 0px;
}

.login-header .nav > li > a:focus,
.login-header .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.login-header .nav-tabs > li.active {
    border-bottom: 6px solid #5584ff;
}

.login-inner h1 {
    color: #8492af;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-inner h1 span {
    color: #5584ff;
}

.login-form {
    text-align: center;
}

.login-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d4d9e3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    color: #8492af;
    padding: 15px 50px;
    font-size: 17px;
    max-width: 550px;
}

.login-form label {
    margin-bottom: 30px;
    width: 100%;
}

.user input {
    background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll 7px 12px;
}

.pass input {
    background: rgba(0, 0, 0, 0) url("../images/password.png") no-repeat scroll 7px 12px;
}

.mail input {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 4px 12px;
}

.login-signup .tab-content {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: inline-block;
    margin-top: -8px;
    width: 100%;
}

.form-btn {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 400;
    max-width: 250px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 40px 0;
    box-shadow: 0 2px 8px #d2d2d2;
    -moz-box-shadow: 0 2px 8px #d2d2d2;
    -webkit-box-shadow: 0 2px 8px #d2d2d2;
}

.form-btn::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 9px;
}

.form-details {
    padding: 35px 0;
}

.tab-content .tab-pane {
    padding: 70px 0;
}


/*Login Signup Page*/


/*Home Page*/

.home {
    background: #f6f7fa;
}

#navigation {
    background: #0e1a35;
	    height: 100vh;
}

h2.eser
{
	    margin: 0;
    line-height: 5rem;
    text-align: center;
    letter-spacing: 4px;
    font-size:2.5rem;
}
/*span.eser-a
{
	background: #f51f00;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}
span.eser-b
{
	background: #001f57;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}*/

#navigation {
    padding: 0;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}
.new-ops {
    width: 100% !important;
    max-width: 93% !important;
    padding: 0px !important;
}
.logo img {
    max-width: 150px;
    padding: 16px 0 17px;
    width: 100%;
}



.header-top {
    margin: 0;
    padding-top: 2px;
}

.header-top img {
    border-radius: 50%;
    max-width: 48px !important;
    width: 100%;
}

.add-project {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px 10px 45px;
    position: relative;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.add-project::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
    content: "";
    ;
    height: 12px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 12px;
}

.add-project:hover {
    color: #ffffff;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}
.navi i {
    font-size: 20px;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -85px;
    padding: 17px;
}
.view {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}
#navigation{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input {
   border-radius: 0px;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px 9px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url(../images/search.png) no-repeat scroll 99% 12px;
    color: #f6f7fa;
    border: 2px solid #f6f7fa;
}

header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    line-height: 23px;
    padding: 35px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo {
    text-align: center;
	background: #FFFFFF;
}
.dsb
{
	    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.navi a {
    border-bottom: 1px solid #0d172e;
    border-top: 1px solid #0d172e;
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px;
    text-decoration: none;
}

.navi i {
    margin-right: 15px;
    color: #5584ff;
}

.navi .active a {
    background: #122143;
    border-left: 5px solid #5584ff;
    padding-left: 15px;
}

.navi a:hover {
    background: #122143 none repeat scroll 0 0;
    border-left: 5px solid #5584ff;
    display: block;
    padding-left: 15px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 118px !important;
    text-align: center;
}
.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 10px;
}

.user-dashboard h1 {
    color: #0e1a35;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 21px 0;
}
.sales {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.sales button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dadee7;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 32px;
    color: #0e1a35;
}

.sales button::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 11px;
}
.sales  .btn-group {
    float: right;
}
.sales h2 {
    color: #8492af;
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sales .dropdown-menu{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}
.sales .btn-group.open .dropdown-toggle, .btn.active, .btn:active{
    box-shadow: none;
}
.sales .dropdown-menu > a {
    color: #0e1a35;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}

#my-cool-chart svg {
    width: 100%;
}

.sales .dropdown-menu > a:hover{
    color: #5584FF;   
}
.shield-buttons {
    display: none;
}
.close, .close:focus, .close:hover {
    color: #fff;;
    opacity: 1;
    text-shadow: none;
}
.modal-body input {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    padding: 14px 10px;
    width: 100%;
    color: #000;
}
.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    height: 200px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: #000;
}
.modal-header.login-header h4 {
    color: #ffffff;
}
.modal-footer .add-project {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}
.modal-footer .add-project::before{display: none;}
.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}
.cancel {
    background: #0E1A35     ;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
    
}
.modal{
    top: 20%; 
}
.modal-header .close {
    margin-top: 2px;
}
.search input:focus{
    border-bottom: 1px solid #BDC4D4;
    line-height:22px;
    transition: 0.1s all;
}
.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



li.bl-drop a
{
	color:#000;
}
.dropdown-menu-a 
{
     right: 0 !important;
	
}

h3.underab
{
	    margin: 0;
    padding: 0;
    border-bottom: 5px solid #f6f7fa;
    padding-bottom: 6px;
}

span.underabc
{
	    border-bottom: 5px solid #001f57;
    width: 100%;
    padding-bottom: 5px;
}



.containerc
{
	margin:10px auto;
	width:80%;
}

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #0e1a35;
    border-color: #0e1a35;
}


.btn-primary:hover {
    color: #fff;
    background-color: #0e1a35;
    border-color: #0e1a35;
}

label.lfz
{
	    letter-spacing: 1px;
    color: #363e58;
    /*font-size: 1.7rem;*/
}

span.fir-lef
{
	float: left;
    text-align: left;
    color: #0e1a35;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

span.fir-righ
{
	float: right;
    text-align: right;
    color: #0e1a35;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}


.cont_a
{
	margin:auto;
	width:95%;
}

.boxwh
{
	margin:auto;
	width:98%;
	background:#FFFFFF;
	overflow:hidden;
	    margin-bottom: 50px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.boxwh:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}


.left-ss
{
	float:left;
	width:40%;
	background:#FFF;
	position:relative;
	height: 90px;
}
.left-ff
{
	float: right;
    width: 60%;
    background: #FFF;
    position: relative;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.1rem;
    color: #0e1a35;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.round-icn
{
height: 60px;
    padding: 10px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #0e1a35;
}
.round-icn img
{
	    width: auto;
    height: 100%;
}


p.dashone
{
	    overflow: hidden;
    padding: 20px;
}



























@media only screen and (max-device-width: 767px) {
	
	

    .login-logo img {
        margin: 0 auto;
    }
    .login-details .nav-tabs > li {
        text-align: center;
        width: 50%;
    }
    .login-signup .login-inner h1 {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .login-inner .login-form input {
        font-size: 15px;
        max-width: 100%;
        padding: 15px 45px;
    }
    .login-inner .form-details {
        padding: 25px;
    }
    .login-inner .login-form label {
        margin-bottom: 20px;
        width: 100%;
    }
    .login-inner .form-btn {
        margin: 0;
        max-width: 180px;
    }
    .tab-content .tab-pane {
        padding: 20px 0;
    }
    #navigation .navi a {
        font-size: 14px;
        padding: 20px;
        text-align: center;
    }
    #navigation .navi i {
        margin-right: 0px;
    }
    #navigation .navi a:hover,
    #navigation .navi .active a {
        background: #122143 none repeat scroll 0 0;
        border-left: none;
        display: block;
        padding-left: 20px;
    }
    header .header-top img {
        max-width: 38px !important;
    }
    .v-align header {
        padding: 12px 15px;
    }

   

    header .header-top li {
        padding-left: 13px;
        padding-right: 6px;
    }
    .navbar-default .navbar-toggle {
        border-color: rgba(0, 0, 0, 0);
    }
    .navbar-header .navbar-toggle {
        float: left;
        margin: 0;
        padding: 0;
        top: 12px;
    }
    button,
        html [type="button"],
        [type="reset"],
        [type="submit"] {
            outline: medium none;
    }
    .user-dashboard .sales h2 {
        color: #8492af;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding: 13px 0 0;
}
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
        font-size: 11px;
}
    .user-dashboard .sales button {
        font-size: 11px;
        padding-right: 23px;
}  
    .user-dashboard .sales h2 {
    font-size: 12px;
}
.gutter{
    padding: 0;
}
}

@media only screen and (max-device-width: 992px) {
    header .header-top li {
        padding-left: 20px !important;
        padding-right: 0;
}
    header .logo img {
        max-width: 125px !important;
}

}

@media only screen and (min-device-width: 767px) and (max-device-width: 998px){
      .user-dashboard .header-top {
        padding-top: 5px;
}
    .user-dashboard .header-rightside {
        display: inline-block;
        float: left;
        width: 100%;
}
    .user-dashboard .header-rightside .header-top img {
        max-width: 41px !important;
} 
    .user-dashboard .sales button {
    font-size: 10px;
}
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 12px;
}
    .user-dashboard .sales h2 {
    font-size: 15px;
}
}
@media only screen and (min-device-width:998px) and (max-device-width: 1350px){
        #navigation .logo img {
    max-width: 130px;
    padding: 16px 0 17px;
    width: 100%;
}
}

































@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
    font-family: 'Montserrat', sans-serif;

}

/* Category Ads */

#ads {
    margin: 0px 0 30px 0;
   
}

#ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px; 
        color: #000;
        padding: 5px 10px;
        font-size: 14px;

    }

#ads .card-notify-year {
      position: absolute;
    right: -10px;
    top: -13px;
    background: #0e1a35;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
}


#ads .card-detail-badge {      
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;        
    }

   #ads .card
   {
 
   }

#ads .card:hover {
            background: #fff;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }

#ads .card-image-overlay {
		float: left;
    font-size: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    background: #eee;
    height: 110px;
	
    }


#ads .card-image-overlay span {
            display: inline-block;              
        }


#ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;        
        position: relative;
        background-color: #e6de08;
    }

#ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

#ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }
	
	.card-image img
	{
	width:100%;
	}
	.img-left-pr
	{
	  float: left;
    font-size: 14px;
    width: 25%;
    padding: 15px;
    text-align: center;
	}
	
	
	span.reqspan
	{
	color:red;
	}
	
	h5.comp-name
	{
	
    color: blue;
    letter-spacing: 1px;
    font-size: 1.8rem;
    
    padding: 10px;
    display: block;
    background: papayawhip;
	}
	
	.complain-sec
	{
	float: left;
    font-size: 14px;
    width: 25%;
        padding: 15px;
    text-align: center;
	}
	h4.comp-h4
	{
	font-size:1.3rem;
	line-height:1.6rem;
	}
	
	
.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #f6f7fa;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
   /* margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
       width: 2.5em;
    background: #ffffff;
    border-radius: 0;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .1em;
    color: #333;
    background-color: #0e1a35;
}

.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
      color: #ffffff;
    background-color: #0e1a35;
}




.statis {
    color: #EEE;
    margin-top: 15px;
}

.text-center {
    text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}



.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.statis .box {
    position: relative;
    
    overflow: hidden;
   /* border-radius: 3px;
    margin-bottom: 25px;*/
}

.statis .box:hover
{
	 -moz-box-shadow: 0 0 10px #ccc; 
  -webkit-box-shadow: 0 0 10px #ccc; 
  box-shadow: 0 0 10px #ccc;
  cursor:pointer; 
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.statis .box i {
       position: absolute;
    height: 70px;
    width: 70px;
    font-size: 22px;
    padding: 15px;
    top: -25px;
    left: -25px;
    background-color: rgb(14 26 53);
    line-height: 60px;
    text-align: right;
    border-radius: 50%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-eye:before {
    content: "\f06e";
}
.fa-envelope:before
{
    content: "\f0e0";
    color: #f6f7fa;
}

.statis .box h3:after {
   content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgb(14 26 53);
    display: block;
    margin-top: 10px;
}


.bg-primary_lfz {
        color: #0e1a35;
    background-color: #f6f7fa;
}

.lead {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
	letter-spacing:2px;
}

.bcv h3
{
	font-size:15px;
}

@media (min-width: 768px)
{
/*.lead {
    font-size: 21px;
}*/
}


.danger {
    background-color: #d9534f;
}

.warning {
    background-color: #f0ad4e;
}
.success {
    background-color: #5cb85c;
}
	
	.fa-user-o:before {
    content: "\f2c0";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-user-o:before {
    content: "\f2c0";
}

.welcome .content {
       background-color: #fdfdfd;
    padding: 15px;
}
.welcome h2 {
    font-family: Calibri;
    font-weight: 100;
    margin-top: 0;
}

.welcome p {
    color: #999;
}
























.app-block .app-content .app-action, .cardz, .chat-block {
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    margin-bottom: 1.875rem;
    position: relative;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 3px 10px rgba(62,85,120,.045);
    -moz-box-shadow: 0 3px 10px rgba(62,85,120,.045);
    box-shadow: 0 3px 10px rgba(62,85,120,.045);
}
.cardz {
clear: both;
    margin: auto;
    width: 98%;
 
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.card-bodyz {
    padding: 1.5rem;
}
.card-bodyz {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
   
    word-break: break-all;
}

    .table thead tr {
        word-break: initial;
    }

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active, .header form .input-group .input-group-append button.btn, a {
    color: #828282;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.dropdown {
    display: inline;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item a
{
text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}
.badge.badge-success {
    background: #00c851;
}
.badge {
    font-weight: 500;
}
.badge {
    padding: 5px 10px;
    font-size: 11px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}






.acvb
{
	width: 100%;
    background: #FFF;
}
				a.shi-but
                {
                    background: #eee;
    border: 1px solid #fff;
    line-height: 34px;
    float: left;
   
    width: 100%;
    position: relative;
	cursor:pointer;
                }
                
              a.shi-but i
              {  
                background: #0e1a35;
    right: 0;
    position: absolute;
    color: #FFF;
    width: 39px;
    line-height: 34px;
    }
	
	
	h2.hwqe
	{
	font-size: 15px;
    margin: 2px;
    display:block;
	overflow:hidden;
	padding-right:8px;
	}
	
	span.nam-lef
	{
		float: left;
	}
	
	span.nam-righ
	{
		float: right;
	}
	
	
	
	
	
	
	
	
	
	/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	
	    position: absolute;
    top: 144%;
    right: 45%;
    margin-bottom: 5px;
    /* margin-left: -80px; */
    padding: 11px;
    width: 200px;
    /* overflow: hidden; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f7fa;
    background-color: hsl(225deg 29% 97%);
    color: #0e1a35;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
	
	
 /* position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;*/
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
	
	
	.blink{
  color:#FFF;
 
  /*animation:blink_animation .9s infinite;*/
}
@keyframes blink_animation {
    50%   {color:red;}      
    100% {color:blue}
}










.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popup1{
        display: none;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 500ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: hidden;
	    text-align: left;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}


/*.popup input {
    display: block;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    border: none;
}

.popup input::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.popup input:focus,
.popup input:active:focus {
    color: #ff5722;
    outline: none;
    border-bottom: 1px solid #ff5722;
}


.popup input:focus::placeholder,
.popup input:active:focus::placeholder {
    color: #ff5722;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.popup .email,
.popup .pwd {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #858585;
    font-weight: lighter;
    -webkit-transition: .5s;
    transition: .5s;
}*/



.lfzab
{
}
.lfzab input
{
    height: 33px !important;
    padding: 5px 7px !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    border-radius: 6px !important;
	
}

.lfzab select
{
    height: 33px !important;
    padding: 5px 7px !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    border-radius: 6px !important;
	
}

.lfza
{
	    letter-spacing: 1px;
    color: #363e58;
    font-size: 1.3rem;
}

.break-pon-a
{
	width:100%; height:10px; clear: both;
}
.break-pon
{
	width:100%; height:15px; clear: both;
}

.btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}



a.ancd
{
	color: #0e1a35;
    font-size: 1.6rem;
    padding: 6px;
    line-height: 25px;
    display: block;
}
span.ancd-a
{
	border-radius: 100%;
    background: #0e1a35;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 25px;
    width: 25px;
    float: left;
}


a.anc-rt
{
	color: #0e1a35;
    font-size: 1.6rem;
    padding: 6px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    margin: 10px;
}
span.ancrt-a
{
	    border-radius: 100%;
    background: #0e1a35;
    color: #FFF;
    font-size: 2rem;
    line-height: 50px;
    width: 50px;
    display: block;
    margin: 10px auto 10px;
}
span.avasd
{
	clear: both;
    display: block;
    position: relative;
	font-weight:normal;
	letter-spacing:1px;
}


.statis_a  {
    color: #EEE;
    margin-top: 15px;
}

.statis_a .text-center {
    text-align: center;
}





.statis_a  .box {
    position: relative;
    
    overflow: hidden;
   /* border-radius: 3px;
    margin-bottom: 25px;*/
}

.statis .box:hover
{
	 -moz-box-shadow: 0 0 10px #ccc; 
  -webkit-box-shadow: 0 0 10px #ccc; 
  box-shadow: 0 0 10px #ccc;
  cursor:pointer; 
}
.statis_a .bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.statis_a  .box i.ifal{
   position: absolute;
    z-index:9;
    font-family: sans-serif;
    height: auto;
    width: auto;
    font-size: 1.4rem;
    padding: 6px;
    top: 0px;
    left: 0px;
    background-color: rgb(14 26 53);
    text-align: left;
    color: #FFF;
	cursor:pointer;
}

.statis_a .box i.ifar{
          position: absolute;
		  cursor:pointer;
		  z-index:9;
    height: 60px;
    width: 60px;
    font-size: 22px;
    padding: 10px;
    top: -25px;
    right: -30px;
    background-color: rgb(14 26 53);
    line-height: 60px;
    text-align: left;
    border-radius: 50%;
	color: #FFF
}

.statis_a .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.statis_a .fa-eye:before {
    content: "\f06e";
}
.statis_a .fa-envelope:before
{
    content: "\f0e0";
    color: #f6f7fa;
}

.statis_a .box h3:after {
   content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgb(14 26 53);
    display: block;
    margin-top: 10px;
}


.statis_a .bg-primary_lfz {
        color: #0e1a35;
    background-color: #f6f7fa;
}

.statis_a .lead {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
	letter-spacing:2px;
}

.statis_a .bcv h3
{
	font-size:15px;
}



h5.comp-name-a {
    color: #0e1a35;
    letter-spacing: 1px;
    font-size: 1.8rem;
    padding: 10px;
    display: block;
    background: white;
}



.img-left-pr-a {
    width: 100%;
    margin: 18px auto;
    text-align: center;
}

.img-left-pr-b
{
	justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 18px auto;
    text-align: center;
}

.img-left-pr-b p
{
font-size: 1.5rem;
}


h2.hwqe-a {
    font-size: 15px;
    margin: 2px;
    display: block;
    overflow: hidden;
    padding-right: 8px;
}

h2.hwqe-a span.nam-lef {
    float: left;
    width: 100px;
    text-align: left;
}


h2.hwqe-a span.nam-righ {
    float: left;
    background-color: #fff;
    color: #0e1a35;
}




/* Hiding the checkbox, but allowing it to be focused */
.checka-a .badgebox
{
    opacity: 0;
}

.checka-a .badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}

.checka-a .badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.checka-a .badgebox:checked + .badge
{
    /* Move the check mark back when checked */
	text-indent: 0;
}


a.act-by
{
	display: block;
    line-height: 33px;
    overflow: hidden;
    font-size: 1.5rem;
    color: #0e1a35;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
a.act-by i
{
text-align: left;
    float: left;
    padding: 5px;
	
}

a.act-by i:before
{
	line-height: 22px;
    font-size: 22px;
}



.btn-a{
 width: 100%;
    position: relative;
    height: 30px;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-color: #f6f7fa;
    border: 0px;
    color: #0e1a35;
}

.icon-a{
     position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px !important;
    line-height: 30px !important;
    background: #0e1a35;
    width: 33px;
    height: 100%;
    color: #FFF;
}

.btn-b{
	    margin-top: 5px;
    width: 100%;
    position: relative;
    height: 30px;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-color: #f6f7fa;
    border: 0px;
    color: #0e1a35;
	text-transform:uppercase;
}

.icon-b{
   position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px !important;
    line-height: 30px !important;
    background: #0e1a35;
    width: 33px;
    height: 100%;
	 color: #FFF;
}




.img-left-pr-ab
{
	margin-top: 25px;
    text-align: center;
}

.btn-az {
    width: 70%;
    margin: auto;
    position: relative;
    height: 30px;
    letter-spacing: 1px;
    background-color: #f6f7fa;
    border-color: #f6f7fa;
    border: 0px;
    color: #0e1a35;
    font-weight: bold;
}


.statis_a .fa-new:before {
    content: "New";
    color: #f6f7fa;
}

.statis_a .fa-clos:before {
    content: "Closed";
    color: #f6f7fa;
}

.statis_a .fa-resol:before {
    content: "Resolved";
    color: #f6f7fa;
}




#target {
 position: absolute;
    right: 0;
    background: #6d6d6f;
    width: 244px;
    height: 100%;
    padding: 5px;
  display:none;
}

span.vbn
{
	color:#FFF;
}

















.switch {
	float: left;
    margin-top: 10px;
  position: relative;
    width: 160px;
    height: 30px;
    text-align: center;
    background: #0e1a35;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 25px;
}
/*.switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
}*/
.ssqq input[type=radio] {
  display: none;
}
.switch label {
  cursor: pointer;
  color: rgb(255 255 255);
  width: 80px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ssqq label[for=yes] {
     position: absolute;
    left: 3px;
    height: 100%;
    border-radius:25px;
}
.ssqq label[for=no] {
 position: absolute;
    right: 3px;
    height: 100%;
    border-radius: 25px;
}
#no:checked ~ .switch {
  background: #0e1a35;
}
#no:checked ~ .switch span {
  background: #fff;
  margin-left: -8px;
}
#no:checked ~ .switch span:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
#yes:checked ~ .switch label[for=yes] {
      color: #0e1a35;
    background: #FFF;
}
#no:checked ~ .switch label[for=no] {
     color: #0e1a35;
    background: #FFF;
}





/*
    Rakesh 10 aug 2020
*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popup1{
        display: none;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 500ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}


.popup input {
    display: block;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    border: none;
}

.popup input::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.popup input:focus,
.popup input:active:focus {
    color: #000;
    outline: none;
    border-bottom: 1px solid #000;
}


.popup input:focus::placeholder,
.popup input:active:focus::placeholder {
    color: #ff5722;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.popup .email,
.popup .pwd {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #858585;
    font-weight: lighter;
    -webkit-transition: .5s;
    transition: .5s;
}


.wrapper {
    margin-top: 5vh;
}

/*.dataTables_filter {
    float: right;
}

.table-hover > tbody > tr:hover {
    background-color: #6d6d6f;
    color: #FFF;
}

@media only screen and (min-width: 768px) {
    .table {
        table-layout: fixed;
        max-width: 100% !important;
    }
}

thead {
    background: #0e1a35;
    color: #FFF;
}

.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight {
    background: #ffff99;
}

@media only screen and (max-width: 767px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

       
        thead tr,
        tfoot tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    td {

        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

        td:before {
  
            position: absolute;
 
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .table td:nth-child(1) {
        background: #ccc;
        height: 100%;
        top: 0;
        left: 0;
        font-weight: bold;
    }

    td:nth-of-type(1):before {
        content: "Title";
    }

    td:nth-of-type(2):before {
        content: "Raised On";
    }

    td:nth-of-type(3):before {
        content: "Updated On";
    }

    td:nth-of-type(4):before {
        content: "Updated By";
    }

    td:nth-of-type(5):before {
        content: "Comments";
    }

}*/



















.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    /*  background-color: #2e353d;
  position: fixed;*/
    top: 0px;
    width: 100%;
    height: auto;
    color: #e1ffff;
}

    .nav-side-menu .brand {
      
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 1.5rem;
        line-height: 6rem;
        letter-spacing: 4px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        font-size: 1.2rem;
        line-height: 5rem;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #f51f00;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #6d6d6f;
            border: none;
            line-height: 4rem;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #0e1a35;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #ffffff;
        border-bottom: 1px solid #0e1a35;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #FFF;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #0e1a35;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.xyzxyz {
    margin-top: 28px;
    float: right;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
    color: #000;
}



.navbar-form {
    width: 250px;
    float: right;
}




.containerccc
{
    margin:auto;
    width:95%;
}

.dataTables_paginate, .dataTables_filter {
    float: right;
}


@media only screen and (max-device-width: 767px) 
{
    header {
        height: initial;
    }

    .user-dashboard {
        padding: 0px;
    }

}



