
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Iran-sans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/Iran-sans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'); /* IE6-8 */
    src: url('../fonts/Iran-sans/woff2/IRANSansWeb_Bold.woff2') format('woff2'); /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/Iran-sans/woff/IRANSansWeb_Bold.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/Iran-sans/ttf/IRANSansWeb_Bold.ttf') format('truetype'), 
         url('../fonts/Iran-sans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/Iran-sans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Iran-sans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/Iran-sans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'); /* IE6-8 */
    src: url('../fonts/Iran-sans/woff2/IRANSansWeb_Medium.woff2') format('woff2'); /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/Iran-sans/woff/IRANSansWeb_Medium.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/Iran-sans/ttf/IRANSansWeb_Medium.ttf') format('truetype'), 
         url('../fonts/Iran-sans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/Iran-sans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Iran-sans/eot/IRANSansWeb.eot');
    src: url('../fonts/Iran-sans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'); /* IE6-8 */
    src: url('../fonts/Iran-sans/woff2/IRANSansWeb.woff2') format('woff2'); /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/Iran-sans/woff/IRANSansWeb.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/Iran-sans/ttf/IRANSansWeb.ttf') format('truetype'), 
         url('../fonts/Iran-sans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/Iran-sans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}


html {
    font-family: 'IRANSans', Tahoma;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'IRANSans', Tahoma !important;
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
    color: #111;
    padding: 0;
    margin: 0;
    outline: 0;
}
  /*html, body, body form, body form table {
        height: 100%;
    }*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input,
    button,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }


    a {
        color: #111;
        outline: 0;
        text-decoration: none;
    }

        a:hover,
        a:focus {
            color: #4075F8;
            text-decoration: none;
        }

    figure {
        margin: 0;
    }

    iframe {
        border: 0;
        border: 1px solid aqua;
    }

    img {
        vertical-align: middle;
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
   
@-moz-document url-prefix() {
    .scroller {
        scrollbar-color: #d0d8e1 #eaedf3;
        scrollbar-width: thin;
    }

    .details_side.scroller {
        scrollbar-color: #d0d8e1 transparent;
        scrollbar-width: thin;
    }
}



    ::-webkit-scrollbar,
    .scroller::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track,
    .scroller::-webkit-scrollbar-track {
        background: #eaedf3;
    }

    ::-webkit-scrollbar-thumb,
    .scroller::-webkit-scrollbar-thumb {
        background: #d0d8e1;
    }

        ::-webkit-scrollbar-thumb:hover,
        .scroller::-webkit-scrollbar-thumb:hover {
            background: #aab3bd;
        }
/*::-webkit-scrollbar-button {
}*/

    ::-webkit-scrollbar-track-piece,
    .scroller::-webkit-scrollbar-track-piece {
    }

    ::-webkit-scrollbar-thumb:vertical,
    .scroller::-webkit-scrollbar-track-piece {
        height: 30px;
    }
::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}

.details_side.scroller::-webkit-scrollbar-track {
    background: transparent;
}



    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font: inherit;
        color: inherit;
    }

    button {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled],
        html input[disabled] {
            cursor: default;
        }

        button::-moz-focus-inner,
        input::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    input {
        line-height: normal;
    }

        input[type="checkbox"],
        input[type="radio"] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
        }

        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        input[type="search"] {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            -webkit-appearance: textfield;
        }

            input[type="search"]::-webkit-search-cancel-button,
            input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

        input[type="radio"],
        input[type="checkbox"] {
            /*margin: 4px 0 0;*/
            margin-top: 1px \9;
            line-height: normal;
        }

    fieldset {
        padding: .35em .625em .75em;
        margin: 0 2px;
        border: 1px solid #c0c0c0;
    }

    legend {
        padding: 0;
        border: 0;
    }

    textarea {
        overflow: auto;
    }

    optgroup {
        font-weight: bold;
    }

