/* admin custome css file */


/* default css */
.dcolor{
  color: #b03547;
}
.dfont{
  font-family: 'Audiowide', cursive;
}
/* default css */

.mr25{
	margin-right: 25px;
}
.mt7{
    margin-top: 7px;
}

.mt20{
    margin-top: 20px;
}

.login{
       padding: 5px 0px 0px;
}

.login a{
      color: #b03547;
    font-size: 16px;
    font-weight: 600;
}
.content-wrapper{
	min-height: 588px !important;
}

.box .page-image img{
	width: 300px;
    padding: 15px;
    
}
.space {
	margin-bottom: 50px;
}
.form-control-title{

    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.access-denied{
    color: red;
    text-align: center;
    margin: 0px;
    padding-top: 50px;
}

#attendance .table > tbody > tr > td,#attendance .table > tbody > tr > th,#attendance .table > tfoot > tr > td,#attendance .table > tfoot > tr > th,#attendance .table > thead > tr > td,#attendance .table > thead > tr > th{
    vertical-align: middle;
    padding: 4px;
}
#attendance_month,#attendance_date{
    padding: 5px;
}
#attendance_status{
    background: #fff;
}
#attendance .form-control{
    height: 30px;
    padding: 3px 12px;
}
 
/* search and filter element style */

#search_result{
    z-index: 999;
    position: absolute;
    width: 92%;
}
ul.search_result{
   list-style: none;
    padding-left: 10px;
    background: #eee;
    max-height: 150px;
    overflow-y: scroll;
    position: relative;
}
ul.search_result li{
  padding: 5px; 
  color: #555; 
  cursor: pointer;
}
ul.search_result li:hover{
  color:#00a65a;
}
/* search and filter element style */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{

    vertical-align: middle;
 }
#journal_logo, #editor_photo, #article_file, #book_cover_image, #book_file, #journal_poster{
  display: none;
}
.chief_editor{
  color: #008800;
  font-weight: 700;
}
.editor-span {
       background-color: #00a65a;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}
