.dcm{
    position:relative;
}
.dcm-actions{
    font-size:0;
    white-space: nowrap;
    padding:10px 0 0 0;
}
.dcm-actions .button{
    margin:0 10px 0 0;
}
/*list*/
.dcm-item-list {
    padding-top:10px;
}
.dcm-item-list table{
    width:100%;
}
.dcm-item-list th{
    font-weight:600;
    line-height:38px;
    height:38px;
    text-align:left;
    padding:0 5px;
}
.dcm-item-list th:last-of-type{
    width:100px;
}
.dcm-item-list td{
    line-height:38px;
    height:38px;
    padding:0 5px;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#dbdbdb;
}
.dcm-item-list tr td:first-of-type{
    border-width:1px 0 0 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.dcm-item-list tr td:last-of-type{
    border-width:1px 1px 0 0 ;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.dcm-item-list tr:last-of-type td{
    border-bottom-width:1px;
}
.dcm-item-list tr:nth-child(2n+1) td{
    background: #f1f2f7;
}
.dcm-item-list tr:hover td{
    background: #E3E3E3;
}
/*single items*/
.dcm-single-item{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    border:1px solid #DBDBDB;
    border-radius:3px;
    margin-bottom: 7px;
    padding: 10px 8px;
    position: relative;
}
.dcm-single-item .dcm-item-actions{
    position: absolute;
    right: 2px;
    top: 2px;
}
.dcm-single-item .dcm-item-title{
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.dcm-single-item .dcm-item-info{
    color: #81868C;
}
/**/
.dcm-cont{}
.dcm-cont.dcm-popup{
    display:none;
}
.page-create .dcm-cont.dcm-popup.create-cont{
    height:calc(100%);
}
.dcm-cont .custom-radio-wrap{
    padding-right:10px;
}
/*popup*/
.dcm-popup-wrap{
    position:fixed;
    z-index:100000;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    display:none;
}
.dcm-popup-cont{
    position:absolute;
    top:50%;
    left:50%;
    min-width:400px;
    max-width:500px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.dcm-popup-cont .create-wrap{
    height:auto;
}
.dcm-popup-cont .dcm-actions{
    text-align:center;
    padding:10px 0;
}
.dcm-popup-cont .dcm-actions .button{
    margin:0 5px;
}
/*colorpicker*/
.dcm-enc .sp-replacer{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:40px;
    border-color:#DBDBDB;
    background:white;
}
.dcm-enc .sp-preview{
    margin-right:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:100%;
}
.dcm-enc .sp-dd{
    display:none;
}

@media screen and (max-height: 800px){
    .dcm-popup-cont.page-create .create-wrap{
        height:480px;
    }
}

