input[name="password"] {
   margin-bottom: 25px;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}

body {
    font-size: 16px !important; 
    font-family: sans-serif !important; 
}

.form-control {
    border: 1px solid #333 !important;
}

label {
    font-weight: normal !important;
    margin-bottom: 10px !important;
}

﻿.btn {
    font-size: 16px;
}

a {
    cursor: pointer;
}

.help-block {
    font-size: 12px;
}

.table {
	text-align: left;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #adadad;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-group div {
    width: 100%;
}

.mobile-menu {
    font-size: 11px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.mobile-menu-logo {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 5px;
}

.welcome-logo {
    text-transform: none !important;
    margin: 0px;
}

.gray {
    color: #CDCDCC;
    margin-top: 15px;
}

.col-md-7, .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important; 
}

.demo-video, .demo-buttons {
    margin-top: 30px;
}

.demo-buttons button {
    font-size: 18px;
}

.btn-big {
    font-size: 30px !important;
}


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { 
        border: 1px solid #ccc;
        margin-top: 3px; 
    }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { 
        content: attr(data-title); 
    }
}

.demo-link {
    font-size: 18px;
}
