/* @import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');




:root{
  /* added starts */
  --color1 : #6a6a6a;
  --font-color-head : #6a6a6a;
  --color2 : black;
  
  /* added ends */
  
  /* --font-color-head : #0767d7; */
  --color-font-sidebar : black;

  --font-color-p : black;
  
  --font-size-p : 13px;
  /* --font-size-p : 15px; */

  --color-bg-row1 : #d5ecfb;

  --color-form-head-font : #0e7fbd;
  /* --color-form-head-font : #679cb9; */
  --color-head : #3963a0;
  --color-news-font : #00669e;
  --bg-news : #dff2fd ;

  --theme-color: white;
  --theme-color1: linear-gradient(to bottom, #a2d1fb, white);
  /* --theme-color : #b6d7ed; */
  /* --theme-color : #a0c6db; */

  --plain-color : #ffffff;
  --plain-color1 : #373737;

  --font-color : white;
  --input-border-color : #cbcbcb;
  --border-color-transaparent : transparent;

  /* --font-fam: 'Raleway', sans-serif; */
  --font-fam: 'Montserrat', sans-serif;
  /* --font-fam: 'Lora', serif; */
  /* --font-fam: 'PT Serif', serif; */
  /* --font-fam: 'Bacasime Antique', serif; */

  --font-size1 : 13px;
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

html, body{
  	font-family: var(--font-fam);
  	/* font-family: 'Roboto', sans-serif; */
    font-size: 100%;
  	background:var(--theme-color);
  	overflow-x: hidden;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- header --*/
.navbar .navbar-nav li a {
  padding: 0 10px;
  line-height: 56px;
  position: relative;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color:rgba(239, 85, 58, 0) !important;
}
.navbar .navbar-nav li a i {
  /* border: 1px solid var(--plain-color1); */
  padding: 8px 0;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  color: var(--plain-color1);
  height: 32px;
}
.navbar .navbar-nav li .dropdown-menu {
  margin-top: 3px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e1e6ef;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  padding: 0;
}
.navbar .navbar-nav li .dropdown-menu:before {
  position: absolute;
  top: -9.5px;
  right: 16px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e1e6ef;
  border-left: 8px solid transparent;
  content: '';
}
.navbar .navbar-nav li .dropdown-menu li.dropdown-menu-header, .navbar .navbar-nav li .dropdown-menu li.dropdown-menu-footer {
  background:#f2f4f8;
}
.navbar .navbar-nav li.m_2 a {
  line-height:38px;
}
.navbar .navbar-nav li .dropdown-menu li a i {
  margin: 0 10px 0 -5px;
  border: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #f2f4f8 !important;
}
.navbar .navbar-nav li .dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 11px;
}
.label.label-info {
  background-color:var(--theme-color);
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.warning_1, .warning_11{
	padding:10px 16px !important;
}
.warning_11, .warning_22, .warning_33, .warning_44{
	background-color: #337ab7 !important;
	border-color:#337ab7 !important;
}
.warning_11:hover, .warning_22:hover, .warning_33:hover, .warning_44:hover{
	background-color: #246AA6 !important;
	border-color:#246AA6 !important;
}
.warning_2, .warning_22{
	padding:6px 12px !important;
}
.warning_3, .warning_33{
	padding:5px 10px !important;
}
.warning_4, .warning_44{
	padding:1px 5px !important;
}	
.but_list, .tab-content{
	margin:1.5em 0 0 0;
}
.btn-group-lg>.btn, .btn-lg {
  border-radius:4px !important;
}
.navbar .navbar-nav li .dropdown-toggle.avatar img {
  height: 40px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  /* border: 1px solid var(--plain-color1); */
  margin-top: -4px;
}
.navbar .navbar-nav li .dropdown-menu li a i {
  margin: 0 10px 0 -5px;
  border: none;
  color:rgb(6, 217, 149);
}
.navbar .navbar-nav li .dropdown-menu li.dropdown-menu-header .progress, .navbar .navbar-nav li .dropdown-menu li.dropdown-menu-footer .progress {
  border: 1px solid #e1e6ef;
  background: white;
  box-shadow: none;
}
.progress.thin {
  height: 10px;
}
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f4f8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar .navbar-nav li .dropdown-menu li.avatar {
  min-width: 300px;
  height: 56px;
  padding: 0px 15px;
}
.navbar .navbar-nav li .dropdown-menu li {
  padding: 0;
  position: relative;
  min-width:100%;
  border-bottom: 1px solid #e1e6ef;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  width:300px;
}
.navbar .navbar-nav li .dropdown-menu li.avatar a {
  line-height: 59px;
  height: 59px;
  padding: 9px 15px;
}
.navbar .navbar-nav li .dropdown-menu li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 40px;
  height: 40px;
  margin: 0 -15px;
  padding: 0 15px;
}
.navbar .navbar-nav li .dropdown-menu li a img {
  height: 40px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #e1e6ef;
  margin: 0px 10px 0 -5px;
  float: left;
}
.navbar .navbar-nav li .dropdown-menu li a div {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}
.navbar .navbar-nav li .dropdown-menu li a small {
  display: block;
  line-height: 12px;
  font-size: 10px;
  margin-top: -3px;
  font-style: italic;
}
.small, small {
  color: #CFCFCF !important;
  font-weight: 300 !important;
}
.navbar .navbar-nav li .dropdown-menu li.avatar a .label {
  top: 20px;
}
.navbar .navbar-nav li a .badge {
  background: #ff5454;
  border: 2px solid var(--border-color-transaparent);
  position: absolute;
  top: 9px;
  right: 3px;
  font-size: 8px;
  line-height: 8px;
  padding: 4px 6px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  min-width: 0;
}

nav.top1.navbar.navbar-default.navbar-static-top {
  background-color:var(--plain-color);
  font-family: var(--font-fam);
}
.navbar-default .navbar-brand {
  color: #fff !important;
  font-size: 30px;
  font-weight: 300;
    padding-top: 30px;
}
.navbar-right {
  margin-right: 10px !important;
}
.navbar-right li{
	display:inline-block;
}
i.nav_icon {
  color: var(--color-font-sidebar);
  margin-right:6px;
}
.sidebar ul li a{
  color: var(--color-font-sidebar);
  font-size: var(--font-size-p);
}
.form-control {
  background: none !important;
  /* border: 1px solid var(--plain-color1) !important; */
  border-radius: 20px !important;
  box-shadow: none !important;
}
.navbar-form.navbar-right input[type="text"] {
  color: var(--plain-color1)ff;
}
form.navbar-form.navbar-right {
  margin:9px 0 0 0;
}
ul.nav.navbar-nav.navbar-right {
  height: 51px;
}
.sidebar-nav.navbar-collapse {
  margin: 2em 0 0 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color:rgba(231, 231, 231, 0) !important;
}
.dropdown-menu {
  min-width: 202px !important;
}  
/* Active state */
.wrapper-dropdown-4.active i.dropdown-icon{
    background-position:-2px -2px;
}
.wrapper-dropdown-4.active .dropdown {
    max-height: 400px;
}
ul.dropdown {
	padding:0;
	margin:0;
	list-style:none;
}
.span_1{
  background: #000;
  padding: 1em;
  margin: 0;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 100;
  top: 0;
}
.col-md-10.span_1_of_span_2 {
  padding:1em;
}
.col_1_of_2.span_1_of_2 {
  padding: 5px;
}
.col_1_of_2.span_1_of_2:hover .red{
	background:#E84F34;
}
.col_1_of_2.span_1_of_2:hover .blue1{
	background:#8D51A6;
}
.col_1_of_2.span_1_of_2:hover .fb2{
	background:#355290;
}
.col_1_of_2.span_1_of_2:hover .tw2{
	background:#03A5E2;
}
.span_4 {
  padding-right: 0;
}
.col_3 {
  margin-bottom:1em;
}
.col_3 h4{
  margin:0 0 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85em;
}
.span_10{
  margin-bottom: 1em;
}
/**** icon dropdown ******/
.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    margin: 0 auto;
    /* Styles */
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-5 i.dropdown-icon{
  width: 15px;
  height: 12px;
  display: block;
  background: url(../images/up-down.png) no-repeat -3px -13px;
  float: left;
}
.wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 18px;
  right: -16px;
  width: 245px;
  background: #333;
  color: #fff;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
}
.wrapper-dropdown-5 .dropdown li:first-child a{
	border-top:none;
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color:#fff;
    font-size:0.85em;
    border:none;
    padding:8px 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius:0;
}
/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a {
    color: #FFF;
    background:#65cea7;
}
/* Active state */
.wrapper-dropdown-5.active i.dropdown-icon{
    background-position:-2px -2px;
}
.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
}
/**** icon dropdown ******/
.wrapper-dropdown-6, .wrapper-dropdown-7, .wrapper-dropdown-8, .wrapper-dropdown-9{
    /* Size & position */
    position: relative;
    margin: 0 auto;
    /* Styles */
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-6 i.dropdown-icon, .wrapper-dropdown-7 i.dropdown-icon, .wrapper-dropdown-8 i.dropdown-icon, .wrapper-dropdown-9 i.dropdown-icon{
  width: 15px;
  height: 12px;
  display: block;
  background: url(../images/up-down.png) no-repeat -3px -13px;
  float: left;
}
.wrapper-dropdown-6 .dropdown, .wrapper-dropdown-7 .dropdown, .wrapper-dropdown-8 .dropdown, .wrapper-dropdown-9 .dropdown  {
  position: absolute;
  top: 20px;
  right: -16px;
  width: 245px;
  background: #333;
  color: #fff;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
}
.wrapper-dropdown-6 .dropdown li:first-child a, .wrapper-dropdown-7 .dropdown li:first-child a, .wrapper-dropdown-8 .dropdown li:first-child a, .wrapper-dropdown-9 .dropdown li:first-child a{
	border-top:none;
}
.wrapper-dropdown-6 .dropdown li a, .wrapper-dropdown-7 .dropdown li a, .wrapper-dropdown-8 .dropdown li a, .wrapper-dropdown-9 .dropdown li a {
    display: block;
    text-decoration: none;
    color:#fff;
    font-size:0.85em;
    border:none;
    padding:8px 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius:0;
}
/* Hover state */
.wrapper-dropdown-6 .dropdown li:hover a, .wrapper-dropdown-7 .dropdown li:hover a, .wrapper-dropdown-8 .dropdown li:hover a, .wrapper-dropdown-9 .dropdown li:hover a{
    color: #FFF;
    background:#65cea7;
}
/* Active state */
.wrapper-dropdown-6.active i.dropdown-icon, .wrapper-dropdown-7.active i.dropdown-icon, .wrapper-dropdown-8.active i.dropdown-icon, .wrapper-dropdown-9.active i.dropdown-icon{
    background-position:-2px -2px;
}
.wrapper-dropdown-6.active .dropdown, .wrapper-dropdown-7.active .dropdown, .wrapper-dropdown-8.active .dropdown, .wrapper-dropdown-9.active .dropdown {
    max-height: 400px;
}
section.accordation_menu {
  min-height: 800px;
}
.span_3{
  padding:0;
}
.col_1{
	margin:1em 0 0 0;
}
.one{
	width:150px;
}
.profile_img1 {
  float: left;
  margin-right: 10px;
  width: 83%;
  margin-bottom:2em;
}
.user-name1 {
  float:left;
}
.user-name1 p {
  font-size: 13px;
  color: #65cea7;
  line-height: 1em;
}
.tiles_info{
  color: #fff!important;
}
a.tiles_info:hover{
  text-decoration:none;
}
a.tiles_info, a.shortcut-tiles {
  background: 0 0;
}
.tiles-body{
	text-align:center;
}
.tiles_info, .shortcut-tiles {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.red1{
  background: var(--theme-color);
}
.tiles_info .tiles-head {
  letter-spacing: normal;
  padding: 10px 10px;
  font-weight: 500;
  box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size:0.85em;
}
.red{
  background: var(--theme-color);
}
.tiles_info .tiles-body-alt, .info-tiles .tiles-body {
  padding: 15px;
  font-weight: 300;
}
.tiles_info .tiles-body {
    font-size: 32px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
    padding: 19px 15px;
}
.tiles_info .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center {
  margin-top: -5px;
}
.tiles_info.tiles_blue1 .tiles-body {
  background: #9358ac;
}
.tiles_blue1{
  background: #9358ac;
}
.blue1{
  background: #9358ac;
}
.fb1{
   background: #3b5998;
}
.fb2{
	background: #3b5998;
}
.tw1{
  background: #00aced;
}
.tw2{
  background: #00aced;
}
.content_bottom{
	margin-bottom:1em;
}
.grid-date {
  background:#78cd51;
  padding: 1.5em;
}
p.date-in {
  float: left;
  font-size: 1.2em;
  color: #fff;
}
span.date-on {
  float: right;
  font-size: 1.2em;
  color: #fff;
}
.grid-date h4 {
  color: #fff;
  font-size: 3.5em;
  text-align: center;
  padding: 48px 0 15px 0;
}
.grid-date h4 i {
  display: inline-block;
  vertical-align: middle;
}
p.monday {
  background: #fff;
  font-size: 1.1em;
  color: #000;
  padding: 1em;
  text-align: center;
}
h4.pull-left{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
}
.copy{
	background: transparent;
    text-align: center;
    padding: 1.2em 0rem 1.2em 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.copy p, .copy_layout p{
	font-size:0.85em;
	color:#555;
  padding-top: 5%;
}
.copy p a, .copy_layout p a{
	color:#000;
}
/*-- circular progress --*/
.span_7 {
  padding-left: 0;
}
.span_8{
	text-align:center;
	padding-left: 0;
}
.col_2 {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
.grid-1, .grid-2, .grid-3, .grid-4{
    display: inline-block;
}
.grid-1 {
  margin-bottom: 2em;
}
.grid-1, .grid-3{
	margin-right:10%;
	width: 27%;
}
.activity-row, .activity-row1{
  text-align: left;
}
i.text-info{
  float: left;
  line-height: 60px;
  font-size: 1.2em;
}
i.icon_13{
  color:#00aced;
}
.activity-img{
  text-align:center;
}
.activity-img img{
  display:inline-block;
}
.activity-desc h5{
	color:#000;
	font-size:1em;
	font-weight:500;
	margin-bottom: 5px;
}
.activity-desc h5 a{
	color:#000;
}
.activity-desc p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
}
.activity-desc h6{
  color: #D8D8D8;
  font-size:12px;
  margin: 10px 0 0 0;
}
.activity-row{
	margin-bottom:2em;
}
.scrollbar{
	height:392px;
	background:#fff;
	overflow-y: scroll;
    padding:2em 1em;
}
.activity_box{
  background: #fff;
  min-height: 392px;
}
.icon_11{
  color: var(--theme-color);
}
.icon_12{
  color:#9358ac;
}
#style-2::-webkit-scrollbar-track
{
	
	background-color:#f0f0f0;
}

#style-2::-webkit-scrollbar
{
	width:5px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb
{
	
	background-color:rgb(6, 217, 149);
}
/*-- General stats --*/
.stats-info{
  background-color: #fff;
}
.panel .panel-heading {
  padding: 20px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0!important;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
}
.panel .panel-heading .panel-title {
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.panel-heading {
  padding:32px 15px 0px;
  border-top-left-radius:0 !important;
  border-top-right-radius: 0 !important;
}
.stats-info ul {
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.stats-info ul li {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  font-size: 0.85em;
  color: #999;
}
.panel-title {
  font-size: 20px;
}
.stats-info ul li.last{
	border-bottom:0;
	padding-bottom:4px;
}
.text-success {
  color: #22BAA0;
}
.text-danger {
  color: #f25656;
}
/*-- col_3 --*/
.widget{
	padding:0;
}
.col-md-3.widget.widget1 {
  width: 23.5%;
}
.r3_counter_box {
  min-height: 100px;
  background: #ffffff;
  padding: 15px;
}
.stats {
  overflow: hidden;
}
.r3_counter_box .fa {
  margin-right: 0px;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 65px;
}
.stats span{
	color:#999;
	font-size:15px;
}
.fa.pull-left {
  margin-right: 10% !important;
}
.icon-rounded{
  background-color:#9358ac;
  color: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  font-size: 25px;
}
.r3_counter_box.stats {
  padding-left: 85px;
}
.r3_counter_box h5 {
  margin: 10px 0 5px 0;
  color:#000;
  font-weight:600;
  font-size: 20px;
}
i.user1{
	background:var(--theme-color);
}
i.user2{
	background:#3b5998;
}
i.dollar1{
	background:#00aced;
}
.widget1 {
  margin-right: 1.5%;
}
.widget{}
.world-map {
  width: 64%;
  float: left;
  background: #4597a8;
  position: relative;
  padding: 2em 2em 0 2em;
}
.world-map h3 {
  float: left;
  font-size: 1.9em;
  color: #fff;
  font-weight: 600;
  padding: 0em 0 0.5em 0;
}
.world-map p {
  float: right;
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
}
/*-- map --*/
#vmap {
  background-color: #fff !important;
}
.col_4, .col_5{
	padding-left:0;
}
.map_container, #chart, .span_6, .col_2, .weather_list, .cal1, .skills-info, .stats-info, .r3_counter_box, .activity_box, .bs-example1, .cloud, .copy{
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.span_11 {
  margin-bottom: 1em;
}
/*-- graphs --*/

canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar{
  background-color: rgb(255, 255, 255);
}
.graph_box{
	margin-bottom:1em;
}
.grid_1{
	background:#fff;
}
.grid_2{
	padding:0 7px;
}
.grid_1 h3 {
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-weight: 300;
  padding:1em 0;
}
/* --  grids  -- */
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e3e1e1;
  padding: 5px 8px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: var(--font-size1);
  font-weight: 300;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: 10px;
}
.control3{
	margin:0 0 1em 0;
}
/* .btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
} */
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
/* .btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
} */
/* .btn-success:hover{
  border-color:#E74225 !important;
  background:#E74225 !important;
} */
.control2{
  height:200px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
/*-- Typography --*/
.grid_4{
	background:#fff;
	padding:2em 2em 1em 2em;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:#fff;
	padding:2em;
  text-align: left;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color:rgb(6, 217, 149);
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.page_1{
	padding:0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:rgb(6, 217, 149) !important;
  border-color:rgb(6, 217, 149) !important;
}
.breadcrumb li{
	font-size:0.85em;
}
.breadcrumb li a{
	color:rgb(6, 217, 149);
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.well {
  padding: 9px;
  font-size: 0.85em;
  color: #555;
  line-height: 1.8em;
}
.bs-example-modal {
  background-color: #fff !important;
  border-color:#fff !important;
}
.modal {
  overflow-y:auto !important;
}
/* .btn-primary{
  background-color: rgb(0, 200, 135) !important;
  border-color: rgb(0, 200, 135) !important;
  color: #fff;
}
.btn-primary:hover{
  background-color: #fff !important;
  border-color: #fff !important;
  color:rgb(6, 217, 149) !important;
} */
h2.modal-title {
  font-size: 1.3em;
  color:#999;
  font-weight: 300;
}
.modal-content {
  -ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border: 0px solid #e0e0e0;
}
.modal-body h2{
  color:#555;
  font-size:1.5em;
  font-weight:300;
}
.modal-body p{
  color: #888;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.8em;
}
.modal-body p img{
	margin:1em 0;
}
.form-horizontal .control-label {
  text-align: right;
  color: #000;
  font-weight: 300;
  font-size: 0.85em;
}
.checkbox-inline1{
  position: relative;
  display:block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.help-block {
  color: #999;
  font-size: 0.85em;
}
.radio label, .checkbox label, label{
  /* font-size: 0.85em; */
  font-weight:300;
  vertical-align: middle;
}
.checkbox1{
  font-size: 0.85em;
  font-weight: 300;
}
select[multiple] {
  padding: 7px 9px !important;
}
.has-success .form-control1{
  background-color: #f1f8e9;
  border-color: #c5e1a5 !important;
}
.has-error .form-control1{
  background-color: #fde0dc;
  border-color: #f69988 !important;
}
.input-icon.right > i, .input-icon.right .icon {
  right:12px;
  float: right;
}
.input-icon > i, .input-icon .icon {
  position: absolute;
  display: block;
  margin: 10px 8px;
  line-height: 14px;
  color: #999;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #7cb342;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #dd191d;
}
/* -- validation --*/
.well1{
	background:#fff;
	padding:2em;
}
/*-- Basic_tables --*/
.bs-example1{
  background:#fff;
  padding:2em;
}
.panel-body1{
  background: #fff;
  padding:2em;
  margin: 2em 0 0 0;
}
.panel-warning {
  margin-top: 2em;
}
.panel.panel-midnightblue {
  border-color: #263238;
}
.panel.panel-midnightblue .panel-heading {
  color: #eceff1;
  background-color: #37474f;
  border-color: #263238;
}
.panel.panel-warning {
  border-color: #fdd835;
}
.panel.panel-warning .panel-heading {
  color: #fffde7;
  background-color: #ffc107;
  border-color: #fdd835;
}
.panel .panel-heading .panel-ctrls {
  margin-right: -8px;
}
.panel .panel-heading .panel-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.panel .panel-heading h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
/*-- inbox --*/
.mail-header {
  padding: 15px;
}
.mail-title {
  font-size: 20px;
  line-height: 32px;
  display: block;
  float: left;
  height: 34px;
  margin: 0 10px 0 0;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.float-right, .pull-right {
  float: right!important;
}
.pad0A {
  padding: 0!important;
}
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 1em;
}
.has-success .input-group-addon {
  border-color:#A4E7A5 !important;
}
.has-feedback label~.form-control-feedback {
  top: 28px !important;
}
div[id^=uniform-] input {
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  opacity: 0;
  border: none;
  background: 0 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.email-list1{
  padding: 0; 
}
ul.collection {
  margin: 0;
  list-style: none;
  background:#fff;
  padding:2em;
}
ul.collection li{
	margin-bottom:2em;
}
ul.collection li.email_last{
	margin-bottom:0;
}
#email-list .collection .collection-item.avatar {
  height: auto;
  
  position: relative;
}
#email-list .collection .collection-item.avatar .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  top: 20px;
}
.email-unread .email-title {
  font-weight: 500;
}
.ultra-small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  color: #999;
}
span.badge {
  min-width: 3rem;
  padding: 2px 9px;
  text-align: center;
  font-size: 0.85;
  line-height: inherit;
  color: #fff;
  position: absolute;
  right:38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}
span.blue{
	background-color:#00aced;
}
span.red{
	background-color:var(--theme-color);
}
span.blue1{
	background-color:#9358ac;
}
i.icon_1{
  float: left;
  color: #00aced;
  line-height: 2em;
  margin-right: 1em;
}
i.icon_2{
  float: left;
  color:var(--theme-color);
  line-height: 2em;
  margin-right: 1em;
  font-size: 20px;
}
i.icon_3{
  float: left;
  color:#9358ac;
  line-height: 2em;
  margin-right: 1em;
  font-size: 20px;
}
.avatar_left {
  float: left;
}
i.icon_4{
  width: 45px;
  height: 45px;
  background: #F44336;
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 1.5em;
  line-height: 44px;
  font-style: normal;
  margin-right: 1em;
}
i.icon_5{
  background-color: #3949ab;
}
i.icon_6{
  background-color: #03a9f4;
}
.blue-text {
  color: #2196F3 !important;
  float:right;
}
.content-box-wrapper{
	background:#fff;
	padding:2em;
	margin: 1em 0 0;
}
.status-badge {
  position: relative;
  display: inline-block;
}
.mrg10A {
  margin: 10px!important;
}
.small-badge {
  overflow: hidden;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff!important;
  border-radius: 20px;
  background-color: red;
}
.status-badge .small-badge {
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.badge-danger{
  color: #fff;
  border-color: #e73629;
  background: #F44336;
}
.badge-success{
  color: #fff;
  border-color: #3fa243;
  background: #4CAF50;
}
.bg-green1{
  color: #fff;
  border-color: #3fa243;
  background: #4CAF50;
}
h4.content-box-header{
  color: #000; 
  font-size: 1.3em; 
  font-weight: 300; 
  margin-bottom: 1em; 
  text-align:left;
}
.editor{
  background:#fff;
  padding: 1em 2em 2.5em 2em;
}
.mailbox-content {
  background: #fff;
  padding: 2em;
}
.widget-footer.clearfix {
  margin: 1em 0 0 0;
}
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background: #fff;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #CDCDCD;
}
div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
}
.m-r-sm {
  margin-right: 15px;
  font-weight:400;
  font-size: 14px;
}
.icon-state-warning {
  color: rgb(6, 217, 149);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: var(--font-size-p);
  color: var(--font-color-p);
} 
.mailbox-content table tbody tr:hover {
  background: #FAFAFA;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding:15px !important;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd !important;
  text-transform: uppercase;
}
.badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
  border-color: var(--theme-color);
  background: transparent;
  /* background: var(--theme-color1); */
  /* padding:8.5px 12px; */
}
/* .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
} */
.btn-toolbar {
  margin-left: 0 !important;
}
.note-editor {
  border: 1px solid #DCE1E4;
  border-radius: 0;
}
.note-editor .note-toolbar {
  border-bottom: 0;
  background: #fff;
  padding: 10px;
}
.note-editor .note-editable {
  padding: 10px 15px 15px;
  overflow: auto;
  outline: 0;
}
.note-editor .note-statusbar .note-resizebar {
  border: 0;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9;
}
.col-md-8.inbox_right {
  padding-right: 0;
}
.editor1 {
  margin: 2em 0 0 0;
}
.mail-toolbar.clearfix {
  border-bottom: 1px solid #f0f0f0;
  padding: 2em 0;
}
.compose-message {
  overflow: hidden;
  padding: 0 0 10px;
}
.note-editor .note-statusbar {
  background: 0 0;
}
.note-editor .note-statusbar .note-resizebar {
  border: 0;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor {
  border: 1px solid #DCE1E4;
  border-radius: 0;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
i.icon_8{
  font-size: 13px;
  color: #555;
}
.btn_1{
	float:left;
}
a.btn.btn-default.mrg5R {
  float: left;
}
.float-left, .pull-left {
  float: left!important;
  width: 50%;
  cursor: pointer;
}
.mrg5R {
  margin-right: 5px!important;
}
.dropdown-menu > li > a {
  font-size:13px;
}
.font-red, .has-error .help-block, .parsley-required, .text-danger {
  color: #F44336 !important;
}
i.icon_9{
  margin-right:10px;
}
.checkbox {
  position: relative;
  top:-3px;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 19px;
  height: 19px;
  border: 1px solid #CDCDCD;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #F44336;
  border-top-style: none;
  border-right-style: none;
}
blockquote {
  margin: 0 !important;
  border-left: 5px solid #eee;
}
.copy_layout{
  padding:1.5em 0;
  background:#fff;
  text-align:center;
  margin: 4em 0 0em 0;
}
.login{
	background:none;
	padding:0;
	margin: 10% 0 0 0;
}
.register{
	margin:2em 0 0 0;
}
/* -- widgets --*/
.bg-info {
  background:#78cd51;
  padding: 3px 8px;
  color: #ffffff;
}
.tile-progress {
  padding: 30px;
  margin-bottom:1em;;
}
.col-sm-3.widget_1_box {
  padding: 0 5px;
}
.col-md-4.widget_1_box1 {
  padding: 0 0px 0 5px;
}
.tile-progress h4 {
  color: #ffffff;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
  font-weight:300;
}
.tile-progress .progress {
  margin: 15px 0 10px 0;
  height: 7px;
  background: rgba(50, 50, 58, 0.5);
}
.progress {
  background: #f5f5f5;
  background-image: none;
  -webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  -moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.tile-progress span {
  color: #fff;
  display: block;
  text-align: center;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
}
.bg-success {
  background:#eae874;
  color: #ffffff;
}
.bg-danger {
  background:rgba(80, 204, 240, 1);
  color: #ffffff;
}
.bg-secondary {
  background:#fabb3d;
  color: #555555;
}
.tile-progress .progress .progress-bar {
  background: #ffffff;
}
.wid-social {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 15px;
  margin: 0px 0 1em 0;
}
.facebook {
  background-color:#3b5998 !important;
  color: #ffffff !important;
}
.icon-xlg {
  font-size: 70px;
}
.social-info h3 {
  display: inline-block;
}
.wid-social .social-info h3, .wid-social .social-info h4 {
  margin: 0px 0 15px 0;
  font-size: 15px;
}
span.percent {
  font-size: 13px;
  font-weight: 300;
}
h3.count.text-light {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
}
.twitter {
  background-color:#00aced !important;
  color: #ffffff !important;
}
.google-plus {
  background-color: #313131 !important;
  color: #ffffff !important;
}
.dribbble {
  background-color:#ea4c89 !important;
  color: #ffffff !important;
}
.linkedin {
  background-color: #007bb5 !important;
  color: #ffffff !important;
}
.youtube {
  background-color: #e02f2f !important;
  color: #ffffff !important;
}
.skype {
  background-color: #00aaf1 !important;
  color: #ffffff !important;
}
.flickr {
  background-color: #ed1983 !important;
  color: #ffffff !important;
}
.coffee-top {
  position: relative;
  text-align: center;
}
.doe {
  position: absolute;
  top: 37%;
  text-align: center;
  width: 100%;
}
.doe h6 {
  color: #fff;
  font-size: 1em;
}
.doe p {
  color: #DC483A;
  font-size: 1em;
}
.coffee-top i {
  position: absolute;
  top: 84%;
  background: url(../images/1.png)no-repeat center;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100px;
  left: 39%;
}
.follow {
  padding: 3em 1em 1em;
  background: #fff;
}
.two p {
  font-size: 0.875em;
  color: #2d2d2d;
}
.two span {
  font-size: 1.5em;
  color: #DC483A;
}
.online-top {
  background: #fff;
  padding:12px;
  border-bottom: 1px solid #E1E1E1;
}
.panel-body2 {
  padding: 21px;
}
.widget_1_box2{
	padding:0 5px;
}
.top-at {
  float: left;
  width: 20%;
}
.top-on {
  float: right;
  width: 71%;
  margin-top: 7px;
}
.top-on1 {
  float: left;
}
label.round {
  background: #DC483A;
  width: 10px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 100px;
  margin-top: 8%;
}
.online-top:hover {
  background: #f9f9f9;
}
.top-on1 span {
  font-size: 0.9em;
  color: #dc483a;
}
.top-on1 p {
  font-size: 1em;
  color: #000;
  font-weight:500;
}
.stats-info1{
	box-shadow:none;
}
.online-top1{
	border-bottom:none;
}
.widget_5{
	margin:1em 0 0 0;
}
.wid_blog{
	background:rgb(6, 217, 149);
	padding:3em 2em;
}
.wid_blog h1{
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}
.wid_blog-desc{
	background:#fff;
	padding:2.6em 2em;
}
.wid_blog-left{
  float: left;
  width: 20%;
  margin-right: 5%;
}
.wid_blog-right{
  float: left;
  width:75%;
}
.wid_blog-right h2{
  color:#000;
  font-size:1.3em;
  font-weight:300;
}
.wid_blog-right p{
  color:#999;
  font-size:0.85em;
  font-weight:300;
  line-height:1.5em;
}
.list-inline {
  margin:1em 0 0 0;
}
.text-muted {
  color: #999999;
}
.text-orange {
  color:#DC483A;
}
.link1{
	padding:5px 8px;
	color:#000;
}
.editor-input.ng-scope p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.list-inline>li a{
   font-size:0.85em;	
}
/*-- media --*/
.bs-example5{
   background:#fff;
   padding:2em;
}
.media-heading {
  color: #000;
}
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size:0.85em;
  color:#999;
}
.example_6{
	margin:1em 0 0 0;
}
.demolayout {
  background:rgb(6, 217, 149);
  width: 60px;
  overflow: hidden;
}
.padding-5 {
  padding: 5px;
}
.demobox {
  background:#f0f0f0;
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height:30px;
  display: block;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-b-5 {
  padding-bottom: 5px;
}
code {
  background:rgb(246, 255, 252);
  padding: 2px 2px;
  color: #000;
  border: 1px solid rgb(198, 255, 236);
}
.media_1-left{
  padding-left:0;
  background-color: #fff;
}
.media_1-right{
  padding-right:0;
}
.media_1{
	margin:1em 0 0 0;
}
.media_box{
	margin-bottom:2em;
}
.media_box1{
	margin-top:2em;
}
.media {
  margin-top:40px !important;
}
.media:first-child {
  margin-top: 0 !important;
}
.panel_2{
	padding:2em 2em 0;
	background:#fff;
}
.panel_3{
	padding-bottom:1px;
}
.panel_2 h3{
	color:#000;
	font-size:1.1em;
}
.panel_2 p{
	color:#555;
	font-size:0.85em;
	margin-bottom:1em;
}
td.head {
  color: #000 !important;
  font-size: 1.2em !important;
}
/*-- login --*/
.login-logo {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
h2.form-heading {
  margin: 0;
  text-align: center;
  color: var(--color-head);
  font-size: 23px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-weight: 100;
}

.app-cam {
  width:30%;
  margin : 2em auto auto auto;
}
.registration input[type="checkbox"]{
  padding: 0px !important;
  margin: 0 0 0em 0 !important;
}
.app-cam input {
  width: 100%;
  padding: 10px;
  color: #999;
  font-size: 15px;
  /* font-size: 0.85em; */
  outline: none;
  font-weight: 300;
  border: 1px solid var(--input-border-color);
  background: transparent;
  margin: 0 0 1em 0;
  border-radius: 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.app-cam input[type="submit"], .btn-success1{
  font-size: 14px;
  font-weight: 300 !important;
  color: #070707;
  cursor: pointer;
  outline: none;
  padding: 5px 15px;
  width: 30%;
  margin-left: 35%;
  margin-top: 4%;
  border: 1px solid #b1aeae;
  background: var(--theme-color1);
  border-radius: 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 5px !important;
  text-transform: uppercase;
}
.app-cam input[type="submit"]:hover, .btn-success1:hover{
  background:transparent;
  color:#050505 !important;
}
.login-social-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.login-social-link a {
  color: #fff;
  padding: 13px 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 46.5%;
  text-align: center;
}
.login-social-link a.facebook {
  background: #3b5999;
  margin-right: 22px;
  float: left;
}
.login-social-link a:hover.facebook{
  background:#2B4886 !important;
  text-decoration:none;
}
.login-social-link a.twitter {
  background: #63c6ff;
  float: left;
}
.login-social-link a:hover.twitter{
  background:#46ACE7 !important;
  text-decoration:none;
}
ul.new {
  margin:2em 0 0 0;
  list-style:none;
  padding:0;
}
ul.new li.new_left{
  float: left;
}
ul.new li.new_left p, p.sign{
  font-weight:300;
} 
p.sign a, ul.new li.new_left p a{
  color:#000;
}
ul.new li.new_right{
  float: right;
}
.app-cam p {
  color: #000;
    font-size: 14px;
    /* margin: 1em 0; */
    font-weight: 300;
    margin-bottom: 2em;
}
.form-signin a, .registration, .login-body label {
  margin: 1em 0 0 0;
  font-weight: 300;
  font-size: 0.85em;
  text-align:center;
}
.radios input[type="radio"] {
  margin: 4px 0 0 0;
  vertical-align: top;
  cursor: pointer;
  color:#fff;
}
.radios label:first-child {
  margin-left: 0;
}
.radios label{
  margin-left: 15px;
}
 /*-- responsive design --*/
@media (max-width:1366px){
.col-xs-8.activity-desc {
  width: 64.666667%;
  padding: 0;
}	
.activity-desc h5 {
  font-size: 0.85em;
}  
.svg{
  width: 600px !important;
  height: 400px;
}
canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar {
  width: 342px !important;
  height:260px !important;
}
.avatar_left {
  width: 65%;
}
.float-left, .pull-left {
  width: 47%;
}
.login-social-link a.facebook {
  margin-right: 20px;
}
}
@media (max-width:1280px){
.col-xs-8.activity-desc {
  width: 63.666667%;
}	
.activity-desc p {
  font-size: 12px;
}
.activity-desc h6 {
  font-size: 11px;
}
i.text-info {
  line-height: 39px;
  font-size: 1em;
}
.float-left, .pull-left {
  width: 42%;
}
.login-social-link a {
  padding: 13px 25px;
  width: 45.5%;
}
}
@media (max-width:1024px){	
.r3_counter_box .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.r3_counter_box {
  padding: 10px;
  min-height: 70px;
}
.r3_counter_box h5 {
  font-size: 15px;
}
.stats span {
  font-size: 13px;
}
.activity-img {
  padding: 0 10px;
}
.col-xs-8.activity-desc {
  width: 58.666667%;
}
.scrollbar {
  padding: 10px;
}
.col-xs-1 {
  padding: 0;
}
.activity-row {
  margin-bottom: 1em;
}
.activity_box {
  min-height: 281px;
}
.scrollbar {
  height: 278px;
}
.panel-body {
  padding:10px;
}
.panel-title {
  font-size: 15px;
}
.panel-heading {
  padding: 20px 0px 0px;
}
.stats-info ul li {
  padding: 7.4px 0;
  font-size: 12px;
}
div#vmap {
  height: 300px !important;
}
.bs-example1 {
  padding: 10px;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 12px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 12px;
}
.col_2 {
  padding: 5px;
}  
.tiles_info .tiles-head {
  padding: 5px 5px;
  font-size: 11px;
}
.tiles_info .tiles-body {
  font-size: 22px;
  padding: 15px 15px;
}
.grid-date {
  padding: 10px;
}
p.date-in, span.date-on{
  font-size: 1em;
}  
.grid-date h4 {
  font-size: 3.5em;
  padding: 44px 0 15px 0;
}
canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar {
  width: 222px !important;
  height: 160px !important;
}
#page-wrapper {
  background: #f2f4f8;
}
.activity-desc h5 {
  font-size: 13px;
}
ul.collection, .mailbox-content{
  padding: 10px;
}
.float-left, .pull-left {
  width: 35%;
}
.m-r-sm {
  margin-right: 0px;
}
.mrg10A {
  margin:1px!important;
}  
.tile-progress {
  padding: 15px;
}
i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr{
  font-size: 30px;
}
h3.count.text-light {
  font-size: 30px;
}
.coffee-top i {
  top: 70%;
  background: url(../images/1.png)no-repeat center;
  left: 31%;
  background-size: 70%;
}
.follow {
  padding: 3em 0px 2em;
}
.two p {
  font-size: 12px;
}
.two span {
  font-size: 1.3em;
}
.top-on1 p {
  font-size: 0.85em;
}
.wid_blog h1 {
  font-size: 1.3em;
}
.wid_blog {
  padding: 2em;
}
.editor {
  padding: 1em 1em 1.5em 1em;
}
.link1 {
  padding: 5px 5px;
}
.wid_blog-desc {
  padding:2.4em 1em;
}
.panel_2 {
  padding: 2em 1em 0;
}
.online-top {
  padding: 11px;
}
.app-cam {
  width: 27%;
}
.navbar-right {
  margin-right: -10px;
}
.content-box-wrapper {
  padding: 1em;
}
i.icon_4 {
  margin-right: 10px;
}
span.badge {
  right: 10px;
}
}
@media (max-width:768px){	
.navbar-right {
  margin-right:3px !important;
}
.col-md-3.widget {
  width:100%;
  float:none;
}
.span_7, .span_8, .col_4{
  padding:0;
}
.span_8, .stats-info, .col_4{
  margin-bottom:1em;
}
.span_4 {
  padding: 0;
  margin:1em 0;
}
.col_1_of_2.span_1_of_2 {
  width: 50%;
  float: left;
}
.graph_box {
  text-align: center;
}
.grid_2 {
  padding: 0;
  margin-bottom: 1em;
}
.graph_box1 {
  text-align: center;
}
.col-md-8.inbox_right {
  padding: 0;
  margin-top:1em;
}
.col-md-4.widget_1_box1 {
  margin-bottom: 1em;
}
.follow {
  padding: 1em;
}
.coffee-top{
	text-align:center;
}
.coffee-top img{
  display:inline-block;
}
.stats-info3{ 
  padding:0;
  margin-bottom:1em;
}
.widget_1_box2 {
  padding: 0;
  margin-top: 1em;
}
.wid_blog-desc {
  padding: 1em;
}
.copy_layout {
  margin: 1em 0 0em 0;
}
.login-social-link a.facebook {
  margin-right: 10px;
}
.app-cam {
  width: 30%;
}
.login-social-link a {
  padding: 10px 15px;
  width: 47.5%;
}
ul.new li.new_left, ul.new li.new_right {
  float: none;
}
.coffee-top i {
  top: 88%;
  background: url(../images/1.png)no-repeat center;
  left: 44%;
  background-size: 70%;
}

.logo-element {
  padding: 17px 0;
}
.col-md-3.widget.widget1 {
  width:100%;
}
.grid_box1 {
  margin-bottom: 5px;
}
.grid_4, .grid_5{
  padding: 20px 10px;
}
.modal-dialog {
  width: 400px !important;
}
.bs-example4, .bs-example5{
  padding: 1em;
}
ul.new {
  margin: 1em 0 0 0;
  text-align: center;
}
}
@media (min-width:736px){
  .logoutMobile{
    display: none;
  }
  
}
@media (max-width:736px){
  .logoutMobile{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #14559d;
    font-size: 14px;
  }
  .nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: transparent;
    position: absolute;
    opacity: 0.;
    width: 100%;
  }
.navbar-right~.navbar-right {
  display: block;
}
.navbar-right {
  display: none;
}
p.monday {
  font-size: 1em;
}
.grid-date h4 {
  font-size:2.5em;
  padding:20px 0 0px 0;
}
.copy {
  padding: 1em 0;
}
ul.new {
  text-align: center;
}
.grid_box1{
  margin-bottom:5px;
}
.navbar-default .navbar-toggle {
  border-color:#000;
  background-color:#000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  /* border-color: rgb(6, 217, 149); */
}
form.navbar-form.navbar-right {
  margin: 0;
}
.sidebar-nav.navbar-collapse {
  margin: 0;
}
.media_1-right {
  padding:0;
}
}
@media (max-width:480px){
.pagination {
  margin: 6px 0;
}
span.label.label-default{
  line-height: 2em;
}
button.btn.btn-lg, button.btn{
  margin-bottom:10px;
}
.modal-dialog {
  width: 370px !important;
}
.coffee-top i {
  top: 82%;
  left: 39%;
}
.well1 {
  padding: 1em;
}
.panel-body1 {
  margin: 1em 0 0 0;
}
.panel-warning {
  margin-top: 1em;
}
.app-cam {
  width: 50%;
  margin: 2em auto auto auto;
}
.app-cam input[type="text"], .app-cam input[type="password"]{
  padding: 10px;
}  
.login-logo {
  padding: 40px 0;
}
.float-left, .pull-left {
  width: 50%;
}
.mail-toolbar.clearfix {
  padding: 1em 0;
}
.copy_layout {
  padding: 10px;
}
button.btn.btn-success {
  /* padding:9px 12px; */
}
.xs h3, .widget_head {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.follow {
  padding: 1em 0;
}
.widget_1_box2 {
  margin-top: 0;
}
.wid_blog h1 {
  font-size: 1em;
}
.wid_blog {
  padding: 1em;
}
.widget_5 {
  margin: 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px !important;
}
td.head {
  font-size:1em !important;
}
}
@media (max-width:320px){
.graphs {
  padding: 20px 10px;
}
.login-logo {
  padding:20px 0;
}
.login-logo img{
  width:40%;
}
.app-cam {
  width: 70%;
  margin: 1em auto auto auto;
}
h2.form-heading {
  font-size: 16px;
}  
.login-social-link a {
  padding: 8px 15px;
}
.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 6px 13px;
  font-size: 16px;
}
.modal-dialog {
  width:240px !important;
}
.grid_3 {
  margin-bottom: 1em;
}
ul.collection li {
  margin-bottom: 1em;
}
.m-r-sm {
  font-size: 13px;
}
a.btn.btn-default.dropdown-toggle {
  padding: 3px 6px;
  font-size: 13px;
}
a.btn.btn-default {
  padding: 3px 9px;
}
.btn.btn_1.btn-default.mrg5R {
  padding: 3px 10px;
}
a#home-tab {
  padding: 7px 5px;
}
.btn-warng1{
  padding:5px;
}
.coffee-top i {
  top: 73%;
  left: 37%;
}
body#login {
  min-height: 500px;
}
h1#h1{
  font-size:17px !important;
}
h2#h2{
  font-size:16px !important;
}
h3#h3{
  font-size:15px !important;
}
h4#h4{
  font-size:14px !important;
}
button.btn.btn_5 {
  font-size: 13px;
  padding: 8px 10px;
}
button.btn.btn-lg, button.btn {
  margin-bottom: 3px;
}
span.btn_6{
  font-size: 55%;
}
span.btn_7{
  font-size: 64%;
}
}


