/*
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 : 25-Jul-2016, 12:18:52
    Author     : Pacsoft Technologies
*/

/* Style The Dropdown Button */
.dropbtn {
    background-color: #3399FF;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
    font-size: 18px;
    border: solid;
    border-color: #FF6347 #FF6347 #FF6347 #FF6347;
    border-width: 2px 10px 2px 10px;
    border: 1px solid #FFA500;
     border-radius: 25px;
    cursor: pointer;
    font-family: "Helvetica Neue", Georgia, Serif;    
}
th {
    height: 30px;
    background-color: #3399FF;
    color: white;
    font-family: "Helvetica Neue", Georgia, Serif;
    text-align: left;
 }
tr{
    tr:hover {
     background-color: orange;
     font-family: "Helvetica Neue", Georgia, Serif;
   }
   }
td {
    padding: 2px; 
    font-size: 14px;
    font-family: "Helvetica Neue", Georgia, Serif;
    text-align: left;
  }

table {
    width: 60%;
    //border-collapse: collapse;  
    border-style: solid;
    border-color: #FF6347 #FF6347 #FF6347 #FF6347;
    border-width: 2px 10px 2px 10px;
    border: 2px solid orange;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: "Helvetica Neue", Georgia, Serif;
}

/* Dropdown Content (Hidden by Default)background-color: #f9f9f9;160px; */
.dropdown-content {
    display: none;
    position: absolute;    
    background-color: #DEECFA;
    min-width:200px;    
    box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
    font-size: 14px;
    font-family: "Helvetica Neue", Georgia, Serif;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-family: "Helvetica Neue", Georgia, Serif;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f1f1}*/
.dropdown-content a:hover {
    background-color: #DEECFA;
    font-family: "Helvetica Neue", Georgia, Serif;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    font-family: "Helvetica Neue", Georgia, Serif;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #fff;*/
    background-color:#DEECFA;
    font-family: "Helvetica Neue", Georgia, Serif;
}
 @media print
 {    
           .noprint { display: none; } 
}
.account-container {
    width: 380px;
    display: block;
    margin: 60px auto 0 auto;
    border: 1px solid transparent;
    border-color: #d6e9c6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 2px;
    border-radius: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0.1);
    background-color: #CFC;
    color: #000;
    height: auto;
}

a { color:#5D5D9E; } 
a:visited { color:#5D5D9E; } 
a:active { color:#5C615E; } 
a:hover { color:#B2B3B4; } 
.textstyle1 { 
    text-align:center; 
   
}
#buttonsedign {
    box-sizing: border-box; 
    vertical-align: bottom; 
    position:relative; 
    display: inline-block; 
    width:137px; 
    height:30px; 
    border: 1px solid #404040; 
    font-size:12pt; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#00b8ff;  }