#admin-login {
    width: 500px;
    margin: auto;
}

#admin-login form {
   margin: 0;
   padding: 15px;
}

#admin-login form * {
    display: block;
}

#admin_menu {
    margin: 30px 0;
}

.add_new {
    float: right;
}

.upload-box {
    display: table;
    width: 100%;
    height: 300px;
    text-align: center;
    border: 2px solid #009e4c;
}

.upload-box p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    color: #006932;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 500;

}

#pictures {
    margin-bottom: 15px;
    text-align: justify;
}

#pic_list {
    margin: 10px 0px;
}

#pic_list img {
    display: inline-block;
    height: 150px;
    margin: 10px;
}

#pic_list.single-row {
    white-space: nowrap;
    overflow-x: scroll;
}

#pictures #pic_editor {
    display: none;
    position: fixed; top:0;left:0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #00000055;
    z-index: 2;
}

#pictures #pic_editor>div {
    /*display: table;*/
    width: 85%;
    height: 100%;
    padding: 50px 0;
    margin: auto;
    clear: both;
}

#pictures #pic_editor #pic {
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
}

#pictures #pic_editor #pic img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#pictures #pic_editor #pic_info {
    padding: 15px;
    float: left;
    display: inline-block;
    width: 25%;
    height: 100%;
    background-color: #fff;
}
.upload-area {
    position: relative;
}
.picture_frame {
    position: absolute;left: 99px; right:99px;
    height: 120px;


}
.picture_frame img{
    height: 100%;
}

table td {
    white-space: nowrap;
    vertical-align: middle !important;

}

#admin_articles #editor{
    width: 100%;

}

#admin_articles #editor #text{
    height: 500px;
    overflow-y: scroll;
    border: 1px solid black;
}

#admin_articles textarea#body {
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-weight: 300;
    width: 100%;
    height: 500px;
    overflow-y: scroll;

}


#admin_articles #editor #toolbar {
    background-color: #ddd;
}

#admin_articles #editor #toolbar .tb-btn {
    text-align: center;
    border: 1px solid #aaa;
    cursor: pointer;
    padding: 8px;
    /*width: 28px;*/
    height: 28px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#admin_articles #editor #toolbar .tb-sel {
    text-align: center;
    border: 1px solid #aaa;
    cursor: pointer;
    /*width: 28px;*/
    height: 28px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#admin_articles #editor #toolbar .tb-btn i {
    font-size: 12px;
    margin: 0px;
}

 .priv-head-row {
   height: 35px;
 }
 .hz-line {
   height: 30px;
   border-bottom: 1px solid #006932;
 }