/*----------------------- added -------------------------*/
.search-input{
  height : 28px !important;
  padding : 1px 12px !important;
  margin-top : 4px !important;
}
.login-logo img{
  height: 60px;
  width: auto;
}
.login-logo{
  margin-top: 5%;
}
.check-success{
  display: inline-block;
}
.logo-img{
  height: 35px;
  width: auto;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: transparent !important;
}

.intro h2{
  font-weight: 300 !important;
  font-size: 24px;
  z-index: 0 !important;
  color: var(--color-news-font);
}
.news_update{
  color : var(--color-news-font);
  font-size: 20px;
}
.alert {
  font-size: 14px !important;
}
.alert-warning {
  color: var(--color-news-font);
  background-color: var(--bg-news) !important;
  border-color: #fcf8e3 !important;
}
.form-pad{
  margin-bottom: 80px;
}
.error{
  font-size: 11px;
    padding-bottom: 10px;
    color: red;
    display: none;
}
.custom-swal {
  background-color: #000000 !important;
  border: 2px solid #ccc !important;
  color: #eeecec;
}
.user_img{
  height: 60px;
  width: auto;
}
.user_div_main{
  text-align: center;

}
.user_div{
  background-color: linear-gradient(to bottom right, #ddf0f8, #ffffff);;
  /* background-color: #ddf0f8; */
    color: black;
    padding: 25px 10px;
    border-radius: 8px;
    border: 1px solid white; 
    box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.8);
}
.user_div a{
    color: var(--color1);
    text-decoration: none;
}
.user_div h3{
  padding-top: 10px;
    font-size: 15px !important;
    color: #5b5d5f !important;
}
.dash_main h2{
  color: #9a9ae2;
  text-align: center;
  padding-bottom: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 #333333;
  font-size: 23px;
  /* position: absolute;
  left: 60px;
  top: 60px; */
}
.dash_main1 h2{
  color: var(--font-color-head);
  /* color: #2929ab; */
  text-align: center;
  padding-bottom: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 #333333;
  font-size: 20px;
  /* position: absolute;
  left: 60px;
  top: 60px; */
}

