.tabs {
    width:100%;
    display:inline-block;
}

.red-link{
    color: red;
    font-weight: normal;
}
.red-link:hover{
    color: red;
    text-decoration: underline;
    
}
/*----- Tab Links -----*/
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.nav{
    clear: both;
    
    float: left;
    margin-top: 50px;
    width: 100%;
}

/*.nav ul li {
    margin:0px 5px;
    float:left;
     background:#7FB5DA !important;
    list-style:none;
     border-top-right-radius: 5px;
      border-top-left-radius: 2px;
}
.nav ul li.active {
     background:#ebeaea !important;
}*/

.nav-tabs li a {
    padding:9px 70px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background: transparent none repeat scroll 0 0 !important;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.nav-tabs a:hover {
    background:#a7cce5;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
   clear:both;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
}

.tab {
    display:none;
    padding-left: 3%;
}

.tab.active {
    display:block;
}

.tabs-top-paragraph{
    border:  2px solid #EFEFEF;
    padding-left: 6px;
}
.eniture_table th{
    text-align: center;

}
.eniture_table td{
    text-align: center;
}
.create_tiket{
    padding: 10px 20px 10px 20px ;
    background-color: #7FB5DA;
    border-radius:5px 5px 5px 5px;
}
.prduct_outer{
    width: 33%;
    height: 200px;
    margin-left: 10px;
}

.tab-content table {
    width: 100%;
}


/*----- Tab Links -----*/
/* Clearfix */



/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
#payment_city-state_zipcode input{
    width: 100% !important;
}
.admProdName h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 7px;
}
.admProdName h4 {
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    margin: 0;
}
.img_container {
    background-size: 101px !important;
    background-repeat: no-repeat !important;
}
.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}
input[readonly] {
    background: #ddd none repeat scroll 0 0 !important;
    color: #5d5d5d !important;
}
.loginForm form div input[type="text"], .loginForm form div input[type="password"] {
    width: 100%;
    padding: 9px;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}
.loginForm form div label {
    color: #443b3b;
    font-weight: bold;
}
input[type="text"]:disabled {
    background: #dddddd;
}

