﻿html {
    height: 100%;
    direction: rtl;
    text-align: right;
}

FORM {
    padding: 0px;
    margin: 0px;
}

* {
    outline: 0 !important;
}

body {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
}

.site-container {
    min-height: 100%;
    position: relative;
}

.gdNav {
    border-radius: 0px;
    background: #02003F;
    color: #000000;
    border: 0;
    min-height: 40px;
    margin-bottom: 0;
}

td span {
    font-size: 14px;
}

.navbar-brand {
    background-color: #115373;
    padding: 5px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
}

#userDropdown {
    background-color: #050357;
}

.nav > li > a {
    color: white !important;
}

.nav > li {
    float: right;
}

.nav a:hover, .nav a:focus, .nav a:active {
    background-color: #211E76 !important;
    color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    color: white;
}

#userDropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    color: #383e4b;
    box-shadow: none;
    border-top: 0;
    -webkit-box-shadow: none;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    content: '';
    border-bottom-color: #272727 !important;
}

.dropdown-content {
    padding: 5px;
}

.dropdown-menu-title {
    background: #272727;
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-weight: 700;
}

.dropdown-menu > li:not([class=dropdown-menu-title]):not([class=userLogin]):hover {
    background-color: #57aed1;
}

.dropdown-menu > li > a[href]:hover {
    color: white !important;
}

.loginForm {
    width: 220px;
    padding: 10px;
    text-align: center;
}

.loginForm input[type=text], input[type=password] {
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 3px;
}

a {
    color: inherit;
}

#userDropdown:hover {
    background-color: #211E76 !important;
}

.nav li:hover {
    background-color: #211E76 !important;
}

.new-ntf {
    background-color: #BD0000;
}

.ntf-text {
}

.ntf-date {
    font-size: 12px;
    color: #808080;
}

.gdLogo {
    background-color: #E0E0E0;
    font-size: 20px;
    font-weight: bold;
}
.gdLogo .logo {
    margin: 5px 10px;
    height: 40px;
}
.gdLogo A, .gdLogo A:hover, .gdLogo A:focus, .gdLogo A:active {
    text-decoration: none;
    color: #333333;
    background-color: transparent;
}

.content-container {
    padding: 10px;
    padding-bottom: 60px;
}

footer {
    color: #e0e0e0;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #191919;
    padding: 10px 5px;
}

.bold-row {
    font-weight: bold;
}


.searchButtonsContainer {
    padding-bottom: 5px;
    vertical-align: middle;
}

.excelExport {
    float: left;
}

.actionButton {
    float: left;
}

.btn {
    margin: 0;
}

.box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 1px #e4e6eb;
    -moz-box-shadow: 0 1px 0 1px #e4e6eb;
    box-shadow: 0 1px 0 1px #e4e6eb;
    overflow: hidden;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 0;
}

.box .box-header {
    background: #383e4b;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

.box .box-content {
    padding: 10px;
    background: #fff;
    padding-bottom: 0 !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
}

.dashboard-list {
    margin: 0;
    padding: 0;
    text-align: right;
}

.blue {
    color: #02003F;
    font-weight: bold;
    max-width: 30%;
    width: 30%;
    text-align: right;
    vertical-align: top;
}

ul.dashboard-list li {
    border-top: 0;
    border-bottom: 1px solid #eee;
}
ul.dashboard-list li:last-child {
    border-bottom: 0;
}

#textForm > div {
    margin-bottom: 5px;
}

ul.dashboard-list li {
    padding: 5px 0;
    list-style: none;
    border-top: 1px solid #fff;
}

@media (max-width:480px) {
    .searchButtonsContainer {
        text-align: center;
    }

    .btn {
        padding: 1px 5px;
    }

    .homeLinks a {
    }

    .notificationsDropdown:before{
        left: 20px;
        right:auto;
    }

    .notificationsDropdown{
        left: 0;
        right:auto;
    }
}

.row-fluid {
    display: table;
    margin-right: -10px;
    margin-left: -10px;
}


/*.navbar .nav > li {
    float: right;
}*/

.img-btn {
    cursor: pointer;
}

.FALSE_PAGES {
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 800px;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
}

    .FALSE_PAGES DIV.div-br {
        height: 8px;
    }

    .FALSE_PAGES UL {
        list-style-type: disc;
        padding-right: 20px;
    }

    .FALSE_PAGES A {
        display:inline-table;
        color: #115373;
        text-decoration: underline;
    }

li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-collapse {
    border-top: 0;
}

ul.nav.pull-right li.dropdown:hover {
    background-color: #1e8fc6;
}