.logo1{
  height: 60px;
  float: right !important;
}
.logo1_div{
  position: absolute;
    top: 5%;
    /* left: 45%; */
    width: 100%;
    text-align: center;
}
.logo1_div1{
    position: absolute;
    top: 8%;
    left: 2%;
    width: 100%;
    text-align: left;
    /* border: 1px solid black; */
    width: auto;
    /* padding: 20px; */
    text-transform: uppercase;
    color: #9795d9;
}
.login-p{  
  font-size: 17px !important;
}
.center{
  text-align: center;
}
.login-head{
  padding-bottom: 10px;
}
.main_div{
  padding: 50px;
  height: 100vh;
}
.user{
  height: 40px;
}

.header_ul{
  background: transparent;
  border: none;
  /* border-radius: 15px; */
}
.header_ul li a{
  width: 100%;
    padding: 12px 13px;
    font-size: 14px;
}
.user_img1{
  height: 50px;
}

.user_div_main_a{
  padding-top: 20px !important;
  font-size: 18px !important;
  font-weight: 400;
  color: var(--color-news-font) !important;
}

.dash_main1 .col-md-3{
  padding-top: 40px !important;
}
.user_div_main .intro h2{
  padding: 0px;
  padding-bottom: 0px;
  z-index: 0 !important;
}



