@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/en/OpenSans-Regular.ttf');
    src: url('../fonts/en/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ar/DroidKufi-Regular.eot);
    src: url(../fonts/ar/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ar/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/ar/DroidKufi-Regular.woff) format('woff'), url(../fonts/ar/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DroidArabicKufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ar/DroidKufi-Bold.eot);
    src: url(../fonts/ar/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ar/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/ar/DroidKufi-Bold.woff) format('woff'), url(../fonts/ar/DroidKufi-Bold.ttf) format('truetype');
}


body {
    background: #fff;
    font-family: 'DroidArabicKufi', 'OpenSans-Regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

html {
    height: 100%;
    background: #fff;
}


a {
    color: #ba9a3a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #674f06;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    a.btn {
        background: #ba9a3a;
        border-radius: 3px;
        color: #fff;
    }

        a.btn:hover {
            background: #c8102e;
            color: #fff;
        }

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'OpenSans-Regular';
    font-weight: 300;
}

h1 {
    color: #686868;
    font-size: 30px;
}

h2 {
    font-size: 24px;
    color: #686868;
}

h3 {
    font-size: 18px;
}

.invert {
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
}

.isIEInvert {
    background: #000 !important;
    color: #f6e209 !important;
    border-color: #fff !important;
}

.varBackground {
    background-color: #ba9a3a;
}

.varColor {
    color: #ba9a3a;
}

.varborderColor {
    border-color: #ba9a3a;
}

.overflow {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid #dbb075;
    font-family: 'DroidArabicKufi';
    font-weight: 300;
    padding: 10px 25px;
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}


.btn-common:hover,
.btn-common:focus {
    outline: none;
    background: none;
    box-shadow: none;
    color: #d29948;
}

.align-right {
    text-align: right;
}

.inline {
    display: inline-block;
}

.padding {
    padding: 65px 0;
}

.padding-bottom {
    padding-bottom: 65px;
}

.padding-top {
    padding-top: 90px;
}

.padding-right {
    padding-right: 80px;
}

.padding-left {
    padding-left: 80px;
}

.margin-bottom {
    margin-bottom: 35px;
}

.carousel-indicators.visible-xs {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}

    .carousel-indicators.visible-xs li {
        border-color: #D29948;
        border-width: 2px;
        height: 12px;
        margin: 0 5px 0 0;
        width: 12px;
    }

        .carousel-indicators.visible-xs li.active {
            background: rgba(210, 153, 72, 0.7);
        }

.wrapper {
    direction: ltr;
}
/*************************
*******Header******
**************************/

#header {
    margin-bottom: 0;
    padding: 20px 0 0px 0;
}

    #header .navbar-inverse .container {
        position: relative;
    }

.search {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

    .search i {
        color: #dbb075;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 2px;
    }

.field-toggle {
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px;
}

.search-form {
    padding-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #818285;
    font-weight: 300;
    outline: none;
    border: 1px solid #dbb075;
    margin-top: 20px;
    border-radius: 4px;
}

.top-menu {
    float: right !important;
}

.top-icons ul li {
    padding: 0 5px;
}

    .top-icons ul li.sparator {
        width: 1px;
        border-left: 1px solid #ccc;
        height: 20px;
        margin: 0;
        padding: 2px;
    }



    .top-icons ul li a {
        font-size: 18px;
        color: #d3d3d3;
        padding: 0;
    }

    .top-icons ul li .website-setting-block {
        background-color: #fff;
        border: solid 1px #ebebeb;
        color: #9c9c9c;
        padding: 15px;
        position: absolute;
        width: 350px;
        right: 0;
        top: 100%;
        box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.35);
        font-size: 11px;
        border-radius: 3px;
        z-index: 1032;
        opacity: 0;
        transition: opacity 1s;
        display: none;
    }

        .top-icons ul li .website-setting-block.in {
            opacity: 1;
            display: block;
        }

.website-setting-block .fa-times {
    font-size: 15px;
    cursor: pointer;
}

