﻿.navbar-inverse { 
    /*background-color: #0072c6 !important;
    color: white !important;
    border-color: #0072c6 !important;*/
    background-color: #0064b7 !important;
    color: white !important;
    border-color: #0064b7 !important;
}

.navbar-nav a {
    color: white !important;
}

.navbar-brand {
    color: white !important;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #DDD;*/
}

.btn-primary .btn-default {
    background-color: #0072c6 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #0072c6 !important;
    border-color: #357ebd !important;
}
/*tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #1d1b1b!important;
}*/
table, th, td {
    border: 1px solid #1d1b1b !important;
}

.nav > li > a {
    font-size: 16px;
}

a.EditDetails {
    background: url(../Images/Edit_icon.png) no-repeat top left;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px; /* hides the link text */
}

.maintabcolor {
    background-color: green !important;
}

/*Table Tr and TD*/

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 3px !important;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}


/* For Sweet Alert*/


.btn-default {
    background-color: #3276b1 !important;
    border-color: #3276b1 !important;
    color: white !important;
}

    .btn-default:hover {
        background-color: #285e8e !important;
        border-color: #285e8e !important;
    }

.btn-warning {
    background-color: #3276b1 !important;
    border-color: #3276b1 !important;
}

    .btn-warning:hover {
        background-color: #285e8e !important;
        border-color: #285e8e !important;
    }

.paging-nav {
    text-align: right;
    padding-top: 2px;
}

    .paging-nav a {
        margin: auto 1px;
        border: solid 1px #428bca;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: white;
        color: #428bca;
        border-radius: 3px;
    }

    .paging-nav .selected-page {
        background: #428bca;
        color: white;
        font-weight: bold;
    }


/*-------------------------------------------*/

#navbar1, .navbar-collapse .dropdown-menu {
    background-color: #0064b7 !important;
    font-size: 16px !important;
}

.dropdown-menu1 {
    background-color: lightgray !important;
    font-size: 16px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background-color: rgb(221,22,0) !important;*/
    /*background-color:orangered!important;*/
	 background-color:#51B8A1!important;
}

.dropdown-menu li a:hover {
    /*background-color: rgb(221,22,0) !important;*/
    /*background-color:orangered!important;*/
	 background-color:#51B8A1!important;
}

.HideClass {
    display: none !important;
}

/*------------------------------------------------------------------------------------------------------------*/


.container
 {
    max-width: 1450px !important;
 }