.table_select{
  width: 80%;
    background: transparent;
    padding: 5px;
    height: 30px;
    font-size: 0.85em !important;
}
.table1 button{
  background: white ;
    color: var(--color-bg-row1);
    border: transparent;
    border-radius: 15px;
    padding: 1px 5px;
}

.tr1{
  background: white !important;
  /* background: var(--color-bg-row1) !important; */
  border: 1px solid white;
}
.even {
  background-color: #ffffff; /* Define your desired background color for even rows */
}

.odd {
  background-color: #f5f5f5; /* Define your desired background color for odd rows */
}
.form-horizontal .control-label {
  text-align: left;
  color: #000;
  font-weight: 300;
  font-size: var(--font-size1);
}
.btn {
  display: inline-block;
  padding: 5px 12px;
}
.pad-bt-20{
  padding-bottom: 30px;
}




.navbar-default{
  z-index: 9999;
}
.btn:hover{
  background-color: var(--theme-color1);
  color: black;
}
.btn{
  background-color: var(--theme-color);
  color: black;
}
.log_bt{
  font-size: 14px;
  font-weight: 300 !important;
  color: #070707;
  cursor: pointer;
  outline: none;
  padding: 5px 15px;
  width: 30%;
  margin-left: 35%;
  margin-top: 4%;
  border: 1px solid #b1aeae;
  background: var(--theme-color1);
  border-radius: 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 5px !important;
  text-transform: uppercase;
}
.notif_icn{
  position: absolute;
  top: 12px;
  background-color: red;
  right: 38%;
  padding: 2px 10px;
  border-radius: 100px;
  color: white;
}

