﻿

/* ----------------------------------------------------------------------------------- */

.panel {
    margin-bottom: 0px;
}

.modal-body {
    padding-bottom: 0px;
}

.input-group {
    width: 100% !important;
}


.form-sm {
    height: 25px;
    font-size: 12px;
    color: darkblue !important;
}


.btn-sm {
    height: 25px;
    width: 25px;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 3px;
    color: darkslateblue !important;
}

.btn-default-sm {
    height: 25px;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 3px;
}

.modal-title {
    font-size: small;
}

.modal-footer {
    padding-bottom: 5px;
    padding-top: 5px;
}

.modal-header {
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel-heading {
    background-color: #003153 !important;
    color: #f2f3f3 !important;
    border-color: #003153 !important;
}


.btn-danger {
    border-color: #003153 !important;
    background-color: #f2f3f3 !important;
    color: #003153 !important;
}

input.btn-danger {
    border-color: #003153 !important;
    background-color: #003153 !important;
    color: #f1f3f3 !important;
}

.badge {
    background-color: #f2f3f3 !important;
    color: #003153 !important;
}

.panel-danger {
    border-color: #f2f3f3;
}

.chkbox INPUT {
    COLOR: black;
    border-style: none;
    font-family: Tahoma;
    font-size: 11px;
    margin-right: 5px
}

.chkbox TD {
    padding-left: 10px;
    padding-right: 10px;
}
/**/
.page-header {
    padding-bottom: 9px;
    margin: 120px 0 20px;
    border-bottom: 1px solid #eee;
}
/**/
/*.page-header {
  padding-bottom: 4px;
  margin: 90px 0 5px;
  border-bottom: 1px solid #eee;
}*/

body {
    padding-top: 50px;
    position: relative;
}

pre {
    tab-size: 8;
}

.linebr{
    line-break: anywhere;
    width: 4%;
}

#ContentPlaceHolder1__GridView tbody tr td {
    line-break: anywhere !important;
    width: 4%;
}



@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 90px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        z-index: 0;
    }

        .side-collapse.in {
            width: 0;
        }
}

.btn-circle-sm {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px 0;
    font-size: 8px;
    line-height: 1.428571429;
    border-radius: 10px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    top: -4px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.scrool-div {
    border: solid red 5px;
    overflow: scroll;
    height: 200px;
}
