﻿.inputtext {
    border: 1px solid #BDC7D8;
    padding: 0px;
    width: 80%;
    height: 23px;
    border-radius: 3px;
    text-align: right;
    padding-top: 0;
    /*margin-left:10%;*/
    
    
}

.inputtext_readonly {
    border: 0px solid #BDC7D8;
    padding: 0px;
    width: 100%;
    height: 18px;
    border-radius: 3px;
    background-color: #FFFFFF;
    font: 14px st20;

}

.combo {
    border: 1px solid #BDC7D8;
    font-family: st20;
    font-size: 12px;
    padding: 0px 3px;
    height: 25px;
    border-radius: 3px;
    font-weight: normal;
}
   .combo > OPTION {
        font:14px st20;
        color:#C60000;
    }

.inputbutton {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #cde9c7;
    border-left-color: #cde9c7;
    border-bottom-color: #39702c;
    border-left-color: #39702c;
    background-color: #448534;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-family: tahoma;
    padding: 2px 6px;
    height: 25px;
    width: 100px;
    border-radius: 3px;
}

.asbutton {
    display: block;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #3b5998;
    border-left-color: #D9DFEA;
    border-bottom-color: #0e1f5b;
    border-left-color: #0e1f5b;
    background-color: #3b5998;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-family: tahoma;
    padding: 2px 6px;
}

invisible1 {
    border-bottom: White;
    border-top: White;
    background-color: transparent;
    color: White;
    display: none;
    width: 0;
    height: 0;
    max-width: 0;
    position: absolute;
}

.tbl_aquestionnaire {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}

    .tbl_aquestionnaire th {
        background-color: #d8dfea;
        font-weight: bold;
        color: #183165;
        border-bottom: solid 0px #ccc;
        padding: 2px;
        font: 12px st20;
    }


        .tbl_aquestionnaire th:first-child {
            border-radius: 0px 7px 7px 0;
        }

        .tbl_aquestionnaire th:last-child {
            border-radius: 7px 0 0 7px;
        }

    .tbl_aquestionnaire td {
        font-size: 11px;
        padding: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
        border-bottom: solid 0px #FF6A00;
    }

    .tbl_aquestionnaire tr img:hover {
        border: 1px solid #304296;
    }

.tbl_mainHome {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}

    .tbl_mainHome th {
        background-color: #d8dfea;
        font-weight: bold;
        color: #183165;
        border-bottom: solid 0px #ccc;
        padding: 2px;
        font: 12px st20;
    }


        .tbl_mainHome th:first-child {
            border-radius: 0px 7px 7px 0;
        }

.tbl_aquestionnaire th:last-child {
    border-radius: 7px 0 0 7px;
}

.tbl_mainHome td {
    font-size: 11px;
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: solid 0px #FF6A00;

}

.tbl_Default {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    margin: 10px;
    padding-left: 15px;
}

#freeports_tbl_Default tr:hover {
    background-color: #fce6d4;
}

.tbl_Default th {
    background-color: #d8dfea;
    font-weight: bold;
    color: #183165;
    border-bottom: solid 0px #ccc;
    padding: 2px;
}


.tbl_Default td {
    padding: 2px;
    text-align: center;
    border-bottom: solid 0px #FF6A00;
    vertical-align: middle;
}

.SetPosFixed {
    //position:fixed;
}

.combo1 {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

    .combo1 select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .combo1 select:focus {
            outline: none;
        }

#adslid {
    background: url('../images/adsl.png') no-repeat;
    background-position: left center;
    background-size: auto 75%;
    padding-left: 120px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;    
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-mainHome {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;    
    font:15px st50
}


input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px; /*24 or 48  change image*/
}
.holds-the-iframe {
  background:url("../images/wait6.gif") center 35% no-repeat ;
  background-size:35% auto;
 }
 .complaintTbl{    
    font:13px st20;
    text-align:center;
}
.complaintTbl th{
    height:100%;
    padding:2px 2px;
    border:1px solid #ddd;
    vertical-align:middle;
}
.complaintTbl td{
    height:100%;
    padding:2px 2px;
    border:1px solid #ddd;
    vertical-align:middle;
}

.complaintTbl tr{
   border:1px solid #ddd;
}
.complaintTbl tr:hover{
  background-color:#FF9F9F;
}
.d_table td{

    vertical-align: middle;

}
.ComDetailClose{
    min-height:25px;
    background-color:#304296;
    color:transparent;
    background: #304296 url(../images/details.png) no-repeat 4px center;
    background-size:20px 24px;
    cursor:pointer;
}
.ComDetailClose_f{
    min-height:120px;
    background-color:#fff;
    margin: 2px 0;
    border:1px solid #9cacf7
}
.optionFind {
    background:url("../images/Search2.png")  no-repeat right center;
    
}
.vPhon_qu:before {
     content: '';
}
.vPhon_qu {
   padding:5px 15px;
   font:16px st60;
   color:blue;
}