






@font-face {
 font-family:'Myriad Pro';
 src: url("../../fonts/MyriadPro-Regular.ttf"); 
}


@font-face
{
	font-family: 'Myriad Pro';
	src: url("../../fonts/MyriadPro-Regular.woff");
}


@font-face {
 font-family:'Myriad Pro';
 src: url("../../fonts/MyriadPro-Regular.eot"); 
}

@font-face {
 font-family:'Myriad Pro bold';
 src: url("../../fonts/MyriadPro-Bold.ttf"); 
}


@font-face
{
	font-family: 'Myriad Pro bold';
	src: url("../../fonts/MyriadPro-Bold.woff");
}


@font-face {
 font-family:'Myriad Pro bold';
 src: url("../../fonts/MyriadPro-Bold.eot"); 
}



@font-face
{
	font-family: DigifaceWide;
	src: url("../../fonts/digifaw_0.eot") /* EOT file for IE */;
	
}
@font-face
{
	font-family: DigifaceWide;
	src: url("../../fonts/digifaw_0.ttf") /* TTF file for CSS3 browsers */;
}

@font-face
{
	font-family: DigifaceWide;
	src: url("../../fonts/digifaw_0.woff") /* TTF file for CSS3 browsers */;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/* chrome brower in text color yellow remove start */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 20000000s;
    -webkit-transition: color 20000000s ease-out, background-color 20000000s ease-out;
}

/* chrome brower in text color yellow remove end */


.cs_short_text {
  white-space: nowrap; 
  width: 50px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}


.star {
    color:red
}

body {
  background: #fff;
  color: #000;
 font-family: "Myriad Pro", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 5px 0 30px 0;
  font-size:13px;
  color:#000
}

.peara {
  padding: 0;
  margin: 5px 0 30px 0;
  font-size:13px;
  color:#424242
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}


.cs_lbl1{
	padding-top:11px; 
	padding-left:10px;
	}



.cs_lbl2{
	font-size:14px;
	font-weight:bold; 
	color: #403f3f;
}


.cs_lbl3{
	font-size:14px; 
	color: #676767;
}

.cs_lbl4{
	color: #676767;
	font-size:12px;
	padding-left:10px;
	margin-top:-5px;
	}

.cs_lbl5{
	font-size:18px; 
	color: #676767;
}




.cs_Dital_font {

    font-family:DigifaceWide;
    font-size:15px;
    color:676767;
	margin-top:-10px;
}

.cs_Dital2_font{

    font-family:DigifaceWide;
    font-size:11px;
    color:#676767;
	margin-top:-10px;
}


.loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 999999;
            background: url('../../Images/Preloader_10.gif') 50% 50% no-repeat rgb(0,0,0) ;          
			opacity:0.8;
            
}


/*--------------------------------------------------------------
Blink start
--------------------------------------------------------------*/

/*.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 0.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 0.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@keyframes blinker {  
    0% { opacity: 0.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}*/

/*--------------------------------------------------------------
Blink end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Left side menu start
--------------------------------------------------------------*/




/* left side panel start*/

#sidebar{
    width: 220px;
    position: fixed;
    top: 0;
    left: -220px;
    height: 100vh;
    z-index: 9999999;
    background: #1d809f;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #2695b8;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2695b8;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px; color: #fff;
    transform: translateY(-50%);
}
/* left side panel end*/

.body_text_white_mid {
           
    color:#fff;
}



 span.prfil-img i.fa.fa-user {
    color: #ffffff;
    background: #00bcd4;
    height: 41px;
    width: 41px;
    padding: .2em 0 0 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}



#menu ul {
  list-style: none;
  margin-top: 0;
  padding: 0
}

#menu ul li { border-bottom: 1px solid #6ab4cb; }

#menu>ul>li>a { border-left: 4px solid #222; }

#menu ul li a {
  color: inherit;
  font-size: 14px;
  display: block;
  padding: 12px 0 12px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu ul a i {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 3px;
  width: 20px;
}

#menu ul a i[class*='fa-caret'] { float: right; }

#menu ul a:hover,
#menu ul a.active {
  color: #fff;
  background-color:#2695b8;
}

