123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- * { padding:0; margin:0; outline:0; }
- body{
- margin: 0;
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- padding: 0 0 0 0px;
- font-size: 14px;
- text-align:center;
- float:center;
- font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
- }
- .form_title_bar{
- width: 100%;
- height: 36px;
- text-align: left;
- text-indent: 30px;
- background-color: #f8f8f8;
- }
- .form_title_bar a {
- text-decoration: none;
- display: inline-block;
- height: 14px;
- color: #333;
- font-size: 14px;
- font-weight: bold;
- padding: 8px 0;
- vertical-align: central;
- }
- #top{
- text-shadow: 0 1px 0 #fff;
- border-bottom: 1px solid #e5e5e5;
- align:left;
- min-height: 60px;
- margin-bottom: 5px;
- }
- #topNav{
- border-bottom: 1px solid #e5e5e5;
- }
- #navs{
- border-bottom: 1px solid #e5e5e5;
- }
- #nav_second{
- height:35px;
- }
- #nav_third{
- /*border-top: 1px solid #e5e5e5;*/
- }
- #topBar{
- min-height: 65px;
- }
- #topBar .grid_list_sel{
- width: 31px;
- height: 31px;
- border: 1px solid;
- border-color: #A9A9A9;
- }
- .container {
- margin-left: auto;
- margin-right: auto;
- padding: 0 10px
- }
- #mainFrame{
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- align:center;
- }
- #footer{
- text-shadow: 0 1px 0 #fff;
- /*border-top: 1px solid #e5e5e5;*/
- min-width: 100%;
- height:80px;
- margin-top: 5px;
- }
- #content{
- margin-top: 10px;
- min-height:480px;
- *height:480px;
- margin-bottom: 10px;
- }
- #otherlogins a {
- /* color: #007bff; */
- text-decoration: none;
- background-color: transparent;
- }
- #otherlogins a:hover {
- /* color: #0056b3; **/
- text-decoration: none;
- }
- #tool_box {
- margin-bottom: 10px;
- border: 1px solid #e5e5e5;
- }
- #tool_box .table td, #tool_box .table th,.toolbox .table td, .tool_box .table th{
- padding: 0.2rem;
- vertical-align: middle;
- }
- #tool_box_left {
- padding-left: 10px;
- float: left;
- height:30px;
- width:50%;
- text-align: left;
- border-right: 1px solid #e5e5e5;
- }
- #tool_box_right {
- height:32px;
- text-align: right;
- padding-right: 10px;
- width:484px;
- }
- #advanced_search {
- margin-top: 10px;
- min-height:30px;
- *height:40px;
- border: 1px solid #e5e5e5;
- margin-bottom: 10px;
- display: none;
- }
- #logout{
- width: 75px;
- background: #c00 ;
- color: #fff;
- font-weight: bold;
- }
- #myprofile{
- width: 75px;
- background-color: #2AA9A9;
- font-weight: bold;
- }
- #changepassword{
- width: 75px;
- background-color: #f28018;
- font-weight: bold;
- }
- #myprofile a,#logout a,#changepassword a{
- color: #fff;
- text-decoration: none;
- }
- /*switch_tab*/
- .switch_tab{
- list-style: none;
- border: 0;
- cellspacing:0;
- padding-left: 0;
- }
- .switch_tab_class{
- float:left;
- height:36px;
- text-align: center;
- display: inline-block;
- }
- .switch_tab_class a{
- text-decoration: none;
- display: inline-block;
- height: 14px;
- color: #333;
- font-size: 14px;
- font-weight: bold;
- padding: 8px 0;
- vertical-align: central;
- }
- .switch_tab_current{
- background-color: #f3f6f7;;
- border-right: 1px solid #e3e3e3;
- border-bottom: 1px solid #e3e3e3;
- }
- .form_radio_label, .form_checkbox_label{
- display: inline-block;
- text-align: left;
- cursor: pointer;
- margin-right: 1em;
- }
- .icon_checkbox {
- background: url("../images/checkbox.png") 0 -83px no-repeat;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- display: inline-block;
- margin-top: -0.2em;
- }
- .icon_checkbox_selected{
- background: url("../images/checkbox.png") 0 -109px no-repeat;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- display: inline-block;
- margin-top: -0.2em;
- }
- .icon_radiobox {
- background: url("../images/checkbox.png") 0 -5px no-repeat;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- display: inline-block;
- margin-top: -0.2em;
- }
- .icon_radiobox_selected{
- background: url("../images/checkbox.png") 0 -31px no-repeat;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- display: inline-block;
- margin-top: -0.2em;
- }
- /* logins */
- .logintableform{
- border: 1px solid #e9eeed;
- cellspacing:0;
- }
- .login_form_table{
- width:358px;
- }
- .login_form_table td, .login_form_table th {
- padding: .2rem;
- vertical-align: top;
- border-top: 1px solid #dee2e6;
- }
- #j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
- width :250px;
- font-size: 14px;
- font-weight: bold;
- }
- #j_captcha{
- width :160px;
- font-size: 14px;
- font-weight: bold;
- }
- #tfa_j_otp_captcha,#mobile_j_password{
- width :120px;
- font-size: 14px;
- font-weight: bold;
- }
- #j_captchaimg{
- width:70px;
- height: 33px;
- vertical-align: top;
- }
- #normalLogin,#tfaLogin,#mobileLogin,#qrcodelogin{
-
- }
- #div_tfaLogin , #div_mobileLogin{
- display: none;
- }
- .login_button{
- width:80%;
- }
- #register{
- font-size: 14px;
- font-weight: bold;
- height: 33px;
- color: white;
- background-color: #4D4E54;
- }
- #register a{
- font-weight: bold;
- color: white;
- }
- .login_error_message{
- height:37px;
- background-color: #FFE5E5;
- font-weight: bold;
- }
- .table > :not(:first-child) {
- border-color: #dee2e6;
- }
- .float-right{
- float: right;
- }
- .float-left{
- float: left;
- }
- #div_normalLogin .wrapper ,
- #div_tfaLogin .wrapper ,
- #div_mobileLogin .wrapper{
- position: relative;
- }
- #div_normalLogin .wrapper input,
- #div_tfaLogin .wrapper input,
- #div_mobileLogin .wrapper input {
- text-indent: 20px;
- }
-
- #div_normalLogin .wrapper i.fa,
- #div_tfaLogin .wrapper i.fa,
- #div_mobileLogin .wrapper i.fa{
- position: absolute;
- top: 5px;
- left: 5px;
- font-size: 22px;
- color: gray;
- }
- #tfa_j_otp_button,#mobile_j_otp_button{
- width :130px;
- height: 34px;
- font-size: 14px;
- font-weight: bold;
- text-indent: 1px;
- }
|