
@import url('https://fonts.googleapis.com/css?family=Mukta+Vaani');
	
body {
	font-size:14px;
	font-family: 'Mukta Vaani', sans-serif;
}

textarea{
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width:100%;
  outline:none;
}
textarea:focus {
  border-bottom: solid 2px #fbb12f;
}

select{
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width:100%;
  outline:none;
}
select:focus {
  border-bottom: solid 2px #fbb12f;
}

input[type="text"],input[type="password"],input[type="date"],input[type="email"],input[type="textarea"],input[type="file"] {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width:100%;
  outline:none;
}
input[type="text"]:focus,input[type="date"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="textarea"]:focus,input[type="file"]:focus {
  border-bottom: solid 2px #fbb12f;
}

/*----------------------------------------*/
body { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-default {
opacity: 0.9;
margin-top:30px;
}
.form-group.last { 
	margin-bottom:0px;
	text-align:left;
 }
/*--------------dashboard menu-----*/
.nav-side-menu {
  overflow: auto;
  background-color: #40484c;
  top: 0px;
  height: 100%;
  color: #fff;
  margin:0 -15px;
}
.nav-side-menu .brand {
  background-color: #40484c;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 15px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 15px 0;
  margin: 0px;
  cursor: pointer;
}
.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 #d19b3d;
  background-color: #193c4d;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #40484c;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #333;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #40484c;
}
.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 #2e353d;
  border-bottom: 1px solid #333;
  text-align:center !important;
}

.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 #333;
  background-color:#fbb12f;
  -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;
    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;
  }
}

/*-------end--------*/
.fix-right-side{
	margin-right:15px;
}

@media (max-width: 767px) {
	.fix-right-side{
		padding-top:10px;
	}
}


	/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#view_client table, #view_client thead, #view_client tbody, #view_client th, #view_client td, #view_client tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#view_client thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#view_client tr { border-bottom: 1px solid #000; }

		#view_client td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding:40px 15px 20px 15px;
			width:100%;
			display:block;
			text-align:left !important;
		}

		#view_client td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#view_client td:nth-of-type(1):before { content: "Name"; }
		#view_client td:nth-of-type(2):before { content: "Contact"; }
		#view_client td:nth-of-type(3):before { content: "Email"; }
		#view_client td:nth-of-type(4):before { content: "Reference"; }
		#view_client td:nth-of-type(5):before { content: "Action"; }
	}
	
	
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#view_gi table, #view_gi thead, #view_gi tbody, #view_gi th, #view_gi td, #view_gi tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#view_gi thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#view_gi tr { border-bottom: 1px solid #000; }

		#view_gi td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding:40px 15px 20px 15px;
			width:100%;
			display:block;
			text-align:left !important;
		}

		#view_gi td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#view_gi td:nth-of-type(1):before { content: "Insured Name"; }
		#view_gi td:nth-of-type(2):before { content: "Client Name"; }
		#view_gi td:nth-of-type(3):before { content: "Insurance Company"; }
		#view_gi td:nth-of-type(4):before { content: "Product Type"; }
		#view_gi td:nth-of-type(5):before { content: "Policy No."; }
		#view_gi td:nth-of-type(6):before { content: "Plan"; }
		#view_gi td:nth-of-type(7):before { content: "View"; }
	}
	
	
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#view_health table, #view_health thead, #view_health tbody, #view_health th, #view_health td, #view_health tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#view_health thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#view_health tr { border-bottom: 1px solid #000; }

		#view_health td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding:40px 15px 20px 15px;
			width:100%;
			display:block;
			text-align:left !important;
		}

		#view_health td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#view_health td:nth-of-type(1):before { content: "Insured Name"; }
		#view_health td:nth-of-type(2):before { content: "Client Name"; }
		#view_health td:nth-of-type(3):before { content: "Insurance Company"; }
		#view_health td:nth-of-type(4):before { content: "Product Type"; }
		#view_health td:nth-of-type(5):before { content: "Policy No."; }
		#view_health td:nth-of-type(6):before { content: "Plan"; }
		#view_health td:nth-of-type(7):before { content: "View"; }
	}
	
	
	
	
	
	/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#view-restable table, #view-restable thead, #view-restable tbody, #view-restable th, #view-restable td, #view-restable tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#view-restable thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#view-restable tr { border-bottom: 1px solid #000; }

		#view-restable td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding-left: 50%;
			text-align:left !important;
		}

		#view-restable td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 60%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#view-restable td:nth-of-type(1):before { content: "Ploicy Name"; }
		#view-restable td:nth-of-type(2):before { content: "Policy Type"; }
		#view-restable td:nth-of-type(3):before { content: "Launch Date"; }
		#view-restable td:nth-of-type(4):before { content: "Action"; }
	}
	
	
	
	