#menu ul a:hover i:first-child { color: #fff; }

/* Submenu */

#menu ul li a.active+ul { display: block }

#menu ul li ul {
  margin-top: 0;
  display: none;
}

#menu ul li ul li { border-bottom: none; }

#menu ul li ul li a { padding-left: 30px; border-left: 4px solid #222;}

#menu ul li ul li a:hover { background-color:#2695b8; }

/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.left { left: -200px; }

.show { left: 0; }

#sidebarCollapse {
  margin-left: 100%;
  position: absolute;
  top: 0;
  padding: 10px 10px 10px 10px;
  font-size: 1.3em;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background:#da251d;
  border-radius: 0 .25rem .25rem 0 !important;
  z-index:9999;

}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

#showmenu {
    width:35px;
    height:35px;
    background:#da251d;
    border-radius: 0 .25rem .25rem 0 !important;
      -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
    top: 0;
  padding: 5px 10px 10px 10px;
  font-size: 1.3em;
  color: #fff;
  left:0px;
  position:fixed;
  top:55px;
}


/*--------------------------------------------------------------
Left side menu end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}


#header1 {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; background: linear-gradient(45deg, #1de099, #1dc8cd);
}



#header2 {
  padding: 8px 0; 
  border-bottom:1px solid #e4e4e4;
  
/*height: 55px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; */
  /*background: linear-gradient(45deg, #1de099, #1dc8cd);*/
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}













@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/




.sign_up {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(29, 224, 153, 1.8), rgba(18, 180, 185, 0.7)); 
  
  background-size: cover;
}

#intro {
  width: 100%;
  min-height: 450px;
  /*height: 70vh;*/
  background: linear-gradient(45deg, rgba(29, 224, 153, 1.8), rgba(18, 180, 185, 0.7)); 
  
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 200px 0 10px 0;
  padding: 0 15px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 20px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0px 0px 0px 0px;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 2px 0px 0px 0px;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  /*padding-right: 30px;*/
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0px 5px 8px 6px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  font-weight:bold;
}

.nav-menu a:hover {
  padding: 0px 5px 8px 6px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;font-weight:bold;
   
}


.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  /*padding: 10px;*/
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  /*font-size: 24px;*/
  color: #111;
  font-family: "Myriad Pro", sans-serif;
  padding-top:20px;
  
}

.padd_right1 {
  font-size: 16px;
   padding-right:5px;
}

.paddtop {
  font-size: 22px;
   padding-top:3px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 10px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}


#call-to-action_inner {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 1px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0 0 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}


.footers-links a {
  font-size: 24px;
  background: #fff;
  color: #1dc8cd;
}

.footers-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 0px 42px;
  font-size: 12px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .footerline {
  display: block;
  width: 100%;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
  border-top:2px solid #1dc8cd
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}






/** start new left side panel **/


