Current File : /home/obabain/ms_obaba_in/css/Mystyle.css |
body{
}
/* Style tab links */
.tablink {
background-color: #204b58;
color: #ffffff;
/* float: left; */
border:0.2px solid #0e8b96 ;
outline: none;
cursor: pointer;
padding: 5px 10px;
font-size: 15px;
border-radius:4px;
}
.tablink:hover {
background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
/*color: #400040;*/
display: none;
padding: 100px 20px;
background-color: #ffffff;
}
/*
#Home {background-color: #ffffff;}
#client {background-color: #ffffff;}
#vendor {background-color: #ffffff;}
#supplier {background-color: #ffffff;}
#consultant {background-color: #ffffff;}
#govt{background-color: #ffffff;}
#internal {background-color: #ffffff;}
#Home {background-color: #ffffff;}
#active {background-color: #ffffff;}
#notdefined {background-color: #ffffff;}
#planning {background-color: #ffffff;}
#hold {background-color: #ffffff;}
#complete{background-color: #ffffff;}
#template {background-color: #ffffff;}
#archived {background-color: #ffffff;}
#gantt{background-color: #ffffff;}
#propos{background-color: #ffffff;}
#progress{background-color: #ffffff;}
*/
.textsmall
{
width:30px;
}
span.tab-space {padding-left:3em;}
.spaces
{
margin-left:100px;
}
.txtstyle
{width:90%;}
.txtstylesmall
{width:40%;}
.fa{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.discount-field {
float: right;
max-width: 40%;
margin-left: 10px;
}
.fontstyle{font-family:Sans-serif;}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.div-rep-font
{
font-family:Times New Roman;
width:900px;
}
.submenu {
display: none;
position: absolute;
left: 0;
top: 0;
width:100%;
padding:10px 15px ;
}
.nav li:hover .submenu {
display: block;
position:relative;
}
.nav li:hover > ul{
display:block;
}
ul {
list-style-type: none;
}
.submenu li>a{
padding:0px 15px;
display:block;
color:#008080;
}
.submenu a:link
{
color:#717171;
text-decoration:none;
}
li
{
padding:7px 0px 7px 0px;
}
.submenu li:hover
{
color:White;
background-color:#ffffff;
}
ul.submenu
{
/* background-color:#d6e9c6; */
}
.pdftable {
width: 210mm;
max-width: 100%;
/* margin-bottom: 20px; */
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
}
.pdftable>tbody>tr>td, .pdftable>tbody>tr>th, .pdftable>tfoot>tr>td, .pdftable>tfoot>tr>th, .pdftable>thead>tr>td {
padding:5px;
line-height: 1.42857143;
vertical-align: top;
/* border-top: 1px solid #ddd; */
}
.pdftable>thead>tr>th
{
padding: 4px;
line-height: 1.42857143;
vertical-align: top;
border-bottom: 1px solid #000000;
}
.viewtable {
width: 100%;
max-width: 100%;
/* margin-bottom: 20px; */
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
}
.viewtable>tbody>tr>td, .viewtable>tbody>tr>th, .viewtable>tfoot>tr>td, .viewtable>tfoot>tr>th, .viewtable>thead>tr>td {
padding:5px;
line-height: 1.42857143;
vertical-align: top;
width:10%;
/* border-top: 1px solid #ddd; */
}
.viewtable>thead>tr>th
{
padding: 4px;
line-height: 1.42857143;
vertical-align: top;
border-bottom: 1px solid #000000;
}
.viewtable-hover>tbody>tr:hover{
background-color:#9d9d9d;
color:white;
}
}