.font-resize {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.font-icon {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

    .font-icon:before {
        color: #ba9a3a;
        font-weight: 700;
        display: block;
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
        border: 1px solid rgba(204, 204, 204, 0.35);
        border-radius: 3px;
        text-align: center;
        margin-bottom: 5px
    }

    .font-icon:hover:before {
        background: #c8102e;
        color: #fff;
    }

.increes-font:before {
    content: 'A+';
}

.reset-font:before {
    content: 'A';
}

.decrees-font:before {
    content: 'A-';
}

.colors h4,
.font-resize h4 {
    margin-bottom: 15px;
}

.colors {
    text-align: center;
    margin-top: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.color-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
}

.color-1 {
    background-color: #ba9a3a !important;
}

.color-2 {
    background-color: #3c5a96 !important;
}

.color-3 {
    background-color: #006e27 !important;
}

.color-4 {
    background-color: #4c4c4c !important;
}

.heightconstrains {
    text-align: center;
    margin-top: 18px;
    padding-bottom: 10px;
}

    .heightconstrains .fa-adjust {
        font-size: 50px;
        color: #ba9a3a;
    }

.top-icons ul li a.text {
    font-size: 12px;
    color: #ba9a3a;
}

.top-icons ul li a:hover,
.top-icons ul li a:focus {
    color: #dbb075;
    background: none;
}

.top-icons ul li.top-search {
    margin: 0 10px;
}

    .top-icons ul li.top-search .form-control {
        width: 170px;
        font-size: 12px;
        height: 26px;
        margin-top: 0px;
    }

    .top-icons ul li.top-search .fa-search {
        position: absolute;
        right: 15px;
        top: 5px;
        color: #ccc;
    }

#header .navbar {
    background: #ba9a3a;
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
    border-radius: 0 !important;
}

#header .navbar-toggle {
    margin-top: 20px;
}

#header .navbar-brand {
    padding: 0;
    margin-left: 0;
    float: left !important;
}

    #header .navbar-brand h1 {
        padding: 0;
        margin: 0;
    }

#header .navbar-nav > li {
    border-left: 1px solid #daba5b;
    border-right: 1px solid #9a7914;
}

    #header .navbar-nav > li:first-child {
        border-left: none;
    }

    #header .navbar-nav > li:last-child {
        border-right: none;
    }

#header .navbar-nav.navbar-right > li:first-child a {
    padding: 11.4px;
}

#header .navbar-nav.navbar-right > li a .fa-home {
    font-size: 24px;
}

#header .navbar-nav.navbar-right > li a {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #fff;
}

#header .navbar-inverse .navbar-nav li a:hover {
    background: #c8102e;
}
/*Dropdown menu*/

ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .navbar-nav li ul.sub-menu li a {
    color: #818285;
    padding: 15px 0;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active {
    background: #fef7ee;
    color: #d29948;
    position: relative;
}

    #header .navbar-nav li ul.sub-menu li .active i {
        position: absolute;
        font-size: 56px;
        top: -13px;
        color: #dab074;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
        left: -3px;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
        right: -3px;
    }


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
    background: #fef7ee;
    color: #d29948;
}

.fa-angle-down {
    padding-left: 5px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Footer******
**************************/

#footer {
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 10%;
    padding-top: 41px;
    position: relative;
    margin-top: 41px;
    width: 100%;
    bottom: 0;
}

    #footer h1 {
        margin-bottom: 65px;
        margin-top: 36px;
    }

    #footer .icon {
        font-size: 90px;
        color: #ba9a3a;
        float: left;
    }

    #footer .text {
        display: block;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    #footer .number {
        display: block;
        color: #ec3131;
        text-align: center;
        font-size: 24px;
    }

    #footer .bottom-separator {
        margin-bottom: 60px;
    }

    #footer .layer-1 {
        margin-bottom: 20px;
    }

    #footer .footer-logos {
        text-align: center;
    }

    #footer .layer-1 .arabicUrl {
        font-size: 15px;
    }

        #footer .layer-1 .arabicUrl span {
            color: red;
            font-size: 20px;
        }

    #footer .layer-4 {
        width: 100%;
        padding: 10px;
        background: #ba9a3a;
        position: absolute;
        text-align: center;
        color: #fff;
        bottom: 0;
    }

    #footer .newsletter h3 {
        color: #333;
        font-size: 14px;
        text-align: right;
    }

    #footer .newsletter input {
        width: 209px;
        display: inline-block;
    }

    #footer .layer-3 {
        margin-top: 30px;
    }

        #footer .layer-3 ul {
            text-align: center;
        }

            #footer .layer-3 ul li {
                display: inline-block;
                text-align: center;
                font-size: 12px;
                border-right: 1px solid #dddede;
                margin-left: 10px;
                padding-right: 10px;
            }

                #footer .layer-3 ul li:last-child {
                    border-right: none;
                }

    #footer .refresh {
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    #footer .importantSoftwares {
        position: absolute;
        left: 0;
        top: -5px;
    }


.copyright-text {
    margin-top: 70px;
}

.tooltip {
    white-space: nowrap;
}

.container {
    padding: 0;
}
/* My Custom css */

.navbar-brand {
    height: auto !important;
}
/* Resposnive */

