/* File for custom CSS */
.nopadding{
    padding: 0;
}
.paddinng-4{
    padding: 4px 0;
}
.nomargin{
    margin:0;
}
.color-red {
    color: #d9534f;
}

.full-width{
    display: block;
    width: 100%;
}

.color-blue {
    color: #337ab7 !important;
}

.color-green {
    color: #5cb85c;
}

.color-publish {
    color: #000!important;
}
.color-unpublish {
    color: #AEB8C4!important;
}

.clear-both {
    clear: both;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #fa8d28;
    font-weight: bold;
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #fa8d28;
    font-weight: bold;
    color: #000;
}

.table td {
    padding: 5px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.background-color-grey {
    background-color: #3d4752;
}

.color-grey {
    color: #3d4752;
}

.margin-right-20 {
    margin-right: 20px;
}

.bgcolor-blue {
    background-color: #337ab7;
}

.bgcolor-green {
    background-color: #5cb85c;
}

.bgcolor-white {
    background-color: #fff;
}

.navbar {
    border: none
}

.package-form {
    padding: 1em;
}

.package-form .btn {
    margin-top: 5px;
    width: 100%;
}

.steps {
    background-color: #F9F9F9;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 18px;
    padding: 1em 0;
}

.steps ul {
    margin: 0;
    list-style-type: none;
}

.label-min-width {
    min-width: 270px;
}

.margin-bottom-05 {
    margin-bottom: 0.5em !important;
}

.flex {
    display: flex;
}

.flex-align-sb {
    justify-content: space-between;
}

.flex-v-center {
    align-items: center;
}

.list-img-thumbnail {
    max-height: 50px;
}

.edit-img-thumbnail {
    max-height: 200px;
}

.full-center {
    text-align: center;
    vertical-align: middle;
}

.color-green {
    color: #5cb85c !important;
}

.color-red {
    color: #d9534f !important;
}

.translate-cell-btn-broup {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
}

.small-tip {
    font-size: 90%;
    font-style: italic;
    color: #777;
}

table tbody td.v-align-botom {
    vertical-align: bottom;
}

.width-150 {
    width: 150px;
}

.width-100 {
    width: 100px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.font-italic {
    font-style: italic;
}

.published-text {
    color: #C00;
    font-style: italic;
}

.order-parent {
    padding-right: 25px !important;
    color: #4C91D0;
    position: relative;
}

.order-icon {
    font-size: 11px;
    position: absolute;
    right: 4px;
    top: 13px;
}

.wrap-word {
    word-break: break-all;
}

.label-clickable {
    cursor: pointer;
}

.label-clickable.label.label-warning:hover {
    background-color: #BF750C;
}

.label-clickable.label.label-success:hover {
    background-color: #117111;
}

.input-words-list-cont {
    height: auto;
    padding: 0;
}

.input-words-list-cont li {
    display: inline-block;
    background-color: #3E8FDA;
    padding: 2px 5px 2px 17px;
    margin: 3px;
    color: #fff;
    position: relative;
}

.input-words-list-cont li span {
    position: absolute;
    top: 50%;
    left: 3px;
    cursor: pointer;
    font-size: .7em;
    transform: translateY(-50%);
    font-weight: bold;
}
.btn-group-dd-list{
    float: right;
    margin-top: -32px;
}
.nestable-list-btns{
    margin: 5px 0;
}
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    /*max-width: 600px;*/
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    /*height: 30px;*/
    margin: 2px 0;
    padding: 4px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}
.dd-item .dd-item .dd-handle{
    background-color: #FeFeFe;
}
h3.label{
    display: inline-block;
    font-size: 100%;
}
.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
   /* .dd {
        float: left;
        width: 48%;
    }*/

    .dd + .dd {
        margin-left: 2%;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}
.list-group .list-group {
    margin: 0;
}
.list-group a{
    background-color: #fafafa;
}
.list-group a{
    background-color: #fafafa;
}
.list-group .list-group a:not(.active) {
    padding-left: 3em;
    border-radius: 0;
    background-color: #fff;
}
.margin-left-5{
    margin-left: 5px;
}

.vertical-line{
    height: 400px;
    width: 1px;
    background-color: #D2D2D2;
    padding: 0;
    margin: 0 20px;
}
.padding-0-5{padding: 0px 5px;}
.badge-count{background-color:#d9534f;}
.radio-inline{ margin-bottom: 15px !important; padding-left: 0px !important; font-size: 17px; margin-right: 50px !important;}
.clear-both{clear:both;}
.margin-right-10{margin-right: 10px;}
.margin-left-10{margin-left: 10px;}
.border-show{border: 1px solid #cdcdcd;}
.margin-0{margin:0px;}
.text-italic{font-style: italic; }

.action-box,.publish-abs,.unpublish-abs {
    display: none;
}


/****aside****/

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0
}

.control-sidebar-bg,.control-sidebar {
    top: 0;
    left: -400px;
    width: 400px;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.control-sidebar {
    position: fixed;/*absolute*/
    padding-top: 50px;
    z-index: 1010
}

.control-sidebar.control-sidebar-open,.control-sidebar.control-sidebar-open+.control-sidebar-bg {
    left: 0
}

.control-sidebar-open .control-sidebar-bg,.control-sidebar-open .control-sidebar {
    left: 0
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper {
        margin-left:400px
    }
}

.control-sidebar-dark,.control-sidebar-dark+.control-sidebar-bg {
    background: #fff;
}

.fixed-sidebar-trigger {
    display: block;
    /*position: fixed;*/
    padding: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50px;
    background: white;
    /*-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    cursor: pointer;
    background-color: #ffc40e;
}

.fixed-sidebar-trigger > span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 22px;
}

.fixed-sidebar-trigger.control-sidebar-open {
    left: 400px;
}

.fixed-sidebar-trigger > span:first-child{
    display: block;
}
.fixed-sidebar-trigger > span:not(:first-child){
    display: none;
}
.fixed-sidebar-trigger.control-sidebar-open > span:first-child{
    display: none;
}
.fixed-sidebar-trigger.control-sidebar-open > span:not(:first-child){
    display: block;
    font-size: 18px;
}

/*@media only screen and (max-width: 1300px){
    .fixed-sidebar-trigger {
        position: relative;
        left: -10px;
        top: -10px;
    }
    .fixed-sidebar-trigger.control-sidebar-open {
        left: 390px;
    }
}*/
.input-ofset-width input.form-control{
    width: 324px;
}
.form-horizontal .input-ofset-width label.control-label{
    display: block;
    text-align: left;
}