﻿
/*Overwrite CSS*/
.navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar {
    min-height: 36px !important;
    margin-bottom: 10px !important;
}

.pagination {
    margin: 10px 0 !important;
    padding-left: 10px;
}

    .pagination > li > a, .pagination > li > span {
        padding: 2px 6px;
    }

/*Modal Popup Start*/
.modal-header {
    border-bottom: 1px solid #E5E5E5;
    min-height: 15px;
    padding: 1px 5px;
}

    .modal-header .close {
        margin-top: 8px;
        margin-right: 8px;
    }

.modal-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 15px;
    padding: 7px 15px;
    text-align: right;
}

.modal-body {
    padding: 15px;
    position: relative;
}
/*Modal Popup End*/

/* Panel Start*/
.panel-body {
    padding: 5px 15px;
}
/* Panel End*/

/* form Start*/
.form-horizontal .control-label {
    text-align: left;
}

.list-group {
    font-weight: 500;
}

.img-thumbnail {
    height: 100px;
    width: 100px;
}

.label {
    font-size:85%;
    font-weight:500;
}
/* form end*/
/*Overwrite CSS END*/

/*New CSS*/
.page-toolbar {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 5px 0px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 500;
    line-height: 1.5;
}


.red {
    color: #FF0000;
}

.blue {
    color: #0000FF;
}

.green {
    color: #00FF00;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #000000;
}

.btn-grid-action {
    border-radius: 0;
    padding: 2px 4px !important;
    ;
    font-size: 12px;
    line-height: 1.4;
}

.btn-default.no-hover:hover {
    background-color: #e7e7e7;
    border-color: #dadada;
    cursor: default !important;
}

.btn-primary.no-hover:hover {
    background-color: #008cba;
    border-color: #0079a1;
    cursor: default !important;
}

.btn-success.no-hover:hover {
    background-color: #43ac6a;
    border-color: #3c9a5f;
    cursor: default !important;
}

.btn-info.no-hover:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
    cursor: default !important;
}

.btn-warning.no-hover:hover {
    background-color: #e99002;
    border-color: #d08002;
    cursor: default !important;
}

.btn-danger.no-hover:hover {
    background-color: #f04124;
    border-color: #ea2f10;
    cursor: default !important;
}

.margin-left-5px {
    margin-left:5px;
}

.margin-left-5px label {
    margin-left:5px;
}
/*=== Alert Message Box Start===*/
div.alertBoxModal {
    background-color: #FFFFFF;
    border: 1px solid #008CBA;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 1150;
    width: 430px;
}

    div.alertBoxModal > div.alertBox-body {
        padding: 15px;
        font-size: 13px;
    }

    div.alertBoxModal > div.alertBox-heading {
        background-color: #008CBA;
        border-color: #008CBA;
        color: #FFFFFF;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 10px 15px;
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 0;
    }

    div.alertBoxModal > div.alertBox-footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #F5F5F5;
        border-top: 1px solid #DDDDDD;
        padding: 10px 15px;
    }

div.bg-alertBoxModal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #000000;
}

.page-toolbarCustom {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0px;
    border: 1px solid #DDDDDD;
    color: #2d2d2d;
    font-weight: 500;
    line-height: 1.5;
}
/*=== Alert Message Box End===*/