@media only screen and (min-width: 768px) {
    .nav.navbar-nav > li:hover > ul.sub-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }

    ul.sub-menu {
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        min-width: 200px;
        box-shadow: none;
        display: none;
        z-index: 999;
        border: 1px solid #ba9a3a;
    }

    #header .navbar-nav li ul.sub-menu li a {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    #header .navbar-nav > li {
        border: none !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .top-menu {
        position: fixed;
        left: 100%;
        z-index: 13;
        background: #fafafa;
        top: 90px;
        padding: 20px;
        transition: left 1s;
    }

        .top-menu.in {
            left: 0;
        }

    .mobile-gear {
        position: absolute;
        z-index: 12;
        right: 20px;
        top: 34px;
        font-size: 30px;
        color: #ccc;
    }

    #header .navbar-brand {
        padding-left: 20px;
    }

    .top-icons ul li {
        display: block;
    }

        .top-icons ul li.sparator {
            display: none;
        }

        .top-icons ul li a {
            font-size: 20px;
            color: #d3d3d3;
            padding: 0;
            margin-bottom: 11px;
        }

        .top-icons ul li.top-search {
            margin: 0;
        }

    #header .navbar-inverse .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #header .navbar-inverse .navbar-toggle {
        border-color: #fff;
        margin-top: 11px;
        margin-left: 30px;
        outline: none;
        border: none !important;
        float: left !important;
    }

    #header .navbar-nav {
        padding: 0px;
        margin: 0;
        width: 100%;
    }

        #header .navbar-nav li ul.sub-menu li a {
            padding: 15px;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #ba9a3a;
    }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 30px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon1 span,
        #nav-icon3 span,
        #nav-icon4 span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            background: #fff;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }

            #nav-icon1 span:nth-child(2) {
                top: 7px;
            }

            #nav-icon1 span:nth-child(3) {
                top: 14px;
            }

        #nav-icon1.open span:nth-child(1) {
            top: 7px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 7px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .icon-mobile {
        position: absolute;
        left: 0px;
        top: 14px;
    }

    ul.sub-menu {
        background: #fff;
        width: 100%
    }

    .mobile-menu-title {
        color: #fff;
        position: absolute;
        right: 15px;
        font-size: 16px;
    }

    .col-news {
        margin-top: 0;
    }

        .col-news .item .item-image {
            width: 140px;
            float: none;
            margin: auto;
        }

        .col-news .item .item-info {
            float: none;
            width: auto;
            padding: 10px;
        }

            .col-news .item .item-info h3 {
                margin: 0;
            }

    #newsTicker .newsTickerTitle {
        width: 100%;
    }

    #ServicesAndNews .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .show-all {
        top: 0;
    }

    #ServicesAndNews .servicesBox ul {
        text-align: center;
    }

    #ServicesAndNews .lastNewsBox .item {
        margin-bottom: 10px;
    }

        #ServicesAndNews .lastNewsBox .item .item-image {
            float: none;
            margin-left: 0;
            margin-bottom: 15px;
        }

        #ServicesAndNews .lastNewsBox .item .item-info {
            float: none;
            width: auto;
        }

    #events {
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #events .title {
            font-size: 25px;
            line-height: 47px;
        }

    .eventslist .date {
        width: auto;
        float: none;
        height: auto;
        margin-left: 0;
        margin-top: 35px;
    }

    .eventslist .date-info {
        float: none;
        margin-top: 0;
        padding: 10px;
    }

    .eventslist .date .day {
        line-height: inherit;
        margin-top: 20px;
    }

    #ImportantLinks {
        margin-top: 20px;
    }

    .lastNewsBox {
        border-top: 1px solid #bea046;
    }

        .lastNewsBox .show-all {
            top: 24px;
        }

    #ImportantLinks .most-link-visited {
        padding-top: 20px;
        border-top: 1px solid #bea046;
    }

    #footer {
        border-top: 1px solid #bea046;
    }

        #footer .layer-2 {
            text-align: center;
        }

        #footer .icon {
            font-size: 44px;
            color: #ab9143;
            float: none;
            /* margin-left: 34px; */
            text-align: center;
            margin-top: 10px;
        }

        #footer .container {
            padding: 15px;
        }

        #footer .text {
            margin: 10px auto;
        }

        #footer .number {
            margin-bottom: 10px;
        }

    .left-nav {
        width: 100% !important;
    }

    h1 {
        font-size: 15px;
    }

    #innerPageLayout .innerHeader .pageTitle h1 {
        line-height: normal !important;
    }

    #innerPageLayout .innerHeader .pageTitle {
        padding: 10px !important;
    }
}



#innerPageLayout .innerHeader {
    background-image: url(../images/inner-tour-bg.png);
    /* background-color: #fbfafa; */
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    background-size: contain;
}

    #innerPageLayout .innerHeader .pageTitle {
        margin-top: 1px;
        padding: 20px 0;
    }

        #innerPageLayout .innerHeader .pageTitle h1 {
            line-height: 42px;
            margin: 10px auto;
        }