@media (max-width:420px){
  .padd-form{
    /* padding: 1em; */
  }
}
@media (min-width:420px){
  .padd-form{
    /* padding: 5em; */
    padding : 3em 2em;
  }
}
   
   
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #c6c6c6;
border-radius: 4px;
cursor: text;
padding-bottom: 5px;
padding-right: 5px;
position: relative;
}
.custom_button{
  padding: 2px 13px;
  /* border: 1px solid black; */
  background: white;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%) !important;
  color: black;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none !important;
}
.inactive_status{
  color: #afaeae !important;
}
.edit_bt{
  color: green;
  font-weight: 500;
}
.badge_new{
  background: red;
    width: 41px;
    padding: 1px 0px 1px 7px;
    color: white !important;
    border-radius: 62px;
    border: 1px solid red;
}
.badge_nav{
  background: red;
  width: auto;
  padding: 0px 5px 0px 6px;
  color: white !important;
  border-radius: 62px;
  border: 1px solid red;
}
.disabled th,.disabled td,.disabled a{
  color: #adaaaa !important
}
.sbt{
  background: none;
  border: none;
}
.details span{
  float:right;
  /* padding-left:50px */
  color: black;
    font-weight: 800;
}
.details_div{
  padding:20px 20px !important
}
.invalid-feedback{
  color:red;
  display: none;
}
/*--------------------- //added -------------------------*/