.homeLinks {
    background-image: url(bg.jpg);
    background-size: cover;
    height: 523px;
    max-width: 920px;
}

.homeLinks a {
    display: block;
    width: 25%;
    height: 523px;
    border-left: 20px solid #F5F5F5;
    text-decoration: none;
    float: right;
    box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.homeLinks a span {
    display: block;
    font-size: 20px;
    color: white;
    background-color: rgba(2, 0, 63, 0.70);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s;
    position: relative;
    top: 80%;
}

.homeLinks a span:hover, .homeLinks a:hover span {
    background-color: rgb(2, 0, 63);
}

.homeLinks a:last-child {
    border-left: 0;
}

.dailyTip {
    margin-top: 50px;
}

.k-header {
    text-align: center !important;
}

.k-grid {
    text-align: center;
}

    .k-grid > table > tbody > tr:hover,
    .k-grid-content > table > tbody > tr:hover {
        cursor: pointer;
        background-color: #f3f3f3;
        transition: 0.3s;
        color: #444;
    }

.tableTab {
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
}

.k-link {
    color: #666666 !important;
}

.k-plus {
    background-position: 0 -240px !important;
}

.k-minus {
    background-position: 0 -224px !important;
}

.k-pager-numbers > li {
    line-height: 30px;
}

.row-fluid [class*="span"] {
    /*margin-left: 25px !important;*/
    /*margin-right: 10px !important;*/
    margin-left: 10px;
    float: right;
    /*margin: 0px 0px 0px 0px !important;*/
}

    .row-fluid [class*="span"]:first-child {
        margin-left: 10px;
    }

.box .box-header h2 {
    float: right;
    margin-right: 20px;
    margin-left: 0px;
}

ul.dashboard-list li:last-child {
    border-bottom: 0;
}

.dashboard-list > li > span {
    display: inline-block;
    min-width: 30%;
    font-size: 14px;
}

.dashboard-list > li > input {
    width: 65%;
    margin: 0 !important;
    font-size: 14px;
}

select {
    width: 65%;
    display: inline-block;
    height: 30px;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], .uneditable-input {
    border-color: #e4e6eb !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
}


.row-fluid {
    /*margin-bottom: 20px;*/
}

.header-nav {
    text-align: center;
    background: inherit !important;
}

.dashboard-list > li > textarea:focus, input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.smallchart.darkBlue .title {
    background-color: #383e4b;
}

.smallchart {
    margin-right: 5% !important;
}

.group-span-filestyle {
    width: 80px !important;
    border: 0;
    outline: 0;
    float: left !important;
    margin-right: 0 !important;
    margin-left: 4px !important;
    margin-top: 4px !important;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

input[disabled]:hover {
    background-color: #eee !important;
}

.btn-xs {
    font-weight: 300;
}

.btn-hot {
    color: #fff;
    background-color: #db5566;
    border-bottom: 2px solid #af4451;
}

    .btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open > .dropdown-toggle.btn-hot {
        color: #fff;
        background-color: #df6a78;
        border-bottom: 2px solid #b25560;
        outline: none;
    }


    .btn-hot:active, .btn-hot.active {
        color: #fff;
        background-color: #c04b59;
        border-top: 2px solid #9a3c47;
        border-bottom: 0;
    }

.btn-sunny {
    color: #fff;
    background-color: #f4ad49;
    border-bottom: 2px solid #c38a3a;
}

.btn-wait {
    padding: 7px 12px 6px 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #EFCB17;
    border-bottom: 2px solid #BA9D10;
    border-radius: 4px;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open > .dropdown-toggle.btn-sunny {
    color: #fff;
    background-color: #f5b75f;
    border-bottom: 2px solid #c4924c;
    outline: none;
}


.btn-sunny:active, .btn-sunny.active {
    color: #fff;
    background-color: #d69840;
    border-top: 2px solid #ab7a33;
    border-bottom: 0;
}

.btn-fresh {
    color: #fff !important;
    background-color: #51bf87;
    border-bottom: 2px solid #41996c;
}

    .btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open > .dropdown-toggle.btn-fresh {
        color: #fff;
        background-color: #66c796;
        border-bottom: 2px solid #529f78;
        outline: none;
    }

    .btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open > .dropdown-toggle.btn-fresh {
        color: #fff;
        background-color: #66c796;
        border-bottom: 2px solid #529f78;
        outline: none;
    }

    .btn-fresh:active, .btn-fresh.active {
        color: #fff;
        background-color: #47a877;
        border-top: 2px solid #39865f;
        outline: none;
        outline-offset: none;
        border-bottom: 0;
    }

.btn-sky {
    color: #fff;
    background-color: #0bacd3;
    border-bottom: 2px solid #098aa9;
}

    .btn-sky:hover, .btn-sky.active:focus, .btn-sky:focus, .open > .dropdown-toggle.btn-sky {
        color: #fff;
        background-color: #29b6d8;
        border-bottom: 2px solid #2192ad;
        outline: none;
    }

    .btn-sky:active, .btn-sky.active {
        color: #fff;
        background-color: #0a97b9;
        border-top: 2px solid #087994;
        outline-offset: none;
        border-bottom: 0;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

.k-header {
    font-size: 14px;
}

/*ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 45%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 40%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 35%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 25%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 13%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 10%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 10%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 5%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: #f5f5f5;
        font-size: 1.5em;
        bottom: -1.5em;
    }*/

@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

h1 {
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 20px 0;
    color: #777;
}

.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar li {
    text-align: right;
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 80px 14px 20px;
    position: relative;
}

    ul.checkout-bar li:before {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background: #ddd;
        border: 2px solid #FFF;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        right: 20px;
        line-height: 37px;
        height: 35px;
        position: absolute;
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        top: 4px;
        width: 35px;
        z-index: 999;
    }

    ul.checkout-bar li.active {
        /*color: #8bc53f;*/
        background: #ECECEC;
        color: #57aed1;
        font-weight: bold;
    }

        ul.checkout-bar li.active:before {
            /*background: #8bc53f;*/
            background: #57aed1;
            z-index: 999;
        }

    ul.checkout-bar li.visited {
        background: #ECECEC;
        color: #57aed1;
        z-index: 999;
    }

        ul.checkout-bar li.visited:before {
            background: #57aed1;
            z-index: 999;
        }

    ul.checkout-bar li:nth-child(1):before {
        content: "1";
    }

    ul.checkout-bar li:nth-child(2):before {
        content: "2";
    }

    ul.checkout-bar li:nth-child(3):before {
        content: "3";
    }

    ul.checkout-bar li:nth-child(4):before {
        content: "4";
    }

    ul.checkout-bar li:nth-child(5):before {
        content: "5";
    }

    ul.checkout-bar li:nth-child(6):before {
        content: "6";
    }

ul.checkout-bar a {
    color: #57aed1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

@media all and (min-width: 800px) {
    .checkout-bar li.active:after {
        border-radius: 15px;
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        /*background-color: #8bc53f;*/
        background-color: #57aed1;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -30px;
        z-index: 0;
    }

    .checkout-wrap {
        margin: 80px auto;
    }

    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #57aed1;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            left: 0;
            position: absolute;
            width: 10%;
        }

        ul.checkout-bar li {
            display: inline-flex;
            margin: 30px 0 0;
            padding: 0;
            text-align: center;
            width: 15.4%;
        }

            ul.checkout-bar li:before {
                height: 45px;
                left: 40%;
                line-height: 45px;
                position: absolute;
                top: -45px;
                width: 45px;
                z-index: 99;
            }

            ul.checkout-bar li.active {
                background: none;
            }

            ul.checkout-bar li.visited {
                background: none;
            }

                ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #57aed1;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    left: 50%;
                    position: absolute;
                    top: -30px;
                    width: 100%;
                    z-index: 99;
                }
}

.neededFiles {
    width: 60%;
    float: right;
    text-align: center;
    margin-bottom: 5px;
}

.uploadedFiles {
    width: 40%;
    float: right;
    text-align: center;
    margin-bottom: 5px;
    padding-right: 10px;
}

.neededFiles li {
    margin: 5px;
}

.uploadedFiles li {
    margin: 5px;
}

.neededFiles select {
    height: auto;
}

.uploadedFiles select {
    height: auto;
}

.docTitle {
    display: block;
    max-width: 40%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%;
    float: right;
    font-weight: bold;
}

.docAction {
    float: left;
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width:1200px) {
    .neededFiles {
        width: 100%;
        float: none;
    }

    .uploadedFiles {
        width: 100%;
        float: none;
    }

    .docTitle {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal;
    }

    .neededFiles li {
        border-bottom: 1px solid lightgray;
    }

    .uploadedFiles li {
        border-bottom: 1px solid lightgray;
    }

    .uploadedFiles select {
        width: 60% !important;
    }

    .box-content {
        min-height: 0 !important;
    }
}

select {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.dashboard-list > li > textarea {
    width: 65%;
    margin: 0 !important;
    resize: vertical;
}

.k-grid-filter.k-state-active {
    background-color: initial !important;
}