@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#nav_upload table, #nav_upload thead, #nav_upload tbody, #nav_upload th, #nav_upload td, #nav_upload tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#nav_upload thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#nav_upload tr { border-bottom: 1px solid #000; }

		#nav_upload td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding:40px 15px 20px 15px;
			width:100%;
			text-align:left !important;
		}

		#nav_upload td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#nav_upload td:nth-of-type(1):before { content: "File Download Status"; }
		#nav_upload td:nth-of-type(2):before { content: "File extraction Status"; }
		#nav_upload td:nth-of-type(3):before { content: "File Upload Status"; }
		#nav_upload td:nth-of-type(4):before { content: "Errors"; }
		#nav_upload td:nth-of-type(5):before { content: "NAV Dates"; }
		#nav_upload td:nth-of-type(6):before { content: "Total Records"; }
		#nav_upload td:nth-of-type(7):before { content: "Updated On"; }
	}
	
	
	
@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#tr_upload table, #tr_upload thead, #tr_upload tbody, #tr_upload th, #tr_upload td, #tr_upload tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#tr_upload thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#tr_upload tr { border-bottom: 1px solid #000; }

		#tr_upload td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ddd;
			position: relative;
			padding:40px 15px 20px 15px;
			width:100%;
			text-align:left !important;
		}

		#tr_upload td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			font-weight:bold;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#tr_upload td:nth-of-type(1):before { content: "File Download Status"; }
		#tr_upload td:nth-of-type(2):before { content: "File extraction Status"; }
		#tr_upload td:nth-of-type(3):before { content: "File Upload Status"; }
		#tr_upload td:nth-of-type(4):before { content: "Errors"; }
		#tr_upload td:nth-of-type(5):before { content: "Transaction Dates"; }
		#tr_upload td:nth-of-type(6):before { content: "Total Records"; }
		#tr_upload td:nth-of-type(7):before { content: "Updated On"; }
	}		
	

/* ------------------------------------------------ */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input#tab1, input#tab2, input#tab3, input#tab4, input#tab5, input#tab6, input#tab7, input#tab8{
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {}
label[for*='2']:before {}
label[for*='3']:before {}
label[for*='4']:before {}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border-bottom: 4px solid #ffc800;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8
 {
  display: block;
}

@media screen and (max-width: 500px) {
  label {
    font-size: 14px;;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}

.show767 {display:none;}
.hide767 {display:block;}

@media (max-width:767px) {
.show767 {display:block;}
.hide767 {display:none;}
}

.dropdown-menu {
    position: absolute;
    top: 42px;
    right: 20px;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}



/* Desktop Menu Starts */

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  text-align:center;
  min-height: 1px;
  line-height: 1.8em;
  vertical-align: middle;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu {
  background:#333333;
  zoom:1;
  font-size:13px;
}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a {
  display: block;
  padding: 10px 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}
#cssmenu > ul {
  width:100%;
}
#cssmenu ul ul {
  width:150px;
}
#cssmenu > ul > li > a {
  border-bottom:1px solid #fff;
  color: #ffffff;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}

#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
  background: #fbb12f;
}
#cssmenu li {
  position: relative;
}
#cssmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {
  border:1px solid #232323;
}
#cssmenu ul ul a {
  font-size:12px;
  color:#ffffff;
  background:#25292c !important;
  text-align:left !important;
}
#cssmenu ul ul i {
  font-size:10px;
  margin-right:5px;
}
#cssmenu ul ul a:hover {
  background:#000 !important;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #232323;
}
#cssmenu ul ul li:hover > a {
  background: #e29817;
  color: #ffffff;
}
#cssmenu.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right li {
  text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#cssmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* Desktop Menu Ends */



