#content {
    /* margin: 0px !important; */
    /* width: auto !important; */
    }
    #DAM {
    top: 56px;
    z-index: 3;
    }
    #multiple_actions, #proform, #jobQ{
    margin: 0px 7px;
    float:right;
    }
    .rightcolmn {
     padding-left: 0px;
     padding-top: 15px;
    }
    
    .workflowbox {
        height: 7.8vw;
        line-height: 1.5;
        border: 0.15vw solid #d3d1c3;
        font-family: 'Open Sans';
        text-align: center;
        border-radius: 0;
        margin-bottom: 1vw;
        background: #d3d1c3;
        cursor: pointer;
        /* margin-top: 1vw; */
        width: auto !important;
    }
    
    .WorkflowBoxHeading {
        font-weight: 900;
        font-size: 1vw;
        color: white;
        padding: 0.2vw 1vw 0;
        text-align: left;
    }

    .leftbox {
        width: 50%;
        float: left;
        color: #acaba0;
        border-right: 0.1vw solid #FFF;
        box-sizing: border-box;
    }

    .leftboxcount {
        width: 100%;
        font-size: 2.8vw;
    }

    .leftboxfooter {
        width: 100%;
        font-weight: 400;
        font-size: 0.65vw;
        color: #1D1F21;
    }

    .rightbox {
        width: 50%;
        float: left;
        color: #acaba0;
        border-left: 0.1vw solid #FFF;
        box-sizing: border-box;
    }

    .rightboxcount {
        width: 100%;
        font-size: 2.8vw;
    }

    .rightboxfooter {
        width: 100%;
        font-weight: 400;
        font-size: 0.65vw;
        color: #1D1F21;
    }
    .listArrow {
        position: absolute;
        right: 9.4px;
        top: 11px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .placeholder {
        color: #9c9a97 !important;
        border-color: #9c9a97 !important;
    }
    #searchText{
        width: 100%;
        border: none;
        border-bottom: 0.01vw solid #000;
        background: transparent;
        box-shadow: none;
        height: auto;
        font-family: 'Open Sans';
        color: #1D1F21;
        font-size: 0.8vw;
        position: relative;
        top: 0.1vw;
        left: 0.4vw;
    }

    .search-input-wrap {
        position: relative;
        bottom: 6px;
    }

    .full-search {
        height: 20px;
        cursor: pointer;
        margin-left: 7px;
        margin-bottom: 1px;
        width: 20px;
        background-color: #D1D0C2;
        color: #FFF;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        display: inline-flex !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .main-wrapper{
            min-height:400px;
            max-height:530px;
            height:500px;
    } 
    .track-icon {
        font-size: 2.52vw !important;
        position: relative;
        top: 0.24vw;
    }
        
@media screen and (max-width: 575px) {
    #DAM{
        top: 82px;
        z-index: 3;
    }
    #icon-actions{
        padding-top: 12px !important;
    }
    .headerreset{
        display: block;
    }
    #multiple_actions, #proform, #jobQ{
        margin: 0px 7px 0px 0px;
    }
    .floatactionsalign{
        float: left;
    }     
}
            
@media screen and (min-width: 979px){
    #wrapper{
            /* 	padding: 2em 5em 0 !important; */
        }
    
}
@media (max-width: 979px) and (min-width: 768px){
    #wrapper {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
}


.pagemajik .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}


@media (orientation: portrait) {    
    .pagemajik .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}