/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,600&display=swap');
@charset "utf-8";
ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}
*{font-family: 'Roboto Slab', serif;}
*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    text-decoration: none;
    vertical-align: middle;
	
}

body {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    background: #e8f3ff;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.wrapper_inner {
    width: 100%;
    max-width: 1200px;
    min-width: 240px;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.login_block {
    height: 100vh;
    padding: 0 15px;
    background-image: url(../images/wrapbg.jpg);
    background-position: top left;
    background-size: cover;
}

.login_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    padding: 50px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.login_logo h2,.logo{
	color:#e84949;
}

.login_logo {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.login_logo img {
    width: 100%;
	padding:6px;
    display: inline-block;
}

.login_bx label.error {
    color: red;    
    line-height: 1;
    transform: translateY(-20px);
}

.login_bx input {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 50px;
}

.login_bx button {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    border: 1px solid #213766;
    background: #213766;
    background: linear-gradient(to top, #213766, #213766);
    background-image: linear-gradient(to top, #213766, #213766);
    border-radius: 3px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.login_bx button:hover {
    background: #213766;
    background: linear-gradient(to bottom, #213766, #213766);
    background-image: linear-gradient(to bottom, #213766, #213766);
}

/*logo_section*/
#header {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.logo_section {
  background: #e8f3ff;
}

.logo_section .logo {
    color: #fff;
    float: left;
    line-height: 70px;
}

.logo_section .logo img {
    max-height: 60px;
}
.logo_section .logo {
    font-size: 30px;
		color:#e84949;
}

.notification {
    float: right;
}

.notification li {
    float: left;
    position: relative;
}

.notification li a {
    float: left;
    padding: 19px 15px;
    position: relative;
		background: #555;
}
.notification li a.nav_icon {
    display: none;
}
.notification li a:hover {
    background: rgba(0,0,0,0.1)
}

.notification li a span {
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    float: left;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.notification li a:hover span {
    /*border: 1px solid #d52e36;*/
    background: #fff;
    color: #1e88e5;
}

.notification ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 3px;
    z-index: 9;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    border: 1px solid #eee;
}

.notification ul.w250 {
    width: 250px;
}

.notification li:hover ul {
    display: block;
}

.notification ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.notification ul li a {
		background:#fff;
    width: 100%;
    float: left;
    padding: 15px 20px;
    color: #333;
    min-height: 70px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.notification ul.w250 li a {
    min-height: 20px;
}
.notification li:last-child li a {
    min-height: 20px;
}

.notification ul li a:hover {
    background: #f5f5f5;
}

.notification ul li a i {
    margin-right: 10px;
}
.notify li.t {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 20px
}
.notify li.l {
    text-align: center;
}
.notification ul.notify li a {
    position: relative;
    padding-left: 80px;
}
.notification ul.notify li.l a {
    padding: 15px 20px;
}
.notify li a i {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ef233b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.notify li a div {
    font-weight: 600;
}

.pulse {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef233c;
    font-size: 18px;
    color: #ffd9de;
    animation: 1.6s playShadow ease-out infinite;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.pulse span {
    margin: auto;
    padding-left: 3px;
}

.pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    transition: 0.35s;
}

.pulse:hover:after {
    box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.3), 0 0 0 8px rgba(239, 35, 60, 0.2);
}

@keyframes playShadow {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 35, 60, 0.3), 0 0 0 0px rgba(239, 35, 60, 0.2);
        transform: scale(1);
    }

    18% {
        box-shadow: 0 0 0 0px rgba(239, 35, 60, 0.3), 0 0 0 0px rgba(239, 35, 60, 0.2);
    }

    35% {
        transform: scale(1.08);
    }

    76% {
        transform: scale(0.96);
    }

    100% {
        box-shadow: 0 0 0 16px rgba(239, 35, 60, 0), 0 0 0 27px rgba(239, 35, 60, 0);
        transform: scale(1);
    }
}


/*.nav_section*/
.nav_section {
    background: #008d9a;
    line-height: 60px;
}

@media screen and (min-width: 979px) {
.menu li {
    float: left;
    width: 14%;
    position: relative;
}

.menu li a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
		font-weight:400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.menu li a:after {
    float: right;
    content: '\f107';
    font-family: 'FontAwesome';
}

.menu li li a:after {
    display: none;
}

.menu li:hover a,
.menu li a.active {
    background: #425786;
}

.menu ul li:hover a,
.menu ul li a.active {
    background: #425786;
}

.menu li a i {
    margin-right: 10px;
}
.menu li .hasmenu {
    display: none;
}

.menu ul, .menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.menu li:hover ul {
    display: block;
}
.menu ul li:hover ul {
    display: block;
	left:-100%;
	top:0px;
}

.menu ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.menu ul li a {
    width: 100%;
    float: left;
    padding: 15px 20px;
    color: #666;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.menu li:hover li a {
    background: #fff;
}

.menu ul li a:hover {
    color: #d52e36;
}
}

/*main_content*/
.main_content {
    width: 100%;
    float: left;
    min-height: 100vh;
    position: relative;
}
.data_content {
    margin-top: 160px;
    margin-bottom: 90px;
    width: 100%;
    float: left;
}
.dashboard h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #666;
    text-shadow: -1px -1px #fff, 1px 1px #1e88e5;
    margin-top: 20px;
    margin-bottom: 50px;
}
.dashboard li {
    float: left;
    width: 30%;
    margin-right: 5%;
    border-radius: 3px;
    background: #fff;
    padding: 15px 30px;
    position: relative;
    margin-top: 50px;
    border: 1px solid #dee2e6;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.dashboard li:hover {
    box-shadow: 0px 5px 30px 10px rgba(0, 0, 0, 0.15);
}
.dashboard li:last-child {
    margin-right: 0
}
.dashboard li i.icon {
    width: 100px;
    height: 100px;
    font-size: 50px;
    position: absolute;
    top: -30px;
    left: 30px;
    border-radius: 3px;
    background: linear-gradient(60deg,#ffa726,#fb8c00);
    color: #fff;
    line-height: 100px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}
.dashboard li:nth-child(2) i.icon {
    background: linear-gradient(60deg,#26c6da,#00acc1);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}
.dashboard li:nth-child(3) i.icon {
    background: linear-gradient(60deg,#ef5350,#e53935);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
}
.dashboard li .txt {
    float: right;
    padding-left: 100px;
    color: #555;
    font-size: 16px;
    padding-top: 15px;
    text-align: right;
}
.dashboard li .txt span {
    display: block;
    font-size: 30px;
    color: #333;
    font-weight: 600;
}
.dashboard li .link {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    color: #333;
	text-align: right;
	font-size: 24px;font-weight: 600;
}
.dashboard li .link i {
    float: right;
}
/*footer*/
footer.wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
    color: #555;
    background: #e7f3ff;
    border-top: 1px solid rgba(0,0,0,0.05);
}
/*breads*/
.breads {
    background: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.breads li {
    float: left;
}
.breads li:after {
    display: inline-block;
    margin: 0 15px;
    content: '\f105';
    font-family: 'FontAwesome';
}
.breads li:last-child:after {
    display: none;
}
.breads li a {
    float: left;
    color: #333;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.breads li a:hover {
    color: #d83a47;
}
.view_box {
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.view_box.SA, .view_box.SE, .view_box.DE {
    text-align: center;
    color: #1d6717;
    background: #b7eaab;
}
.view_box.FA, .view_box.WP {
    text-align: center;
    color: #8f3030;
    background: #ccf4c3;
}
.addBtnBox {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.addBtnBox h1 {
    float: left;
    font-size: 22px;
    line-height: 30px;
}
.addBtnBox h1 i {
    font-size: 18px;
    margin-right: 5px;
}
.addBtnBox a, .btn_control {
    float: right;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    background: #1e88e5;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.addBtnBox a:hover, .btn_control:hover {
    background: #333;
}
.res_table {
    overflow-y: auto;
}
.res_table button {
    
    top: 0;
    height: 30px;
    border: 1px solid #029caf;
    background: #00acc1;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    right: 230px;
    cursor: pointer;
    z-index: 2;
}
.dataTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.dataTable thead {
    background: #1e88e5;
    color: #fff;
}
/*.datatable th, .datatable td {
    border: 1px solid #ddd;
    padding: 15px;
}*/
.dataTable td.w100 {
    width: 100px;
}
.dataTable td.w120 {
    width: 120px;
}
.dataTable td input {
    width: 50px;
    border: 1px solid #ddd;
    height: 30px;
    text-align: center;
}
.dataTable td a.fa {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    background: #00acc1;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
}
.dataTable td a.fa-trash {
    background: #e53935;
}
.dataTable td a.fa:hover {
    background: #333;
}

.dataTables_length {
    margin-bottom: 10px;
}
.dataTables_length select, .dataTables_filter input {
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 3px;
}
.dataTable.no-footer {
    border: 1px solid #ddd; 
    border-collapse: collapse; 
} 
table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td {
    padding: 8px 12px;
    border: 1px solid #ddd; 
}
table.dataTable thead {
    background: #1578d0;
    color: #fff;
}
table.dataTable thead th {
    padding: 12px;
    border: 1px solid #1578d0; 
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #666;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 30px;
    padding: 5px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #1578d0;
    background: #1e88e5;
    background: linear-gradient(60deg,#1578d0,#1e88e5);
    color: #fff !important
}
/*form_box*/
.span-3 {
    width: 33.33%;
    padding: 0 10px;
    float: left;
}

.span-4 {
    width: 25%;
    padding: 0 10px;
    float: left;
}
.w50 {
    width: 50%;
    padding: 0 10px;
    float: left;
}
.span-1 {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.label_left {
    width: 30%;
    float: left;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.label_left span {
    color: red;
}
.span-3 .label_left ,
.span-1 .label_left {
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}
.label_right {
    width: 70%;
    float: right;
    position: relative;
    margin-bottom: 20px;
}
.span-3 .label_right ,
.span-1 .label_right {
    width: 100%;
    margin-bottom: 20px;
}
.input_control {
    width: 100%;
    float: left;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px -3px #ddd;
    border: 1px solid #ddd;
}
textarea.input_control {
    padding: 10px;
    height: 200px;
}
.mce-tinymce.mce-container {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    box-shadow: 0px 3px 7px -3px #ddd;
}
/*account*/
.accLeft {
    float: left;
    width: 300px;
    margin-top: 30px;
}
.accLeftBx {
    padding: 20px;
    margin-top: 50px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.accLeftBx .img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.accLeftBx img {
    width: 100%;
}
.accLeftBx ul {
    margin-top: 70px;
}
.accLeftBx ul li, .accLeftBx ul li a {
    width: 100%;
    float: left;
}
.accLeftBx ul li {
    border-bottom: 1px solid #eee;
}
.accLeftBx ul li:last-child {
    border-bottom: 0px;
}
.accLeftBx ul li a {
    text-align: center;
    color: #333;
    padding: 15px;
}
.accLeftBx ul li a.active, .accLeftBx ul li a:hover {
    background: #f5f5f5;
}
.accRight {
    width: calc(100% - 350px);
    float: right;
    margin-top: 30px;
}
.accRight h2 {
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 600;
}
.myacc_details {
    background: #fff;
    padding: 30px
}
.my_profile li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.my_profile li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #fff;
}
.my_profileL {
    width: 30%;
    float: left;
}
.my_profileR {
    width: 70%;
    float: right;
}
.my_profile li label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
}
.my_profile li input, .my_profile li textarea {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    height: 50px;
    border: 0px;
    background: #f6f6f6;
    border: 0px solid #ddd;
    padding: 0 15px;
}
.my_profile li input:hover, .my_profile li textarea:hover ,
.my_profile li input:focus, .my_profile li textarea:focus {
    outline: 0px;
}
.my_profile li textarea {
    height: 100px;
    padding: 15px;
}
.my_profile .int_cat li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #eee;
}
.my_profile .int_cat input {
    width: 20px;
    height: 30px;
    margin: 0;
}
.my_profile .int_cat label {
    width: auto;
    float: left;
    margin-left: 5px;
    line-height: 30px;
}
.my_profile .updatebtn {
    width: 70%;
    float: right;
}
.my_profile .updatebtn input {
    width: 150px;
    float: left;
    background: #1e88e5;
    color: #fff;
    cursor: pointer;
    border: 0px;
    border-radius: 3px;
    transition: all .5s;
}
.my_profile .updatebtn input:hover {
    background: #d42d36;
    transition: all .5s;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.popup .popbox {
  position: relative;
  display: table;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  background: #fff;
  color: #333;
  margin-top: 100px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.popbox .popHedaer {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}
.popbox .popbtns {
    float: right;
    margin-right: 10px;
}
.popbox .popbtns a {
    float: left;
    padding: 5px 15px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.popbox .popbtns a:last-child {
    background: #1e88e5
}
.popbox h2 {
    float: left;
    font-size: 24px;
    line-height: 32px;
}
.popbox .closeBtn {
  float: right;
  cursor: pointer;
  color: red;
}
.popbox .sendEmail {
    display: none;
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
}
.popbox .sendEmail input {
    width: calc(100% - 200px);
    float: left;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.popbox .sendEmail button {
    width: 180px;
    float: right;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    border: 0px solid #ddd;
    background: #555;
    color: #fff;
    cursor: pointer;
}
.popbox .popBody {
    padding: 25px;
}
.popBody .nameList {
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.popBody .nameList td {
    padding: 10px;
    border: 1px solid #ddd;
}
.popBody .nameList span {
    padding: 10px;
    float: left;
    width: 30%;
}
.popBody .nameList .left {
    background: #eee;
}
.popBody .nameList .right {
    width: 70%;
}
.popBody .nameTable {
    overflow-y: auto;
    /*margin-top: 25px;*/
}
.popBody .nameTable table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.nameTable table thead {
    background: #eee;
}
.nameTable table th, .nameTable table td {
    padding: 10px;
    border: 1px solid #ddd;
}


@media screen and (max-width: 1279px) {
    .login_bx {
        position: relative;
        top: 0;
        left: 0;
        padding: 25px;
        display: table;
        margin: 0 auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        margin-top: 100px;
    }
    .dashboard li {
        width: 32%;
        padding: 15px;
        margin-right: 2%
    }
    .dashboard li .txt {
        padding-left: 0
    }
    .dashboard li i.icon {
        left: 15px
    }
}
@media screen and (max-width: 979px) {
    .nav_section {
        position: fixed;
        bottom: 0;
        right: -300px;
        width: 300px;
        height: calc(100vh - 70px);
        z-index: 99;
        background: #fff;
        overflow-y: auto;
        box-shadow: -5px 0px 20px rgba(0,0,0,0.15);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }
    .nav_section.is-open {
        right: 0;
    }
    .menu li {
        width: 100%;
        float: left;
        position: relative;
        line-height: 50px;
        border-top: 1px solid #eee;
    }
    .menu li span {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 50px;
        top: 0;
        right: 0;
        line-height: 50px;
        text-align: center;
        color: #333;
        cursor: pointer;
    }
    .menu li span:before {
        content: '\f107';
        float: right;
        font-family: 'FontAwesome'
    }
    .menu li span.is-open:before {
        content: '\f106'
    }
    .menu li a {
        float: left;
        padding: 0 15px;
        color: #333;
    }
    .menu ul {
        position: relative;
        width: 100%;   
        float: left;     
        background: #f5f5f5;
        display: none;
    }
    .notification li a.nav_icon {
        display: block;
        position: relative;
    }
    .notification li a.nav_icon span:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
    }
    .notification li a.nav_icon.is-open span:before {
        content: "\f00d";
    }
    .dashboard li {
        width: 100%;
        padding: 15px 30px;
        margin-right: 0;
    }
    .data_content {
        margin-top: 100px;
    }
    .accLeft {
        width: 250px;
    }
    .accRight {
        width: calc(100% - 265px);
    }
    .my_profile li {
        padding-left: 0;
        padding-right: 0
    }
    .myacc_details, .accLeftBx {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .dashboard h1 {
        font-size: 30px;
    }
    .dashboard li {
        padding: 15px;
    }
    .notification li:nth-child(1),
    .notification li:nth-child(2) {
        display: none;
    }
    .notification ul li:nth-child(1),
    .notification ul li:nth-child(2) {
        display: block;
    }
    .notification li a {
        padding: 19px 5px;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        width: 100%;
        text-align: left;
    }
    .res_table button {
        right: 0;
    }
    .datatable.dataTable.no-footer {
        margin: 10px 0;
    }
    .datatable td.w100 {
        width: auto;
    }
    .datatable td.w120 {
        width: auto;
    }
    .span-3, .span-1 {
        width: 100%;
        padding: 0;
    }
    .popbox .popHedaer, .popbox .popBody, .popbox .sendEmail {
        padding: 15px;
    }
    .popbox .popbtns {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .popbox .sendEmail button {
        width: 90px;
    }
    .popbox .sendEmail input {
        width: calc(100% - 100px);
    }
    .accLeft {
        width: 100%;
    }
    .accRight, .my_profileL, .my_profileR, .my_profile .updatebtn {
        width: 100%;
    }
    .my_profile li label {
        line-height: 30px;
    }
    .popup .popbox {
        display: inline-block;
        margin: 100px auto;
    }
    .popup .popbox img {
        height: auto !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 320px) {}