html, body {
    height: 100%;
    margin: 0;
}


.tool_item
{
    display: inline-block;
    width: 136px;
    height: 101px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    color: #222;
    box-shadow: 0 2px 7px #00000029;
    margin-right: 6px;
    cursor: pointer;
    transition: background-color 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
}

.tool_item span{
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align: center;
    width: 100%;
}


.tool_item:hover {
    background-color: #edf7ff;
    text-decoration: none;
    color: #1a4c78;
    border: 1px solid #55a3e7;
}
/* 
.tool_item:hover
{
    background-color: #ffe18c;
    text-decoration: none;
    color: #7e3500;
    border: 1px solid #fbc242;
} */

h2
{
    color: #878787;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 23px;
    margin-bottom: 12px;
    font-weight: bold;
    
}

.hp_desk
{
    color: #545454;
    margin-bottom: 16px;
    font-size: 15px;
    clear: both;
}



.tool_image
{
    width: calc(100% - 360px);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.tool_image img{
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.abc_holder, .abc_holder_wide
{
    vertical-align: top;
    width: 336px;
    height: 280px;
    display: inline-block;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
    box-sizing: border-box;
    color: #ccc;
    border-radius: 3px;
    text-align: center;
}
.abc_holder_wide
{
    width: 100%;
    height: auto !important;
    min-height: 90px;
    margin-top: 15px;
    line-height: 90px;
    margin-bottom: 12px;
}
.spacer
{
    width: 100%;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    margin: 10px 0;
    height: 2px;
    clear: both;
}

.bread_crumbs
{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    background-color: #f7f7f7;
    padding: 5px 11px;
    box-sizing: border-box;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bcr_item
{
    display: inline-block;
    color: #707070;
    cursor: pointer;
    font-size: 13px;
}
.bcr_item a {color: inherit;}
.bcr_item:hover {text-decoration: underline;}
.bcr_item::after
{
    content: ">";
    display: inline-block;
    color: #878787;
    margin-left: 8px;
    margin-right: 6px;
}
.bcr_item:last-of-type::after{   display: none; }
.bcr_item:last-of-type {cursor:auto;}
.bcr_item:last-of-type:hover {text-decoration: none;}

.clr_black {filter: sepia(57%) saturate(523%) hue-rotate(180deg) brightness(114%) contrast(101%);}
.clr_blue {filter:  brightness(0) saturate(100%) invert(50%) sepia(17%) saturate(1516%) hue-rotate(166deg) brightness(97%) contrast(89%);}
/* .clr_blue {filter:  brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(1095%) hue-rotate(180deg) brightness(102%) contrast(106%);} */

.tool_item .img_svg{
    height: 57px;
    width: auto;
    position: relative;
    top: 12px;
}

@media (max-width: 767px) {

    h2 {
    font-size: 16px;
    margin-top: 0px !important;
    }
  
    .btnSimple[k="save"] {
        width: 120px !important;
    }
    
    .btnSimple[k="open"] {
        width: 120px !important;
    }

    .tool_item {
        width: 30%;
    }
    .tool_item span {     font-size: 12px;}

    .tool_image {
        width: 100%;
        background-repeat: no-repeat;
        display: block;
        margin-top: 10px;
    }

    .abc_holder {    display: block;     margin: 0 auto;}
  
}