﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);

body {
    font-size: 10pt;
    font-family: 'Segoe UI',Helvetica;
    color: #6a737b;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.module {
    display: inline-block;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .module .card {
        box-shadow: 2px 2px 2px #d7d7d7;
        border-radius: 15px;
    }

        .module .card .card-body {
            /*  background-color: #e6f7cf;*/
            /* background-image: linear-gradient(to right, rgba(119, 188, 31), rgba(185, 233, 123)); #e6f7cf*/
            background-image: linear-gradient(150deg,#cee9ff,#f1fbe5,#e8f8d4,#d4f1ad);
            border-radius: 15px 15px 0px 0px;
            color: #0071ce;
            /* #629a19*/
            min-height: 150px !important;
        }

            .module .card .card-body .card-title {
                font-size: 13pt;
                font-weight: 500;
            }

        .module .card:hover {
            box-shadow: 0px 2px 7px dimgrey;
        }

        .module .card .card-footer .btn-app {
            /*   background-color: #0071ce;
            padding: 10px;
            border-radius: 50%;     */
            background-color: transparent;
            border: none;
            padding: 5px;
        }

            .module .card .card-footer .btn-app .badge {
                --bs-badge-font-size: 0.5em;
            }
            .module .card .card-footer .btn-app > i:hover {
                /* box-shadow: 0px 1px 2px dimgrey;*/
            }

            .module .card .card-footer .btn-app > i {
                color: #0071ce;
                font-size: 2.1em !important;
            }

    .module .header {
        border-radius: 5px;
        display: block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 12px 10px 12px 10px;
        border: 1px solid #9ec5fe /*#ececec*/; /*#dfe3e5*/
        color: #333f49;
        font-size: 12pt;
        background-color: #F3F9FF /*#e2f2ff*/ /*#cee9ff*/ /*#f5fbff*/;
        transition: ease-out 0.2s;
        box-shadow: 2px 2px 2px #d7d7d7;
    }

        .module .header a.headline {
            display: inline-block;
            font-size: 16px;
            color: #0071ce;
            cursor: pointer;
            width: 85%;
            text-decoration: none;
        }

        .module .header span.headline {
            display: inline-block;
            font-size: 16px;
            color: #0071ce;
            text-decoration: none;
            width: 85%;
        }

        .module .header:hover {
            /*background-color: #F5FCEC ;
            border-color: #77bc1f;
            color: #77bc1f;*/
            box-shadow: 0px 2px 7px dimgrey /*rgba(33,33,33,.2) #a7a7a7*/;
            /*border: 1px solid #a7a7a7 ;*/
        }

        .module .header a.headline:hover {
            /*color: #77bc1f;*/
        }

        .module .header .fa {
            color: #ffffff !important;
        }

        .module .header .btn-group, .btn-group-vertical {
            height: 20px;
        }

        .module .header .gridActions a.dropdown-toggle {
            background-color: transparent !important;
            border: none !important;
            padding: 3px 6px;
        }

            .module .header .gridActions a.dropdown-toggle .fa {
                font-size: 18px !important;
            }

    .module .task-container {
        border-radius: 0 0 0 0;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        /*padding: 10px !important;*/
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        background: #f6f7f7;
        color: #6a737b;
    }

.task-container .tasks-list {
    list-style: none;
    padding: 0;
}

    .task-container .tasks-list .task-item {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
        display: block;
        margin-top: 10px;
    }

        .task-container .tasks-list .task-item .task-state {
            left: 15px;
            padding-top: 10px;
        }

            .task-container .tasks-list .task-item .task-state .label {
                padding: 6px;
                text-transform: none;
                min-width: 70px;
            }

        .task-container .tasks-list .task-item .task-time {
            margin-top: -10px;
            font-size: 11px;
            color: #999;
            float: right;
            padding-right: 10px;
        }

            .task-container .tasks-list .task-item .task-time .readUnread {
                padding-left: 3px;
            }

        .task-container .tasks-list .task-item .task-body {
            padding-right: 25px;
            line-height: 15px;
            padding-bottom: 10px;
            padding-top: 10px;
        }


a.anchr {
    text-decoration: none !important;
}

    a.anchr.collapsed:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f067";
        color: #0071ce;
        text-decoration: none !important;
        font-weight: 900;
    }

    a.anchr:hover {
        text-decoration: none !important;
        color: transparent !important;
        outline: none !important;
        outline-offset: 0px !important;
    }

    a.anchr:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f068";
        color: #0071ce;
        text-decoration: none !important;
        font-weight: 900;
    }



