@import url('https://fonts.googleapis.com/css?family=Nunito:400,900|Montserrat|Roboto');
 .dashbord-tab {
	 background: linear-gradient(to right, #3fb6a8, #7ed386);
}
.container {
   min-height: 500px;
   background: #fff;
   /* width: 540px; */
   z-index: 0;
   margin: 0 auto;
   position: relative;
   margin-top: 3%;
   display: flex;
}
 .logo-on-tab {
	 float: right;
	 margin-right: 12px;
	 margin-top: 12px;
	 font-family: 'Nunito Sans', sans-serif;
	 color: #3dbb3d;
	 font-weight: 900;
	 font-size: 1.5em;
	 letter-spacing: 1px;
}
 .CTA {
	 width: 80px;
	 height: 40px;
	 right: -20px;
	 bottom: -70px;
	 margin-bottom: 90px;
	 position: absolute;
	 z-index: 1;
	 background: #7ed386;
	 font-size: 1em;
	 transform: rotate(-90deg);
	 transition: all 0.5s ease-in-out;
	 cursor: pointer;
}
 .CTA h1 {
	 color: #fff;
	 margin-top: 10px;
	 margin-left: 9px;
}
 .CTA:hover {
	 background: #3fb6a8;
	 transform: scale(1.1);
}
.leftbox {
    float: left;
    width: 18%;
    height: 100%;
    background: #ffffffb3;
    box-shadow: 0px 0px 1px #0d4970;
}
 nav.nav-tab-list a {
	 list-style: none;
	 padding: 28.5px;
	 color: #092358;
	 font-size: 1.1em;
	 display: block;
	 transition: all 0.3s ease-in-out;
}
 nav.nav-tab-list a:hover {
	 color: #000000;
	 cursor: pointer;
}
 nav.nav-tab-list a:first-child {
	 margin-top: 7px;
}
 .active {
	 color: #3fb6a8;
}
.rightbox {
  width: 79%;
  max-width: 79%;
    margin-left: 30px;
    float: left;
}
 .profile, .payment, .subscription, .privacy, .settings {
	 transition: opacity 0.2s ease-in;

}
 h1.title {
   font-family: "Open Sans",Helvetica, Arial, sans-serif;
	 font-size: 1em;
	 margin-top: 40px;
	 margin-bottom: 35px;
}
 span.label-name {
   font-family: "Open Sans",Helvetica, Arial, sans-serif;
	 width: 80%;
	 text-transform: uppercase;
	 font-size: 8px;
	 letter-spacing: 1px;
	 margin-left: 2px;
}
 p.inp_value {
	 border-width: 1px;
	 border-style: solid;
	 border-image: linear-gradient(to right, #3fb6a8, rgba(126, 211, 134, .5)) 1 0%;
	 border-top: 0;
	 width: 80%;
   font-family: "Open Sans",Helvetica, Arial, sans-serif;
	 font-size: 0.7em;
	 padding: 7px 0;
	 color: #070707;
}

 .btn-tab {
	 float: right;
	 font-family: 'Roboto', sans-serif;
	 text-transform: uppercase;
	 font-size: 10px;
	 border: none;
	 color: #3fb6a8;
}
 .btn-tab:hover {
	 text-decoration: underline;
	 font-weight: 900;
}
 .payment >input {
	 border: 1px solid #ddd;
	 font-family: 'Roboto', sans-serif;
	 padding: 2px;
	 margin: 0;
}
 .privacy h2 {
	 margin-top: 25px;
}
 .settings h2 {
	 margin-top: 25px;
}
 .noshow {
	 display: none;
}
.noborder{
  border:none;
}
.noborder:focus{
  outline: none;
}
p.none-select{
  user-select: none;
  opacity: 0.8;
}

/* Message notification */

span.Message-box {
    padding: 6px 10px 2px 10px;
    background-color: #f5e407;
    border-radius: 5px;
    font-size: 20px;
    position: relative;
    top: -7px;
}
.Message {
    font-weight: 300;
    display: table;
    position: relative;
    width: 100%;
/*     background-color: #5ab258; */
    color: #fff;
    transition: all 0.2s ease;
}
 .Message.is-hidden {
	 opacity: 0;
	 height: 0;
	 font-size: 0;
	 padding: 0;
	 margin: 0 auto;
	 display: block;
}
 .Message--orange {
	 background-color: #f39c12;
}
 .Message--red {
	 background-color: #ff4136;
}
 .Message--green {
	 background-color: #2ecc40;
}
 .Message-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
    border-right: 1px solid #8080808f;
}
.Message-light {
    color: #063b7b;
    padding: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px dotted grey;
    border-radius: 50%;
}
 .Message-icon > i {
	 width: 20px;
	 font-size: 20px;
}
.Message-light i {
    font-size: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
 .Message-body {
	 color:black;
       max-width: 660px;
	 display: table-cell;
	 vertical-align: middle;
	 padding: 0 20px 0 10px;
}
 .Message-body > p {
	 line-height: 1.2;
	 margin-top: 6px;
}
 .Message-button {
	 position: relative;
	 margin: 15px 5px -10px;
	 background-color: rgba(0, 0, 0, 0.25);
	 box-shadow: 0 3px rgba(0, 0, 0, 0.4);
	 border: none;
	 padding: 10px 15px;
	 font-size: 16px;
	 font-family: 'Source Sans Pro';
	 color: #fff;
	 outline: none;
	 cursor: pointer;
}
 .Message-button:hover {
	 background: rgba(0, 0, 0, 0.3);
}
 .Message-button:active {
	 background: rgba(0, 0, 0, 0.3);
	 box-shadow: 0 0px rgba(0, 0, 0, 0.4);
	 top: 3px;
}
 .Message-close {
	 position: absolute;
	 background-color: rgba(0, 0, 0, 0.3);
	 color: #fff;
	 border: none;
	 outline: none;
	 font-size: 20px;
	 right: 5px;
	 top: 5px;
	 opacity: 0;
	 cursor: pointer;
}
 .Message:hover .Message-close {
	 opacity: 1;
}
 .Message-close:hover {
	 background-color: rgba(0, 0, 0, 0.5);
}
span.Message-icon-header {
    position: relative;
    top: -30px;
    font-size: 20px;
    right: 10px;
    
}
span.Message-icon-header i{

    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 0.2s linear infinite;
    -webkit-animation-delay: 2s; 
    animation-delay: 2s; 
    
}

@keyframes spin { 
50% { -webkit-transform: rotate(40deg); transform:rotate(40deg); 

} 
50%{
    -webkit-transform: rotate(40deg); transform:rotate(40deg); 
}

}
@-moz-keyframes spin { 
50% { -webkit-transform: rotate(40deg); transform:rotate(40deg); 

} 
50%{
    -webkit-transform: rotate(40deg); transform:rotate(40deg); 
}

}
@-webkit-keyframes spin { 
50% { -webkit-transform: rotate(40deg); transform:rotate(40deg); 

} 
50%{
    -webkit-transform: rotate(40deg); transform:rotate(40deg); 
}

}

 .u-italic {
	 font-style: italic;
}
.dashbord-nav,.content {
    width: 1024px;
}
/* table */