#calendar,
#calendar2,
#calendar3{
border: 1px solid #dfdfdf;
font-size: 14px;
color: #404040;
}
.notification-icon {
  margin-right: 6.8775px;
}
.notification-icon:after {
  position: absolute;
  content: attr(data-count);
  margin-left: -6.8775px;
  margin-top: -6.8775px;
  padding: 0 4px;
  min-width: 13.755px;
  height: 13.755px;
  line-height: 13.755px;
  background: red;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 11.004px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.notification .media-body {
  padding-top: 5.6px;
}
.btn-lg .notification-icon:after {
  margin-left: -8.253px;
  margin-top: -8.253px;
  min-width: 16.506px;
  height: 16.506px;
  line-height: 16.506px;
  font-size: 13.755px;
}
.btn-xs .notification-icon:after {
  content: '';
  margin-left: -4.1265px;
  margin-top: -2.06325px;
  min-width: 6.25227273px;
  height: 6.25227273px;
  line-height: 6.25227273px;
  padding: 0;
}
.btn-xs .notification-icon {
  margin-right: 3.43875px;
}

.desktopheader{display:block;}
.desktopheader .yellowwrap{display:block; position:relative; overflow:auto; width:100%;}
.desktopheader a.profilelink{text-align:center; color:#fff; background:#000;}
.desktopheader a:hover.profilelink{color:#fff;}
.desktopheader a:hover.profilelink div{background:#0b3458 !important;}
.desktopheader .logodiv{background-color:#fad50a; overflow:auto; height:86px;}
.desktopheader .mainlogo{margin-top:20px; padding-left:10px; font-size:26px; line-height:24px; font-weight:bold;}
@media(max-width:1000px){
	.desktopheader .mainlogo{font-size:18px;}
}
.desktopheader .rightlogo{max-width:200px; margin-top:27px; float:right;}
.desktopheader .menuwrapper{display:block; margin-top:86px;}
.desktopheader .menuwrapper_inner{padding:0 !important; height:100% !important; background:#25292c !important;}
.desktopheader .main_menu{height:100% !important; background:#25292c !important;}

.mobileheader{display:none;}
.mobileheader .mobile_h_wrapper{display:block; width:100%;}
.mobileheader .mobile_h_wrapper_inner{padding:10px 0; background:#fbb12f;}
.mobileheader .mobile_mainlogo{text-align:center; padding-left:10px; font-size:21px; line-height:24px; font-weight:bold;}
.mobileheader .mobile_sublogo_wrap{display:block; padding:15px 0 0 !important; clear:both; border-top:1px solid #efa41f;}
.mobileheader .mobilemenu_icon{font-size:17px; font-weight:bold; cursor:pointer}

.breadcrumb_custom{margin-bottom:0px; padding-bottom:20px; background:url(../images/bg1.jpg); overflow:auto; padding:20px;}
.breadcrumb_main{padding:0; padding-left:15px;}
.breadcrumb_m{font-size:21px; color:#fff; padding:0;}
.breadcrumb_sub{padding:7px 0 0; text-align:right;}
.centerfrm{background-color:#fff; box-shadow: 0 5px 5px 1px #ccc; padding-top:0px;}
.centerfrm_inner{padding:15px 25px 25px; margin:0 0 20px 0;}

.sidebar_heading{background-color:#25292c; color:#fff; font-size:18px; padding-left:15px; padding-top:10px;}
.sidebar_refresh{background-color:#000000; color:#fff; font-size:16px;}
.sidebar_refresh span{color:#fff; text-decoration:none; cursor:pointer;}
.sidebar_body{border:1px solid #fff; background-color:#fff; font-size:16px; box-shadow: 0 5px 5px 1px #ccc;}

@media(min-width:768px) and (max-width:1000px){
.xs_to_1000_full{width:100% !important;}
}

@media(max-width:767px){
.mobileheader{display:block; width:100%;}
.desktopheader{display:none;}
body {font-family: "Lato", sans-serif;transition: background-color .5s;}
.sidenav {height: 100% !important;width: 0;position: fixed;z-index: 1;top: 0;left: 0;background-color: #111;overflow-x: hidden;transition: 0.5s;padding-top: 60px;}
.sidenav a {padding: 8px 8px 8px 32px;text-decoration: none;font-size:15px;color: #818181;display: block;transition: 0.3s;}
.sidenav a:hover, .offcanvas a:focus{color: #f1f1f1;}
.sidenav .closebtn {position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
#main {transition: margin-left .5s; padding: 16px;}
#mobile_hide{display:none !important;}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}.sidenav a {font-size: 18px;}
}


