/*
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 : Jul 5, 2018, 3:17:44 PM
    Author     : Mayumi
*/

.main-height{
    min-height : 560px;
}
.bg-ihi-color {
  background-color: #00559A !important;
}

.login-card{
     width: 100%;
     height: 800px;
     background-color: #FFFFFF;
     
}
.login-logo{
    text-align: left;
}

.login-title{
    margin-left: 20px;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
        
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1px 5px;
	margin-right: 0.2rem;
	cursor: pointer;
        background: #808080;
        font-weight: bold;
        transition: background ease 0.2s;
        border-left: 1px solid black;
        border-top: 1px solid black;
        border-right: 1px solid black;
        margin-bottom: 0px;
        
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
  border: 1px solid black;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #DCDCDC;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.operation_radio{
    text-align: right;
    float:right;
    display: inline-block;
    width:100%;
}
.operation_radio input[type="radio"] {
	display: inline;
}
.operation_radio input[type="checkbox"] {
	display: inline;
}

.setting_tab_4{
    text-align: left;
    float:left;
}
.setting_tab_4 input[type="radio"] {
	display: inline;
}

.tabscrollbar{
  //  float:left;
    overflow-y: auto;
    height: 293px;
}

.tabscrollbar526{
  //  float:left;
    overflow-y: auto;
    height: 526px;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
   // width: 100%;
    
    //background-color: red;
    color: black;
    font-size: 30px;
    text-align: right;
   /*position: relative;
   bottom: 0px;
   width: 100%;
   height: 100px;
   background: #d4d4d4;*/
   

}


table.table1 {
    border-collapse: collapse;    
}
tr.tr1 {
    border: 1px solid black;
    cursor:pointer;
}
tbody tr.tr1:hover {
    border: 1px solid black;
    background-color: yellow !important;
    cursor:pointer;
}
td.td1 {
    border: 1px solid black;
}
th.th1 {
    border: 1px solid black;
}
table.table1 tr.selected {
            background-color: yellow !important;
            vertical-align: middle;
            padding: 1.5em;
        }

table.table2 {
    border-collapse: separate;
    border: 1px solid lightgray;
}
td.td2 {
    border: 1px solid lightgray;
}

input.noborder{
    width: 100%;
    background-color: transparent;
    border: 0px solid;
    height: 20px;
    //color: #CCC;
}

input.noborder30{
    width: 100%;
    background-color: transparent;
    border: 0px solid;
    height: 35px;
    color: black;
    outline: none;
}



.edittext_warning{
    color: red;
    margin-top: 15px;
    min-height: 150px;
}
.seelct_row {
    background-color: yellow;
    
}
.tablelist{

    
}
.tablelistdata{
    height: 450px;
    overflow: scroll;
}
.control_bt{
    margin-top: 5px;
    position: relative;
    text-align: right;
}

    label, input { display:block; }
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    fieldset { padding:0; border:0; margin-top:25px; }
    h1 { font-size: 1.2em; margin: .6em 0; }
    div#users-contain { width: 350px; margin: 20px 0; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
    .ui-dialog .ui-state-error { padding: .3em; }

.validateTips { 
    border: 1px solid transparent; 
    padding: 0.3em; 
    text-align: center;
}

.divTable{
	display: table;
	width: 100%;
        margin: 5px 5px 5px 5px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell{
	border: 1px solid black;
	display: table-cell;
	padding: 3px 10px;
        
}
.divTableCell1{
	border: 1px solid black;
	display: table-cell;
	padding: 3px 10px;
        margin: 3px 3px 3px 3px; 
        height: 37px;
        width: 30%;
        float: left;
        font-weight: bold;
        
        
}
.divTableCell2{
	border: 1px solid black;
	display: table-cell;
        margin: 3px 3px 3px 3px; 
        height: 37px;
        width: 65%;
        float: left;
        
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.margin-top20{
    margin-top: 20px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-top60{
    margin-top: 60px;
}
.margin-top10{
    margin-top: 10px;
}
.margin-top5{
    margin-top: 5px;
}
.search-bt{
    margin-top: 5px;
    text-align: center;
    position: absolute;
    right: 31px;
}

.pp_from_bt{
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    text-align: right;  

}

.pp_form_underline{
    border-bottom: 1px solid #aaa;
}
.pp_form_text_noti_title{
    text-align: left;   
}
.pp_form_text_noti{
    float:left;
    width: 100%;
}
.pp_form_text_noti_left{
    float:left;
    width: 80%;
}
.pp_form_text_noti_right{
    margin-top: 5px;
    text-align: center;
    position: absolute;
    right: 31px;
    bottom: 20px;
}
.noti_textarea{
    
}

.search-add-bt{
    position: absolute;
    right:    31px;
    bottom:   20px;
}
.search-other{
    
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
  height: 400px;
  text-align: center;
  overflow: auto;
  
}

li a {
  display: block;
  background-color: #f8f6f6;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #00559A;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

select {
    text-transform: none;
    height: 30px;
}

.setting-calendar{

}
.setting-calendar hasDatepicker input[type="text"] {
     position: relative;
}
.setting-calendar hasDatepicker input[type="text"]:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f007";
}

.setting-select-time{
  display:none;
  background:red;
}
.btn-group label{
    background: #007bff;
    border: 0px;
    width: 40px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f36363;
    border-color: #f36363;
}

taballscroll{
	height:520px;
	overflow-y:scroll;
}

