/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip{
    opacity: 1!important;
    border: 1px solid #e77927;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #e77927;
    margin-right: -4%;
    margin-left: 4%;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#spinner{
    visibility: hidden;
    width: 80px;
    height: 80px;

    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;

    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}

#spinner.show {
    visibility: visible;
}
#ekayar{
    display: inline-block;
    margin-top: 11%;
}
#degisikdonus{
    width: 80px;
    height: 80px;
    border-top: 4px solid #f25a41;
    border-radius: 100%;
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#stencil{
    box-shadow: 0 0 2px #ccc;
}
.butoncolor{
    width: 11%;
}
#dhlteslim,#yurticiteslim,#pcbqty,#dimensionstencil{
    width:auto;
}
@media print {
    .container1{
        width: auto;
    }
    .main-btn-group{
        display: grid;
    }
}
.btn-primary {
    color: #fff;
    background-color: #e77927;
    border-color: #e77927;
}
.mobile-detection{
    display: grid;
}
.mobilewd{
    width:39%!important;
}
button:disabled,
button[disabled],input:disabled,
input[disabled]{
    border: 1px solid #999999!important;
    background-color: #cccccc!important;
    color: #666666!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #bf6623;
    border-color: #bf6623;
}
.aktif{
    background-color: #FFFFFF!important;
    color:black!important;
    box-shadow: 0px -1px 2px #ccc;
}
#mainpcb,#pcbstencil{
    box-shadow: 0 0 2px #ccc;
}
#mainpcb2{
    box-shadow: 0 0 2px #ccc;
}
.sticky-top{position:-webkit-sticky;position:sticky;top:26%;z-index:1020}
.textareacell,.textareacellst{
    margin: auto;
    width: 91%;
    height: 82px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-lgpcb{
    display:flex!important;
}
.gerberfile {
    width: 29%;
    margin-left: -2%;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
.main-btn-group{
    margin-top: 30px;
}
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
    margin-bottom: 2%;
}
button i {
    display: flex;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}
.tablink:hover {
    background-color: #777;
}
.cur{
    border-color: #e77927!important;
    background: url('https://pcb.izmirnumunepcb.com/wp-content/uploads/2020/06/home-icon-cur.png') right bottom no-repeat #fff!important;
}
#bosbos{
    display: inline-block;
}
.inputcf{
    color: #333!important;
    background-color: #fff!important;
    border:1px solid #ccc!important;
    outline: none!important;
    text-align: center!important;
    width:10%
}
#impselct, .polcf, .fidus, .sside, #dimensionstencil, .frameworkcf, .butoncf, #pcbqty, .butonedge, .butondsn, .butondelivery, .butonthick, .butoncolor, .butonsurface, .butoncopper, .butonfinger, .butonmaterial, .butonprobe, .butoncastel, .butonimpadence {
    color: #333;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none!important;
    padding: 3px 1%;
    margin-right: 5px;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    text-transform: none;
}
.butoncf:hover{
    border-color: #8c8c8c;
}
.labelcel{
    font-weight: 500;
    float:left;
    width:21%;
    text-align: right;
    margin-right: 3%;
    line-height: 26px;
}
.labelcel2{
    text-align: right;
    margin-right: 3%;
    line-height: 26px;
}
#layerselect{
    margin-left:4%;
}
#container1{
    margin-top:3%;
    width: 69%;
    margin-left: auto;
    margin-right: auto;
}
.col-md-8{
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 0;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block!important;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    padding: 0;
    line-height: 36px;
    border: 2px solid #e77927;
    border-radius: 36px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
    width: 102%!important;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 4px;
    bottom: 11px;
    right: 26px;
    border: 2px solid #000;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #e77927;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #e77927;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
.swbox{
    line-height: 60px;
    padding: 0 40px;
    height: 60px;
}