.label-yellow, .badge-yellow {
    background-color: #f4b400;
    background-image: none !important;
}

.label-orange, .badge-orange {
    background-color: #d73d32;
    background-image: none !important;
}

.label-blue, .badge-blue {
    background-color: #57b5e3;
    background-image: none !important;
}

.label-palegreen, .badge-palegreen {
    background-color: #53a93f;
    background-image: none !important;
}

.label-pink, .badge-pink {
    background-color: #e75b8d;
    background-image: none !important;
}


.count {
    background-color: #77bc1f;
}

.content-wrapper {
    height: 100%;
}

.container-x {
    max-width: 1700px;   
    height: 100%;
}

    .container-x .wm-app {
        /* padding: 10px;*/
        /* background-color: #f5f5f5;*/
        /* box-shadow: 2px 2px 4px dimgrey;*/
    }

    .container-x .appinfo {
        margin-left: 10px;

        float: left;
   
        /*background-image: linear-gradient(to right,red,#fff,#fff #fff);*/
    }
        .container-x .appinfo .card {
            border: none;
            background-color: transparent;
        }

        .container-x .appinfo .card-title {
            font-weight: 500;
            color: #76BC1E;
            font-size: 13pt;
        }

        .container-x .appinfo .card-body {
            /*background-color: #bbb7b7;*/
            /*background: #dce8c7*/ /*#ececec*/ /*;*/ /*#dfe3e5 haha*/
            color: black;
            /*border: 1px solid #9ec5fe;*/ /*#0071ce*/
            margin-top: 5px;
            margin-bottom: 20px;
            /* padding:10px;      */
            border-radius: 20px 20px 20px 20px;
            /* transition: ease 100s;*/
            box-shadow: 7px 0px 20px #9a9696;
            word-wrap: break-word;
            line-height: 20px;
        }