#innerPageLayout .innerBreadcrumb {
    position: relative;
}

    #innerPageLayout .innerBreadcrumb ul {
        padding: 0;
        margin: 0;
    }

        #innerPageLayout .innerBreadcrumb ul li {
            display: inline-block;
            font-size: 12px;
            color: #686868;
        }

            #innerPageLayout .innerBreadcrumb ul li:before {
                content: "/";
                color: #ba9a3a;
                padding-right: 5px;
            }

            #innerPageLayout .innerBreadcrumb ul li:first-child:before {
                content: '';
            }

.innerContent {
    margin-top: 20px;
}

    .innerContent .content {
        margin: 0;
    }

        .innerContent .content .right-content {
            padding: 0px;
            border-radius: 3px;
        }

        .innerContent .content .left-nav {
            margin-right: 20px;
            width: 23%;
            border: none;
            border-left: 1px solid #ba9a3a;
            padding: 10px 0;
        }

            .innerContent .content .left-nav ul {
                padding: 0px;
                margin-bottom: 0px;
            }

                .innerContent .content .left-nav ul li {
                    display: block;
                    color: #fff;
                    margin-bottom: 0px;
                }

                    .innerContent .content .left-nav ul li a {
                        color: #ba9a3a;
                        display: block;
                        padding: 0px;
                        font-size: 12px;
                        margin-bottom: 10px;
                        background: #faf7f2;
                        border-top-right-radius: 10px;
                        border-bottom-right-radius: 10px;
                        border-right: 1px solid rgb(255, 255, 255);
                        padding: 5px;
                        padding-left: 0;
                    }

                        .innerContent .content .left-nav ul li a.selected {
                            background: #ba9a3a;
                            color: #fff;
                        }

                        .innerContent .content .left-nav ul li a:hover {
                            background: #daba5b !important;
                            color: #fff;
                        }

                        .innerContent .content .left-nav ul li a .fa-caret-left {
                            padding-right: 10px;
                            font-size: 17px;
                        }

                            .innerContent .content .left-nav ul li a .fa-caret-left:before {
                                content: "\f0da";
                            }

        .innerContent .content .right-content {
            border: 1px solid #eaeaea;
            padding: 20px;
            font-size: 14px;
        }

            .innerContent .content .right-content img {
                max-width: 100%;
                height: auto;
            }

.inner-main-icons {
    position: absolute;
    right: 0;
    top: 0;
}

    .inner-main-icons i {
        font-size: 14px;
        background: #ba9a3b;
        padding: 5px;
        border-radius: 3px;
        color: #fff;
    }



.nav-pills > li {
    float: right !important;
}

.navbar-right {
    float: left !important;
}




/* Forms */
.formHeader {
    margin-bottom: 20px;
    border-color: #ba9a3a;
}

.form-icon {
    background: #ba9a3a;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
}

.loginBlock {
    width: 50%;
    border-right: 1px dotted #ba9a3a;
    padding-right: 41px;
}

.smartPass {
    position: absolute;
    right: 77px;
    top: 74px;
    /* font-size: 12px !important; */
    color: #ba9a3a;
}

    .smartPass h3 {
        font-size: 14px;
        text-align: center;
    }

.submitBlock {
    margin-top: 20px;
}

    .submitBlock a {
        font-size: 12px;
        margin: 0 10px;
    }

.register, .activaite {
    font-size: 14px;
}

.register {
    border-top: 1px dotted #ba9a3a;
    padding-top: 10px;
    margin: 10px 0;
}

.required-star {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ec3131;
    font-size: 14px;
    font-weight: bold;
}

.hint {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .loginBlock {
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .smartPass {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }
}


.validation-summary-errors > ul > li:before {
    content: "\f105";
    padding-right: 6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.validationList {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    font-size: 12px;
}

    .validationList li.invalid {
        color: red;
    }

    .validationList li:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }

    .validationList li.invalid:before {
        content: "\f00d";
        margin: 0 10px;
    }

    .validationList li.valid:before {
        content: "\f00c";
        margin: 0 10px;
    }


    .validationList li.valid {
        color: green;
    }

.logoutBtn {
    background: transparent;
    font-size: 12px;
    color: #ba9a3a;
    border: 0;
    box-shadow: none;
}

.logSummary .col-md-3 {
    border: 1px solid #ccc;
    padding: 10px;
}

    .logSummary .col-md-3:last-child {
        padding: 5px;
        border: none;
    }

.logSummary h3 {
    margin: 0;
    margin-bottom: 10px;
}

.logSummary .row {
    margin: 0;
}

.reloadBtn {
    cursor: pointer;
    margin-top: -10px;
    display: block;
    width: 23px;
}
