
.xrow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.xrow.border-bottom {
    border-bottom: 1px solid #eaeaea;
}




.col {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.col .content-inner {
    padding: 10px 15px;
}

.col-1 {
    width: 10%;
}
.col-2 {
    width: 20%;
}
.col-3 {
    width: 30%;
}
.col-4 {
    width: 40%;
}
.col-5 {
    width: 50%;
}
.col-6 {
    width: 60%;
}
.col-7 {
    width: 70%;
}
.col-8 {
    width: 80%;
}
.col-9 {
    width: 90%;
}
.col-10 {
    width: 100%;
}

.col-margin-top {
    margin-top: 25px;
}
.col-margin-bottom {
    margin-bottom: 25px;
}






.xcol {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.xcol-4 {
    width: 100%;
}
.xcol-3 {
    width: 75%;
}
.xcol-2 {
    width: 50%;
}
.xcol-1 {
    width: 25%;
}







/*
-----------------------------------------------------------------------------
GRID SYSTEM
-----------------------------------------------------------------------------
*/

.xcol-full {
    width: 100%;
    float: none;
    clear: both;
}

/* 2 Grid */
.xcol-2-2 {
    width: 100%;
}
.xcol-1-2 {
    width: 50%;
}


/* 3 Grid */
.xcol-3-3 {
    width: 100%;
}
.xcol-2-3 {
    width: 66.666%;
}
.xcol-1-3 {
    width: 33.333%;
}


/* 4 Grid */
.xcol-4-4 {
    width: 100%;
}
.xcol-3-4 {
    width: 75%;
}
.xcol-2-4 {
    width: 50%;
}
.xcol-1-4 {
    width: 25%;
}


/* 5 Grid */
.xcol-5-5 {
    width: 100%;
}
.xcol-4-5 {
    width: 80%;
}
.xcol-3-5 {
    width: 60%;
}
.xcol-2-5 {
    width: 40%;
}
.xcol-1-5 {
    width: 20%;
}


/* 6 Grid */
.xcol-6-6 {
    width: 100%;
}
.xcol-5-6 {
    width: 83.33333333333334%;
}
.xcol-4-6 {
    width: 66.66666666666667%;
}
.xcol-3-6 {
    width: 50%;
}
.xcol-2-6 {
    width: 33.33333333333334%;
}
.xcol-1-6 {
    width: 16.66666666666667%;
}


/* 8 Grid */
.xcol-8-8 {
    width: 100%;
}
.xcol-7-8 {
    width: 87.5%;
}
.xcol-6-8 {
    width: 75%;
}
.xcol-5-8 {
    width: 62.5%;
}
.xcol-4-8 {
    width: 50%;
}
.xcol-3-8 {
    width: 37.5%;
}
.xcol-2-8 {
    width: 25%;
}
.xcol-1-8 {
    width: 12.5%;
}


/* 10 Grid */
.xcol-10-10 {
    width: 100%;
}
.xcol-9-10 {
    width: 90%;
}
.xcol-8-10 {
    width: 80%;
}
.xcol-7-10 {
    width: 70%;
}
.xcol-6-10 {
    width: 60%;
}
.xcol-5-10 {
    width: 50%;
}
.xcol-4-10 {
    width: 40%;
}
.xcol-3-10 {
    width: 30%;
}
.xcol-2-10 {
    width: 20%;
}
.xcol-1-10 {
    width: 10%;
}



.xcol-icon {
    width: 50px !important;
}
.xcol-1-10.subtract-icon-width {
    width: calc(10% - 50px) !important;
}
.xcol-2-10.subtract-icon-width {
    width: calc(20% - 50px) !important;
}
.xcol-3-10.subtract-icon-width {
    width: calc(30% - 50px) !important;
}
.xcol-4-10.subtract-icon-width {
    width: calc(40% - 50px) !important;
}
.xcol-5-10.subtract-icon-width {
    width: calc(50% - 50px) !important;
}
.xcol-6-10.subtract-icon-width {
    width: calc(60% - 50px) !important;
}
.xcol-7-10.subtract-icon-width {
    width: calc(70% - 50px) !important;
}
.xcol-8-10.subtract-icon-width {
    width: calc(80% - 50px) !important;
}
.xcol-9-10.subtract-icon-width {
    width: calc(90% - 50px) !important;
}
.xcol-10-10.subtract-icon-width {
    width: calc(90% - 50px) !important;
}







.xcol-left-a-500 {
    width: calc(100% - 500px);
    max-width: 100%;
}
.xcol-right-a-500 {
    width: 500px;
    max-width: 100%;
}

.xcol-left-a-400 {
    width: calc(100% - 320px);
    max-width: 100%;
}
.xcol-right-a-400 {
    width: 320px;
    max-width: 100%;
}

.xcol-left-b-400 {
    width: 400px;
    max-width: 100%;
}
.xcol-right-b-400 {
    width: calc(100% - 400px);
    max-width: 100%;
}

.xcol-left-a-300 {
    width: calc(100% - 300px);
    max-width: 100%;
}
.xcol-right-a-300 {
    width: 300px;
    max-width: 100%;
}

.xcol-left-b-300 {
    width: 300px;
    max-width: 100%;
}
.xcol-right-b-300 {
    width: calc(100% - 300px);
    max-width: 100%;
}


.xcol-left-a-200 {
    width: calc(100% - 200px);
    max-width: 100%;
}
.xcol-right-a-200 {
    width: 200px;
    max-width: 100%;
}
.xcol-left-b-200 {
    width: 200px;
    max-width: 100%;
}
.xcol-right-b-200 {
    width: calc(100% - 200px);
    max-width: 100%;
}

.xcol-left-a-150 {
    width: calc(100% - 150px);
    max-width: 100%;
}
.xcol-right-a-150 {
    width: 150px;
    max-width: 100%;
}





.xcol-left-icon-left {
    width: 22px;
}
.xcol-left-icon-right {
    width: calc(100% - 22px);
}




.xcol-full.border-top {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 15px;
}


.xcol.xcol-full {
    width: 100% !important;
}



.xrow.border-top {
    border-top: 1px solid #e0e0e0;
}
.xrow.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.xcol .content-inner {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 7px 11px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
}





.xrow.xrow-list {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: #ffffff;
}
.xrow.xrow-list.first,
.xrow.xrow-list.first.last {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.xrow.xrow-list .xcol {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    color: #444444 !important;
}

.xrow.xrow-list.list-color-b {
    background-color: #fafafa;
}
.xrow.xrow-list:hover {
    background-color: #f5f5f5;
}
.xrow.xrow-list:active {
}

.xrow.xrow-list-header {
    background-color: #ffffff !important;
    border-bottom: 2px solid #e0e0e0;
}
.xrow.xrow-list-header .xcol {
    font-weight: bold !important;
}




.xcol.xcol-float-left {
    float: left !important;
}

.xcol.xcol-float-right {
    float: right !important;
}







/*
SMALL DESKTOP A
 */
.show-md {
    display: none !important;
}
@media all and (max-width: 1400px) {
    .show-md {
        display: block !important;
    }
    .hide-md {
        display: none !important;
    }

    span.md-hide-span,
    .md-hide-span span {
        display: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .md-hide-span {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md-no-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }



    .software a.margin-right {
        margin-right: 5px !important;
    }



    .md-xcol-full {
        width: 100%;
    }
    .md-xcol-10-10 {
        width: 100%;
    }
    .md-xcol-9-10 {
        width: 90%;
    }
    .md-xcol-8-10 {
        width: 80%;
    }
    .md-xcol-7-10 {
        width: 70%;
    }
    .md-xcol-6-10 {
        width: 60%;
    }
    .md-xcol-5-10 {
        width: 50%;
    }
    .md-xcol-4-10 {
        width: 40%;
    }
    .md-xcol-3-10 {
        width: 30%;
    }
    .md-xcol-2-10 {
        width: 20%;
    }
    .md-xcol-1-10 {
        width: 10%;
    }




    .xcol-icon {
        width: 50px !important;
    }
    .md-xcol-1-10.subtract-icon-width {
        width: calc(10% - 50px) !important;
    }
    .md-xcol-2-10.subtract-icon-width {
        width: calc(20% - 50px) !important;
    }
    .md-xcol-3-10.subtract-icon-width {
        width: calc(30% - 50px) !important;
    }
    .md-xcol-4-10.subtract-icon-width {
        width: calc(40% - 50px) !important;
    }
    .md-xcol-5-10.subtract-icon-width {
        width: calc(50% - 50px) !important;
    }
    .md-xcol-6-10.subtract-icon-width {
        width: calc(60% - 50px) !important;
    }
    .md-xcol-7-10.subtract-icon-width {
        width: calc(70% - 50px) !important;
    }
    .md-xcol-8-10.subtract-icon-width {
        width: calc(80% - 50px) !important;
    }
    .md-xcol-9-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }
    .md-xcol-10-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }

}








/*
SMALL DESKTOP B
 */
.show-sd {
    display: none !important;
}

@media all and (max-width: 1279px) {
    .show-sd {
        display: block !important;
    }
    .hide-sd {
        display: none !important;
    }

    .sd-xcol-full {
        width: 100%;
    }
    .sd-xcol-10-10 {
        width: 100%;
    }
    .sd-xcol-9-10 {
        width: 90%;
    }
    .sd-xcol-8-10 {
        width: 80%;
    }
    .sd-xcol-7-10 {
        width: 70%;
    }
    .sd-xcol-6-10 {
        width: 60%;
    }
    .sd-xcol-5-10 {
        width: 50%;
    }
    .sd-xcol-4-10 {
        width: 40%;
    }
    .sd-xcol-3-10 {
        width: 30%;
    }
    .sd-xcol-2-10 {
        width: 20%;
    }
    .sd-xcol-1-10 {
        width: 10%;
    }



    .xcol-icon {
        width: 50px !important;
    }
    .sd-xcol-1-10.subtract-icon-width {
        width: calc(10% - 50px) !important;
    }
    .sd-xcol-2-10.subtract-icon-width {
        width: calc(20% - 50px) !important;
    }
    .sd-xcol-3-10.subtract-icon-width {
        width: calc(30% - 50px) !important;
    }
    .sd-xcol-4-10.subtract-icon-width {
        width: calc(40% - 50px) !important;
    }
    .sd-xcol-5-10.subtract-icon-width {
        width: calc(50% - 50px) !important;
    }
    .sd-xcol-6-10.subtract-icon-width {
        width: calc(60% - 50px) !important;
    }
    .sd-xcol-7-10.subtract-icon-width {
        width: calc(70% - 50px) !important;
    }
    .sd-xcol-8-10.subtract-icon-width {
        width: calc(80% - 50px) !important;
    }
    .sd-xcol-9-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }
    .sd-xcol-10-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }




    .xcol-left-a-500 {
        width: calc(100% - 450px);
        max-width: 100%;
    }
    .xcol-right-a-500 {
        width: 450px;
        max-width: 100%;
    }

    .xcol-left-a-400 {
        width: calc(100% - 350px);
        max-width: 100%;
    }
    .xcol-right-a-400 {
        width: 350px;
        max-width: 100%;
    }


}