/* MOBILE VIEW STARTS */
 /* header css */


#myDropdown2Add.open {
  display: block;
}

.sidenavAdd {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    padding-top: 20px;
    color: white !important;
}
.sidenavAdd a, .dropdown-btnAdd {
  padding: 20px 8px 20px 26px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: var(--fam1);
}


.sidenavAdd a:hover, .dropdown-btnAdd:hover {
  color: #f1f1f1;
}
.main {
  margin-left: 200px;
  font-size: 20px;
  padding: 0px 10px;
}
.active {
  /* background-color: green; */
  /* color: white; */
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.sidenavAdd hr{
  background-color: #ebeaea;
  width: 80%;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* //header css */
#myBtn{
  height: 30px;
  width:auto;
  cursor: pointer;
}
.navbar-default.sidebar {
  background-color: transparent;
  /* background-color: var(--theme-color); */
  font-family: var(--font-fam);
}
.sidebar{
  /* height:100vh; */
  background-color: white;
}
.btt1{
  z-index: 9999;
  border: none;
  background: none;  
}

@media (min-width:760px){
  
  #myBtn{
    display: none;
  }
  #myDropdown2Add {
    /* display: none; */
  }
  .btt1{
    float: left;
    position: fixed;
    left: 60px;
    top: 40px;
  }
  .graphs{
    padding: 2em 1em;
    min-height: 100vh;
  }  
}
@media (max-width:760px){
  #myDropdown2Add {
    display: none;
  }
  .btt1{
    float: right;
    position: fixed;
    right: 60px;
    top: 20px;
  }
  .graphs{
    padding: 1em 1em 1em 1em;
    /* padding: 3em 1em 1em 1em; */
    min-height: 100vh;
  }
  .dash_main1{
    padding-top: 0px !important;
  }
  .tab-content {
    margin: 1em 0 0 0 !important;
}
}
/* MOBILE VIEW ENDS */



