/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 1, 2018, 10:45:50 AM
    Author     : sebastin.k
*/

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #d1ecf1;
    padding: 4px 8px 4px 8px;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #3c8dbc;
    background-color: #d1ecf1;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #3c8dbc;
    /*background-color: #66c2ff;*/
    /*border-color: #428bca;*/
    border-bottom-color: transparent;
    font-weight: bold;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    /*background-color: #428bca;*/
    border-color: #d1ecf1;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    /*background-color: #d1ecf1;*/
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    /*background-color: #4a9fe9;*/
}




/*.panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
}*/
.panel-body{
    padding-top: 0px;
    /*max-height: 74vh;*/
    overflow-y: scroll;
    background-color: #f2f2f2;

}

.bootstrap-iso .panel-primary > .panel-heading{

    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #3c8dbc 0%, #3c8dbc 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);


}

.home-position{
    text-align: center;
    float: initial; 
    position: relative; 
    margin-right: 144px; 
    margin-bottom: -9px;
    margin-top: 10px;
    margin-left: 60px;
    color: #fcf8e3;

}  

table.address-table tr{
    color: #fcf8e3;    
}

.bootstrap-iso .panel-body {
    height: 58vh;
    padding: 0px !important; 
}
.bootstrap-iso .tab-content {
    padding: 0px; 
}

.note{
    font-size: small; 
    font-weight: bold; 
    /*background-color: #ccefff;*/
}


ul div.nav-properties{
    /*background-color: #e6ccb3;*/
}

.table-condensed{
    color: #4e5558;
}
table.table-condensed{
    border:1px solid #3c8dbc;
    margin-top:20px;
}
table.table-condensed > thead > tr > th{
    border:1px solid #3c8dbc;
}
table.table-condensed > tbody > tr > td{
    border:1px solid #d4c5c5;
}
.table-header{
    font-weight: bold;
    color: #3c8dbc;
    background-color: #d1ecf1 !important;
}


.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 3px;
    font-size: small;
}
/*.table-condensed > tbody > tr:nth-child(2n+1) > td, .table-condensed > tbody > tr:nth-child(2n+1) > th {
    background-color: #ccefff;
}*/
.table-condensed tr:nth-child(even){
    background-color: white;
}
/*Table ODD Rows Styles*/
.table-condensed tr:nth-child(odd){
    background-color: #f2f2f2;
}
/*Table Row HOver Style*/
.table-condensed tr:hover{
    /*background-color: #99dfff;*/
}



.sno-properties{
    font-weight: bold;
    text-align: center;

    font-size: 11pt;
    font-family: popinsMedium;
}
.text-properties{
    font-weight: bold;

    font-size: 11pt;
    font-family: popinsMedium;
}
.text-title-properties{
    text-align: left;
    font-size: 11pt;
    font-family: popinsMedium;
}
.rupees-properties{
    text-align: right;

    /*    font-size: 11pt;
        font-family: popinsMedium;*/
}
.colspan-inside-properties{
    text-align: center;

    font-size: 11pt;
    font-family: popinsMedium;
}
.colspan-title-properties{
    text-align: left;
    font-weight: bold;

    font-size: 11pt;
    font-family: popinsMedium;
}

.logo{ 
    height: 20%;
    width: 30%;
}

.nav-tabs.center  {
    text-align: center;
}

ul.nav.nav-tabs li.address-position{
    float: none;
    display:inline-block;
    vertical-align:  middle;
    margin-top: 18px;
    padding-right: 10%;
    padding-left: 0%;
    color: #d1ecf1;
}
.bootstrap-iso *:before, .bootstrap-iso *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20px;
}

/*           
 media query Block start for resolution based changes
           
@media only screen and (min-height: 637px) and (max-height: 650px) {
   
}

@media only screen and (max-height: 614px) {
   
}

@media only screen and (max-height: 662px) {
   
}

@media only screen and (min-height: 974px) {
   
}*/
/* media query Block start for resolution based changes*/




.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    background-color: #f2f5f9 !important;
}
.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}
.dropdown-menu li a:hover{
    color: #3c8dbc;
}
.dropdown-menu li a{
    text-decoration: none;
    font-size: 11pt;
    font-family: popinsMedium;
}
.navbar-custom {
    background-color: #FFF;
    /*line-height: 100px;*/
    height: 80px;
    padding-top: 15px;
}
.navbar-default .navbar-nav>li>a{
    color: #004085 !important;
    text-decoration: none;
    font-size: 11pt;
    font-family: popinsMedium;
}
.headerText{
    padding-top: 12px;
    width: 17%;
    float: left;
    font-size: 15pt;
    font-family: popinsMedium;
    color: #004085 !important;


}
.tdaddress-position{
    word-wrap: break-word;
    color: #d1ecf1;
    font-size: 14px;
}
.headerdiv{
    width: 100%;
    /*height: 80px;*/
    /*background-color: #FFF;*/
    border: 1px solid whitesmoke;
    border-radius: 5px;
    /*color: skyblue;*/
    font-family: popinsMedium;
}
.titleText{
    font-size: 15pt;
    font-family: popinsMedium;
    color: #004085 !important;
}
.dropdown a{
    font-size: 10.5pt;
    font-family: popinsMedium;
    color: #004085 !important;
    text-decoration: none;
}
.dropdown a:hover{
    background-color: #f2f5f9 !important;
    border-radius: 5px;
}