@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

body {
  background-color: #f2f6fc;
  font-family: "Roboto", "Open Sans";
}

textarea, select, input {
  background-color: #f7f7f7;
  font-family: "Roboto", "Open Sans";
}

.button, .button_f {
  border: #cacaca 1px solid;
  #border-style: none none solid;
  #border-width: 0 0 2px;
  background-color: #f5f6f7;
  #border-radius: 2px;
  cursor: pointer;
  text-align: center;
  height: 22px;
}

.button, .button_f {
  background-color: #e8e8e8;
  font-weight: bold;
}

.button:hover, .button_f:hover {
  background-color: #ddd;
}

.button_f[disabled] {
  opacity: 0.8;
}

body {
  font-size: 12px;
  margin: 0px;
}

.output {
  font-size: 13px;
}

img {
  border: 0px;
  vertical-align: middle;
}

label {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
}

table {
  width: 1200px;
  font-size: 13px;
  border: 1px solid #000;
  border-collapse: collapse;
  height: 15px;
}

td {
  border: 0px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  #height: 15px;
}

.td_inner {
  border: 0px solid #000;
  padding: 0px;
  height: 15px;
}

table tr td.left {
  margin-top: -5px !important;
  text-align: right;
}

form {
  margin-bottom: 0px;
}

input.text {
  #border-radius: 2px;
  border: #cacaca 1px solid;
  padding-left: 3px;
  font-size: 13px;
  height: 22px;
}

select {
  border: #cacaca 1px solid;
  padding-left: 3px;
  font-size: 13px;
  height: 22px;
  cursor: pointer;
}

fieldset {
  border: #cacaca 1px solid;
  border-radius: 6px;
}

ol {
  padding-left: 0;
  margin-left: 0;
}

ol > li {
  list-style-type: none;
  margin-bottom: .5em;
}

textarea {
  border: #cacaca 1px solid;
  background-color: #FFF8C6;
  width: 900px;
  font-size: 13px;
}

a {
  cursor: pointer;
  color: blue;
}

a:active, a:hover, a:visited {
  cursor: pointer;
  color: blue;
}

.fs_outer {
  width: 1200px;
  #border: 1px solid #000;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 6px;
  border-right: 1px solid #ddd;
  margin: 20px 0 40px 0;
  #display: none;
}

.fs_inner {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 6px;
  border-right: 1px solid #ddd;
}

.fs_inner legend label {
  font-size: 16px;
  padding: 5px;
}

.lg_outer {
  font-size: 20px;
  padding: 5px;
}

.tbl_inner {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid #000;
}

iframe {
  #background-color: #fff8c6;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

.ui-autocomplete-loading {
  background: url('./images/loader2.gif') no-repeat right 3px center;
  z-index: 10;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  font-style: italic;
  opacity: 1; /* Firefox */
}

.ui-state-hover {
  background: #428BCA !important;
}

.req {
  font-weight: bold;
  color: red;
}

.scrollToTop {
  bottom: 30px;
  height: 60px;
  right: 30px;
  width: 60px;
  color: #444;
  position: fixed;
  display: none;
  background: #ddd url('./images/cd-top-arrow.png') no-repeat center 50%;
  background-size: 30px;
  border-radius: 3px;
}

.scrollToTop:hover {
  text-decoration: none;
}

.se_result {
  z-index: 5;
}

.se_result tbody td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  height: 22px;
}

.se_result tbody td div {
  margin-top: 2px;
}

.se_result_col_wrap {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.se_result_header {
  border-bottom: #000 1px solid;
  background: #fff;
  position: sticky;
  top: 0;
  float: left;
  z-index: 1;
}

.se_result tr:hover {
  background-color: #ddd;
}

.highlight {
  background: #ffc321;
}

.ui-menu .ui-menu-item a {
  font-family: "Roboto", "Open Sans";
}

.ui-menu .ui-menu-item a:hover {
  background: #eee;
  border: #eee 1px solid;
}

ul.ui-autocomplete.ui-menu {
  background: #fff8c6;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
  border-width: 0px;
  padding: 0px;
}

.ui-widget-overlay {
  opacity: 0.5;
}

.anc_div {
  text-decoration: underline;
  color: #000 !important;
}

.flex {
  display: inline-flex;
  line-height: 22px;
}

.flex-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 1;
}