.qstion{
  background: none;
    border: none;
    color: blue;
}
.headMain{
  position : absolute
}
.headMainContent1{
  position: fixed;
  left: 10px;
  top: 10px;
}
.headMainContent2{
  position: fixed;
  right: 10px;
  top: 10px;
}
/* body#login{
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  height:100vh;
} */
@media (min-width:856px){
  .log_bt{
    padding: 0px;
    width: 30% !important;
    margin-left: 35% !important;    
  }
  body#login{
    background: url(../images/bg_main.jpg)no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    height:100vh;
  }
  .logoMainM{
    position: absolute;
    /* left: 10%; */
    height: 300px;
    top: 17%;
  }
}
@media (max-width:856px) and (min-width:376px){
  .log_bt{
    padding: 0px;
    width: 60% !important;
    margin-left: 20% !important;
  }
  body#login{
    background: url(../images/bg_mainMobile.jpg)no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    width: auto;
    height: 100vh;
    /* height: 100vh; */
  }
  /* body#login{
    background: url(../images/bg_mainMobile.jpg)no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    width:100vw;
    height:auto;
  } */
  .logoMainM{
    display: none;
  }
  /* .addFooter{
    margin-top: 15vh !important;
  } */
}
@media (max-width:376px){
  .log_bt{
    padding: 0px;
    width: 60% !important;
    margin-left: 20% !important;
  }
  body#login{
    background: url(../images/bg_mainMobile.jpg)no-repeat;
    background-size:contain;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    -ms-background-size:contain;
    width:100vw;
    height:auto;
    /* height:100vh; */
  }
  .logoMainM{
    display: none;
  }
  /* .addFooter{
    padding-top: 15vh !important;
  } */
}
.boxNew{
  padding: 20px;
}

  .mobileLi{
    float:right !important;text-align:right !important;
  }
  .mobileUl{
    text-align:right !important;
  }
  .forgButton{
    font-size: 14px;
    font-weight: 300 !important;
    color: #070707;
    cursor: pointer;
    outline: none;
    padding: 5px 15px;
    width: 30%;
    margin-left: ;
    margin-top: 4%;
    border: 1px solid #b1aeae;
    background: var(--theme-color1);
    border-radius: 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 5px !important;
    text-transform: uppercase;
  }


  /* 20/01/2024 */
  .freeze-column {
    position: sticky;
    left: 0;
    background-color: #fff; /* Set the background color as needed */
    z-index: 1;
}
.helpPageText{
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 20px;
}

.dash_main1 h5{
  color: var(--font-color-head);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 #333333;
}
.intro{
  width: 100%;
  font-family: var(--font-fam);
  z-index: 0 !important;
}

@media (min-width:776px){
  .dash_main1 h5{
    padding-bottom: 0px;
  }  
}
@media (max-width:776px){
  .dash_main1 h5{
    padding-bottom: 20px;
  }
  .intro{
    padding: 0px;
    margin-top:10px
  }
}

.mobileUl, .dropdown-menu{
  background: white !important;
  border-radius: 9px !important;
  opacity: 9999 !important;
}
.check i, .check{
  color: white !important;
  border: none;
  background-color: red;
  padding: 5px;
  border-radius: 22px;

}
.editButton i{
    color: white !important;
}
.editButton{
    color: white !important;
    border: none !important;
    background-color: #519a33 !important;
    padding: -10px 42px !important;
    border-radius: 22px !important;
}
/* .check i, .check{
  color: red !important;
  border: none;
  background-color: transparent;
} */
.buttonTable{
  /* background: #76848c !important; */
    color: green !important;
    border: transparent;
    /* border-radius: 15px; */
    /* padding: 1px 5px; */
}
/* added starts */
.navbar-nav {
  float: right;
  margin: 0;
}

/* .dropdown-menu{position:absolute;top:100%;right:10px;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 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)} */
.mobileUl{
  background: transparent !important;
  /* background: white !important; */
  opacity: 0.8 !important;
}
.header_ul li a{
  /* border-bottom: 1px solid #7db3e4; */
  font-size: 15px;
  color: var(--color2);
}
@media (min-width:776px){
  .header_ul li a{
    /* border-bottom: 0.2px solid #dddddd; */
  }
  .navbar-nav .open .dropdown-menu{
    /* padding: 5px 15px 5px 25px; */
  }
  .user_div a{
    font-size: 18px;
  }
  .navbar-nav .open .dropdown-menu{width:auto;}
  .mobileNavigation{
    display: none;
  }
  .box{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%) !important;
    background: white !important;
    border-radius: 21px;
  }
  .graphs{
    background: url(../images/bg_main.jpg);
    font-family: var(--font-fam);
    background-size: cover;
  }
  .header_ul1{
    padding-top: 40px;
  }
}
@media (max-width:776px){
  .header_ul li a{
    border-bottom: None;
  }
  .navbar-nav .open .dropdown-menu{
    padding: 20px 15px 5px 25px;
  }
  .user_div a{
    font-size: 13px;
  }
  .navbar-nav .open .dropdown-menu{width:95vw;}
  .desktopNavigation{
    display: none;
  }
  .box{
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 30%) !important;
    background: white !important; */
  }
  .table tr{
    background-color: transparent !important;
  }
  .graphs{
    /* background: url(../images/bg_main.jpg); */
    font-family: var(--font-fam);
    /* background-size: cover; */
  }
  .table-responsive{
    padding: 17px;
  }
  .header_ul1{
    padding-top: 15px;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd !important;
    border-radius: 18px !important;
  }
  .tableCustom{
    margin-top: 35px;
  }
}
.dropdown-menu{
  position: absolute;
    top: 100%;
    right: 10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 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); */
}
.navbar-nav .open .dropdown-menu{opacity: 0.9 !important; z-index:9999 !important;
  position:absolute;
  /* position:relative; */
  float:none;margin-top:0;background-color:white !important;border:0;-webkit-box-shadow:none;box-shadow:none}