/*
MOBILE
 */
@media all and (max-width: 1023px) {
    span.m-hide-span,
    .m-hide-span span {
        display: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-no-margin,
    .m-hide-span {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .m-no-margin-right {
        margin-right: 0 !important;
    }
    .m-no-margin-left {
        margin-left: 0 !important;
    }


    .xcol-left-b-400 {
        width: 100%;
        max-width: 100%;
    }
    .xcol-right-b-400 {
        width: 100%;
        max-width: 100%;
    }



    .m-xcol-full {
        width: 100% !important;
    }

    .m-xcol-10-10 {
        width: 100% !important;
    }
    .m-xcol-9-10 {
        width: 90% !important;
    }
    .m-xcol-8-10 {
        width: 80% !important;
    }
    .m-xcol-7-10 {
        width: 70% !important;
    }
    .m-xcol-6-10 {
        width: 60% !important;
    }
    .m-xcol-5-10 {
        width: 50% !important;
    }
    .m-xcol-4-10 {
        width: 40% !important;
    }
    .m-xcol-3-10 {
        width: 30% !important;
    }
    .m-xcol-2-10 {
        width: 20% !important;
    }
    .m-xcol-1-10 {
        width: 10% !important;
    }



    .xcol-icon {
        width: 50px !important;
    }
    .m-xcol-1-10.subtract-icon-width {
        width: calc(10% - 50px) !important;
    }
    .m-xcol-2-10.subtract-icon-width {
        width: calc(20% - 50px) !important;
    }
    .m-xcol-3-10.subtract-icon-width {
        width: calc(30% - 50px) !important;
    }
    .m-xcol-4-10.subtract-icon-width {
        width: calc(40% - 50px) !important;
    }
    .m-xcol-5-10.subtract-icon-width {
        width: calc(50% - 50px) !important;
    }
    .m-xcol-6-10.subtract-icon-width {
        width: calc(60% - 50px) !important;
    }
    .m-xcol-7-10.subtract-icon-width {
        width: calc(70% - 50px) !important;
    }
    .m-xcol-8-10.subtract-icon-width {
        width: calc(80% - 50px) !important;
    }
    .m-xcol-9-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }
    .m-xcol-10-10.subtract-icon-width {
        width: calc(90% - 50px) !important;
    }




    .m-xcol-6-6 {
        width: 100% !important;
    }
    .m-xcol-5-6 {
        width: 83.33333333333334% !important;
    }
    .m-xcol-4-6 {
        width: 66.66666666666667% !important;
    }
    .m-xcol-3-6 {
        width: 50% !important;
    }
    .m-xcol-2-6 {
        width: 33.33333333333334% !important;
    }
    .m-xcol-1-6 {
        width: 16.66666666666667% !important;
    }




    .xcol-2-2,
    .xcol-1-2 {
        width: 100%;
    }

    .xcol-3-3,
    .xcol-2-3,
    .xcol-1-3 {
        width: 100%;
    }

    .xcol-4-4,
    .xcol-3-4,
    .xcol-2-4,
    .xcol-1-4 {
        width: 100%;
    }

    .xcol-5-5,
    .xcol-4-5,
    .xcol-3-5,
    .xcol-2-5,
    .xcol-1-5 {
        width: 100%;
    }

    .xcol-6-6,
    .xcol-5-6,
    .xcol-4-6,
    .xcol-3-6,
    .xcol-2-6,
    .xcol-1-6 {
        width: 100%;
    }

    .xcol-8-8,
    .xcol-7-8,
    .xcol-6-8,
    .xcol-5-8,
    .xcol-4-8,
    .xcol-3-8,
    .xcol-2-8,
    .xcol-1-8 {
        width: 100%;
    }


    .xcol-10-10,
    .xcol-9-10,
    .xcol-8-10,
    .xcol-7-10,
    .xcol-6-10,
    .xcol-5-10,
    .xcol-4-10,
    .xcol-3-10,
    .xcol-2-10,
    .xcol-1-10 {
        width: 100%;
    }


    /* 3 Grid */
    .m-xcol-3-3 {
        width: 100% !important;
    }
    .m-xcol-2-3 {
        width: 66.666% !important;
    }
    .m-xcol-1-3 {
        width: 33.333% !important;
    }



    .xcol.padding-left {
        padding-left: 0 !important;
    }
    .xcol.padding-right {
        padding-right: 0 !important;
    }

    .xcol {
        /*margin-bottom: 10px !important;*/
    }

    .xcol-2 {
        margin-bottom: 15px;
        width: 100%;
    }

    .xcol input,
    .xcol select,
    .xcol textarea {
        width: 100% !important;
    }

    .xcol input[type=checkbox] {
        width: auto !important;
    }

    .clear-all.margin-bottom {
        margin-bottom: 0 !important;
    }

    .software a.margin-right {
        margin-right: 0 !important;
    }


    .xcol input.small-input {
        width: calc(50% - 50px) !important;
    }

    .clear-all.margin-bottom.m-margin-bottom {
        margin-bottom: 15px !important;
    }
}








@media all and (max-width: 700px) {
    .mm-xcol-full {
        width: 100% !important;
    }
}

