/*Edition comparison page icon css*/
.edi-spr{display:block;background:url(https://www.manageengine.com/patch-management/images/edition-com-spr.png);width:21px;height:21px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.edi-spr.tick-spr{background-position:-3px -3px}
.edi-spr.cross-spr{background-position:-28px -3px}
/*Edition comparison page icon css*/

table.dceditionTable td{position: relative}
.dcticked{position: relative;padding-left: 35px}
.lists_tick_cross .dcticked .edi-spr{left:20px}
.breadcrumb {
    display: none;
}
table.dceditionTable {
    max-width: 750px;
    margin: 20px auto;
    width:100%
}

table.dceditionTable td:first-child {
    width: 40%;
}
table.dceditionTable thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
}
table.dceditionTable td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

a.link.call-to {
   background-color:#037cbd;
   color:#fff !important;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
}
a.link.call-to:hover {
    background-color: #eee;
    color: #037cbd !important;
    border: 1px solid #037cbd;
}
table.dceditionTable tr th {
    background-color: #ececec !important;
    padding: 15px 5px !important;
    color: #1183cc;
    font-weight: bold;
}

table.dceditionTable tr th:first-child {
    background-color: #dee0e0 !important;
    color: #000;
}

tr.op_only {
    display:;
}
a.link.comp strong {
    display: block;
    color: #138ad6;
    font-size: 18px;
}
a.link.comp {
    float: right;
    text-align: center;
    margin-right: 60px;
    margin-top: 10px;
    line-height: normal;
    color: #000 !important;
    font-weight: 400;
    text-decoration: none;
}
a.link.comp:hover strong {
    text-decoration: underline;
}
.pmp .tab-cover .tab-btn-group a.help-tab-btn {
    width: 150px !important;
}
@media screen and (max-width:760px){
.pmp .tab-cover .tab-btn-group a.help-tab-btn{width:115px !important}
table.dceditionTable thead tr th{font-size:14px}
table.dceditionTable td,a.link.call-to{font-size:12px}
}
@media screen and (max-width:540px){
table.dceditionTable td{padding:8px 5px}
table.dceditionTable td, a.link.call-to{font-size:10px}
a.link.call-to{padding:6px 12px}
h3, .hTag3{margin:10px 0 10px}
.pmp .tab-cover .tab-btn-group a.help-tab-btn{width:90px !important;font-size: 14px !important}
a.link.comp strong{font-size:14px}
.pmp .tab-cover .tab-btn-group{top:-47px!important}
.pmp .tab-cover .tab-btn-group a.help-tab-btn{padding:10px!important}
}
@media screen and (max-width:429px){
.pmp .tab-cover .tab-btn-group a.help-tab-btn{font-size:12px !important}
}