.tab-links a {
    padding:9px 33px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#7FB5DA;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}


/*HTML FOR Pckages*/
/*------------------------------------------------------------------------------*/

.packages_container  {

    text-align: center;
    font-size: 16px;
    color: rgba(39,65,90,1);
    margin:  0 auto;
    margin-right: -30px;

}

.packages_id{

    box-shadow: 5px 5px 5px 5px #888888;
}

.packages_container section  h4 {
    margin-bottom: 12px;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
}

.packages_container section  h5 {
    font-size: 1.75em;
}

.packages_container section p {
    margin-top: 1em;
    margin-bottom: 1em;
    color: rgba(39,65,90,.9);
    font-size: 1.25em;
    line-height: 1.625em;
}


.packages_container section ol, ul  {
    list-style: none;
}

.packages_container section strong {
    color: rgba(39,65,90,1);
    font-weight: 600;
}

.packages_container section .plans {
    background: #e7f2f0;
}

.packages_container section .layer {
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 7.5% 60px;
    display: block;
}

.packages_container .layer > section, .layer > article {
    clear: both;
    width: 100%;
    height: auto;
    max-width: 1092px;
    margin: 0 auto;
    display: block;
}

.packages_container .third {
    width: 27.99%;
    margin: 0 30px 0 0;
    display: inline-block;
}

.packages_container .plan-tier {
    background: white;
    vertical-align: baseline;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.packages_container .lift {
    position: relative;
    -webkit-transition: all .075s ease-out;
    -moz-transition: all .075s ease-out;
    -o-transition: all .075s ease-out;
    transition: all .075s ease-out;
}

.packages_container .lift:hover {
    top: -3px;
    -webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
    -moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
    box-shadow: 0 2px 6px rgba(39,65,90,.15);
}

.packages_container .plan-tier h4 {
    padding: 18px 0 15px;
    margin: 0 0 30px;
    background: #00a1ff;
    color: white;
}

.packages_container .plan-tier {
    cursor: pointer;
}

.packages_container .plan-tier sup {
    position: relative;
    /*right: -9px;*/
}

.packages_container .plan-tier ul {
    margin: 30px 0 0;
    border-top: 2px solid #e7f2f0;
}

.packages_container .plan-tier ul li {
    font-size: 1.25em;
    padding: 18px 0;
    color: rgba(39,65,90,.9);
    border-bottom: 2px solid #e7f2f0;
}


.packages_container .plan-tier .plan-price {
    font-size: 3em ;
    font-weight: 300;
    letter-spacing: -3px;
}

.packages_container section .plan-tier sub {
    vertical-align: bottom;
    position: relative;
    bottom: .875em;
}

.packages_container .plan-tier .early-adopter-price {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.packages_container p:first-of-type {
    margin-top: 0;
}

.packages_container section small, del {
    color: rgba(39,65,90,.5);
    font-size: 1em;
    line-height: 1.5em;
}

.packages_container section s, strike, del {
    text-decoration: line-through;
}


.packages_container .layer {
    padding-top: 96px;
    padding-bottom: 96px;
}

.packages_container .plan-tier.callout h6 {
    width: 100%;
    padding: 15px 0 14px;
    background: #8dcf3f;
    color: rgba(39,65,90,.5);
    font-size: 1.25em;
}

.packages_container .plan-tier.callout h4 {
    background-color: #78b336;
}
.prduct_outer  {
    list-style-type: none;
}
.pkg_descr_para{
    margin-top: 45px !important;
    padding-left: 30px;
    padding-right: 50px;
    text-align: left;
}
.pakeg_heading{
    margin-left: 30px;
    width: 91%;
    background: #FCFCFC !important;
    margin-bottom: 45px;
}

.pakeg_heading tr td h1 {
    line-height: 0.5 !important;
}
.pakeg_heading tr td{
    padding-right: none;
}

.pakeg_heading  tr td{
    background:  none !important;
}

.pakeg_heading td, th {
    padding: 0;
    vertical-align: bottom;
}
.heading_pkg h1{
    font-size: 25px;
    font-weight: 300;
    padding-left: 10px;
}
.pkg_prdouct_image_contaner img{
    float: left;
    margin-left: 20px;
}
.pkg_prdouct_image_contaner{
    margin-top: 45px !important;
    padding-left: 10px;
    padding-right: 50px; 
}
.pkg_prdouct_tabs_contaner .tabs {
    margin-top: 120px;
}
.pkg_prdouct_tabs_contaner ul, ol {
    border-top: 0px !important;
    border-left: 0px !important;
}

.pkg_prdouct_tabs_contaner .nav ul li a {
    padding: 9px 70px !important;
    margin: 0 5px !important;
    border: 0px !important;
}

li.active a, li.active a:hover {

    background: #EFEFEF;
}
.pkg_prdouct_tabs_contaner .tab-content ol , li , h3 {
    text-align: left;
    line-height: 40px;
}
.fusion-tabs .nav-tabs li {
    width: 0% !important;
}
.pkg_prdouct_tabs_contaner h3{
    padding-left: 30px;
}

/*---------- Features Content --------------*/
.feature {
    text-align: left;
    color: #999999;
    padding: 0 0 0 20px;
}

/*---------- Requirements Content --------------*/
.requirements {
    text-align: left;
    color: #999999;
    padding: 0 0 0 50px;
}

.version {
    font-size: 125%;
    color: #FF3600;
    text-align: left;
    font-weight: lighter;
}



/*---------- FAQ Content --------------*/
.question {
    font-size: 125% !important;
    line-height: 120%;
    color: #8AB8E6 !important;
    text-align: left;
    padding: 0 0 0 20px;
}

.answer {
    padding: 0 0 0 50px;
    text-align: left;
    color: #999999;
}

/*------- End of FAQ Content ----------*/

/*------ Documentation Content --------*/
#doc_links {
    text-align: left;
    text-decoration: underline;
    margin-bottom: 25px;
}

#installation_link {
    color: black;
    cursor: pointer;
}

#users_link {
    color: blue;
    margin-left: 25px;
    cursor: pointer;
}

#installation_guide {
    display: inline-block;
}

#users_guide {
    display: none;
}

.left {
    text-align: left;
}

.indent_1 {
    text-align: left;
    margin-left: 20px;
}

.indent_2 {
    text-align: left;
    margin-left: 40px;
}

.indent_3 {
    margin-left: 50px;
	display:inline-block;
}

.selection {
    font-weight: bold;
    font-style: italic;
}


.instructions {
    margin-left: 20px;
}

.instructions td {
    padding: 10px 0px 10px 10px;
    vertical-align: top;

}

.field {
    font-weight: bold;
    /*width: 275px;*/
}

