#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;
    }
        #searchText{
    width: 130px;
    }
           .main-wrapper{
            min-height:400px;
            max-height:530px;
            height:500px;
        } 
        
         @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 (max-width: 633px){
    
    
    
    }
        @media screen and (max-width: 767px){
        #wrapper{
        
        }
        }
        @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%;
    }
}