﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

table tbody tr.odd {
    background-color: #e6f5ff !important;
}

.saveBtnMask {
    z-index: 999;
    display: none;
    width: 200px;
    height: 200px;
    background-color: rgba(204, 204, 204, 0.25);
    position: fixed;
    top: -48px;
    right: -100px;
    transform: rotate(45deg);
}

.saveBtn {
    z-index: 998;
    display: none;
    cursor: pointer;
    width: 200px;
    height: 200px;
    background-color: greenyellow;
    position: fixed;
    top: -48px;
    right: -100px;
    transform: rotate(45deg);
}

    .saveBtn label {
        position: absolute;
        cursor: pointer;
        bottom: 0;
        font-size: 24pt;
        left: 60px;
    }

.cancelBtn {
    display: none;
    cursor: pointer;
    width: 200px;
    height: 200px;
    background-color: red;
    position: fixed;
    top: -48px;
    left: -100px;
    transform: rotate(-45deg);
}

    .cancelBtn label {
        position: absolute;
        cursor: pointer;
        bottom: -9px;
        font-size: 24pt;
        left: 49px;
    }

.valChechGreen {
    color: greenyellow
}

.valChechRed {
    color: red;
}

/*.addBtn {
    
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: greenyellow;
}*/

.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: greenyellow;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.req::after {
    content: "*";
    top: -18px;
    right: 0;
    position: absolute;
    font-weight: bold;
    font-size: 16pt;
}

.viewClient span {
    width: 100%;
    display: inline-block;
}

.viewClient .info {
    width: 100%;
    display: inline-block;
}

.viewClient #clientIdCheck {
    position: absolute;
    right: 0;
}

.viewClient .padBottom {
    padding-bottom: 10px;
}

.Waiting {
    color: red;
    font-size: 110%;
}

.identityHide {
    display: none !important;
}

#global-site-link {
    color: white !important;
}

    #global-site-link:hover {
        color: #94df00 !important;
    }

.nopad {
    padding: 0 !important;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
    max-width: 500px;
}

    .modal-content textarea, .modal-content input {
        width: 100%;
    }
    /* The Close Button */
    .modal-content .close {
        position: absolute;
        top: -9px;
        right: -8px;
        width: 20px;
        height: 20px;
        background: red;
        border-radius: 50%;
        opacity: 1;
    }
        .modal-content .close:before {
            content: ' \0058';
            color: white;
            position: absolute;
            top: 1px;
            left: 5px;
            font-size: .8em;
        }

        .modal-content .close:hover, .modal-content .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.overlay img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.remoteHeader{ position: relative; z-index: 100;margin-bottom:1.0rem;}
#mainContent {
    position: relative;
    z-index: 1000;
}

.back-arrow-icon {
    margin-left: 10px;
}
.back-arrow-icon::after {
    content: "" !important;
    height: 30px;
    width: 30px;
    background: url('../images/back-Arrow.png') no-repeat;
    position: absolute;
    /*margin-left: -26px;*/
    background-size: 27px;
    margin-top: 12px;
    left: 10px;
}
#returnsitebtn{ position: relative;}

.reQd::after {
    font-family: 'Glyphicons Halflings';
    content: "\2a";
    font-size: 0.5em;
    top: -5px;
    position: relative;
    left: 2px;
}

.timer {
    display: none;
    color: lightgray;
    position: absolute;
    right: 5px;
    top: 14px;
    opacity: 0.8;
}

#users .tick {
    color: blue;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#users .cross {
    color: red;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#users .redtick {
    color: red;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.firstLoginMainContent {
    padding-bottom: 25px;
}

.firstLoginMainContent #languageRow {
    margin-bottom: 25px
}

.firstLoginMainContent #countryRow {
}

.userProfile .fixedSizeCblab {
    width: 175px;
}

