﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.k-dropdownMax {
    width: 100% !important;
}

.stadiumBackground {
    background-image: url(images/BenficaStadium.jpg);
}

.spinner {
    background-color: #000000;
    opacity: 0.58;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url(images/ajax-loader.gif) no-repeat center #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.form-group {
    padding: 10px !important;
}

.padleft {
    padding-left: 15px;
}

.floatRight {
    float: right;
}

.control-label {
    padding: 10px !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 14px;
    color: #444;
    width: 100%;
    border-radius: 4px;
}



.DropDown {
    width: 120px;
}

.heading {
    font-size: x-large;
    color: #BF0A0C;
    padding-bottom: 10px;
    padding-top: 5px;
}

.btn-success {
    background-color: #000000 !important;
}

.input {
    font-weight: normal;
}

.headerLogo {
    background-image: url("../Images/logo.png");
    background-repeat: no-repeat;
    width: 200px;
    padding: 25px;
    margin-left: 1px !important;
}

/*<!--dropdown menu-->*/
.largeMenu {
    /*position: static !important;*/
    width: 800px !important;
}

.dropdown-menu-large {
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 3px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #444444;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        background-color: rgb(217,35,15);
        color: white;
        text-decoration: none;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        font-size: 18px;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.k-dropdown-wrap-overrride {
    border-radius: 5px;
    height: 2.2em;
    line-height: 1.65em;
    /* padding: .177em 0; */
    text-indent: .33em;
    border: 0;
}

.datepicker {
    height: 2.2em !important;
    border-radius: 4px !important;
    z-index: 1151 !important;
}

.glyphicon {
    padding-right: 3px !important;
}

.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget, .k-grid-edit-row > td > .text-box {
    width: 100%;
    min-width: 60px !important;
}

.k-grid, .k-listview {
    position: relative;
    zoom: 1;
    overflow-y: scroll !important;
}

.dropdown-header {
    display: block;
    padding: unset !important;
    font-size: 12px;
    line-height: 1.4;
    color: #999999;
    white-space: nowrap;
}

.k-pager-numbers .k-state-selected {
    color: #fff;
    background-color: #D9230F !important;
    border-color: #D9230F !important;
}

.BottomRightToolBar {
    position: fixed;
    bottom: 0px;
    right: 2px;
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.10);
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.10);
    box-shadow: inset 0 0 30px rgba(0,0,0,0.10);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    z-index: 99;
}