.step {
    text-align: left;
    border-top-style: ridge;
    border-width: 5px;
    border-color: #FF8000;
    padding-top: 20px;
    margin-top: 40px;
}


.settings {
    border-top-style: solid;
    border-width: 1px;
    border-color: #FF8000;
}

.side_by_side {
    margin-left: 50px;
}

.side_by_side td {
    padding: 10px 40px 10px 20px;
    vertical-align: top;
    width: 250px;
}

.caption {
    font-weight: bold;
}

/*---- End of Documentation Content----*/


.pay_now_link {
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    color: #00416d;
    padding: 9px;
    border-radius: 3px 3px 3px 3px;
    font-weight: normal;
    border: 0;
    margin:0px 5px;
}
.pay_now_link:hover {
    background: #5397c5 none repeat scroll 0 0;
    color: #05416b;
}
.field a.pay_now_link {
    float: left;
}
.update_domain>.pay_now_link {
    margin: 7px;
    float: right;
}
.update_domain>div>.err {    
    clear: both;
    width: 70% !important;
    float: right;
}
p.renewalDate {
    margin: 9px;
    width: 131px;
}
.customerDetail {
    margin-top: 46px;
    position: relative;
}
.err_button_link {
    background: #e89090 linear-gradient(to top, #d6655a, #e8a090) repeat scroll 0 0;
    color: #610d0d;
    padding: 9px;
    border-radius: 3px 3px 3px 3px;
    font-weight: normal;
    border: 0;
}
.err_button_link:hover, .err_button_link a:hover{
    background: #e89090 linear-gradient(to top, rgba(228, 72, 57, 0.75), #f1baae) repeat scroll 0 0;  
    color: #610d0d;
}
.marginBottom20{
    margin-bottom: 20px;
}
.card-expiry-month{
    width: 130px !important;
}
.card-expiry-year{
    width: 130px !important;
}
/*.success{
    font-weight: bold;
    padding: 5px 10px;
    color: #4F8A10;
    background-color: #DFF2BF;

}
.error{

    padding: 5px 10px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
}*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
 
.info, .success, .warning, .error {
margin: 10px 0px;
padding:12px;
}
.info ul, .success ul, .warning ul, .error ul{
 display:inline-table;
 padding-left: 0px;
 margin-top: 0px;
 margin-top: 0px;
}
.info ul li, .success ul li, .warning ul li, .error ul li{
 height:25px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
	border-radius: 4px
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
	border-radius: 4px
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
	border-radius: 4px
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
	border-radius: 4px
}
.info i, .success i, .warning i, .error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
	float:left;
}

.success_login_button{
    padding: 2px 5px 4px 5px;
    /*background-color: black;*/
    color: #fff;
}

.success_warning{
    color: #9F6000;
    background-color: #FEEFB3;
    font-weight: bold;
    padding: 5px 10px;
}
.woocommerce .lost_reset_password input[type="submit"]{
text-shadow:none !important;

}
.registed_form_plugin{

    width: 385px !important; 
}

.upate-user-form-plugin{
    width: 385px !important; 
}

.edit_license_table{
    padding: 20px;
}
.field.pay_now_link{
    float: left;
}
.edit_license_table .field {
    text-align: left;
    margin-right: 100px;
    font-weight: normal;
    overflow: hidden;
}

.edit_licese_submit_buttton {
    background: #FF3600 !important;
    border-radius: 4px !important;
    padding: 7px !important;
    cursor: pointer;
    border: medium none;
    color: #FFFFFF !important;
    float: right;
    margin: 10px 8px;
    margin-top: 0;
}
.update_domain {
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 421px;
    overflow: hidden;
}
.update_domain div {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 9px;
}
.update_domain div label {
    float: left;
    margin: 5px 0;
    width: 24%;
}
.update_domain div input {
    /*padding: 10px 9px;*/
    margin: 0;
    width: 70% !important;
    float: right;
}
.edit_licese_cancel_link{
    background-color: #FF3600 !important;
    border-radius:10px !important;
    padding: 16px 22px 15px !important;
    color: #fff;    
}
.edit_licese_cancel_link:hover{
    opacity: 0.8;
}
.edit_licese_cancel_link:hover{
    color: white;
}

.form-label.renewlDate {
    margin-right: 24px;
}

.actionLicense {
    margin: 7px 0;
}

.clearBoth {
    clear: both;
}


.edit_license_table .field input {
    width: 300px;
}

