﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.form-border{
    border:1px solid #bbb9b9;
    border-radius:5px;
    padding:10px 0 0 0;
    background:#ececec;
 }

.table {
    margin-bottom:0;
    background:#fff;
}
    
    .btn-primary-Spl {
    margin-right:10px;
}

.clr {
        clear:both;
}
.modal-dialog {
    width:500px;
}
.modal-header {
    background: #6cd2f8;
    color: #fff;
}
.text-danger {
    color: #333;
}

.navbar-inverse {
    background-color: #333;
    border-color: #080808;
    color:#fff;
}

    a.navbar-brand, a.navbar-brand:focus {
        color: #fff !important;
        background-color: transparent;
    }



@media screen and (min-width: 280px) {
    .modal-dialog {
        width: 94%;
    }
   
}


@media screen and (min-width: 768px) {
    .container {
         width: 99%; 
    }

    #mainblock {
        width: 750px;
        margin:0 auto;
    }

    .modal-dialog {
        width: 60%;
    }
    .form-group-one {
        float: left;
    }

    .form-group-two {
        float: right;
    }
    
}

@media screen and (min-width: 1024px) {
    .modal-dialog {
        width: 35%;
    }

    #mainblock {
        width: 85%;
        margin: 0 auto;
    }

    .form-group-one {
        float: left;
    }

    .form-group-two {
        float: right;
    }
}