.form_head {
  padding-top: 2%;
  text-align: center;
  color: var(--color1);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}
.form_head1, .form_head11{
  padding-bottom: 2%;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-form-head-font);
  padding-top: 0% !important;
  font-weight: 1000;
}
.buttonSubmit{
  border: 1px solid #c2c2c2;
}
.formCustomDiv{
  margin-top: 2%;
}

.btn{
  border: 1px solid #c2c2c2;
}
/* .dropdown-menu .header_ul .mobileUl{ */
.dropdown-menu{
  height: auto !important;
  line-height: 0px;
}
table{
  font-size: 13px !important;
}
.error-message, .errorSpan{
    color: red !important;
    font-size: 13px !important;
    font-weight: 600;
}
.qstion, .qstion:hover{
  text-decoration: none !important;
}
/* added ends */

@media (min-width:776px){
  .dashboard-bg{
    background: url(../images/bg_main.jpg);
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    height:auto;
  }
  
}
@media (max-width:776px){
  .dashboard-bg{
    /* background: url(../images/bg_main.jpg); */
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    height:auto;
  }
  .user_div {
    background-color: linear-gradient(to bottom right, #ddf0f8, #ffffff);
    /* background-color: #ddf0f8; */
    color: black;
    padding: 18px 10px;
    border-radius: 8px;
    border: 1px solid white;
    box-shadow: 0px 2px 9px rgb(152 159 152 / 80%);
    background-color: #ddf0f8;
}
}

@media (min-width:760px){
  .dash_main1{
    /* padding-top: 80px !important; */
  }
}
@media (min-width:776px){
  .intro{
    padding: 1.1em 1.1em 3em 1.1em;
  }
}

.editBt{
  border: none !important;
    background: green !important;
    color: white !important;
    border-radius: 44px !important;
    padding: 1.2px 15px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.ParentSub{
  text-transform:uppercase;font-size:15px
}
.StudenDiv{
  font-weight: 800 !important;
}
.StudenDivSpan{
  background-color: green !important;
    padding: 0px 10px !important;
    border-radius: 50px;
}
.StudenDivMob h6{
  margin-top: 10px !important;
}
.StudenDivMob{
  color: black !important;
  font-weight: 800 !important;
  margin-right:15px !important
}


.buttonMains:hover{
  box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.8);
}
.buttonMains a{
  /* color:black !important; */
  text-decoration: none !important;
}

.buttonMains{
  /* background: white; */
  background: transparent;
  color: black !important;
  border: 1px solid transparent;
  border: 1px solid #dddddd;
  border-radius: 50px;
  box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.5);
  text-transform: uppercase !important;
}

@media (min-width:776px){
  .mobileViewButtons{
    display: none;
  }
  .buttonMains{
    padding: 3px 16px;
    font-weight: 600;
    font-size: 14px;
    width: 50% !important;
  }
}
@media (max-width:776px) and (min-width:361px){
  .deskViewButtons{
    display: none;
  }
  .buttonMains{
    font-weight: 600;
    font-size: 14px;
    width: auto !important;
    padding: 4px 15px;
  }
  .mobileViewButtons .col-md-3{
    margin-bottom:10px !important
  }
}
@media (max-width:361px){
  .deskViewButtons{
    display: none;
  }
  /* .buttonMains{
    background: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.5);
    font-weight: 600;
    text-transform: uppercase !important;
    font-size: 14px;
    width: 100% !important;
  } */
  .mobileViewButtons .col-md-3{
    margin-bottom:10px !important
  }
}




/* Center the buttons */
.buttonMains {
  display: block;
  margin: 0 auto;
}

/* Ensure buttons appear in one row on mobile devices */
@media (max-width: 768px) {
  .row.mobileViewButtons {
      display: flex;
      flex-wrap: wrap; /* Allow buttons to wrap to the next line */
      justify-content: center; /* Center the buttons horizontally */
  }
  .row.mobileViewButtons .col-md-3 {
      flex: 0 0 50%; /* Each button takes 50% of the width on small screens */
      max-width: 50%; /* Ensure buttons don't exceed 50% of the width */
  }
}

@media (min-width: 768px) {
  .homeText1{
    text-align:right !important;float:right !important;
  }
  .homeText2{
    text-align:left !important;float:left !important;
  }
}
@media (max-width: 768px) {
  .homeText1, .homeText2{
    text-align:center !important;
    line-height: 2;
  }
  .formCustom{
    padding-bottom : 20% !important;
  }
}

@media (max-width:420px){
  .padd-form1{
    padding: 1em;
  }
}
@media (min-width:420px){
  .padd-form1{
    /* padding: 5em; */
    padding: 2em 8em;
  }
}
@media (min-width:760px){
  .mobileBreak{
    display: none !important;
  }
}

.mobileViewButtons .col-md-3 {
  flex: 0 0 25% !important; /* Two columns per row */
  max-width: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.buttonMainsSub:hover{
  box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.8);
}
.buttonMainsSub a{
  /* color:black !important; */
  text-decoration: none !important;
}

.buttonMainsSub{
  background: transparent;
  color: black !important;
  border: 1px solid transparent;
  border: 1px solid #dddddd;
  border-radius: 25px;
  /* border-radius: 8px; */
  box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.5);
  text-transform: uppercase !important;
}

@media (min-width:776px){
  .mobileViewButtons{
    display: none;
  }
  .buttonMainsSub{
    padding: 5px 33px;
    font-weight: 600;
    font-size: 14px;
    width: 50% !important;
  }
}
@media (max-width:776px){
  .buttonMainsSub{
    margin-bottom: 9px !important;
  }
}
@media (max-width:776px) and (min-width:361px){
  .deskViewButtons{
    display: none;
  }
  .buttonMainsSub{
    font-weight: 600;
    font-size: 14px;
    width: auto !important;
    padding: 3px 11px;
  }
  .mobileViewButtons .col-md-3{
    margin-bottom:0px  !important
  }
}

@media (max-width:361px){
  .deskViewButtons{
    display: none;
  }
  .buttonMainsSub{
    background: white;
    border: 1px solid transparent;
    /* border: 1px solid #9b9b9b; */
    border-radius: 8px;
    /* padding: 5px 33px; */
    box-shadow: 0px 2px 9px rgba(0, 10, 0.2, 0.5);
    font-weight: 600;
    text-transform: uppercase !important;
    font-size: 14px;
    width: 100% !important;
  }
  .mobileViewButtons .col-md-3{
    margin-bottom:10px !important
  }  
}
.mobileViewButtons{
  margin-bottom: 20px !important;
}



/* Center the buttons */
.buttonMainsSub {
  display: block;
  margin: 0 auto;
}

/* .box{
  padding: 0px !important;
} */

@media (min-width:760px){
  .deskViewButtons{
    margin-bottom: 50px !important;
  }
  .MobileStudentHead{
    display: none;
  }
  .StudenDiv{
    color: black !important;
    margin-left : 20px !important
  }
  /* .btn{
    margin-bottom: 100px !important;
  } */
  .padBExtra{
    margin-bottom:70px
  }
}
@media (max-width:760px){
  .form_head11{
    margin-top: -25px !important;
  }
  .MobileStudentHead{
    text-align: center !important;
    margin-bottom: 20px;
  }
  .StudenDiv{
    color: black !important;
    margin-left : 0px !important
  }
  .table1 button{
    margin-bottom: 16px;
    text-align: center !important;
  }
  button.buttonTable.editButton{
    margin-left: 4px;
  }
  
}

.requiredLabel::before {
  content: '*';
  color: red;
  margin-right: 4px;
}

.editedColumns {
  display: inline-block;
  list-style: none;
  padding: 0;
}
/* #example .widthEdited{
  width : 100px !important;
} */

.wrapText{
  white-space: nowrap !important;
}
.fontSmall{
  font-size:11px !important
}
.redWarning{
  color: red !important;
  font-weight: 800 !important;
  margin-top:10% 
}