.top-header.login-top-header {
    background-color: rgb(254 254 254);
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 0 20px;
}
.top-header.login-top-header > .row{
    width:100%;
}
.top-header.login-top-header .logo-two{
    text-align:right;
}
.top-header.login-top-header .company-heading h2 {
    padding: 15px 0;
    font-size: 29px;
    color: #459b4b;
    font-weight: 700;
    background: #f6fff1;
    border-radius: 45px;
    margin: 0;
}
.top-header.login-top-header .logo-two img{
    margin: 8px 0;
}
body {
    background: url(../images/tb-free-bg1.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
body:before {
    content: '';
    background: rgb(0 81 2 / 37%);
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a {
    color: #71fe62;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #f1b802;
}
.skin-blue .wrapper {
    background-color: transparent;
}
.main-footer {
    text-align: left;
    background: #0f2204;
    color: #ffffff;
    border-top-color: #0f2204;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
}
.container.login-container {
    max-width: 960px;
    margin-bottom: 15px;
}
.card.login .card-body .login-logo h3{
    font-size: 22px;
    font-weight: 700;
    color: #6cec5a;
    padding: 20px 0;
    padding-bottom: 15px;
    margin: 0;
    border-radius: 50px;
}
.card.login .card-body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.card.login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: rgb(255 255 255 / 20%);
    background-clip: border-box;
    margin-top: .5rem!important;
    margin-bottom: 0rem!important;
    border-radius: .35rem;
    webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border: none;
    overflow: hidden;
}
.card.login .login-background {
    background-position: center;
    display: flex;
    background-size: cover;
    padding: 25px;
    position: relative;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    background: rgba(0,0,0,.4);
}
.card.login .login-background h2{
    text-align: center;
    color: #ffc202;
    line-height: 44px;
    margin-bottom: 25px;
}
.card.login .login-background h2 span{
    display: block;
    font-weight: 800;
    color: #f6f6f6;
    text-transform: uppercase;
}
.card.login .login-background form{
    border: 1px solid #15790b;
    width: 100%;
    text-align: center;
    padding: 47px 10px;
    border-radius: 10px;
}

 .card.login .login-background form h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f0f1f0;
}
.card.login .login-background .input-group input {
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.card.login .login-background .input-group button {
    padding: 10px 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #17800c;
    color: #fff;
    border-color: #17800c;
    transition:all .3s ease-in-out;
}
.card.login .login-background .input-group button:active, .card.login .login-background .input-group button:focus{
    outline:none;
    box-shadow:none;
}
.card.login .login-background .input-group button:hover{
    background: #f3b018;
    border-color: #f3b018;
}
.card.login .main-login-box {
    background: rgb(12 12 12 / 58%);
    padding: 20px 50px 20px 50px;
    text-align: center;
}
.card.login .main-login-box input {
    border-radius: -4px;
    padding: 25px 28px;
}
.card.login .main-login-box .form-control-feedback {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 55px;
    text-align: center;
    pointer-events: none;
    color: #9ed1a2;
}
.card.login .main-login-box button[type="submit"] {
    border-radius: -4px;
    padding: 16px 28px;
    background: #17800c;
    border-color: #17800c;
    transition:all .3s ease-in-out;
}
.card.login .main-login-box button[type="submit"]:active, .card.login .main-login-box button[type="submit"]:focus{
    outline:none;
    box-shadow:none;
}
.card.login .main-login-box button[type="submit"]:hover {
    background: #f3b018;
    border-color: #f3b018;
}
@media only screen and (max-width:991px){
    .top-header.login-top-header .company-heading h2 {
        padding: 10px;
        font-size: 29px;
        color: #459b4b;
        font-weight: 700;
        background: none;
        border-radius: 0;
        margin: 4px;
        margin-top: 68px;
        text-align: center;
        display: block;
        background: #f6fff1;
    }
    .card.login .login-background h2 {
        line-height: 28px;
        margin-bottom: 18px;
        font-size: 20px;
    }
    card.login .login-background {
        padding: 0 25px;
    }
    .top-header.login-top-header > .row {
        margin: 0;
    }
    .top-header.login-top-header .logo-two img {
        margin: 8px 0;
        max-width: 152px;
        padding: 10px;
        height: auto;
    }
    .card.login .card-body .row {
        display: block;
    }
    .card.login .login-background form {
        padding: 15px 10px;
    }
    .main-footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

/* End Login Page */

.nav-tabs li a,
.nav-tabs li a:active,
.nav-tabs li a:focus { outline:0px !important; -webkit-appearance:none;  text-decoration:none; }  


/* panel */ 
.panel {margin-top: 25px;}
.panel .panel-heading {padding: 0 20px; background-color: #ffffff;}
.panel .panel-heading h4, h4.main-title{
    margin: 14px 0;
    font-weight: 700;
    color: #17800c;
}

.panel .nav-tabs {border-bottom: none;}

/* inactive tabs */ 
.nav > li > a{ 
	background-color: #ffffff;
    color: #17800c;
    border-color: #d5d5d5;
    border-width: 1px;
    padding: 3px 15px;
    margin: 6px 6px;
    line-height: 2;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
    font-size: 14px;
    border-radius: 30px;	
 } 
.nav > li > a:active		{ background-color: #17800c; color: #fffefe; border-color: #17800c;}
.nav > li > a:focus 		{ background-color: #17800c; color: #fffefe; border-color: #17800c;} 
.nav > li > a:hover 		{ background-color: #17800c; color: #fffefe; border-color: #17800c;} 

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #17800c;
    background-color: #f4fff3;
    border: 1px solid #17800c;
    border-bottom-color: #17800c;
    cursor: default;
}

/* active tabs */ 
.nav > li.active > a:hover 	{color: #222222;} 

/* table */ 

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th
{
	background-color: #17800c;
    color: #ffffff;
    border-bottom: 1px solid #17800c;
    border-top: 1px solid #17800c !important;
    line-height: 1.42857;
    padding: 11px 7px;
    vertical-align: top;
}

.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td 
{
border-top: 0px solid blue;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
background-color: #f4fff3;

}

.table-striped > tbody > tr:nth-child(2n+1) > td 
{ 
background-color: #ffffff;
}

.tab-content h3 {
    margin: 15px 0;
    margin-top: 0;
    font-size: 18px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    height: 36px;
}
.messages{
	width:500px;
	min-width:200px;
}


.table-bordered.main-table>tbody>tr>th, .table-bordered.main-table>tbody>tr>td{
    border: 1px solid #dddddd;
    background: #fff;
}
.table-bordered.main-table>tbody>tr>td:first-child strong{
    color: #010101;
}
.table-bordered.main-table>tbody>tr>td:nth-child(1){
	border-right:hidden;
	width:280px;
}
.table-bordered.main-table>tbody>tr>td:nth-child(2){
	border-right:hidden;
	width:20px;
}
.container.wrapper-box {
    background: #fff;
    margin: 20px auto;
    padding: 25px;
    max-width: 100%;
}