/* sidebar */


.coordinate {
  right: -10px;
}

label {
  font-weight: 1000;
}

.logout-btn {
  display: block;
  text-align: right;
}

.nav li a.menu-sidebar {
  padding-left: 30px;
}

.navbar-right {
  margin-top: 15px;
  margin-right: 10px;
}

.navbar-right:hover {
  text-decoration: none;
}

.sidebar .nav-second-level li a {
  padding-left: 50px;
}

.sidebar .fa.arrow:before {
  content: "\f105";
}

.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

iframe {
  border-radius: 10px;
  border: none;
  height: 150px;
  width: 100%;
}

.sidebar ul li a.active {
  background-color: #fff;
}

.table-col-20 {
  width: 20%;
}

.table-col-30 {
  width: 30%;
}

/* form */

#notice_info_top_disp_flag {
  margin-right: 5px;
}

#display_file_field {
  text-align: center;
  text-decoration: none;
  width: auto;
}

#display_file_field:hover {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
}

#display_file_field2 {
  text-align: center;
  text-decoration: none;
  width: auto;
}

#display_file_field2:hover {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
}

#display_file_field3 {
  text-align: center;
  text-decoration: none;
  width: auto;
}

#display_file_field3:hover {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
}

#hidden_file_field {
  display: none
}
#hidden_file_field2 {
  display: none
}
#hidden_file_field3 {
  display: none
}

.undisplayable-btn {
  padding-left: 30px !important;
}

/* flash */

.flash-messages {
  left: inherit !important;
  position: fixed !important;
  right: 27px !important;
  top: 60px !important;
  width: 20%;
}

.w5p{
  width:5% !important;
}

.nowrap{
  white-space:nowrap;
}

.align_c{
  text-align:center !important;;
}

.align_l{
  text-align:left !important;;
}

.align_r{
  text-align:right !important;;
}
