.body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#center {
    width: 100%;
}

table.table.table-striped {
    font-size: 13px !important;
}

table.table.table-striped td {
    vertical-align: middle !important;
    position: relative;
}

table .form-control {
    width: 70% !important;
    margin: 2px;
}

table .form-control.gallery {
    width: 315px !important;
    margin: 2px;
    display: inline;
}

table .form-name {
    font-size: 12px;
}

table .form-name.right {
    text-align: right;
    padding-right: 5px;
}

.header-row {
    font-size: 13px;
    height: 30px;
}

table .main-header-row {
    background: #2F2F2F;
    height: 30px;
    font-size: 13px;
}

input[type="file"] {
    border: none;
    background: transparent;
}

#login-box {
    width: 400px;
    height: 170px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    margin-left: -200px;
    margin-top: -85px;
    -webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    border-radius: 5px;
}

#login-box .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

#login-box-header {
    background: #2F2F2F;
    height: 30px;
    width: 100%;
    color: white;
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    font-size: 15px;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 10px;
}

#web-content {
    margin-top: 80px;
}

/*.sidenav > table,  .col-sm-8 > table{*/
    /*border: 1px solid;*/
    /*-webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);*/
    /*-moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);*/
    /*box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);*/
/*}*/

footer {
    margin-top: 20px;
    background: #2F2F2F;
    color: white;
}

.navbar {
    -webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
}

ul.nav.nav-pills.nav-stacked {
    text-align: left;
}

#languages, #languages ul, #languages li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#languages, #center, #menu, #user-table {
    -webkit-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 29px -6px rgba(0,0,0,0.72);
    /*border-radius: 7px;*/
}

.header-box {
    background: #2F2F2F;
    height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 7px;
    color: white;
    /*border-top-right-radius: 7px;*/
    /*border-top-left-radius: 7px;*/
}

#menu li {
    margin-left: 0;
}

.form-control {
    height: 25px;
    padding: 3px 6px;
    font-size: 13px;
}

.edit-content {
    /*table-layout: fixed;*/
    width: 100%;
}

.disable-button {
    cursor: not-allowed;
    opacity: 0.5;
}

.disable-button:hover{
    opacity: 0.5;
}

.disable-button:active{
    box-shadow:none
}

.table-striped a {
    /*color: #2F2F2F !important;*/
}

#languages .btn, #menu li a{
    border-radius: 0px;
}

#menu li {
    color: black;
}

#images-box {
    width: 97%;
}

#images-box img {
    height: 140px;
    width: 190px;
    margin-bottom: 5px;
}

#images-box .image {
    position: relative;
    margin-bottom: 5px;
}

.image-buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    /*display: none;*/
    background: rgba(1,1,1, 0.5);
}

.image-buttons .btn {
    margin: 3px;
}

.btn-category {
    margin: 7px;
}

.expand-tree {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 8px;
    cursor: pointer;
    z-index: 4;
    transform: rotate(90deg);
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    margin-top: -7.5px
}

.expand-tree::before {
    content: "\e080";
    color: #337ab7;
}

#menu .active .expand-tree::before {
    color: white !important;
}

#images-box .image-drag-info {
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
}

#images-box .image-drag-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    opacity: 0;
    color: white;
    text-align: center;
    padding-top: 55px;
    cursor: move;
}

#images-box .box-image{
    position: relative;
    height: 160px;
    width: 190px;
}

.nav.navbar-nav li {
    margin-left: 0;
}

.expand-tree-table {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg);
}

.expand-tree-table::before {
    content: "\e080";
    color: #337ab7;
    opacity: 0.6;
}

.center-child {
    width: 100%;
    text-align: center;
    margin: 10px;
}

.box-image .image-description {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /*background: rgba(1,1,1, 0.5);*/
    background: #2F2F2F;
    color: white;
    text-align: center;
    font-size: 12px;
}

.form-group .lang-name {
    padding-top: 7px;
    font-weight: bold;
}

.form-group .permissions label {
    margin-right: 20px;
}

#user-form .form-group {
    margin-bottom: 1px;
}

.form-group .checkbox label input {
    margin-top: 2px;
}

li .lock-click {
    position: absolute;
    height: 100%;
    z-index: 4;
}

#menu li a{
    /*border-top: 1px solid #eee;*/
}

#user-table .expand-tree::before {
    opacity: 0.6;
    cursor: default;
}

#login-box .form-group label{
    float: left;
    margin: 3px 10px 3px 15px;
}

#login-box .form-group input{
    width: 300px
}