﻿
body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
}

.custom-form {
    margin-bottom: 70px;
}

.box_No_Padding {
    padding: 0px;
}

.No_Bottom_Margin_ {
    margin-bottom: 0px;
}

/*    loader css      */

HTML CSS Result Edit on .loading {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 50px;
    font-family: sans-serif;
}

.ball {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #e74c3c;
    border-radius: 50%;
    box-shadow: inset 6px -10px 50px -20px #000;
    animation: loading 1s infinite;
}


@keyframes loading {
    0%, 100% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }

    50% {
        transform: translateY(-30px);
        animation-timing-function: ease-in;
    }
}

.nc {
    display: none;
}

.adminBranchViewContainer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}


.popTestUp1 {
    width: 100%;
    /* height: 85%;*/
    /*overflow: auto;*/
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

#closebtn {
    line-height: 40px;
    width: 40px;
    font-size: 8pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
}


.loadingContainerPopUp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.popTestUp {
    /*width: 95%;*/
    /*height: 85%;*/
    /*overflow: auto;*/
    margin: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

#buttonPopOut {
    line-height: 20px;
    width: 32px;
    font-size: 8pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
}




.buttonPopOut {
    background: url(../img/user.png) no-repeat 6px center;
    width: 100px;
    height: 100px;
    display: block;
}

#prev {
    background: #000 url('/Images/prev.png') no-repeat center;
    left: 0px;
}

#next {
    background: #000 url('/Images/next.png') no-repeat center;
    right: 0px;
}

.nvgt {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 30px;
    opacity: 0.4;
    z-index: 9999;
}

.loadingContainer {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.shader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}

