﻿/* General Styles
-------------------------------------------------- */
html {
    position: relative;
}

body {

}

.content {
    padding-top: 81px !important;
    padding-bottom: 30px !important;
}

    .content::-webkit-scrollbar {
        width: 12px;
    }
    
    .content::-webkit-scrollbar:horizontal {
        height: 12px;
        width: auto;
    }

    .content::-webkit-scrollbar-track {
        background-color: rgba(234,234,234,0.1);
        border-left: 1px solid rgba(234,234,234,0.3);
    }

    .content::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
    }

        .content::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,0.3);
        }

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
    height: 30px;
    padding-top: 5px;
}

.footer .text-muted {
    color: #999 !important;
}

.netgen {
    font-size: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    
}

.noMarginHeader {
    margin-top: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 !important;
}


/* Menu
-------------------------------------------------- */

.navbar-nav {
    margin: 8px -8px !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle {
    margin-top: 17px;
}

/* Logo
-------------------------------------------------- */

.navbar-brand {
    height: auto !important;
    padding: 10px !important;
}

.clubCentralLogo {
    max-height: 40px !important;
}


/* GRID
-------------------------------------------------- */

.RadGridCommandBar {
    position: relative;
    text-align: right;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
    font-weight: bold !important;
}

.rgRow td {
    background-color: #fff;
}

.rgRow a:hover, .rgAltRow a:hover {
    text-decoration: none !important;
}

a.text-danger {
    color: #a94442 !important;
}

a.text-danger:hover {
    color: #843534 !important;
}

/* TABS
-------------------------------------------------- */

.rtsUL {
    width: 100% !important;
}

.rmpHiddenView {
    display: none;
}

.tabContainer {
    border: 1px solid #ddd;
    border-top: none !important;
    background-color: #f0f0f0;
    padding: 10px;
}

.tabSubContainer {
    border: 1px solid #ddd;
    border-left: none !important;
    background-color: #e0e0e0;
    padding: 10px;
}

.leftTabStripMultiPage {
    display: inline-block;
}


/* Forms
-------------------------------------------------- */

.form {
    padding: 10px;
}

.RadInput_Bootstrap textarea.riTextBox {
    height: 100% !important;
}

.form-group .form-control {
    /*width: auto !important;*/
    min-width: 250px !important;
}

.form-group .RadInput, .form-group .RadInputMgr, .form-group .RadDropDownList {
    min-width: 250px !important;
}

 .has-error .form-control {
    background-color: #f9f0f0 !important;
}

 .no-padding {
     padding: 0 !important;
 }

 textarea.form-control {
     height: 100% !important;
 }

 
/* Buttons
-------------------------------------------------- */

.buttonContainer {
    margin: 10px 0;
}

.buttonIcon {
    margin-right: 10px;
}

.btn-transparent {
    background: transparent !important;
    border: none !important;
}

button.text-primary {
    color: #337ab7 !important;
}

button.text-primary:hover {
    color: #286090 !important;
}

/* Misc
-------------------------------------------------- */

.opaqueWhite {
    background-color: rgba(255,255,255,0.5) !important;
}

.text-default {
    color: #333;
}

.webcamPic {
    width: 400px;
    height: 300px;
}

.timePickerNoMinWidth, .timePickerNoMinWidth .RadInput {
    min-width: 0 !important;
}

/* Signature Pad
-------------------------------------------------- */
.signature-wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #c0c0c0;
    margin-left: 15px;
    border-radius: 8px;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
}

.homeAnimation {
    text-align: center;
}

.homeAnimation img {
    max-width: 100%;
}