
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
.copyright{
    font-size:12px;
    text-align: center;
    color:white;
}
.copyright a{
    color:white;
    padding:0 10px
}
.center{
    text-align: center;
}
footer{
    background:#0f0f0f;
    padding: 40px 0;
}
header{
    margin-top: 60px;
}
.breadcrumb{
    padding:8px 15px 1px 15px
}
.breadcrumb a{
    text-transform: uppercase;
}
.navbar-nav a{
    text-transform: uppercase;
}
a.navbar-brand{
    background: #000;
    color:white !important;
    margin:0 !important;
}
a.navbar-brand:hover{
    background: #666 !important;
}
.clear{
    clear: both;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.left{
    float:left;
}
.right{
    float: right;
}

.navbar-brand{
    font-size: 14px;
}

.btn a{
    color: black;
}
.btn-danger a{
    color: white;
}

.panel-heading p{
    font-size: 24px;
    padding-bottom: 0!important;
    margin-bottom: 0;
}

label, .uppercase{
    text-transform: uppercase;
}

.logo{
    float: left;
    margin-top: 12px;
}



/*VALIDATION**/

/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position:relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ee0101;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
    border-left: 2px solid #33be40;
    border-right: 2px solid #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top:2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ee0101;
    border-right: 2px solid #ee0101;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
    border-left: 2px solid #33be40;
    border-right: 2px solid #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;

}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.resultList ul{
    margin:0;
    padding: 0
}

.resultList li{
    list-style-type: none;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.resultList li:nth-child(odd){
    background: #eee;
}
.resultList li:after{
    content: '';
    display: block;
    clear: both;
}

.suffix{
    position: absolute;
    right: 0;
    top: 30px;
}
.prefix{
    position: absolute;
    left: -10px;
    top: 30px;
}

.np{
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.npl{
    padding-left: 0 !important;
}

.npr{
    padding-right: 0 !important;
}


td .btn-group{
    min-width: 100px;
}
@media(max-width:650px){
    .navbar-form, .navbar-right, .logo, .breadcrumb{
        display:none
    }
    .navbar-fixed-top{
        position: relative;
    }
    header {
        margin-top: 0px;
    }
}


.mright-10{
    margin-right: 10px;
}



.id{
    margin-right: 10px;
}

footer{
    margin-top: 40px;
    clear: both;
}



.accordionItem{
    clear: both;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.accordionHeadline {
    font-size: 16px;
    cursor: pointer
}

.accordionContent {
    background: #eee;
    display: none;
    padding: 30px 0px;

}
.up,.down{
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.up{
    display: none;
}
.accordionHeadline.on .up{
    display: inline-block;
}
.accordionHeadline.on .down{
    display: none;
}

.panel-title{
    line-height: 30px;
    color: white;
}

.cblack{
    color: black;
}

th{
    cursor: pointer;
}

.ajaxFileDel{
    margin-left: 20px;
}
.hidetodel{
    display: none!important;
}



/*ADD smal minimal theme*/
.panel-body{
    padding: 5px 0;
}

.accordionItem{
    margin-bottom: 3px
}
.addNew{
    margin: 10px;
}
label{
    font-size: 12px;
    letter-spacing: 0.5px;
}

.btn {
    padding: 5px 9px;
    font-size: 12px;
}

.accordionItem .accordionItem {
    background: #f4f4f4
}

.panel-heading {
    padding: 5px 15px;
}

.accordionContent {
    padding: 15px 0px;
}

.accordionContent .col-md-12{
    padding-right: 15px;
    padding-left: 15px;
}

.accordionContent form{
    margin-left: -10px;
    margin-right: -10px;
}

.accordionContent .accordionContent{
    margin-left: -10px;
    margin-right: -10px;
}

.accordionContent .accordionItem{
    padding: 10px 10px;
}
.accordionHeadline {
    font-size: 15px;
}

.panel h3{
    color: white;
}
.panel-success .panel-heading {
    background: #324549
}
.panel-error .panel-heading {
    background: green;
}
.panel-title {
    letter-spacing: 0.5px;
}
.btn-success{
    margin-right: 15px;

}

.none{
    display: none;
}
.saveBtn{
    background: #33be40;
    border-color: #33be40;
    color: white;
}
.panel-heading p {
    font-size: 19px;
}
.panel-default>.panel-heading {
    color: white;
    background-color: #324549
}

.newitem{
    padding:0 10px;
}

.align-right{
    text-align: right;
}

*{
    border-radius: 0!important;
    box-shadow: none!important;
}

.newitem .ajaxLoad{
    display: none;
}
.right{
    float: right;
}
.block{
    display: block;
}

.saveBackground{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2ECC40;
    z-index: 999999999;
    display: none;
}
.errorBackground{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: red;
    z-index: 999999999;
    display: none;
}
.red{
    color: red;
}
.waitBackground{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: orange;
    z-index: 9999;
    display: none;
}
.waitBackground .wrap{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
}
.waitBackground h1{
    color: white;
}

.ajaxpanel .mastersave{
    display: none;
}
.ajaxcontent{
    display: none;
}
.lastChild .ajaxcontent{
    display: block;
}
.mb-30{
    margin-bottom: 20px;
    border-top: 1px solid #324549
}

.newitem{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
form{
    position: relative;
}
.tabContent{
    display: none;
}
.tabHeadline{
    display: inline-block;
}
.tabHeadline a{
    display: inline-block;
    margin:0 2px 5px 2px;
    padding: 8px 5px;
    background: #f5f5f5;
    text-transform: uppercase;
    border: 1px solid #324549;
    font-size:12px;
}
.tabContent.active{
    display: block;
}

.tabHeadline a.active, .tabHeadline a:hover  {
    background: #324549;
    color: white;
    text-decoration: none;
}

input[type=checkbox]{
    margin: 0px 0 0;
}


.listBlock{
    display: block;
    text-decoration: none;
    color: black;
}
.listBlock:hover{
    text-decoration: none;
}

.saveBtn.ajaxcontent, .saveBtn.ajax{
    display: none;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}
ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.sort{
    padding-left: 40px;
}
.helper{
    position: absolute;
    z-index: 999999999999;
    top: 30px;
    left: 10px;

}
.accitem{
    position: relative;
}
.placeholder{
    height: 4px;
    width: 100%;
    background: red;
}
.dragging .dragged{
    position: inherit;
}
.dragging .dragged .helper{
    display: none;
}