.divLoading3 {
    border-radius: 40px;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.wrapper {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    .loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    .loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.hide {
    visibility: hidden;
    /*display:none;*/
}

TagsWidth {
    width: 250%;
}

.req {
    color: red;
}

/* Chat css start */

.button {
    color: #367fa9;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
    font-size: 18px;
}

.button2 {
    color: #999;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 5px; /* Add some padding so it looks nice */
    font-size: 18px;
}

/* Make the badge float in the top right corner of the button */
.button__badge {
    background-color: #F00;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}

.hidechat {
    display: none;
}

@media screen and (min-width : 320px) and (max-width: 600px) {

    /*For mobile phones:*/
    [class*="col-"] {
        width: 100%;
    }
}
/*Chat css*/

.Customer_Title {
    /*width: 4%;*/
    /*background-color: #357ca5 !important;*/
    COLOR: #357ca5;
    MARGIN: 0PX 0PX 0PX 15PX;
    BORDER-RADIUS: 5PX;
    PADDING: 5PX;
}

.my-custom-class .modal-dialog {
    width: 300px;
    height: 50px;
}

/* Chat css end */
.body-container {
    overflow-x: hidden;
    background-color: #ffffff !important;
}

.main-footer {
    position: fixed;
    bottom: 0;
    min-width: 250px;
    width: 100%;
    padding: 10px 35px 10px 15px;
    font-weight: bold;
}

.main-container {
    background-color: #ffffff !important;
    margin-left: 46px !important;
    padding-top: 0px !important;
}

.main-sidebar {
    position: fixed;
}



.modal {
    top: 50px !important;
}

.text-box-wrapper {
width: 575px;
    /*width: 415px;*/
    padding: 0px;
    padding-top: 11px;
    border-radius: 0px;
}

.text-box-1 {
    width: 250px;
    float: left;
}

.text-box-1-inner {
    width: 250px !important;
}

.text-box-2 {
    width: 150px;
padding-left:6px;
    float: left;
}

.text-box-2-inner {
    width: 150px !important;
padding-left:6px;
}
.text-box-3 {
    width: 150px;
      padding-left:25px;
    float: left;
}

.text-box-3-inner {
    width: 150px !important;
}

.shipping-track-icon {
    font-size: 19px !important;
}

.dropdown-feild {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 200px;
    margin-top: 0%;
}

.dropdown-feild-ul {
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding-left: 1px;
    overflow-y: scroll;
}

.dropdown-feild-inner {
    margin-top: -6%;
}

.slimScrollBar-new {
    background: rgb(0, 0, 0);
    width: 3px;
    position: absolute;
    top: 5px;
    opacity: 0.4;
    display: none;
    border-radius: 7px;
    z-index: 99;
    right: 1px;
    height: 195.122px;
}

.slimScrollRail-new {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
    border-radius: 7px;
    background: rgb(51, 51, 51);
    opacity: 0.2;
    z-index: 90;
    right: 1px;
}

.modal-title {
    font-weight: bold !important;
}

.popTestUp-sec {
    width: 641px !important;
}

.popTestUp-sec1 {
    z-index: 9999;
}

.popTestUp-iframe {
    height: 630px !important;
    width: 630px !important;
}

.popTestUp-span {
    margin-right: 1.5%;
}

.trackingDRSpopup-sec {
    width: 1100px !important;
}

.trackingDRSpopup-inner {
    z-index: 9999;
    float: right;
}

.trackingDRSpopup-iframe {
    height: 630px !important;
    width: 1100px !important;
}

.branchViewPopup-iframe {
    height: 100% !important;
    width: 100% !important;
}

.divtag1-sec {
    overflow: auto !important;
    overflow-y: auto !important;
}

.AlertTrack-sec {
    overflow: auto !important;
    overflow-y: auto !important;
}

.modal-dialog.modal-ChangePassword {
    width: 253px !important;
    height: 50px !important;
}

.modal-ChangePassword-table {
    width: 180px !important;
    height: 190px !important;
}

.modal-ChangePassword-dataTable {
    overflow: auto;
    overflow-y: auto;
}

.modal-ChangePassword-input {
    width: 94% !important;
    border-radius: 5px;
    border: 1px solid #d4d7d8;
    padding: 7px;
    margin: 3%;
}

.modal-ChangePassword-submit {
    float: right;
}

.track-td {
    border-width: 1px;
    border-style: Solid;
    cursor: pointer;
    cursor: hand;
    min-width: 155px;
}

.track-td-2 {
    border-width: 1px;
    border-style: Solid;
    cursor: pointer;
}

.track-td-3 {
    display: none;
}

.alert-td {
    padding-left: 4px;
    vertical-align: top;
}

.alert-td-2 {
    font-size: small;
}

/*Release Note*/
.img_sec {
    height: 45px;
    margin-top: 5px;
}

.Title {
    text-align: center;
    font-size: 30px;
    color: #197ec9;
    margin-top: 5px;
    font-weight: bold;
}

.SubTitle_div {
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}

.body_div {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.body_title {
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}

.modal-ReleaseNote {
    width: 700px !important;
    height: 200px !important;
}


#snackbar {
    visibility: hidden;
    width: 100%;
    background-color: rgba(255,0,24,0.5);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 25px;
    position: fixed;
    z-index: 5;
    left: 0px;
    top: 0px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 90s 90s;
        animation: fadein 0.5s, fadeout 90.5s 90s;
    }

@-webkit-keyframes fadein {
    from {
        top: -15px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: -15px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: -15px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: -15px;
        opacity: 0;
    }
}

/*Customer Section*/
.signout-popup .modal-dialog {
margin:0px auto !important;
}
.signout-popup .customer-signout {
position: absolute;
right: 10px;
top: 0px;
margin:0px !important;
width:275px !important;
}
.signout-popup .modal-body {
padding:0px !important;
padding-top:0px !important;
}
.signout-popup-body-padding {
margin-right: 0px !important;
margin-left: 0px !important;
}
.customer-signout .modal-body-padding {
padding-bottom:0px !important;
padding-top:0px !important;
padding-right: 15px !important;
padding-left: 15px !important;
}
.signout-popup .modal-dialog.arrow-top {
  margin-top: 0px;
}

.signout-popup .modal-dialog.arrow-top:after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -5px;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.customer-primary {
color:#323232;
font-size:17px;
text-align:center;
line-height:15px;
padding: 10px 0px;
border-bottom: 1px solid #d4d7d8;
}
.customer-id {
color: #4f47ca;
font-style: italic;
font-size:14px;
}
.signout-divider {
border-top: 1px solid #d4d7d8;
clear: both;
}
.signout-action {
margin: 12px 0px 0px 0px;
text-align: center;
}
.signout-footer {
background-color: #f5f5f5;
text-align: center;
padding: 15px 0px;
border-radius: 0px 0px 10px 10px;
margin-top: 12px;
border-top: 1px solid #d4d7d8;
}
.signout-button {
background-color: #fff;
color: #252d39;
padding: 5px 10px;
font-size: 17px;
border-radius: 5px;
cursor: pointer;
border: 1px solid #b0b2b3;
}
.signout-popup img {
cursor:pointer
}
.customer-signout .fa-industry{
background-color: #4f47ca;
color: #fff;
width: 40px;
height: 39px;
border-radius: 50%;
padding: 12px 12px;
font-size: 15px;
margin: 5px 10px 5px 0px;
}
.customer-signout .fa-building{
background-color: #00bcd4;
color: #fff;
width: 40px;
height: 39px;
border-radius: 50%;
padding: 12px 14px;
font-size: 15px;
margin: 5px 10px 5px 0px;
}
.signout-lable-txt {
color: #989898;
font-style: italic;
font-weight: bold;
}
.signout-popup .model_header {
width: 100%;
background-color: #357ca5 !important;
height: 40px;
padding: 7px;
color:#fff !important;
border-radius: 5px 5px 0px 0px;
}
.signout-popup .modal-header .close {
background-color: #f5f5f9 !important;
width: 25px !important;
height: 25px !important;
border-radius: 50% !important;
color: #4f47ca !important;
font-size: 25px !important;
margin-top: 0px !important;
}
.signout-popup.modal .box.box-primary {
background-color: #dce7fd !important;
border-top-color: #dce7fd !important;
}
.signout-popup .modal-sub-title {
 line-height:35px !important;
}
.signout-popup .Division {
padding: 7px 10px 7px 0px;
}
.signout-popup .profile-update {
width:800px !important;
}
.signout-popup .btn-primary {
color: #fff !important;
background-color: #357ca5 !important;
border-color: #357ca5 !important;
}
.signout-popup .btn-primary:hover {
color: #fff !important;
background-color: #170cc7 !important;
border-color: #170cc7 !important;
}
.signout-popup .table > tbody > tr > td {
border:none !important;
}
.signpot-popup .table{
margin-bottom: 20px !important;
}
.change-password{
width: 100%;
}
.change-password-submit {
    background-color: #dce7fd;
    padding: 10px;
    border-radius: 0px 5px;
}
.change-password-submit input{
width:35% !important;
float:right;
}
.modal-dialog.branch-details {
width:450px !important;
}
.customer-box-header {
padding-left: 15px !important;
background-color: #354052;
display: block;
padding: 10px;
position: relative;
height: 50px;
}
.header-color {
color: #fff !important;
font-size: 20px !important;
margin-top: 0px !important;
}
.customer-name {
font-size: 41px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #c5c9ca;
padding: 12px;
margin: 0px auto 0px auto;
background-color: #e9edef;
color: #4f47ca;
}

.branch_profile {
font-size: 40px;
width: 75px;
height: 75px;
border-radius: 50%;
border-radius: 50%;
padding: 30px 0px;
margin: 10px auto;
color: #ffffff;
background-color: #14576b;
}

.profile_icon_width {
    width:50px
}
.profile_icon_width:hover {
background: #3c8dbc !important;
}
.profile_icon_width:focus {
background: #3c8dbc !important;
}

.brnch-name-1stletter{
font-size: 22px;
width: 32px;
height: 32px;
border-radius: 50%;
padding: 5px 9px;
margin: 0px auto 0px auto;
background-color: #4f47ca;
color: #fff;
position: absolute;
top: 11px;
}
.my-ticket .table_responsive {
max-height: 505px !important;
height: 505px !important;
}
/*Ticket Creation Popup*/

.bootbox {
z-index:100000000 !important;
}
::-webkit-scrollbar {
    background: transparent;
  
}
::-webkit-scrollbar-thumb {
    background-color:#357ca5;
    border: solid whiteSmoke 4px;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.profile-update input {
width:213px !important;
}
.profile-update-checkbox {
width:25px !important;
}
.img-data {
    position:relative;
   display:inline-block;
}
.data_view {
    display:none ;
}
.data-arrow {
    display:none;
}
.img-data:hover .data_view {
    background: #000;
    position: absolute;
}
.img-data:hover .data_view {
    background: #fff;
    position: absolute;
    top: 9px;
    z-index: 1000;
    right: 38px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3c8dbc;
    padding: 6px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgb(191, 191, 191);
    width: 250px;
}
.data_view .fa {
    color: #fff !important;
    top: 0px;
    position: absolute;
    right: -8px;
    font-size: 25px;
}
.web_clock {
    position: absolute;
    top: 8px;
    left: 45px;
    display:flex;
}
.web_clock .date {
    color: #fff;
    background-color: #10caf5;
    font-size: 18px;
    padding: 5px 16px;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
}
.web_clock .clock {
    color: #fff;
    background-color:#73d618;
    font-size: 18px;
    padding: 5px 16px;
    border-radius: 50px;
}
.web_clock .date .fa {
    margin-right: 5px;
}
.web_clock .clock .fa {
    margin-right: 5px;
}
.footer_info {
   position: relative;
    top: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}
/*Branch Details*/
.modal-content-branch-details {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.modal-branch-details-lable {
    width: 120px;
}
.branch-details {
    background-color: #fff;
}
.branch_modal_table_width {
    width: 100%;
}
.modal-branch-details-lable {
    width: 120px;
}
.td-bottomBr {
    padding-bottom: 10px;
}

.branch_modal_address_label {
    vertical-align: top;
}

.branch_modal_address {
    padding-left: 14px !important;
    width: 95%;
}
.modal-title-brdetails {
    margin: 0;
    line-height: 1.428571;
    color:#fff;
}