table {
    border-spacing: 0;
    border-collapse: separate;
}

    td,
    th {
        padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    .text-justify {
        text-align: justify;
    }

    .text-nowrap {
        white-space: nowrap;
    }

    .text-lowercase {
        text-transform: lowercase;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .text-capitalize {
        text-transform: capitalize;
    }

    ul, ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }
.h-100{
    height:100%;
}

.mt-0 {
    margin-top: 0px;
}

    .mb-0 {
        margin-bottom: 0px;
    }

    .pt-0 {
        padding-top: 0px;
    }

    .pb-0 {
        padding-bottom: 0px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .pt-30 {
        padding-top: 30px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }
    /*right and Left*/
    .pr-5 {
        padding-right: 5px;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pr-15 {
        padding-right: 15px;
    }

    .pl-15 {
        padding-left: 15px;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .pl-20 {
        padding-left: 20px;
    }

    .pr-25 {
        padding-right: 25px;
    }

    .pl-25 {
        padding-left: 25px;
    }

    .pr-30 {
        padding-right: 30px;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .pr-40 {
        padding-right: 40px;
    }

    .pl-40 {
        padding-left: 40px;
    }

    .lh-20 {
        line-height: 20px
    }

    .lh-28 {
        line-height: 28px
    }

    .lh-38 {
        line-height: 38px
    }

    .br {
        border: 1px solid red !important;
    }

    .bg-green {
        background-color: #3ccb73;
    }

    .bg-bluebase {
        background-color: #4075F8;
    }
.bg-red {
    background-color: #f74160;
}
.txt-color2 {
    color: #3657d8 !important;
}
.txt-black {
    color: #111 !important;
}
.select-box {
    position: relative;
}

        .select-box::after {
            content: '';
            position: absolute;
            left: 15%;
            top: 35%;
            width: 0;
            height: 0;
            /* border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid red;*/
            clear: both;
            border: solid #9fadbe;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

    .combobox-style {
        display: block;
        color: #111;
        line-height: 1.3;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #f3f5f8;
        box-shadow: 0 1px 2px 0 rgba(216, 224, 230, 0.5);
        padding: 9px 10px 8px 26px;
        white-space: nowrap;
        background: #ffffff;
        border-radius: 8px;
        cursor: pointer;
        border-radius: 7px;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: relative;
        transition: all 0.3s;
    }

    .header-language .combobox-style {
        padding: 7px 10px 7px 26px;
    }

    .combobox-style::-ms-expand {
        display: none;
    }

    .combobox-style:hover {
        box-shadow: 0 2px 12px 0 rgba(216, 224, 230, 0.6);
    }


    .combobox-style:focus {
        border-color: #ebeef3;
        box-shadow: 0 1px 2px 0 rgba(216, 224, 230, 0.7);
        color: #333;
        outline: none;
    }


    .combobox-style option {
        font-weight: normal;
        padding: 5px 0;
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'IRANSans', Tahoma;
        font-weight: bold;
    }

    .text-h1, .text-h2, .text-h3, .text-h4 {
        font-family: 'IRANSans', Tahoma;
        font-weight: bold;
        color: #4b4e53;
        display: block;
    }

    .text-h1 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-h2 {
        font-size: 48px;
        line-height: 66px;
    }

    .text-h3 {
        font-size: 36px;
        line-height: 10px;
    }

    .text-h4 {
        font-size: 28px;
    }

    .f-normal {
        font-weight: normal
    }

    .fa-Medium {
        font-weight: normal !important;
    }

    p {
        text-align: justify;
    }

    .bg-gray-1 {
        background-color: #f5f6fa;
    }

    .page-container {
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }
    /*************************Top Header*/
    .header_top {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        background-color: white;
        border-bottom: 1px solid #ecf2fa;
        vertical-align: middle;
        position: relative;
        font-size: 12px;
        font-weight: normal;
        color: #9fadbe;
    }

    .header_container {
        margin: auto;
        width: 100%;
        height: 59px;
        overflow: hidden;
    }

    .module {
        padding: 0 25px;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    /*header account*/
    .header-account {
        display: flex;
        align-items: center;
    }

    .myaccount, .module-setting {
        border-right: 0;
        padding-right: 0;
        color: #fff;
    }

        .myaccount .customer-ct {
        }

        .myaccount .content ul.links,
        .header-setting .module-setting ul.links {
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
        }

        .myaccount .customer-ct ul li,
        .header-setting .module-setting ul li {
            position: relative;
            padding-left: 13px;
            float: left;
            /*border-left: 1px solid #ecf2fa !important;*/
        }

            .myaccount .customer-ct ul li:last-child,
            .header-setting .module-setting ul li:last-child {
                padding-right: 6px;
                padding-left: 0;
                margin-left: 12px;
                /*border-right: 1px solid #ecf2fa !important;*/
            }

        .header-account .myaccount .customer-ct ul.links li a,
        .header-setting .module-setting ul.links li a,
        .module-setting .top-link-rev .HeaderLabel {
            padding: 0 6px;
            position: relative;
            top: 1px;
            color: #9fadbe;
            font-size: 12px;
            font-weight: normal;
            outline: 0;
        }
    /*header setting*/
    .header-setting {
        display: flex;
        justify-content: flex-end;
    }

    .module-setting {
        display: flex;
    }

        .module-setting ul.links li a.top-link-logout {
            color: #111;
            font-size: 13px;
            font-weight: 500;
        }
    /*header top nav*/
    .header_top_nav {
        display: flex;
        align-content: stretch;
        align-items: center;
        /*border: 1px solid red;*/
    }

        .header_top_nav ul {
            display: flex;
            width: 100%;
            height: 100%;
        }

            .header_top_nav ul li {
                display: flex;
                align-items: stretch;
            }

                .header_top_nav ul li a {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    padding: 0 20px;
                    padding-top: 0px;
                    color: #718097;
                    border-top: 2px solid transparent;
                    transition: all 0.1s linear;
                }

                    .header_top_nav ul li a:hover {
                        color: #4075F8;
                        background-color: #f5f6fa;
                        border-top: 2px solid #4075F8;
                    }

                .header_top_nav ul li .icon_top_nav {
                    width: 18px;
                    height: auto;
                }

                    .header_top_nav ul li .icon_top_nav img {
                        width: 100%;
                        height: 100%;
                    }


                .header_top_nav ul li .title_nav {
                    font-size: 11px;
                    font-weight: normal;
                    padding-right: 8px;
                }
    /**************************small Header*/
    .small-header {
        position: absolute;
        left: 30px;
        top: 10px;
        align-items: center;
        border: 1px solid red;
    }

    .small-header_row {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-language {
        z-index: 9;
    }

    .small-header_row .top-link-days {
        font-size: 12px;
        font-weight: 500;
        /*color: #4075F8;*/
        color: white;
        margin-left: 16px;
        padding: 5px 12px;
        background-color: #4075F8;
        border-radius: 6px;
        box-shadow: 0 1px 2px 0 rgba(216, 224, 230, 0.5);
        background: #3657d8;
        background: -moz-linear-gradient(45deg, #3657d8 -20%, #4075f8 100%);
        background: -webkit-linear-gradient(45deg, #3657d8 -20%,#4075f8 100%);
        background: linear-gradient(45deg, #3657d8 -20%,#4075f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3350c4', endColorstr='#4075f8',GradientType=1 );
    }
    /*End small Header*/
    .nav_logo {
        height: 15%;
        border-bottom: 1px solid #edf4f8;
        overflow: hidden;
        box-sizing: border-box;
    }

    .header_logo {
        padding: 20px 23px 20px 10px;
        text-align: right;
        overflow: hidden;
    }

        .header_logo img {
            width: auto;
            height: 60px;
            max-width: 240px;
            max-height: 80px;
            overflow: hidden;
        }

    .header_menu {
    }

    @media (min-width: 1200px) {
    }
    /*************main***/
    .main-container {
        background-color: #f5f6fa;
    }


    .atlas-container {
        width: 100%;
        height: 92%;
        box-sizing: border-box;
    }

        .atlas-container table.atlas-table-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-spacing: 0;
            border-collapse: separate;
            box-sizing: border-box;
            border: 1px solid red;
        }

        .atlas-container .td-side {
            border: 1px solid blue;
            width: 18%;
            height: 91vh;
            display: inline-block;
            overflow: hidden;
            /*overflow-y: scroll;*/
            box-sizing: border-box;
        }

        .atlas-container .main_side {
            height: 98%;
            display: block;
            overflow: hidden;
            background: #ffffff;
            border-radius: 8px 0 8px 8px;
            box-shadow: 0 11px 11px 0 #e7ecf3, 0 2px 4px 0 #edf1f6;
        }

            .atlas-container .main_side .details_side {
                padding: 23px 17px;
                padding-left: 20px;
                border: 1px solid red;
                height: 83%;
                overflow: hidden;
                overflow-y: scroll;
                box-sizing: border-box;
            }

        .atlas-container .td-main {
            border: 1px solid green;
            width: 81%;
            height: 91vh;
            display: inline-block;
            overflow: hidden;
            /*overflow-y: scroll;*/
            box-sizing: border-box;
            position: relative;
            border-top: 1px solid #e3e8ef;
        }

            .atlas-container .td-main .details_main {
                padding: 30px 30px 0px;
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                border: 1px solid black;
            }

    .details_main #TabStripMenus table tr {
        /*border-bottom: 1px solid red;*/
    }

    .details_main table#MultiPageMenus > table#pgvWelcome > tr > td > div > iframe.pgvWelcome_iFrame > html > body {
        margin: 0 !important;
        padding: 0 !important;
    }
    /***************** Tima & Day Box*/
    /*Day box*/
    .day-box {
        z-index: 99;
        padding-top: 60px;
    }

        .day-box .day-defult {
            display: none;
        }

        .day-box .day-style .day,
        .day-box .day-style .date,
        .day-box .day-style .date-m {
            display: block;
            color: #b0e1ff;
            font-weight: normal;
        }

        .day-box .day-style .day {
            font-size: 25px;
            color: white;
            padding-bottom: 12px;
        }

        .day-box .day-style .date {
            font-size: 15px;
        }

        .day-box .day-style .date-m {
            font-size: 12px;
            opacity: 0.6
        }
/*Box Date*/
.box-date {
    box-sizing: content-box;
    width: auto;
    padding: 3px 16px;
    display: inline-block;
    color: #fff;
    background-color: #4075F8;
    border-radius: 6px;
    box-shadow: 0 1px 3px 1px rgba(5, 34, 56, 0.3);
    background: #3657d8;
    background: -moz-linear-gradient(45deg, #3657d8 -20%, #4075f8 100%);
    background: -webkit-linear-gradient(45deg, #3657d8 -20%,#4075f8 100%);
    background: linear-gradient(45deg, #3657d8 -20%,#4075f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3350c4', endColorstr='#4075f8',GradientType=1 );
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
    .box-date span.WhiteLabel {
        color: #bbceff;
    }
    .box-date .textboxe-readonly {
        text-align: left;
        width: 74px;
        color: #fff;
    }
    .box-date .box-from-date,
    .box-date .box-to-date {
        display: inline-block;
        text-align: center;
    }
    .box-date .box-from-date {
        
    }
    .box-date .box-to-date {
        margin-right:14px;
    }

/***************** END Day Box*/
/***************** Footer*/
.footer-main {
    position: absolute;
    left: 0px;
    bottom: 8px;
    display: block;
    padding: 0px 50px;
    text-align: left;
    direction: ltr;
}

        .footer-main a, .footer-main span {
            margin: auto;
            font-size: 11px;
            font-weight: normal;
            color: #9fadbe;
            transition: all 0.3s;
            display: inline-block;
        }
        .footer-main span {
           padding:0;
        }

            .footer-main a:hover {
                color: #4075F8;
            }


    .dpYearMonthTD, .select {
        /*background-color: red*/
    }

    body.body-image-viewer {
        background-color: transparent !important;
        text-align: center;
    }

        body.body-image-viewer .image-viewer {
            max-width: 80px;
        }
    /***************** End Footer*/
    /******* Mark * ----[ Icons SVG ] ******/
    .atlas-icons {
        display: inline-block;
        cursor: pointer;
    }


        .atlas-icons .icon-user-profile {
            width: 40px;
            margin-left: 8px;
        }


    .person-header {
        display: flex;
    }

    .person-info {
        display: inline-block;
        line-height: 18px;
    }

        .person-info .WelcomeLabel {
            color: #111;
            background-color: transparent;
            font-weight: 500;
            font-size: 12px;
            display: block;
            line-height: 18px;
            padding-top: 4px;
        }

        .person-info .person-position {
            font-size: 11px;
            display: block;
            color: #9fadbe;
            line-height: 18px;
        }

    .icon-user-profile img,
    .icon-logout img {
        width: 100%;
        height: 100%;
    }

    .icon-user-profile,
    .icon-logout {
        display: block;
        height: auto;
        margin-left: 3px;
    }

    .icon-logout {
        width: 16px;
    }


    .toolbar .icon-refresh-header {
    }

    .toolbar .icon-maximize {
    }

    .toolbar .atlas-icons.icon-search-w {
        padding: 0;
        padding-top: 4px;
    }

    .toolbar .icon-search-w table tr td.ca_tb_img {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .toolbar .icon-checkmark table tr td.ca_tb_img {
        width: 22px;
        height: 26px;
    }
    /******* Mark * ----END [ Icons SVG ] ******/
    /******* Mark * ----[ Intro Forms Css ] ******/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}