html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.nav li a {
    font-size: 14px;
    font-weight: 600;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* Pricing tables */
/*body{
    font-family: 'Raleway', sans-serif;
}*/

.big-price span{
    color: #333;
    font-size:40px;
}

.prices-box{
    margin:50px 0px;
}

.top-content{
    background-color:#4d4d4d;
    padding:20px;
}

.bottom-content{
    background-color:#f6f6f6;
    padding:60px;
}

#prices h3{
    color:#FFF;
}

#prices .features li{
    padding:10px;
}

#prices .features-border li{
    border-top:1px solid #c7c7c7;
    padding: 10px 0px;
}

#prices .features-border li:last-child{
    border-bottom:1px solid #c7c7c7;
}



/*TK custom css */

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');



html,
body {
    color: #400201;
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: white;
}
h1,h2,h3,h4,h5,h6,b,strong {
    font-family: 'Montserrat','Open Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 800;
    color: #400201;
}
a {
    color: #904E00;
}
.breadcrumb {
    font-family: 'Montserrat','Open Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    padding-left: 0;
}
.breadcrumb a {
    color: #F28607;
}
.breadcrumb>li+li:before,
.breadcrumb>.active {
    color: #904E00;
}
.body-content p {
    font-size: 16px;
}



/*custom navbar*/
.navbar-brand img {
    padding-top: 12px;
}
.navbar-inverse {
    background: linear-gradient(268.01deg, #FADC13 0%, #F2B708 100%);
    border:none;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 50px;
    height: 50px;
    padding-top: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #904E00;
}
/*.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #AE5E00;
}*/
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #a91b0c;
}
.navbar-toggle {
    margin-top: 8px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FCECB5;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(255,255,255,0.3);
}


/*custom footer*/
.footer {
    background: #f8f8f8f8;
    border: none;
}




/*site-index custom css*/
.site-index header p {
    font-size: 18px;
}
.get-it-now {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 400px;
    background: rgba(236, 236, 236, 0.6);
    border-radius: 16px;
}



/*pricing custom css*/
.top-content{
    background-color:#FAD812;
    border-radius: 16px 16px 0 0;
}
#prices h3 {
    color: #400201;
}
.bottom-content{
    background-color: #f4f4f4;
    border-radius: 0 0 16px 16px ;
    padding: 0 0 30px;
}
.bottom-content ul li {
    height: 73px;
    font-size: 18px;
    line-height: 51px;
    color: #400201;
}
.bottom-content ul li:nth-child(even) {
    background: #ECECEC;
}
.big-price span {
    font-weight: bold;
    font-size: 36px;
    color: #400201;
}
.bottom-content .button-spaces {
    margin: 0 30px;
}
.btn-yellow {
    background: #F3B908;
    box-shadow: 0px 1px 4px rgba(255, 192, 0, 0.3);
    border-radius: 37px;
    font-weight: bold;
    line-height: normal;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}
#prices .features-border li,
#prices .features-border li:last-child {
    border: none;
}



/*how to use screen*/
.how-to-use {
    font-size: 16px;
    color: #400201;
}
.how-to-use h3{
    margin-top: 3rem;
    font-weight: 600;
}
.how-to-use .code-with-bg {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 1rem;

}



/*demo form screen*/
.demo-form {
    width: 100%;
}
@media(min-width: 768px) {
    .demo-form {
        width: 600px;
    }
}







