* {
    
}
html {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
body {
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-family: cairo, sans-serif;
    font-weight: 400;
    font-style: normal;
}
hr {
    margin-top:0px !important;
}
.header {
    width:100%;
    height:auto;
    display:flex;
    box-shadow: 3px 5px 12px #888888;

}
.logo {
    flex:30%;
    display:inline-block;
    max-height:60px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
}
.logo_img {
        display:inline-block;
    max-height:60px;

    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
}
.header_Section{
    flex:70%;
    display:inline-block;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image:url('../Background_fav.png');
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration:none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.button_Gen {
    background-color:#0e304c;
    color:white;
    border:none;
    border-radius:5px;
    padding:5px 10px;
}


.tabs_user {
    float:right;
    color:white;
    width:20% !important;
    height:auto;
    border-radius:4px;
    display:block;
    margin-right:15px;
    
}
.tablinks_user {
    width:100%;
    background-color:#e9eaf0;
    color:#616263;
    border:none;
}
.tabcontent_user {
    margin-right:22%;
    border:solid;
    border-width:thin;
    padding:10px 10px;
    border-radius:5px;
}
select {
    width:100px;
    height:inherit;
    padding:4px 2px;
}
#company_details {
    display:block;
}
#Contact_Person {
    display:none;
}
#Product_detail {
    display:none;
}
#domain_detail {
    display:none;
}
#consents {
    display:none;
}
.glyph_button {
    border:none;
    background: transparent;
}
/* Style the tab */
.tab_F {
	width:20%;
    display:inline-block;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab_F button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width:100%;
}

/* Change background color of buttons on hover */
.tab_F button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_F button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent_F {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
#quoation label, input {
    width:45%;
}
#quoation div {
    width:49%;
    display:inline-block;
}

#item label, input {
    width:45%;
}
 #item div {
    width:49%;
    display:inline-block;
}
#Qt_Details {
    width:100%;
}
.QT_DET label,input, select {
    width:100%;
    height:25px;

}
#QT_table table {
    min-width:100%;
}

#QT_table th {
width:10%;
}
#document_table tr:nth-child(2n + 2) {background: #D6DCE5 !important}

.update, .view {
    border:none;
    background:transparent;
    color:#94D351;
    text-align:center;
}
.update, .view .glyphicon {
    display:inline-block;
}

.viewComm  {
border: solid;
    border-width: thin;
    border-radius: 5px;
    padding: 5px 5px;
    overflow: scroll;
    font-weight:120;
}
.viewComms  {
border: solid;
    border-width: thin;
    border-radius: 5px;
    padding: 5px 5px;
    font-weight:120;
}
    
.finance_headers {
    width:100%;
    border-radius:5px;
    background-image: linear-gradient(#75ad37, #7fba3f, #94D351); 
    color:white;
    padding:10px 10px 10px 10px;
}

.finance_tables tr:nth-child(odd) {
    background-color:#edf4fa;
}
.finance_tables td {
    padding:5px 5px 5px 5px;
}
.finance_tables td {
    padding:5px 5px 5px 5px;
}
.finance_tables th {
        background-image: linear-gradient(#0e304c, #194161, #2d587a);
    color: white !important;
    padding:5px 5px 5px 5px;
}

.input_style_1 {
    padding:5px 5px; 
    border-radius:5px;
}