﻿/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    line-height:28px;
   
}
.set-radius-zero {
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.content-wrapper {
    margin-top: 20px;
    min-height:400px;
  
}
.header-line {
    font-weight:900;
    padding-bottom:25px;
    border-bottom:1px solid #eeeeee;
    text-transform:uppercase;
}
.mt-0 {
    margin-top: 0px;
}
table thead {
    background-color: #228fa9;
    color: white;
}
table thead th {
    font-weight: normal;
}
.btn {   /*overwrite bootstrap*/
    padding: 6px 15px;
}
.btn-primary {
    background-color: #228fa9;
}
.pl-0 {
    padding-left: 0px;
}
.w-70 {
    width: 70px;
}
.w-100 {
    width: 100px;
}
legend {
    border-bottom: 3px solid #218faa;
}
a {
    color: #228fa9;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #497783;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #228fa9;
}
label {
    font-weight: normal;
    color: #1e4954;
}

/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */

.right-div {
    float: right; 
    padding-top: 20px;
    padding-left: 50px;
}
.logout
{
	font-size:25px;
    padding-left:10px;
	padding-top:8px;
}
.img-logo
{
	margin-left:15px;
}
.language
{
    width: 60px;
    padding-left: 25px;
}
.user
{
	padding-top:10px;
	font-size:15px;
	text-decoration:underline;
}
#menu-top a {
    color: white;
    text-decoration:none;
    font-weight:500;
    padding: 15px 30px 15px 10px;
    text-transform:uppercase;

}
.menu-section {
    background-color: #228fa9;
        width:100%
}
.menu-top-active {
    background-color: #497783;
}
.navbar-inverse {
    background-color:#f7fafb;
    border-color: rgba(155, 153, 153, 0.23);
}

.navbar {
    min-height: 90px;
    margin-bottom: 0px;
   
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
background-color: black;
border: 1px solid black;
}

    /* =============================================================
 
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section {
    padding:25px 50px 25px 50px;
    color:#5dbdd5;
    font-size:13px;
    background-color: #1e4954;
    text-align:center;
    border-top:5px solid #eeeeee;
}
.img-footer
{
	margin:auto;
	text-align:center;
}


/* DOCTOR*/
.create_doctor
{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom:1px solid #eeeeee;
}
.btn_sub_create_doctor
{
    margin-bottom: 10px;
	text-align:center;
}

/*JPAP CONNECT DEVICE AND PATIENT*/


.input_medical_patient
{
    margin-top: 120px;
}
.btn_engage_jpap_patient
{
    margin-top: 10px;
}
.btn_upload_file
{
    text-align: center;
}


.error_msg {
    text-align: center;
    color: red;
    font-weight: bold;
    /*padding: 20px 5px 20px 60px;*/
    border: 1px dotted #ccc;
    background: #f7f7f7  no-repeat 15px center;
    /** Thêm CSS 3.0 **/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.error_msg li{
    list-style: none;
}
.fix_check_all
{
    width: 50px;
}
.col-sm-25
{
    width:12.5%;
}
.text1-on-pannel {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 5px;
  position: absolute;
  margin-top: -47px;
  border: 1px solid #337ab7;
  
}

.panel1 {
  /* for text on pannel */
  margin-top: 27px !important;
  border:1px solid;
  margin-bottom: 20px;
}

.panel1-body {
  padding-top: 30px !important;
}