.flex-mid {
  border-radius: 0px;
  margin-left: -1px;
}

input .flex-mid {
  border-radius: 0px;
  border-left: 0px;
}

.flex-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 0px !important;
}

.flex-single {
  border-radius: 3px;
}

.flex-loader {
  display: inline-block;
  padding: 3px 3px 3px 3px;
  width: 20px;
}

.w-sizer {
  width: 30px;
}

.noselect {
  pointer-events: none;
  color: gray;
}

input[type=text]:focus {
  #border: #000 1px solid;
  background-color: #ffc321;
}

input[type=checkbox] {
  cursor: pointer;
}

input[readonly] {
  cursor: default;
}

button:focus {
  #border: 0px;
}

input:required {
  box-shadow: none;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
}

input[type=radio]:hover, input[type=radio]:hover + label {
  cursor: pointer;
}

ul {
  list-style-type: square;
  margin: 0 10px;
  padding: 0;
  line-height: 20px;
}

#loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: white;
}

#loading {
  position: absolute;
  left: 45%;
  top: 40%;
  padding: 2px;
  z-index: 20001;
  height: auto;
}

#loading img {
  margin-bottom: 5px;
}

#loading .loading-indicator {
  background: white;
  color: #555;
  font: bold 13px tahoma, arial, helvetica;
  padding: 10px;
  margin: 0;
  text-align: center;
  height: auto;
}

#cover {
  background: url("./images/loader4.gif") no-repeat scroll center center #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 20000;
}

#login_panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 160px;
  margin-top: -80px; /*set to a negative number 1/2 of your height*/
  margin-left: -100px; /*set to a negative number 1/2 of your width*/
}

.fs_login {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 4px;
  border-right: 1px solid #ddd;
}

.ui-tooltip, .arrow:after {
  background: #666;
  border: 0px solid white !important;
}

.ui-tooltip {
  padding: 10px;
  color: white;
  border-radius: 2px;
  border: 0px solid white !important;
  font: bold 13px "Roboto", "Open Sans";
  #box-shadow: 0 0 7px black;
  box-shadow: 0px !important;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  #box-shadow: 6px 5px 9px -9px black;
  box-shadow: 0px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.menu_div ul li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
  line-height: 24px;
}

.menu_div ul li a:hover {
  #color: blue !important;
  background: #ddd;
}

.menu_div ul {
  margin: 0 20px;
}

.view_div {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
  line-height: 24px;
}

.view_div label:hover, label:active, input:hover + label, input:active + label {
  #color: blue !important;
  background: #ddd;
}

#upl_progress {
  background-color: #f7f7f7;
  position: relative;
  width: 250px;
  border: #cacaca 1px solid;
  padding: 1px;
  border-radius: 4px;
  float: left;
}

#upl_bar {
  background-color: #4CAF50;
  width: 0%;
  height: 20px;
  border-radius: 4px;
}

#upl_text {
  position: absolute;
  display: inline-block;
  top: 3px;
  width: 100%;
  text-align: center;
}

#upl_status {
  float: left;
  line-height: 25px;
  padding-left: 10px;
}

.page_btn_center {
  width: 1000px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.btn_round a {
  height: 75px;
  width: 75px;
  background-color: #DCDCDC !important;
  border-radius: 50%;
  display: inline-block;
  font-size: 55px;
  text-decoration: none;
  color: #23527c !important;
}

.btn_round a:hover {
  background-color: #c8c8c8 !important;
}