.edit_license_month_field{
    width: 80px !important;
}
.edit_license_year_field{
    width: 135px !important;
}
.right_button_license_edit{
    text-align: right;

}
.edit_card_button{
    clear: both!important;
    margin-top: 10px!important;
    width: 100%!important;
}
.edit_domain, .edit_markup{
    width: 300px !important;
}
.prduct_outer{
    height: 100%;
    border: 2px solid #333333 !important;
}


#wrapper {
    /*width:600px; */
    margin:0 auto; 

}
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 

    text-align:center;
    background: gray;


}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
    padding-top: 20px;
    color: #111 !important;
}

#lightbox p img{

    float: right;
    border: none !important;
    box-shadow: none !important;
    width: 60px;
    height: 60px;

}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:70%;
    margin:0 auto; 
}

.left {
    text-align: left;
}
.indent_1 {
    margin-left: 20px;
    text-align: left;
}
.indent_2 {
    margin-left: 40px;
    text-align: left;
}
.selection {
    font-style: italic;
    font-weight: bold;
}
#main{

    padding: 0px !important;
    margin: 50px 0px !important;
}
.loginForm form div input[type="submit"]{
    background-color:#90c9e8;
    background: #90c9e8 -webkit-linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    border: 0 none;
    color: #105378;
    cursor: pointer;
    margin-right: 1%;
    padding: 8px 2%;
    transition: all 0.2s ease 0s;
    /*font-size: 100%;*/
    text-shadow: none;
}

.licenses_table tr td {
    height: 50px;
    overflow: hidden;
}

.ebutton{
    background-color:#90c9e8;
	background: #90c9e8 -webkit-linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    border: 0 none;
    color: #105378;
    cursor: pointer;
    margin-right: 1%;
    padding: 8px 2%;
    transition: all 0.2s ease 0s;
    /*font-size: 100%;*/
}
.ebutton:hover{
	 background-color:#90c9e8;
	background: #90c9e8 -webkit-linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    color: #105378;
    transition: all 0.2s ease 0s;
}
#stripe-submit, #register-me:hover {
    background: #cabcbc linear-gradient(to top, rgba(232, 232, 232, 0.83), #aeb0b1) repeat scroll 0 0;
    color: rgba(21, 18, 18, 0.79);
    transition: all 0.2s ease 0s;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #b7b6b6;
    font-size: 13px;
    font-style: inherit;
}
.en-btn {
    background: #cabcbc linear-gradient(to top, rgba(232, 232, 232, 0.83), #aeb0b1) repeat scroll 0 0;
    color: rgba(21, 18, 18, 0.79);
    transition: all 0.2s ease 0s;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #5a5757;
    font-size: 13px;
    font-style: inherit;
    padding: 7px;
}
.en-btn:hover {
    box-shadow: 1px 1px 3px #b7b6b6;    
}
#stripe-submit,#register-me{
	background-color:#90c9e8;
	background: #90c9e8 -webkit-linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    border: 0 none;
    color: #105378;
    cursor: pointer;
    margin-right: 1%;
    padding: 8px 2%;
    transition: all 0.2s ease 0s;
    /*font-size: 100%;*/
}
#stripe-submit,#register-me:hover{
 background-color:#90c9e8;
	background: #90c9e8 -webkit-linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    background: #90c9e8 linear-gradient(to top, #5aabd6, #90c9e8) repeat scroll 0 0;
    color: #105378;
    transition: all 0.2s ease 0s;
}
#stripe-cancel{
    background: #ff0000 linear-gradient(to top, #f62b2b, #d20202 ) repeat scroll 0 0;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 1%;
    padding: 8px 2%;
    transition: all 0.2s ease 0s;
    /*font-size: 100%;*/


}
#stripe-cancel:hover{

    background: #ff0000 linear-gradient(to top, #e40a0a, #9f0202) repeat scroll 0 0;
    color: #FFFFFF;
    transition: all 0.2s ease 0s;
}
#licenceKey {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #d2d3d4;
    font-size: 15px;
    padding: 6.5px 19px;
    top: 1px;
    position: relative;
}


#doc_links {
    text-align: left;
    text-decoration: underline;
    margin-bottom: 25px;
}

#installation_link {
    color: black;
    cursor: pointer;
}

#users_link {
    color: blue;
    margin-left: 25px;
    cursor: pointer;
}

#installation_guide {
    display: inline-block;
}

#users_guide {
    display: none;
}

