
/* 
    Created on : Apr 20, 2015, 1:26:28 AM
    Author     : Ashkan Valadkhani
*/


.MultiFile-title{
    background: #90C55A;padding: 5px;min-width: 100px;margin-top:5px ;display: inline-block;direction: ltr;vertical-align: central
}
.pcb-info-icon {
    height: 100px;
    width: 80px;
    background:   url('../images/pcb_esys_iconset.png') 80px 5px;
    cursor: pointer;
    float: right
}
legend{background: #eee}
.pcb_normal_c{
    color: #009900;cursor:pointer ;border-radius: 3px;padding: 5px 10px;line-height: 30px;font-weight: bold 
}
.pcb_normal_c:hover{
    color: #009900;cursor:pointer ;background: #eee;border-radius: 3px;padding: 5px 10px;line-height: 30px;font-weight: bold 
}
.pcb_advanced_c{
    color: #333;cursor:pointer;border-radius: 3px;padding: 5px 10px;line-height: 30px;font-weight: bold 
}
.pcb_advanced_c:hover{
    cursor:pointer;background: #eee;border-radius: 3px;padding:5px 10px;line-height: 30px;font-weight: bold 
}

.pcb_selected{
    background: #eee;cursor:pointer ;border-radius: 3px;padding: 4px;padding: 5px 10px;color: #009900;line-height: 30px;font-weight: bold 

}

.pcb_notselected{
    color: #333;line-height: 30px;font-weight: bold 

}

.pcb-info-icon-h {
    height: 110px;
    width: 80px;
    cursor: pointer;
    background:   url('../images/pcb_esys_iconset.png') -159px 60px;
    
    float: right
}

.pcb-final-icon {
    height: 70px;
    width: 80px;
    background:   url('../images/pcb_esys_iconset.png') 80px 63px;
    cursor: pointer;
    float: right
}

.pcb-final-icon-h {
    height: 70px;
    cursor: pointer;
    width: 80px;
    background:   url('../images/pcb_esys_iconset.png') 165px -187px;
    float: right
}

.pcb-build-icon {
    height: 100px;
    cursor: pointer;
    width: 80px;
    background:   url('../images/pcb_esys_iconset.png') 80px -93px;
    float: right
}

.pcb-build-icon-h {
    height: 100px;
    cursor: pointer;
    width: 80px;
    background:   url('../images/pcb_esys_iconset.png') 165px -93px;
    float: right
}
legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

.qf-fieldset {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    background-color: #808080;
    background: rgba(80, 80, 80, .1);
    border-radius: 12px;
    box-shadow: rgba(211, 226, 239, 0.5) 0px 0px 10px 5px;
    background: rgb(255, 255, 255);
}
.qf-fieldset-legend{
   font-size: 16px;color: #90c55a;border: 1px solid #ccc; padding: 1% 2%;width: 100px;text-align:center;width: 120px
}

.qf-hover-warning {
 width: 88%;margin: 0 auto;border: 1px solid #ccc;border-radius: 3px ;background: orange;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.qf-hover-warning:hover {
  background-color: orange;
  cursor: pointer;
}



.input-pcb
{
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px;
	width: 100px;
	text-align: center;
}
.input-pcb:focus{
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #90c55a;
border-radius: 3px;
padding: 4px;width: 100px
}


.root-label-pcb
{
	float: right;
	margin-left: 1%;
	margin: 0.5%;
	color: #333333;
	width: 100px;
	text-align: right;
}
.label-pcb-simple
{
	margin: 0.5%;
	color: #333333;
	text-align: center;
}
.thickness-pcb{
    float: right;line-height: 10px;padding: 0.7%;border-radius: 3px;cursor: pointer;
}
.thickness-pcb label{
   float: right;width: 25px;cursor: pointer;margin-right: 5px
}
.thickness-pcb input{
   float: right; 
}
.thickness-pcb:hover{
    background: #90C55A;line-height: 10px;float: right;padding: 0.7%;border-radius: 3px;cursor: pointer
}

.hoverthat
{
	float: right;
	line-height: 10px;
	padding: 0.7% 0.1% 0.7% 0.1%;
	border-radius: 3px;
	cursor: pointer;
}
.hoverthat label{
   float: right;width: 48px;cursor: pointer ;margin-right: 2px
}
.hoverthat input{
   float: right;
}
.hoverthat:hover
{
	background: #90C55A;
	line-height: 10px;
	float: right;
	padding: 0.7% 0.1% 0.7% 0.1%;
	border-radius: 3px;
	cursor: pointer;
}

.color-pcb{
    float: right;line-height: 10px;padding: 0.5%;border-radius: 3px;cursor: pointer;
}
.color-pcb label{
   float: right;width: 45px;cursor: pointer;margin-right: 5px
}
.color-pcb label span{
    margin: 0 3px;float: right;line-height: 15px
}
.color-pcb label font{
    font-size: 24px;float: right;
}
.color-pcb input{
   float: right; margin: 3px;
}
.color-pcb:hover{
    background: #90C55A;line-height: 10px;float: right;padding: 0.5%;border-radius: 3px;cursor: pointer
}



#lean_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

      #normalpcb , #advancedpcb , #info_1 , #info_2 ,#Modal_Login {

     width: 600px;
     padding-bottom: 2px;

    display:none;


    background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}

.temp-bgcolor{
    background: #646464;
}


#normalpcb-header , #advancedpcb-header , #info_1-header , #info_2-header,#Modal_Login-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }


.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.qf-local-btn{
    background: none repeat scroll 0% 0% #646464;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    font-size: 115%;
    line-height: 100%;
    margin: 0px;
    overflow: visible;
    padding: 13px 20px;
    text-transform: uppercase;
    width: auto;
    border-radius: 3px;
}
.qf-local-btn:hover{
    background: none repeat scroll 0% 0% #F04E46;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    font-size: 115%;
    line-height: 100%;
    margin: 0px;
    overflow: visible;
    padding: 13px 20px;
    text-transform: uppercase;
    width: auto;
    color: #eee;
    border-radius: 3px;
}

#pcbtbl , #pcbtbl_r {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 60%;margin: 0 auto;
    border-collapse: collapse;display: none
}

#pcbtbl td, #pcbtbl_r td, #pcbtbl  th, #pcbtbl_r th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

    #pcbtbl th, #pcbtbl_r th {
        font-size: 1.1em;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #3f51b5;
        color: #ffffff;
    }

#pcbtbl tr.alt td, #pcbtbl_r tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}


/* PCB_3 */

.thickness-pcb-select{
    background: #ccc;float: right;line-height: 10px;padding: 0.7%;border-radius: 3px;cursor: pointer;
}
.thickness-pcb-select label{
   float: right;width: 40px;cursor: pointer ;margin-right: 5px
}
.thickness-pcb-select input{
   float: right;
}

.thickness-pcb-select2{
    background: #ccc;float: right;line-height: 10px;padding: 0.7%;border-radius: 3px;cursor: pointer;
}
.thickness-pcb-select2 label{
   float: right;width: 25px;cursor: pointer;margin-right: 5px
}
.thickness-pcb-select2 input{
   float: right; 
}


.color-pcb-select{
    background: #ccc;float: right;line-height: 10px;padding: 0.5%;border-radius: 3px;cursor: pointer;
}
.color-pcb-select label{
   float: right;width: 45px;cursor: pointer;margin-right: 5px
}
.color-pcb-select label span{
    margin: 0 3px;float: right;line-height: 15px
}
.color-pcb-select label font{
    font-size: 24px;float: right;
}
.color-pcb-select input{
   float: right; margin: 3px;
}