.wmappcard, .wmnotificationcard {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
}
.wmappcard {
    z-index: 10;
}
.wmappcardshow, .wmnotificationcardshow {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.appinfoshow {
    border-left: 1px solid;
    border-color: #76BC1E;
}

.container {
    padding-bottom: 10px !important;
}

.carriers {
    color: #0071ce !important;
    font-size: 16px !important;
    left: 12px;
}

input:not([type]), input[type="text"], input[type="password"] {
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    box-shadow: none;
    font-size: 14px;
    height: 32px !important; /*ANGELI*/
    line-height: 20px;
    margin: 0;
    padding: 4px;
    transition: all 0.3s ease-out 0s;
    padding: 3px 5px !important;
    width: 100%;
}


input:hover {
    border-color: rgba(0,0,0,.2);
}

select {
    width: 100%;
    border: 1px solid #d5d5d5;
    background-color: #fbfbfb;
    height: 32px !important; /*ANGELI*/
}

label {
    font-size: 14px;
    /*margin-bottom: 5px;
    margin-top: 5px;*/
    max-width: 100%;
    font-weight: 600;
}


.required {
    color: red;
}

.note {
    color: #69a61b;
}

.button {
    background-color: #DDDDDD;
}



.portion-headings {
    line-height: 30px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #ececec; /*#dfe3e5*/
    ;
    margin-bottom: 10px;
}

    .portion-headings label {
        font-size: 18px;
        color: #0071ce;
        word-wrap: break-word;
        margin-bottom: 0;
    }

    .portion-headings span {
        font-size: 18px;
        color: #0071ce;
        word-wrap: break-word;
        margin-bottom: 0;
    }

.category-headings {
    line-height: 30px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #ececec; /*#dfe3e5*/
    ;
    margin-bottom: 10px;
    margin-bottom: 5px;
}

    .category-headings label {
        font-size: 14px;
        color: #77bc1f;
        word-wrap: break-word;
        margin-bottom: 0;
    }

    .category-headings span {
        font-size: 14px;
        color: #0071ce;
        word-wrap: break-word;
        margin-bottom: 0;
    }

.headings {
    line-height: 30px;
    padding: 5px 10px 5px;
    border-bottom: 1px solid #ececec; /*#dfe3e5*/
    ;
    margin-bottom: 10px;
    font-size: 18px;
    color: #0071ce;
}

textarea {
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    box-shadow: none;
    font-size: 14px;
    height: 50px !important;
    line-height: 20px;
    margin: 0;
    padding: 4px;
    transition: all 0.3s ease-out 0s;
    padding: 3px 5px !important;
    width: 100%;
}

.form-chkbox span {
    margin: 0 !important;
    width: 100%;
}

.form-chkbox input {
    margin: 0 !important;
    width: auto !important;
    position: unset !important;
    vertical-align: middle !important;
}


.chkbox-list li {
    /*width: 20% !important;*/
    float: left !important;
    padding-right: 10px !important;
    height: 25px;
}

.chkbox-list input {
    width: auto !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.chkbox-list label {
    /*padding-left: 5px;*/
}

.checkbox-witoutheader label {
    padding-left: 5px;
}

.no-padding {
    padding: 0;
}

.input-group-addon {
    padding-bottom: 5px;
    padding-top: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.setHeight {
    margin-top: 25px;
}

.loginright {
    max-width: 800px;
}

.userlogin {
    max-width: 450px;
    min-width: 450px;
}

.rightbar-module {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .rightbar-module.userGuide {
        background: #ececec; /*#dfe3e5*/
        border-radius: 10px;
        margin: 0 0 50px;
    }

    .rightbar-module .heading {
        border-radius: 15px 15px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 16px 5px;
        border: 1px solid #ececec; /*#dfe3e5*/
        ;
        color: #ffffff;
        font-size: 28px;
        font-size: 1.75rem;
    }

    .rightbar-module.userGuide .heading {
        padding: 10px 30px 0;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .rightbar-module .moduleDetail {
        border-radius: 0 0 15px 15px;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 20px;
        background: #f6f7f7;
        color: #6a737b;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .rightbar-module.userGuide .moduleDetail {
        background: #ececec; /*#dfe3e5*/
        padding: 10px 30px 20px;
    }

        .rightbar-module.userGuide .moduleDetail .submit-button {
            width: 100%;
            height: 43px; /*ANGELI*/
            background: #0071ce;
            text-align: center;
            text-transform: uppercase;
            font-size: 11pt;
            float: left;
            line-height: 43px;
            /*line-height: 1.875rem;*/
            /*border: 1px solid;*/
            margin: 6px 0 6px 0;
            -webkit-appearance: none;
        }

            .rightbar-module.userGuide .moduleDetail .submit-button:hover {
                text-decoration: none;
                background: #77bc1f;
            }

            .rightbar-module.userGuide .moduleDetail .submit-button a {
                color: #fff;
                text-transform: none;
                text-decoration: none;
            }

                .rightbar-module.userGuide .moduleDetail .submit-button a:hover {
                    text-decoration: none;
                    color: #ffffff;
                }

.rightbar-headline {
    line-height: 1.5rem;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 2px solid #fff;
    margin: 10px 0 0 0;
    color: #7275b7;
}

.rightbar-module.carrier-products {
    margin: 0 0 20px;
}

    .rightbar-module.carrier-products .heading {
        text-align: center;
        border-bottom: 0px;
        margin: 0 auto;
        padding: 10px 0 0;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .rightbar-module.carrier-products .moduleDetail {
        padding: 5px 30px 20px 30px;
        background: #ffffff;
        width: 100%;
    }

    .rightbar-module.carrier-products .heading .rightbar-headline {
        text-align: center;
        margin: 0 auto;
        margin: 5px 30px 10px 30px;
        border-bottom: 1px solid #ced0d1;
        width: 100%;
        padding: 0 0 20px;
        color: #7275b7;
    }

    .rightbar-module.carrier-products .moduleDetail ul {
        width: 100%;
    }

    .rightbar-module.carrier-products .moduleDetail .detailLable {
        font-size: 13px;
    }

    .rightbar-module.carrier-products .moduleDetail ul li {
        background: #F3F9FF /*#ececec*/; /*#dfe3e5 haha*/
        color: #0071ce;
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
        border: 1px solid #9ec5fe; /*#0071ce*/
        display: inline-block;
        padding: 10px;
        transition: ease-out 0.2s;
        box-shadow: 2px 2px 2px #d7d7d7;
    }

        .rightbar-module.carrier-products .moduleDetail ul li:hover {
            box-shadow: 0px 2px 7px dimgrey;
        }

        .rightbar-module.carrier-products .moduleDetail ul li a:hover {
            text-decoration: none;
        }


.rightbar-module.login {
    background: #ececec; /*#dfe3e5*/
    border-radius: 15px;
}

    .rightbar-module.login .moduleDetail {
        border-radius: 15px;
        background: #ececec; /*#dfe3e5*/
        ;
        padding: 20px 30px 20px 30px;
    }

    .rightbar-module.login .login-info {
        border-bottom: 2px solid #fff;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        color: #7275b7;
        font-size: 11pt;
    }

.popover-content {
    font-size: 11px;
    word-wrap: break-word;
}

.popover {
    max-width: 350px;
    width: auto;
}

.btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
    /*margin-top:15px;
    margin-bottom:10px;*/
}

.btn-default {
    color: #444;
    background-color: #fff;
    border-color: #ccc;
}

    .btn, .btn-default, .btn:focus, .btn-default:focus {
        color: #444;
        background-color: #fff;
        border-color: #ccc;
    }

.btn-info:hover {
    color: #fff;
    background-color: #0071ce;
    border-color: #0071ce;
}

table.datatable TH {
    border-bottom: solid 3px #77bc1f !important;
    border-bottom-width: 3px;
    background-color: #0071ce;
    color: white;
    font-weight: 600;
}

    table.datatable th a {
        color: white;
        font-weight: 600;
    }

table.datatable a {
    text-decoration: none;
    /*color: #0071ce;*/
}

table.datatable .GridViewPager input[type=image] {
    height: 25px;
}

.bthHeight {
    margin-top: 20px;
}

.printIcon .fas {
    font-size: 24px !important;
    vertical-align: bottom;
}

/*.
    -dialog {
    border-radius: 15px;
    background: #ececec; 
    
    padding: 30px 30px 10px 30px;
}*/

.modal-title {
    font-size: medium !important;
    font-weight: bold;
}

.usernotifymodal {
    background-color: transparent !important;
}

.card-content-warning, .card-content-error {
    box-shadow: 3px 3px 15px red !important;
}

.card-content-success {
    box-shadow: 3px 3px 15px green !important;
}

/*.modal-body {
    position: relative;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    padding-left: initial;
    color: #0071ce;
}*/

.modal-footer {
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 0;
}

.panel {
    background-color: transparent !important;
}

.modal-popUP {
    border-radius: 15px;
}

    .modal-popUP .modal-header {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 0;
        background-color: #0071ce;
        color: white;
        font-weight: 600;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .modal-popUP .popUpContent {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        background-color: white;
    }

    .modal-popUP .modal-footer {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-top: 10px;
        padding-bottom: 5px;
        border-top: 0;
        background: #ececec; /*#dfe3e5*/
        ;
    }

.mymodal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black !important;
    z-index: 99;
    opacity: 0.15;
    filter: alpha(opacity=15);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loader {
    position: absolute;
    top: 80px;
    display: none;
    padding: 10px;
}

.text-m {
    color: #0071ce !important;
    margin-right: 3px;
}

.text-w {
    color: #1a81a7;
    margin-right: 3px;
}

.text-c {
    color: #3e9873;
    margin-right: 3px;
}

.text-i {
    color: #5baa49;
    margin-right: 3px;
}

.text-a {
    color: #77bc1f;
}

.text-wcia {
    color: #77bc1f !important;
}

.busyloading {
    position: fixed;
    width: 200px;
    height: 53px;
    right: -65px;
    top: 37px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99999;
}

.cssload-container * {
    color: rgb(0,0,0);
    font-size: 33px;
    font-weight: 700;
    font-family: 'Segoe UI', Helvetica;
}

.cssload-container {
    position: fixed;
    width: 158px;
    height: 53px;
    /* left: 50%; */
    right: -65px;
    top: 37px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    /* position: absolute; */
    border: solid 1px #ccc;
    padding-top: 10px;
    background-color: #fff;
    z-index: 99999;
}

    .cssload-container > div {
        position: absolute;
        transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
    }

.cssload-l {
    left: 8px;
}

.cssload-d {
    left: 58px;
}

.cssload-i {
    left: 83px;
}

.cssload-n {
    left: 94px;
}

.cssload-g {
    left: 118px;
}

.cssload-square,
.cssload-circle,
.cssload-triangle {
    left: 29px;
}

.cssload-square {
    background: rgb(117,179,209);
    width: 23px;
    height: 23px;
    left: 31px;
    top: 14px;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -o-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -ms-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -webkit-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -moz-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    -ms-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
}

.cssload-circle {
    background: rgb(129,212,125);
    width: 26px;
    height: 26px;
    top: 14px;
    left: 29px;
    border-radius: 50%;
    animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -o-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -ms-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -webkit-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -moz-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.cssload-triangle {
    width: 0;
    height: 0;
    left: 29px;
    top: 14px;
    border-style: solid;
    border-width: 0 14.5px 24.1px 14.5px;
    border-color: transparent transparent rgb(210,121,140) transparent;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -o-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -ms-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -webkit-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    -moz-animation: cssload-shrinkgrow 3.45s ease-in-out infinite;
    animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
}


@keyframes cssload-shrinkgrow {
    0% {
        transform: scale(0);
    }

    12.5% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    33% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@-o-keyframes cssload-shrinkgrow {
    0% {
        -o-transform: scale(0);
    }

    12.5% {
        -o-transform: scale(1);
    }

    25% {
        -o-transform: scale(1);
    }

    33% {
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(0);
    }
}

@-ms-keyframes cssload-shrinkgrow {
    0% {
        -ms-transform: scale(0);
    }

    12.5% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(1);
    }

    33% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(0);
    }
}

@-webkit-keyframes cssload-shrinkgrow {
    0% {
        -webkit-transform: scale(0);
    }

    12.5% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1);
    }

    33% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes cssload-shrinkgrow {
    0% {
        -moz-transform: scale(0);
    }

    12.5% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(1);
    }

    33% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(0);
    }
}

.guide {
    text-align: center !important;
    border: none !important;
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


@media (max-width:440px) {
    .table {
        font-size: 10px !important;
    }

        .table label {
            font-size: 10px !important;
        }

    .module .header a.headline {
        width: 80%;
    }

    .module .header span.headline {
        width: 80%;
    }

    .module .header a.headline {
        font-size: 18px;
    }

    .module .header span.headline {
        font-size: 18px;
    }
}


@media (max-width:780px) {
    .liWidgetCarriers {
        display: block;
        list-style: none
    }

    .carrierPopOver {
        display: none;
    }

    .smallViewExapnder {
        display: block;
    }

    .largeViewExapnder {
        display: none;
    }

    .task-container .tasks-list .task-item .task-body {
        font-size: 11px;
    }
}

@media (min-width:790px) {
    .liWidgetCarriers {
        display: none;
    }

    .smallViewExapnder {
        display: none;
    }
}