.left {
    text-align: left;
}

.indent_1 {
    text-align: left;
    margin-left: 20px;
}

.indent_2 {
    text-align: left;
    margin-left: 40px;
}

.indent_3 {
    margin-left: 50px;
}

.selection {
    font-weight: bold;
    font-style: italic;
}


.instructions {
    margin-left: 20px;
}

.instructions td {
    padding: 10px 0px 10px 20px;
    vertical-align: top;

}

.step {
    text-align: left;
    border-top-style: ridge;
    border-width: 5px;
    border-color: #FF8000;
    padding-top: 20px;
    margin-top: 40px;
}


.settings {
    border-top-style: solid;
    border-width: 1px;
    border-color: #FF8000;
}

.side_by_side {
    margin-left: 50px;
}

.side_by_side td {
    padding: 10px 40px 10px 20px;
    vertical-align: top;
    width: 250px;
}

.caption {
    font-weight: bold;
}

.badge_container {
            text-align: center;
        }
        
        .badge {
            display: inline-block;
            background-color: #F7F7F7;
            text-align: center;
            margin: 5px;
            padding : 10px 5px;
            border-style: solid;
            border-width: 1px;
            border-radius: 20px;
            border-color: #E5E4E4;
            width: 250px;
            vertical-align:top;
        }
        
        .prod_title {
            font-family: helvetica;
            font-size: 18px;
           
            padding: 2px 0;
        }
          .prod_title h4 {
            
            margin: 5px 0 !important;
        }
        
.pull-left.sl p {
    margin: 25px -5px;
}

.widhtLimit {
    width: 67%;
    margin: 0;
}

p.slash {
    position: relative;
    right: 5px;
    bottom: 20px;
}

.date_field {
    width: 145px;
}

.updateFormfield {
    overflow: hidden;
}

.pull-left.date_field {
}

.date_field label {
    width: 129px !important;
}

.date_field p {
    width: 129px;
    margin: 0;
}
.updateFormfield.margin_botom_10 {
    margin-bottom: 10px;
}

.listingRightSection {
    float: right;
}

.listAction div {
    font-size: 12px;
    margin: 0 3px;
    text-align: center;
}
.name_cont .arow{
    margin-top: 10px;
}
.listAction div p {
    background: #0085ba none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 7px;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.listAction div p a {
    color: #fff;
}
.listAction div p a {
    color: #fff !important;    
}
.listAction div a.redButton {
    color: #fff !important;
    padding: 10px;
    background: #ba0000 none repeat scroll 0 0;
    text-shadow: 0 -1px 1px #c33d49, 1px 0 1px #c33d49, 0 1px 1px #c33d49, -1px 0 1px #c33d49;
    border: medium none;
    border-radius: 3px;
}
tr.devUserCont {
    background: rgba(243, 8, 58, 0.63) !important; 
}
.devUserCont td {
    background: rgba(237, 230, 231, 0.63) !important;
    color: rgb(181, 20, 20) !important;
}
.en-search-form input, .en-search-form select {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.en-search-form input[type="text"], .en-search-form select {
    width: 175px;
}
.en-search-form .search-box{
    float: left;
}
.p-3{
    padding: 9px;
}

#stripe-payment-form .pull-left.date_field {
    float: left;
}

#stripe-payment-form .pull-left.sl {
    float: left !important;
} 
#stripe-payment-form .date_field {
        width: 145px !important;
}

#updateStripeDetial .pull-left.date_field {
    float: left;
}

#updateStripeDetial .pull-left.sl {
    float: left !important;
} 
#updateStripeDetial .date_field {
    width: 145px !important;
}
.update_email input[type=text]{
    height: 36px !important;
    font-size: 20px !important;
    font-family: 'Helvetica' !important;
    color: #36454F !important;
    width: 450px !important;
}
.update_email span {
    font-family: 'Helvetica' !important;
    font-size: 14px !important;    
}
.update_email .err{
    font-size: 15px !important;
    height: auto !important;
}
.update_email .form-button{
    margin-left: 0px;
    float: left;
}
.form-button {
    font-family: 'Helvetica' !important;
    margin: 7px;
    float: right;
    background-color: #336699;
    color: white;
    padding: 9px 15px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    width: auto;
    border: 0;
    cursor: pointer;
}
.form-button:hover {
    background: #5397c5;
    color: #05416b;
}
.update-profile-btn, .documentation-link{
    color: blue;
}

