.galleryWrap {
    padding: 30px;
}
.delete-btn {
    position: absolute;
    bottom: 20px;
    opacity: 0.5;
    border-radius: 0;
    right: 20px;
}
.delete-btn:hover {
    opacity: 1;
}
.jumbotron{
    padding: 20px;
    border-radius: 0;
}
.image-info{
    margin-top: 20px;
}
.voices-image {
    width: 50px;
    height: 50px;
}

.info-box-number {
    display: inline-block;
}


.sorted_table tr {
    cursor: move;
}
/* line 96, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
/* line 103, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }

/* line 114, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th {
    cursor: pointer; }
/* line 116, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th.placeholder {
    display: block;
    background: red;
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0; }
/* line 124, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }

/* MLADEN */
.skin-blue .main-header .logo {
    background-color: #252525;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue .main-header .navbar {
    background-color: #d8bb4a;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 20px;
    color: #d8bb4a;
    text-align: center;
    margin-right: 5px;
    font-weight: 300;
    font-size: 14px;
}


.box.box-primary {
    border-top-color: #c6ab44;
}

.box {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
}

.content-header>h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 20px;
}
.skin-blue .sidebar a {
    color: #Ð°Ð°Ð°;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #d8bb4a !important;
    background: #232323;
    border-left-color: #c6ab44;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.skin-blue .main-header li.user-header {
    background-color: #4c4c4c;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #272727;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #232323;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-menu>li>a {
    padding: 19px 5px 19px 15px;
    display: block;
}

.skin-blue .main-header .logo:hover {
    background-color: #444242;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .treeview-menu>li>a {
    color: #7b7b7b;
}
.btn-primary {
    background-color: #d8bb4a;
    border-color: #d8bb4a;
}
.btn-primary:hover {
    background-color: #bba13d;
    border-color: #bba13d;
}
.btn{
    border-radius: 0px;
}

.dash-bg {
    background-image: url('../images/home_bg.jpg');
    width: 100%;
    height: -moz-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.dash-red-box {
    color: #d7ba53;
    background-color: black;
    font-size: 18px;
    padding: 15px 20px;
    padding-right: 0px;
    padding-left: 0px;
    width: 90%;
    border: 1px solid #d7ba53;
}

.dash-red-box a {
    color: #d7ba53;
}

.dash-row {
    margin-top: 50px;
    color: white;
}

.dash-row-line {
    border-left: 2px solid #595959;
    padding-left: 20px;
    min-height: 80px;
    font-size: 16px;
}

.dash-row span {
    color: #d7ba53;
}

.dash-row img {
    line-height: 85px;
}
.dash-message {
    background-image: url("../images/close-envelope.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}

.dash-ear {
    background-image: url("../images/slusalice.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}

.dash-note {
    background-image: url("../images/nota.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}
.lh-90 {
    line-height: 90px;
}

.dash-row-line a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
.dash-row-line span {
    color: #d7ba53;
}

.dash-well {
    background-image: url("../images/notifikacije.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}

.dash-notificatio-area {
    border-left: 0;
    padding-left: 0;
    line-height: 15px;
}

.dash-notificatio-area textarea {
    width: 100%;
    background-color: #000;
    color: #d7ba53;
    border: 1px solid #d7ba53;
}

.dash-checkbox {
    width: 25px;
    height: 25px;
}

.notification-send-btn {
    background-color: black;
    color: #d7ba53;
    text-align: center;
    border: 1px solid #d7ba53;
}

.notification-send-btn:hover {
    background-color: #000000;
    color: #d7ba53;
}

.mt-20 {
    margin-top: 20px;
}

.crop-upload {
    background-color: black;
    border: 1px solid #d7ba53;
    color: #d7ba53;
    padding: 10px 25px 10px 25px;
}

.crop-modal {
    background-color: #272727;
}

.crop-header {
    border: none;
}

.crop-footer {
    border: none;
}

.dash-check {
    line-height: 30px;
    font-size: 16px;
}
.my-item img{
    max-width: 200px!important;
}
.productLoader{height: 142px;margin: -71px -71px 0 0;position: fixed;z-index:999;right: 50%;top: 50%;width: 142px;}