.hasPlaceholder {
     color: #aaa;
}


	a{-webkit-transition:color .1s;transition:color .1s}a:hover,a:focus{text-decoration:none; }a:focus{outline:0}nav{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;z-index: 1111;}nav ul,nav li{margin:0;padding:0;outline:0}
	.display-table{display:table;border-collapse:collapse;border-spacing:0}
	.color-transition{-webkit-transition:color .1s;transition:color .1s}
	.full-transition{-webkit-transition:all .1s;transition:all .1s}
	.styled-scrollbar::-webkit-scrollbar{width:.3em;background-color:#fbfbfb}
	.styled-scrollbar::-webkit-scrollbar-thumb{background-color:#76b6ec;border-radius:0}
	.styled-scrollbar::-webkit-scrollbar-track{background-color:none}

@media (min-width:480px){
		nav.main-menu{
		    position: fixed;
			top: 0;
			bottom: 0;
			height: 100%;
			left: 0;
			width: 35px;
			/*overflow: hidden;*/
			-webkit-transition: width .05s linear;
			transition: width .05s linear;
			-webkit-transform: translateZ(0) scale(1,1);
			background: #057355;
			z-index: 1111;
		}
		nav.main-menu>ul{margin:7px 0}
		nav.main-menu>ul.logout{position:absolute;left:0;bottom:0; }
		nav.main-menu li{position:relative;display:block;}
		nav.main-menu li>a{
		    position: relative;
			display: table;
			border-collapse: collapse;
			border-spacing: 0;
			color: #fff;
			-webkit-transform: translateZ(0) scale(1,1);
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
		}

		nav.main-menu li>a:hover{
		    position: relative;
			display: table;
			border-collapse: collapse;
			border-spacing: 0;
			color: #fff;
			-webkit-transform: translateZ(0) scale(1,1);
			-webkit-transition: all .1s linear;
			transition: all .1s linear; background-color:#00b282;
		}

		nav.main-menu li ul{
		    position: absolute;
			display: inline-block;
			/*background: #00bcd4;*/
			top: 0;
			right: -210px;
			width: 0;
			overflow: hidden;
			-webkit-transition: width 0s .05s linear;
			transition: width 0s .05s linear;
		}
		nav.main-menu li li{
			display:table;
			border-collapse:collapse;
			border-spacing:0;
			width:auto
		}
		nav.main-menu li li>a{
			width: 210px;
			color: #FFFFFF;
			padding: .7em 0;
		}
		nav.main-menu li li .subnav-text{
			display:table-cell;vertical-align:middle;padding-left:20px;padding-right:40px
		}
		.no-touch nav.main-menu li li:hover a{
			color:#fff;/*background-color:#00acc1;*/
		}
		.no-touch nav.main-menu li:hover>a,nav.main-menu li.active>a{color:#fff;background-color:#00acc1;}
		.no-touch nav.main-menu li:hover ul,nav.main-menu li.active ul{width:auto}
		nav.main-menu .nav-icon,i.fa.fa-eye.nav_icon,i.fa.fa-file,i.fa.fa-file-text-o.nav_icon,i.fa.fa-pie-chart.nav_icon,i.fa.fa-paper-plane.nav_icon,i.fa.fa-file-text.nav_icon,i.fa.fa-user.nav_icon,i.fa.fa-adjust.nav_icon,i.fa.fa-calculator.nav_icon,i.fa.fa-book.nav_icon,i.fa.fa-power-off.nav_icon,i.fa.fa-list-ul{
			position:relative;display:table-cell;
			width:35px;text-align:center;vertical-align:middle;font-size:18px;padding:.6em 0;
		}
		nav.main-menu .nav-icon.icon-home{font-size:20px}
		nav.main-menu .nav-text{position: relative;
			left: -1px;
			display: table-cell;
			vertical-align: middle;
			width:auto;
			visibility: hidden;
			padding: .7em 0;
		}
		nav.main-menu .icon-angle-right,.icon-angle-down{display:table-cell;width:20px;vertical-align:middle;font-size:16px}
		.no-touch nav.main-menu:hover,nav.main-menu.expanded{width:auto;overflow:visible}
		.no-touch nav.main-menu:hover .nav-text,nav.main-menu.expanded .nav-text{visibility:visible}
		nav.main-menu .label-new{display:block;position:absolute;top:10px;right:5px}
	}
	@media (max-width:479px){
		nav.main-menu{
			position: relative;
			width: 100%;
			left: 0;
			right: 0;
			max-height: 0;
			overflow: hidden;
			-webkit-transition: max-height .2s linear;
			transition: max-height .2s linear;
			-webkit-transform: translateZ(0) scale(1,1);
			background: #057355;
			z-index: 1010;
			top:90px;
		}
		nav.main-menu>ul{margin:0}nav.main-menu>ul>li{    
			border-width: 0 0 1px;
		}
		.no-touch nav.main-menu>ul>li:hover>a,nav.main-menu>ul>li.active>a{
			color: #fff;
			background-color: #00b282;
		}
		nav.main-menu li{display:block;width:100%}nav.main-menu li>a{
			position: relative;
			display: table;
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;
			color: #fff;
			-webkit-transform: translateZ(0) scale(1,1);
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
		}
		nav.main-menu li ul{
		    display: block;
			background: #00bcd4;
			width: 100%;
			max-height: 0;
			overflow: hidden;
			-webkit-transition: max-height .5s linear;
			transition: max-height .5s linear;
		}
		nav.main-menu li li{display:table;border-collapse:collapse;border-spacing:0;width:100%}
		nav.main-menu li li>a{    
			width: 100%;
			height: 40px;
			color: #fff;}
		nav.main-menu li li .subnav-text{display:table-cell;vertical-align:middle;padding-left:60px}
		.no-touch nav.main-menu li:hover ul,nav.main-menu li.active ul{max-height:1000px}
		
		
		nav.main-menu {
			position:relative;
			display:table-cell;
			width:40px;
			height:40px;
			text-align:center;
			vertical-align:middle;
			font-size:18px;
			height:100%;
		}
		
		
		
		
		nav.main-menu .nav-icon.icon-home{font-size:20px}
		nav.main-menu .nav-text{position:relative;left:-1px;display:table-cell;vertical-align:middle}
		nav.main-menu .icon-angle-right{display:table-cell;width:20px;vertical-align:middle;font-size:16px}
		nav.main-menu.expanded{max-height:1500px;overflow:visible;-webkit-transition:max-height .3s linear;transition:max-height .3s linear}
		nav.main-menu .label-new{display:block;position:absolute;top:12px;right:11px}
	}
	
	nav.main-menu .label-new.label-warning{color:#555}
	nav.user-menu{
		position:relative;top:0;left:0;right:0;height:60px;border-bottom:1px solid #eee;
		background-color:#fff;-webkit-box-shadow:0 4px 10px -4px rgba(0,0,0,0.15);
		box-shadow:0 4px 10px -4px rgba(0,0,0,0.15)
	}


	.no-touch nav.user-menu>section>a:hover i,nav.user-menu>section>a.active i,nav.user-menu>section>a.unread i{color:#76b6ec}

	nav.user-menu .main-menu-access{position:relative;float:left;padding:15px 17px;color:#666;-webkit-transition:all .1s;transition:all .1s}
	nav.user-menu .main-menu-access i{font-size:21px;width:30px}
	nav.user-menu .main-menu-access.active{background: #00bcd4;}
	nav.user-menu .main-menu-access.active i{color:#fff}
	nav.user-menu .panel{
		position:absolute;display:none;top:58px;left:0;right:0;width:100%;
		-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.05);
		box-shadow:0 0 5px 2px rgba(0,0,0,0.05);z-index:1010
	}
	nav.user-menu .panel .arrow,nav.user-menu .panel .arrow:after{
		position:absolute;display:block;width:0;height:0;
		border-color:transparent;border-style:solid;border-width:7px;content:" "
	}
	nav.user-menu .panel .arrow.user-menu-arrow{border-width:8px;right:50%;margin-right:-8px;border-top-width:0;border-bottom-color:#e5e5e5;top:-8px}
	nav.user-menu .panel .arrow.user-menu-arrow:after{top:1px;margin-left:-7px;border-top-width:0;border-bottom-color:#fff}
	nav.user-menu .panel.theme-view .user-menu-arrow{right:145px}
	nav.user-menu .panel.messages-view .user-menu-arrow{right:86px}
	nav.user-menu .panel.notifications-view .user-menu-arrow{right:28px}
	nav.user-menu .panel .panel-heading{padding:0 15px}
	nav.user-menu .panel .panel-heading i,nav.user-menu .panel .panel-heading span{display:table-cell;vertical-align:middle;height:53px}
	nav.user-menu .panel .panel-heading span{font-size:17px;text-transform:uppercase}
	nav.user-menu .panel .panel-heading i{position:relative;top:-1px;font-size:20px;width:40px;text-align:left;padding-left:6px}
	nav.user-menu .panel .panel-heading .icon-remove{
		position:absolute;display:block;top:20px;right:15px;
		width:20px;height:20px;font-size:14px;color:#ccc;-webkit-transition:color .1s;transition:color .1s
	}
	.no-touch nav.user-menu .panel .panel-heading .icon-remove:hover{cursor:pointer;color:#666}
	nav.user-menu .panel .list-group-item{padding:12px 15px;-webkit-transition:all .1s;transition:all .1s}
	nav.user-menu .panel .list-group-item i,nav.user-menu .panel .list-group-item .text-holder{display:table-cell;vertical-align:middle}
	nav.user-menu .panel .list-group-item a{color:inherit}nav.user-menu .panel .list-group-item i{width:40px;text-align:left}
	nav.user-menu .panel .list-group-item i img,nav.user-menu .panel .list-group-item i b{height:28px;width:28px;margin-left:2px;border-radius:50%}
	nav.user-menu .panel .list-group-item i b{display:block;background-color:#fff;border:1px dashed #666}
	nav.user-menu .panel .list-group-item i b.dark{background-color:#666;border:0}
	nav.user-menu .panel .list-group-item i b.pastel{background-color:#eefddf}
	nav.user-menu .panel .list-group-item i b.pastel-marine{background-color:#dfeefd}
	nav.user-menu .panel .list-group-item i b.rio{background-color:#1d8c97}
	nav.user-menu .panel .list-group-item i b.terminal{background-color:#cdee69}
	nav.user-menu .panel .list-group-item .text-holder span{
		display:block;width:150px;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
	}
	nav.user-menu .panel .list-group-item .text-holder .title-text{font-weight:bold}
	nav.user-menu .panel .list-group-item .time-ago{position:absolute;top:12px;right:15px;width:80px;text-align:right;color:#ccc;line-height:17px}
	.no-touch nav.user-menu .panel .list-group-item:hover{cursor:pointer;background-color:#76b6ec;color:#fff}
	.no-touch nav.user-menu .panel .list-group-item:hover .time-ago{color:#fff}
	@media (min-width:480px){
		nav.user-menu{height:70px;border:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}
		.dashboard-page nav.user-menu{top:5px;position:absolute}
		.dashboard-page nav.user-menu .user-menu-wrapper{margin-right:20px}
		.dashboard-page nav.user-menu .panel{right:20px}
		nav.user-menu .main-menu-access{display:none}
		nav.user-menu .user-menu-wrapper{margin-right:-10px}
		nav.user-menu>section>a{margin:10px 0;padding:0}
		nav.user-menu>section>a i{border:0;height:50px;width:40px}
		nav.user-menu .menu-counter{top:-10px;left:5px;width:30px;height:23px}
		.dashboard-page nav.user-menu .menu-counter{top:-15px}
		nav.user-menu .panel{left:auto;right:-10px;width:300px}
		nav.user-menu .panel.theme-view .user-menu-arrow{right:99px}
		nav.user-menu .panel.messages-view .user-menu-arrow{right:59px}
		nav.user-menu .panel.notifications-view .user-menu-arrow{right:20px}
	}

	nav.user-menu {
		height: 54px;
	}





	
	
.settings-list {
 margin:0;
 padding:0;
 list-style:none
}

.settings-list-wrapper H5
{
	color:black
}


.settings-list+.settings-list,.settings-list-wrapper {
 margin-top:20px
}
.settings-list-wrapper:nth-child(1) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(1) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(1) .settings-list-item a:hover>span {
 background-color:#6f739f
}
.settings-list-wrapper:nth-child(1) .settings-list-item span {
 background-color:#8488ad
}
.settings-list-wrapper:nth-child(2) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(2) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(2) .settings-list-item a:hover>span {
 background-color:#74b5cb
}
.settings-list-wrapper:nth-child(2) .settings-list-item span {
 background-color:#8ec3d5
}
.settings-list-wrapper:nth-child(3) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(3) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(3) .settings-list-item a:hover>span {
 background-color:#d45151
}
.settings-list-wrapper:nth-child(3) .settings-list-item span {
 background-color:#c77c77
}
.settings-list-wrapper:nth-child(4) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(4) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(4) .settings-list-item a:hover>span {
 background-color:#b4b36f
}
.settings-list-wrapper:nth-child(4) .settings-list-item span {
 background-color:#c0bf86
}
.settings-list-wrapper:nth-child(5) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(5) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(5) .settings-list-item a:hover>span {
 background-color:#6c7093
}
.settings-list-wrapper:nth-child(5) .settings-list-item span {
 background-color:#8488ad
}
.settings-list-wrapper:nth-child(6) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(6) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(6) .settings-list-item a:hover>span {
 background-color:#54756f
}
.settings-list-wrapper:nth-child(6) .settings-list-item span {
 background-color:#7b8e8a
}
.settings-list-wrapper:nth-child(7) .settings-list-item .anchor:focus>span,.settings-list-wrapper:nth-child(7) .settings-list-item a:focus>span,.settings-list-wrapper:nth-child(7) .settings-list-item a:hover>span {
 background-color:#939393
}
.settings-list-wrapper:nth-child(7) .settings-list-item span {
 background-color:#a5a5a5
}
.settings-list-item {
 width:170px;
 display:inline-block;
 text-align:center;
 vertical-align:top
}
.info-icon-top,.multiline-phone-settings .multiline-control,.multiline-phone-settings .multiline-text,.upload-photo-item {
 vertical-align:middle
}
.settings-list-item a {
 display:inline-block;
 padding:0 10px
}
.settings-list-item .anchor:focus>span,.settings-list-item a:focus>span,.settings-list-item a:hover>span {
 -webkit-transform:scale(1.1,1.1);
 -ms-transform:scale(1.1,1.1);
 -o-transform:scale(1.1,1.1);
 transform:scale(1.1,1.1)
}
.settings-list-item span {
 border-radius:50%;
 width:60px;
 height:60px;
 display:inline-block;
 vertical-align:middle;
 padding-top:12px;
 -webkit-transition:all 75ms linear;
 -o-transition:all 75ms linear;
 transition:all 75ms linear;
 background-color:#8ec3d5
}
.settings-list-item span i {
 font-size:28px;
 color:#fff;
  margin-top:4px;
}
.settings-list-item p {
 margin-top:10px;
 color:#424242;
 font-size:14px;

}
.settings-details {
 margin-top:20px;
 padding-bottom:15px;
 border-bottom:solid 1px #f0f0f0
}
.settings-details:last-child {
 border:none
}
.settings-details-title {
 font-size:15px;
 margin-bottom:15px;
 line-height:1.4;
 text-transform:none
}
.settings-details-list {
 padding-left:12px
}
.settings-details-list li {
 margin:25px 0
}
.settings-phone-filter {
 width:140px;
 padding-right:10px
}
.settings-phone-group {
 float:right;
 width:33.33%
}
.settings-phone-group .form-control,.settings-phone-group .selectize-input {
 border-right:none;
 padding-right:30px
}
.input-group-text .input-group-addon .settings-phone-group .form-control:focus,.input-group-text .input-group-addon .settings-phone-group .selectize-input:focus,.settings-phone-group .form-control:focus,.settings-phone-group .input-group-text .input-group-addon .form-control:focus,.settings-phone-group .input-group-text .input-group-addon .selectize-input:focus,.settings-phone-group .selectize-input.focus,.settings-phone-group .selectize-input:focus {
 border-color:#e5e5e5
}
.settings-phone-group .has-error .form-control:focus,.settings-phone-group .has-error .selectize-input.focus,.settings-phone-group .has-error .selectize-input:focus,.settings-phone-group.has-error .form-control:focus,.settings-phone-group.has-error .selectize-input.focus,.settings-phone-group.has-error .selectize-input:focus {
 border-color:#c77
}
.settings-phone-group .icon-spinner,.settings-phone-group .spinner {
 position:absolute;
 top:7px;
 right:40px;
 z-index:10;
 background-color:#fff
}
.settings-phone-group .input-group-addon {
 color:#999
}
.settings-phone-group .validation-msg {
 top:40px
}
.settings-header {
 font-size:13px;
 font-weight:600;
 margin-bottom:15px;
 margin-top:5px
}





.next-card__section

{
padding: 20px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
border:1px solid #cccccc;
background-color:white
}


.margin_top
{
	margin-top:20px;
}

.cs_star1
{
	color:red
}


 .no-padd{
  padding: 0;
  border: 0;
}







 .wordBrak {

	 white-space: pre-wrap;   
}

 .grid_c_table
		 {
            max-height: 275px;
            overflow: auto;
            border:1px solid #ccc;
           
        }
        .grid_c_table
        {
            border-collapse: collapse;
            width:100%;
			

        }
            .grid_c_table tr th
            {
                /*background-color: #c1dfe7;*/
                color: #000;
                padding: 20px 5px 20px 5px;
                font-size: 12px;
				text-align:center;
				/*font-family:Calibri, Arial, serif;*/
				border-right:none;
				border: 1px solid #ccc;
                
            }
           


            .grid_c_table td
            {
                color: #424242;

            }

			

            .grid_c_table tr td
            {font-size: 13px;
                padding: 15px 5px 0px 5px;
                color: #424242;
				/*font-family:Calibri, Arial, serif;*/
                vertical-align: middle;
				/*background-color: #ebeef2;*/
				border: 1px solid #ccc;
            }




			.grid_edit_btn
{
    width: 36px;
    height: 27px;
    font-size: 12px;
    color: #f2f2f2;
    background: url(../../Images/buttons/edit_button.png) no-repeat;
    border: none;
    cursor: pointer;
    
}

.grid_edit_btn:hover
{
    color: #ffffff;
	 width: 36px;
    height: 27px;
    background: url(../../Images/buttons/edit_button.png) no-repeat;
}


.grid_del_btn
{
    width: 36px;
    height: 27px;
    font-size: 12px;
    color: #f2f2f2;
    background: url(../../Images/buttons/grid_del_btn.png) no-repeat;
    border: none;
    cursor: pointer;
    
}

.grid_del_btn:hover
{
    color: #ffffff;
	 width: 36px;
    height: 27px;
    background: url(../../Images/buttons/grid_del_btn.png) no-repeat;
}








/* select dropdown css in master page*/


.styled-select {
   height: 50px;
   overflow: hidden;
   width: 100px;
   margin-top:-10px;
}



.styled-select select {
   background:#0c8f7f;
   border: none;
   font-size: 16px;
   height: 50px;
   padding: 5px 5px 5px 10px; 
   width: 120px;
   color:#fff;
}

.styled-select.select {
   height: 50px;
   width: 100px;
   text-align:center;
}

.styled-select .slate {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 50px;
   width: 268px;
}







/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.black   { background-color: #0c8f7f; }

/* -------------------- Colors: Text */
.black   { color:#fff;
           -webkit-color:#000;
            -moz-color:#fff;
}


#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}




#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
}


select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 0px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}


/* select dropdown css in master page*/


/* redio button css*/



.radio-toolbar {
  margin-top: 10px;
}

.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
    display:inline-block;
    background-color:none;
    padding: 0px 10px;
    font-family: "Myriad Pro", sans-serif;
	font-weight:bold;
    font-size:16px;
	color:#0072bf
   
}

.radio-toolbar label:hover {
   border-bottom: 2px solid #c3160f;
   cursor:pointer;
   
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:none;
    border-color: #4c4;border-bottom: 2px solid #c3160f;
}























/* The side navigation menu */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
  transition: margin-left .5s;
  padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}


.cs_sel_gd_btn
{
    width: 30px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: url(../../Images/buttons/select_btn.png)repeat-x ;
    border: none;
    cursor: pointer;
    
}

.cs_sel_gd_btn:hover
{
    color: #ffffff;
    background: url(../../Images/buttons/select_btn.png);
}

.cs_edit_gd_btn
{
    width: 30px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: url(../../Images/buttons/edit_btn.png)repeat-x ;
    border: none;
    cursor: pointer;
    
}

.cs_edit_gd_btn:hover
{
    color: #ffffff;
    background: url(../../Images/buttons/edit_btn.png);
}



.cs_del_gd_btn
{
    width: 30px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: url(../../Images/buttons/Del_btn.png)repeat-x ;
    border: none;
    cursor: pointer;
    
}

.cs_del_gd_btn:hover
{
    color: #ffffff;
    background: url(../../Images/buttons/Del_btn.png);
}

.col_hide
{
	display:none
}

.cs_blink_btn
{
    width:30px;
    height:28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    color: #ffffff;
    background: url(../Images/buttons/blink.gif)repeat-x ;
    border: none;
    cursor: pointer;
    position:absolute;

    
}

.cs_blink_btn:hover
{
    color: #ffffff;
      width: 30px;
    height: 28px;

}