body {
    width: 100%;
    height: 100%;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

.container {
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 0;
    position: relative;
    background: #f1f1f1;
}

.top-nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav {
    width: 1000px;
    height: 70px;
    /*color: #777777;*/
    position: relative;
    z-index: 100;
    color: #222;
}

.centered {
    margin: 0 auto;
}

.centered-text {
    text-align: center !important;
}

.nav ul {
    display: inline-block;
    vertical-align: top;
}

.nav ul li {
    padding: 0 10px 0 10px;
    width: auto;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
}

.nav ul li a:visited, a:link, a {
    color: #777777;
}

.nav ul li:hover {
    background-color: #e7e7e7;
}

.logo {
    width: 50px;
    display: inline-block;
    padding-top: 10px;
}

.title {
    display: inline-block;
    margin: 0 5px 0 5px;
    vertical-align: top;
    line-height: 70px;
    font-size: 1.2em;
    cursor: default;
}

.selected {
    background-color: #e7e7e7;
}

.footer {
    width: 100%;
    background-color: #333333;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.footer a {
    color: #e7e7e7;
    text-decoration: none;
}


.footer-title {
    display: inline-block;
    margin: 0 5px 0 5px;
    vertical-align: top;
    line-height: 50px;
    font-size: 1em;
    cursor: default;
}

.footer-nav {
    width: 1000px;
    height: 50px;
}

.google-login {
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    display: inline-block;
    background-color: #D34836;
    padding: 0 10px 0 10px;
    color: white;
}

.ar {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 10px;
}

.center {
    text-align: center;
    width: 100%;
}

.wrapper {
    width: 1000px;
    height: auto;
    margin-top: 10px;
    position: relative;
    padding-bottom: 50px;
}

.refresh {
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #777777;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

#navnew {
    position: fixed;
    top: 0;
    width: 350px;
    height: 100%;
    z-index: 200;
    background-color: #1C1F24;
}

#nav-new-overcover {
    position: absolute;
    z-index: 199;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.navopened {
    left: 0;
}

.navclosed {
    left: -350px;
}

.newnavtogglebutton {
    position: absolute;
    z-index: 201;
    top: 15px;
    line-height: 41px;
    padding-right: 10px;
    font-size: 1em;
    background-color: #1C1F24;
    border-radius: 0 5px 5px 0;
    color: white;
}

.insidetogglebutton {
    position: relative;
    display: inline-block;
    color: white;
    border-radius: 0 5px 5px 0;
    padding: 5px 10px 5px 0;
    margin: 5px 0 5px -2px;
    border: 2px solid white;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.index-wrapper {
    position: relative;
    width: 1000px;
    margin-top: 10px;
    padding-bottom: 70px;
}

.index-left {
    width: 100%;
    vertical-align: top;
}

.index-left a {
    color: #FAFAFA;
}

.index-left-title {
    font-size: 1.1em;
    text-align: center;
}

.index-right {
    width: 670px;
    display: inline-block;
    vertical-align: top;
}

.separator {
    height: 1px;
    background-color: #FAFAFA;
    margin: 5px 0;
}

.index-left-menu-item {
    text-align: center;
    background-color: #1C1F24;
    padding: 7px 0 7px 0;
    position: relative;
    font-size: 0.9em;
}

.index-left-menu-item:hover {
    color: #4285f4;
    font-weight: bold;
}

.index-menu-absolute {
    position: absolute;
    top: -78px;
    left: 132px;
    width: 400px !important;
    z-index: 100;
}

.index-menu-height {
    overflow: hidden;
    transition: all 0.5s ease;
}

.index-menu-button {
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    vertical-align: top;
    margin-top: 10px;
    display: none;

    transition: all 0.5s ease;
}

.index-menu-button:hover {
    background-color: #4285f4;
    color: white;
}

.index-menu-button-show {
    display: inline-block;
}

.index-menu-map {
    top: 115px;
}

#index-menu i {
    position: absolute;
    left: 30px;
    font-size: 1.2em;
}

#index-menu a {
    position: relative;
}

.main-title {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.main-text {
    font-size: 0.95em;
}

.wrapper-title {
    width: 100%;
    padding: 0;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding: 10px 0;

    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.opt-ul {
    width: 100%;
    list-style-type: none;
    text-align: center;
}

.opt-ul li {
    width: 25%;
    background-color: #D34836;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    color: white;
    margin-right: 15px;
    position: relative;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.number {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4285f4;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 0 10px;
    color: white;
}

.user-info {
    z-index: 99;
    margin-bottom: 10px;
}

.user-info p {
    display: inline-block;
    font-size: 0.95em;
}

.user-info-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9em;
    padding: 7px 7px 0 7px;
}

.user-info-holder a:hover {
    color: #4285f4;
    font-weight: bold;
}

.user-info-holder img {
    vertical-align: top;
    width: 50px;
    display: inline-block;
    border-radius: 100px;
}

.user-info-options ul {
    padding-top: 10px;
    width: 224px;
    text-align: center;
}

.user-info-options ul a {
    position: relative;
    width: 100%;
    height: 100%;
}

.user-info-options ul li {
    position: relative;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
    background-color: white;
    color: #3b3b3b;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
}

.ntf {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: top;
    color: #FAFAFA;
    padding: 10px;
    margin-top: 10px;
}

.ntf:hover {
    background-color: #4285f4;
}

.ntf i {
    position: static !important;
}

.ntf-main {
    padding: 5px 0;
    border-top: 1px solid #FAFAFA;
    max-height: 0;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ntf-drop-down {
    color: black !important;
    position: absolute;
    z-index: 1000;
    top: 36px;
    left: 0;
    background-color: #f8f8f8;
    padding: 10px 5px;
    border-radius: 5px;
    width: 400px;
    border: 1px solid grey;

    transition: all 0.5s ease;
}

.ntf-drop-down a {
    color: black !important;
}

.ntf-holder {
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
}

.ntf-holder:hover {
    color: #4285f4;
    font-weight: bold;
}

.ntf-mark {
    position: relative;
    display: inline-block;
    margin: 0 3px 0 3px;
    font-size: 1em;
    height: 15px;
    line-height: 15px;
    width: 10px;
    vertical-align: top;
    text-align: center;
}

.ntf-mark-number {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #D34836;
    border-radius: 100px;
    color: white;
    font-size: 0.6em;
    padding: 5px 7px;
}

.ntf-mark i {
    position: static !important;
}

.ntf-text-holder {
    display: inline-block;
    padding: 0 5px 0 0;
}

.ntf-text {
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
    vertical-align: middle;
}

.ntf-text b {
    vertical-align: middle;
}

.ntf-text img {
    display: inline-block;
    border-radius: 50px;
}

.ntf-timestamp {
    display: inline-block;
    font-size: 0.7em;
}

.ntf-empty {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
}

.ntf-more {
    position: relative;
    width: 48%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.ntf-more a {
    width: 100%;
    color: #FAFAFA;
    font-size: 0.8em;
    text-align: center;
    display: block;
}

.ntf-more a:hover {
    color: #4285f4;
}

.arrow-up {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid grey;
    position: absolute;
    top: 27px;
    left: 5px;
}

.ntf-profile-holder {
    width: 98%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.ntf-profile-holder li {
    padding: 5px;
    border-radius: 5px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.ntf-profile-holder li:hover {
    background-color: #eaeaea;
}

.ntf-profile-mark {
    width: 20px;
    font-size: 0.6em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.ntf-profile-text {
    padding-left: 20px;
    display: inline-block;
}

.ntf-profile-timestamp {
    font-size: 0.75em;
    display: inline-block;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.ntf-profile-empty {
    font-size: 1em;
    width: 100%;
    text-align: center;
}

.w-profile {
    margin-bottom: 0;
}

.w-profile-bottom {
    margin-top: 30px;
}

.a-options {
    width: 100%;
}

.a-title {
    width: 100%;
    font-size: 1.6em;
    padding: 10px 0 10px 0;
}

.a-from {
    width: 100%;
    display: inline-block;
    padding: 15px 0 15px 0;
    text-align: center;
}

.a-to {
    width: 100%;
    display: inline-block;
    padding: 15px 0 15px 0;
    text-align: center;
    vertical-align: top;
}

.a-buttons {
    margin-bottom: 15px;
    /*border-radius: 5px;*/
    color: white;
    display: inline-block;
    padding: 15px 15px;

    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

.a-plus {
    background-color: #4285f4;
}

.a-button p {
    font-size: 1.3em;
}

.a-minus {
    background-color: #D34836;
}

input[type=text] {
    border: 1px solid #e7e7e7;
    /*border-radius: 5px;*/
    padding: 7px;
    /*font-size: 1.4em;*/
    width: 100%;
}

select {
    border: 1px solid #e7e7e7;
    /*border-radius: 5px;*/
    padding: 10px;
    /*font-size: 1.4em;*/
    /*width: 450px;*/
    color: #777777;
    margin-bottom: 5px;
    display: table-cell;
    width: auto;
}

input[type=text]:focus {
    outline: 0;
    border: 1px solid #9cb8f4;
}

.a-button {
    width: 100%;
    text-align: center;
}

.a-button input[type=submit] {
    width: 300px;
    padding: 15px 5px 15px 5px;
    margin-bottom: 10px;
    background-color: #4285f4;
    color: white;
    border: 0;
    font-size: 1.4em;
    cursor: pointer;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

.a-done {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    background-color: white;
}

.travel {
    width: 300px;
    background-color: #4285f4;
    border: 0;
    font-size: 1.4em;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 0 15px 0;
    display: inline-block;
    position: relative;
}

.travel a {
    color: white !important;
    display: block;
    width: 100%;
    padding: 15px 0 15px 0;
}

.link {
    width: 100%;
    text-decoration: none;
    color: white;
}

.holder {
    width: 1000px;
    text-align: center;
}

.a-date {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

/*.a-date input[type=text] {*/
    /*outline: 0;*/
    /*width: 310px;*/
    /*border: 1px solid #e7e7e7;*/
    /*padding: 10px;*/
    /*border-radius: 5px;*/
    /*font-size: 0.95em;*/
    /*position: relative;*/
    /*display: inline-block;*/
/*}*/

.a-note input[type=text] {
    width: 100%;
    font-size: 0.95em;
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 15px;
}

.travels-badge-holder {
    width: 100%;
    border: 2px solid rgba(66, 133, 244, 0.4);
    border-radius: 5px;
    margin-bottom: 10px;
}

.travels-badge-holder-title {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    color: #4285f4;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.travels-badge {
    vertical-align: middle;
    width: 314px;
    border: 1px solid #4285f4;
    background-color: white;
    margin: 10px 5px;
    border-radius: 5px;
    display: inline-block;
}

.travels-badge-holder a {
    color: black !important;
}

.travels-badge:hover {
    background-color: rgba(231, 231, 231, 0.2);
}

.badge-title {
    width: 98%;
    text-align: center;
    padding: 3px 2px;
    border-bottom: 1px solid #e7e7e7;
}

.badge-from {
    width: 49%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    border-right: 1px solid #e7e7e7;
    font-size: 0.8em;
}

.arrow-right {
    vertical-align: middle;
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid rgba(66, 133, 244, 0.8);
}

.badge-line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e7e7e7;
}

.badge-to {
    position: relative;
    width: 48%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 0.8em;
}

.badge-date {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 5px 0;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
}

.details-message-window {
    width: 325px !important;
    max-height: 375px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.travels-holder {
    margin-bottom: 10px;
}

.travels-holder ul {
    list-style-type: none;
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background-color: white;
}

.travels-holder ul li {
    display: inline-block;
    width: 196px;
    text-align: center;
    padding: 10px 0 10px 0;
    position: relative;
    vertical-align: top;
}

.travels-holder-click {
    cursor: pointer;
}

.travel-bar {
    border: 0 !important;
    background-color: #f8f8f8 !important;
}

.travel-details {
    position: relative;
}

.travel-details a {
    position: absolute;
    left: 1px;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #4285f4 !important;
    width: 199px;
    height: 17px;
    color: white;
    padding: 10px 0;
}

.travels-popout-holder {
    width: 100%;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 36px;
    left: -4px;
    background-color: white;
    z-index: 99;
}

.travels-popout-holder span {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
}

.status-active {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #4285f4 !important;
    color: white;
}

.status-expired {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #D34836 !important;
    color: white;
}

.details-holder {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.details-holder-small-bottom-margin {
    margin-bottom: 10px;
}
.details-holder-hover:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}
.top-bar-holder {
    display: inline-block;
    width: 97%;
    margin-bottom: 25px;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.top-bar-holder p {
    background-color: #4285f4;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    width: 130px;
    text-align: center;
    display: inline-block;
}

.profile-support-holder {
    display: inline-block;
}

.profile-location-holder {
    display: inline-block;
    vertical-align: top;
    min-width: 72%;
    margin-left: 25px;
    padding-top: 20px;
}
.profile-location-holder-left {
    display: inline-block;
    width: 60%;
    text-align: left;
    vertical-align: top;
}
.profile-location-holder-right {
    display: inline-block;
    width: 39%;
    text-align: left;
    vertical-align: top;
}
.profile-location-holder-title {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 15px;
    font-size: 1em;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.profile-location-holder-text {
    display: block;
    font-size: 1.6em;
    margin-bottom: 15px;
    position: relative;
}
.profile-location-holder-text2 {
font-size: 1em;
}
.profile-location-holder-text a {
    display: block;
    min-width: 40%;
}

.agent-profile {
    background-color: rgba(0, 0, 0, 0.0);
}

.agent-profile:hover {
    background-color: rgba(95, 133, 213, 0.2);
}

.nomination-holder {
    background-color: white;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 10px;
}

.nomination-line {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px 0;
}

.mod-nomination-holder {
    display: block;
    position: relative;
    background-color: white;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.mod-nomination-line {
    display: inline-block;
    line-height: 52px;
    text-align: center;
    vertical-align: top;
    font-size: 0.9em;
    margin-left: 15px;
}
.mod-nomination-line span {
    font-style: italic;
    font-weight: bold;
}
.a-normal-color a:link {
    color: #222 !important;
}
.a-normal-color a {
    color: #222 !important;
}

.mod-nomination-holder img {
    border-radius: 50px;
    width: 50px;
}

.details-title {
    font-size: 1em;
    text-align: center;
    width: auto;
    padding: 5px 30px;
    margin: 5px 0;
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.details-title a {
    color: #4285f4;
}
.details-title a:hover {
    text-decoration: underline;
}

.details-subtitle {
    padding: 5px 0;
    font-size: 1em;
}

.details-back-button {
    position: absolute;
    top: 5px;
    left: 0;
}

.details-back-button a {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
    color: white;
    background-color: #4285f4;
}

.agent-profile {
    display: inline-block;
    width: 200px;
    text-align: center;
    z-index: 111111;
    margin-bottom: 15px;
    margin-left: 30px;
    padding: 10px 0;
    border-radius: 5px;
}

.profile-img img {
    width: 125px;
    border-radius: 100px;
}

.profile-name {
    padding-top: 10px;
    font-size: 1.2em;
}

.agent-settings {
    margin-top: 20px;
}

.agent-settings a {
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    background-color: #4285f4;
}

.agent-name {
    font-size: 1.0em;
    padding-top: 10px;
    position: relative;
}

.agent-removal {
    padding-top: 10px;
    position: relative;
}

.agent-name-change {
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    display: none;
}

.agent-name-change input[type=text] {
    width: 70% !important;
    position: relative !important;
    font-size: 0.9em !important;
    padding: 4px !important;
}

.agent-name-change input[type=button] {
    position: relative !important;
    font-size: 0.8em !important;
    padding: 3px 6px !important;
    color: white;
    border: 0;
    cursor: pointer;
    /*border-radius: 5px;*/
    margin-left: 5px;
    background-color: #4285f4;
}

.underlined {
    margin-bottom: 10px;
    background-color: #4285f4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.color-white {
    color: white;
}

.details-travel {
    width: 700px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 15px;
}

.details-travel-note {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 19px;
    width: 100%;
    border: 1px solid #4285f4;
    border-radius: 0 0 5px 5px;
}

.details-travel-note a {
    color: #4285f4;
}

.details-travel-date {
    font-weight: bold;
    margin-top: 10px;
    color: #3b3b3b;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 10px 0 10px 0;
}

.details-travel-note a {
    color: black;
    text-decoration: underline;
}

.travel-details-holder {
    width: 100%;
}

.travel-details-holder ul {
    position: relative;
    border-radius: 5px;
    border: 1px solid #4285f4;
    width: 100%;
    padding: 0 10px;
    background-color: white;
}

.travel-details-holder ul li {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    width: 230px;
    text-align: center;
    font-size: 0.95em;
}

.name-holder {
    display: inline-block;
    width: 190px;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
}

.agent-details {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

.agent-details ul {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
}

.agent-details ul li {
    margin-bottom: 10px;
}

.n1 {
    position: relative;
    width: 350px;
}

.n2 {
    position: relative;
    width: 300px;
}

.agent-details-li h1 {
    width: 25.5%;
    padding: 10px 5px;
    background-color: #4285f4;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: inline-block;
    text-align: center;
    color: white;
}

.agent-details-li h2 {
    width: 67%;
    height: 22px;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

.no-border {
    border: 0;
    margin-top: 45px;
}

.details-holder select {
    border: 1px solid #e7e7e7;
    /*border-radius: 5px;*/
    padding: 6px 5px;
    font-size: 0.95em;
    width: 324px;
    margin-bottom: 10px;
    display: inline-block;
}

.details-holder-announce select {
    /*width: 310px !important;*/
}



.email-holder input[type=submit] {
    padding: 8px;
    color: white;
    border: 0;
    font-size: 1.1em;
    cursor: pointer;
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
    display: inline-block;
    margin-left: 15px;
    width: 140px;
}

.email-holder {
    margin-bottom: 10px;
}

.email-holder p {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 0 0 0 15px;
    margin-left: 70px;
}

.activated {
    margin: 0;
    background-color: #4285f4;
}

.deactivated {
    margin: 0;
    background-color: #D34836;
}

.info {
    display: block;
    padding: 7px;
    margin: 10px 0;
    text-align: center;

    font-size: 0.9em;
    line-height: 20px;

    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-save {
    display: block;
    padding: 7px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
    text-align: right;
}

.info a {
    color: #4285f4;
}

.info a:hover {
    text-decoration: underline;
}

.new-agent {
    padding-bottom: 10px;
}

.new-agent input[type=text] {
    font-size: 0.98em;
}

#tickerholder{
    position: absolute;
    left: 0;
    top: 75px;
    width: 350px;
    height: 800px;
}
#tickerholder p1{
    font-size: 0.8em;
    display: block;
}
#tickerholder p2{
    font-size: 0.8em;
    display: block;
}
#tickerholder a{
    color: #4285f4;
}
#tickerholder a:hover{
    text-decoration: underline;
}
.ticker-remove{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    background-color: red;
    color: white;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}
.ticker-remove .fa{
    /*height: 100%;*/
    line-height: 200%;
}
#tickerhover:hover .ticker-remove{
    opacity: 1;
}

/*.new-agent input[type=submit] {*/
    /*padding: 9px;*/
    /*color: white;*/
    /*border: 0;*/
    /*font-size: 1.1em;*/
    /*cursor: pointer;*/
    /*border-radius: 5px;*/
    /*display: inline-block;*/
    /*width: 200px;*/
    /*margin-left: 10px;*/
    /*background-color: #4285f4;*/
/*}*/

.message {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding: 15px 0 15px 0;
}

.message a {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #4285f4;
}

.expired-travel-button {
    color: red !important;
}

.message-success {
    width: 100%;
    text-align: center;
    color: white;
}

.message-success p {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 15px;
    background-color: #4285f4;
    font-size: 1.1em;
    border-radius: 5px;
}

.message-success a {
    margin: 10px 0;
    background-color: #4285f4;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

.smaller {
    font-size: 0.95em !important;
    margin-bottom: 10px;
}

input[type=submit] {
    padding: 6px 0;
    color: white;
    border: 0;
    font-size: 1.1em;
    cursor: pointer;
    /*border-radius: 5px;*/
    display: inline-block;
    width: 150px;
    /*margin-left: 10px;*/
    background-color: #4285f4;
    margin-bottom: 10px;
}

/*.moderator input[type=button] {*/
    /*padding: 7px 0;*/
    /*color: white;*/
    /*border: 0;*/
    /*font-size: 1.1em;*/
    /*cursor: pointer;*/
    /*border-radius: 5px;*/
    /*display: inline-block;*/
    /*width: 150px;*/
    /*margin-left: 10px;*/
    /*background-color: #4285f4;*/
/*}*/

.smaller-button {
    width: 65px !important;
    margin-left: 0 !important;
}
.big-blue-horizontal-line {
    height: 5px;
    display: block;
    width: 100%;
    background-color: #4285f4;
    margin-bottom: 10px;
}
textarea {
    border: 1px solid #4285f4;
    display: inline-block;
    resize: none;
    padding: 10px;
}

.moderator textarea {
    font-size: 1.3em;
    cursor: not-allowed;
    width: 100%;
    margin-bottom: 10px;
}

#bulkcityhidden {
    display: none;
}

.small-width {
    width: 350px !important;
}

.map-holder {
    width: 100%;
    height: 44vw;
    position: relative;
}

.google-login-mobile {
    display: none !important;
}

.show-mobile {
    display: none !important;
}

.maps-info {
    width: 150px;
    padding: 10px 0;
    margin: 10px 0 10px 10px;
    text-align: center;
    position: relative;
}

.maps-info img {
    display: inline-block;
    width: 75px;
    border-radius: 50px;
}

.maps-info p {
    margin-top: 10px;
    display: block;
}

.brrn-mail {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 6px 0;
}

.brrn-mail a {
    padding: 4px 15px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    vertical-align: middle;
    background-color: #4285f4;
}

.start-message {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.start-message-window {
    width: 300px;
    padding: 15px;
    border-radius: 5px;
    margin: 100px auto 0;
    background-color: #f8f8f8;
    text-align: center;
    color: black;
}

.start-message-title {
    width: 100%;
    font-size: 1.2em;
    margin: 10px 0;
}

.start-message-text {
    width: 100%;
    font-size: 0.95em;
    margin: 40px 0;
}

.start-message-text-small {
    width: 100%;
    font-size: 0.7em;
    margin: 5px 0 15px 0;
}

.button-confirm {
    padding: 7px 0;
    color: white;
    border: 0;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 150px;
    background-color: #4285f4;
}

.button-cancel {
    padding: 7px 0;
    color: white;
    border: 0;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    background-color: #4285f4;
}

.agent-status {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: white;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: none;
}

.agent-status select {
    font-size: 0.7em;
    width: 200px;
    padding: 5px 2px;
    margin-top: 5px;
}

.agent-status input[type=button] {
    position: relative !important;
    font-size: 0.8em !important;
    padding: 3px 6px !important;
    color: white;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    background-color: #4285f4;
}

.cursor {
    cursor: pointer;
}

.error {
    width: 100%;
    position: relative;
    background-color: #D34836;
    padding: 10px 0;
    color: white;
    margin: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
}

.marker {
    position: relative;
    padding: 9px 3px 9px 3px;
    text-align: center;
    height: 36px;
    margin-left: 5px;
}

.marker-white {
    background-color: white;
    color: black;
}

.marker-lblue {
    background-color: #32c3ff;
    color: black;
}

.marker-dblue {
    background-color: #0024fe;
    color: white;
}

.marker-black {
    background-color: black;
}

.edit-travel {
    display: block;
}

.edit-travel select {
    width: 450px !important;
}

.details-left-holder {
    display: inline-block;
    width: 222px;
}

.details-buttons {
    width: 200px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    margin-left: 30px;
}

.no-borders {
    border: 0;
}

.edit {
    width: 100%;
    border-radius: 5px;
    background-color: #4285f4;
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

.confirm {
    width: 100%;
    border-radius: 5px;
    background-color: green;
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.remove {
    width: 100%;
    border-radius: 5px;
    background-color: #D34836;
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.input-filter {
    width: 370px !important;
    margin-bottom: 10px;
    font-size: 0.95em !important;
    padding: 7px 5px !important;
}

.input-required {
    width: 370px !important;
    margin-bottom: 10px;
    font-size: 0.95em !important;
    padding: 7px 5px !important;
    border: 1px solid #FF0000;
    border-radius: 4px;
}

.details-map-holder {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    vertical-align: top;
    height: 400px;
}

.comments-holder {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    position: relative;
    vertical-align: top;
}
.comments-holder-design {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

.comments-holder textarea {
    margin: 10px 0 10px 0;
    width: 100%;
    height: 80px;
}

.comments-all {
    display: inline-block;
    position: relative;
}

.comment {
    width: 100%;
    position: relative;
}

.comment-img {
    display: inline-block;
}

.comment-img img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.comment-name {
    display: inline-block;
    font-size: 0.9em;
    vertical-align: top;
}

.comment-text {
    display: inline-block;
    padding: 10px 0 15px 0;
    word-break: normal;
    vertical-align: top;
    font-size: 0.9em;
    line-height: 18px;
}

.comment-timestamp {
    padding-top: 5px;
    font-size: 0.7em;
    font-style: italic;
}

.comment-er-holder {
    padding: 7px;
    display: none;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    right: 45px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-er-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    color: #222;
}

.comment-empty {
    padding: 5px 0 5px 0;
    text-align: center;
}

.comment-edit {
    background-color: #4285f4;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.comment-remove {
    background-color: #D34836;
    padding: 7px 10px;
    font-size: 0.9em;
}

.nomination-list {
    position: relative;
    line-height: 18px;
}

.nomination-item {
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nomination-item span {
    font-style: italic;
    font-weight: bold;
    margin-right: 10px;
}

.nomination-item a {
    color: #4285f4;
}

.nomination-item a:hover {
    text-decoration: underline;
}

.nomination-desc p {
    line-height: 22px;
    padding: 15px;
}

.nomination-buttons {
    position: relative;
}

.nomination-buttons a {
    color: white;
    width: 46%;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 0;
    text-align: center;
}

.nomination-approve {
    background-color: #4285f4;
}

.nomination-reject {
    background-color: #D34836;
}

.comment-nomination-text {
    display: block;
    line-height: 20px;
    padding: 5px 5px;
    font-size: 0.9em;
}

.button {
    padding: 5px 15px;
    background-color: #4285f4;
    color: white;
    border: 0;
    font-size: 1.2em;
    cursor: pointer;
    /*border-radius: 5px;*/
}

.button-wide {
    width: 100%;
}

.button-small {
    font-size: 0.8em;
}

.select-small {
    font-size: 0.8em !important;
    width: 250px !important;
    margin-bottom: 0 !important;
}

.u {
    text-decoration: underline;
}

.shadow {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

.align-left {
    text-align: left !important;
}

#emailtext {
    cursor: default;
}

.bgred {
    background-color: #D34836 !important;
    color: white;
}

.bgblue {
    background-color: #4285f4;
    color: white;
}

.remove-button {
    display: inline-block;
    text-align: center;
    color: white;
    /*width: 49%;*/
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1.2em;
    padding: 5px 0;
    width: 200px !important;
}

.remove-button input[type=submit] {
	width: 200px;
}


.userlist {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.b-generate {
    padding: 5px 10px;
    margin-bottom: 10px;
}

#keyholder {
    position: relative;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 10px 50px;
    text-align: center;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
}

.selectlocked select {
    border: 1px dotted #4285f4;
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4285f4;
}

.fromside {
    /*width: 320px;*/
    display: block;
}

.dateside {
    /*vertical-align: top;*/
    /*width: 320px;*/
    text-align: center;
    display: block;
}

.toside {
    /*width: 320px;*/
    display: block;
}

.arrow {
    position: absolute;
    top: 0;
    font-size: 2em;
    font-weight: bold;
    margin-right: 5px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.white {
    color: #FAFAFA;
}

.travel-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 700px;
}

.edit-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    z-index: 111;
    color: #4285f4;
    font-size: 1.8em;
}

#testdiv {
    position: relative;
    width: 300px;
}

.ui-autocomplete {
    position: absolute;
    z-index: 2222;
    left: 0;
    top: 0;
    width: inherit !important;
    text-align: center;
    background-color: #f8f8f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #4285f4;
    border-bottom: 1px solid #4285f4;
    border-right: 1px solid #4285f4;
}

.ui-menu-item {
    width: 100% !important;
    position: relative;
    padding: 6px 0;
}

.ui-menu-item li {
    width: 100% !important;
    position: relative;
}

.ui-menu-item a {
    width: inherit;
    color: black !important;
    display: block;
}

.ui-menu-item a:hover {
    cursor: pointer;
    color: #4285f4 !important;
}

.a-done p {
    width: 100%;
    border: 1px solid #4285f4;
    padding: 10px 0;
    border-radius: 5px;
}

u {
    text-decoration: underline;
}

.log-message {
    font-size: 0.9em;
    line-height: 20px;
}

.log-message p1 {
    width: 100%;
    display: inline-block;
}

.log-message p2 {
    font-size: 0.8em;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.log-message a {
    color: #4285f4;
}

.log-message a:hover {
    text-decoration: underline;
}

.feed-holder {
    /*padding: 10px;*/
}

.feed-title {
    font-size: 1.1em;
}

.feed-subtitle {
    font-size: 1em;
    margin-top: 10px;
    margin-left: 10px;
}

.alert {
    background-color: #D34836;
    color: white;
    border-radius: 5px;
    padding: 5px 10px 5px 15px;
    margin: 10px 0;
    transition: all 0.5s ease;
}

.alert.close {
    opacity: 0;
}

.alert .close {
    color: #D34836;
    background-color: white;
    border-radius: 4px;
    padding: 0 5px;
}

.alert .close {
    float: right;
}

.info-small {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 7px 0;
    padding: 7px 0 7px 10px;
    font-size: 0.8em;
}

.message-red {
    background-color: white;
    color: #D34836;
    line-height: 18px;
    font-size: 0.9em;
    border-radius: 5px;
    padding: 5px 10px 5px 15px;
    margin: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.message-red a {
    color: #4285f4;
    padding: 2px 4px;
    border-radius: 3px;

    transition: all 0.2s ease-in;
}

.message-red a:hover {
    background-color: #4285f4;
    color: white;
}

.feed-travel {
    line-height: 18px;
    padding: 5px 10px 5px 15px;
    color: black;
    font-size: 0.9em;
    position: relative;
}

.feed-travel a {
    color: #4285f4;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 35px;

    transition: all 0.2s ease-in;
}

.feed-travel a:hover {
    background-color: #4285f4;
    color: white;
}

.feed-travel p {
    position: relative;
}

.feed-travel img {
    width: 35px;
    border-radius: 5px;
}

.feed-travel span {
    position: absolute;
    top: 4px;
    right: 1px;
    font-size: 1.3em;
}

.feed-travel span a {
    border-radius: 3px 0 0 3px !important;
}

.feed-travel .go-to {
    position: relative;
    display: block;
    padding: 0 0;
    text-align: center;
    margin: 5px 0;
}

.popup-window {
    display: inline-block;
    color: #4285f4;
    position: relative;
}

.popup-window:hover {
    cursor: pointer;
}

.popup-window:hover .popup-text {
    opacity: 1;
    visibility: visible;
}

.popup-text {
    z-index: 100;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    width: 280px;
    padding: 10px;
    border-radius: 3px;
    color: black;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.ho-profile-title {
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.ho-profile-title a {
    color: #4285f4;
}

.ho-profile-title a:hover {
    text-decoration: underline;
}

.ho-list {
    position: relative;
}

.ho-one {
    display: block;
    border-bottom: 1px solid rgba(66, 133, 244, 0.2);
    position: relative;
    margin-bottom: 15px;
    height: 37px;
}

.ho-name {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.ho-status {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 10px;
}

.ho-buttons {
    display: inline-block;
    vertical-align: top;
}

.ho-button {
    padding: 10px 15px;
    color: #4285f4;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
}

.ho-button:hover {
    color: white;
    background-color: #4285f4;
}

.filter-holder {
    position: absolute;
    bottom: 100px;
    right: 100px;
    padding: 20px 24px;
    text-align: center;
    background-color: #4285f4;
    color: white;
    z-index: 10;
    border-radius: 1000px;
    font-weight: bold;
    font-size: 2em;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease;
    cursor: pointer;
}

.filter-holder:hover {
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);

}
.search-holder {
    position: relative;
}
.search-img{
    position: relative;
    display: inline-block;
}
.search-img img {}
.search-right-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.search-text{
    font-size: 0.95em;
    margin-bottom: 7px;
}
.search-text span {
    color: #222;
    font-style: italic;
    display: inline-block;
    width: 80px;
    font-size: 0.95em;
}
.search-text p {
    display: inline-block;
}
.search-text b {
    color: #4285f4;
}
.search-removed-user{
    font-style: italic;
    color: grey;
    border-left: 20px solid red;
}
.search-removed-user-text{
    position: absolute;
    left: -20px;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.nomination-banner-orange{
    border-right: 20px solid orange;
}
.nomination-banner-red{
    border-right: 20px solid red;
}
.nomination-banner-grey{
    border-right: 20px solid grey;
}
.nomination-banner-blue{
    border-right: 20px solid #4285f4;
}
.nomination-banner-text{
    position: absolute;
    top: 5px;
    right: -3px;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.nomination-send-button{
    float: right;
    background-color: #4285f4;
    color: white;
    padding: 10px 15px;
    margin-top: 20px;
    cursor: pointer;
}
.nomination-send-button i{
    display: inline-block;
}
.nomination-send-button p {
    display: inline-block;
}
.user-details {
    padding: 10px 10px !important;
}
.user-details p {
    position: relative;
    display: inline-block;
}
.user-details p span {
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
}

.map-error {
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 10;
    background-color: white;
    color: #D34836;
    font-weight: bold;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
}

.filter-window {
    position: absolute;
    top: 25%;
    left: 33%;
    z-index: 12;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease;
}

.filter-window select {
    font-size: 0.9em;
    padding: 3px 5px;
}

.filter-window input[type="submit"] {
    border: 0;
    color: white;
    padding: 5px 10px;
    font-size: 1em;
    background-color: #4285f4;
    border-radius: 2px;
}

.filter-title {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 20px;
}

.filter-subtitle {
    font-size: 0.9em;
    padding: 3px 0;
}

.loading-holder {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.loading-stuff {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
}

.loading-stuff p {
    color: white;
    font-size: 1.4em;
    margin-top: 10px;
}

.ver-holder {
    margin-left: 20px;
    width: 100%;
    text-align: center;
}

.ver-holder p {
    font-size: 1.1em;
    display: inline-block;
}

.app-download {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.app-download a {
    display: block;
    color: black;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px dotted #4285f4;

    transition: all 0.2s ease;
}

.app-download a:hover {
    background-color: #4285f4;
    color: white;
}

.app-download i {
    display: inline-block;
    font-size: 3em;
}

.app-download p {
    display: inline-block;
    margin-left: 15px;
    font-size: 2em;
    vertical-align: top;
    padding-top: 10px;
}

.app-download h1 {
    margin-top: 15px;
    font-size: 0.9em;
}

.app-holder {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.app-title {
    display: inline-block;
    padding: 2px 5px;
    border-bottom: 3px solid #4285f4;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.app-message {
    font-size: 0.9em;
    line-height: 16px;
}

.app-message a {
    color: #4285f4;
}

.rotating {
    -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
    -o-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
}

.left-column{
    position: relative;
    width: 350px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.right-column{
    position: relative;
    width: 630px;
    display: inline-block;
    vertical-align: top;
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.app-activity-holder {
    position: relative;
}

.app-column {
    display: inline-block;
    width: 30%;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    vertical-align: top;
}

.activity-title {
    text-align: center;
    padding: 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #4285f4;
}

.app-column ul li {
    padding: 10px 0 10px 15px;
}

.app-column ul li span {
    margin-right: 10px;
    font-weight: bold;
}

.locset-button-holder {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.locset-button-holder a {
    margin: 10px 0;
    padding: 10px 40px;
    background-color: #4285f4;
    color: white;
    border-radius: 5px;
}

.locset-holder {
    position: relative;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.locset-single {
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px 0;
    text-align: center;
    background-color: white;
    display: inline-block;
    width: 29%;

    transition: all 0.5s ease;
}

.locset-single:hover {
    border-color: #4285f4;
}

.locset-single span {
    position: absolute;
    right: 10px;
}

.locset-on {
    color: white;
    background-color: #4285f4;
}

.locset-button {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background-color: #D34836;
    color: white;

    transition: all 0.5s ease;
}

.locset-button:hover {
    border-color: #4285f4;
}

.app-list-holder {
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #e7e7e7;
}

.single-list {
    margin-bottom: 10px;
}

.single-list-button {
    margin-bottom: 10px;
    position: relative;
}

.single-list-button a {
    background-color: #D34836;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #D34836;
    border-radius: 5px;
    color: white;
    display: block;
}

.single-list-button:hover {
    border-color: #4285f4;
}

.ho-form input[type=text] {
    font-size: 1em;
    width: 280px;
    padding: 5px 0 5px 5px;
}

.ho-form select {
    width: 180px;
}

.ho-list-main-title {
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.ho-list-holder {
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    padding-top: 5px;
}

.ho-list-title {
    display: inline-block;
    width: 40%;
}

.ho-list-id {
    display: inline-block;
    width: 25%;
    font-size: 0.9em;
}

.ho-list-buttons {
    display: inline-block;
}

.ho-list-buttons a {
    display: inline-block;
    padding: 0 20px;
    color: white;
    text-align: center;
}

.brrn-search {
    position: relative;
}

.brrn-search input[type=text] {
    width: 84% !important;
}

.details-holder-special {
    background-color: #f8f8f8;
    padding-top: 10px;
    width: 100%;
}

.verify-holder {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.verify-header img {
    display: inline-block;
    width: 100px;
}

.verify-header p {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    line-height: 100px;
    vertical-align: top;
    color: #777777;
    margin-left: 15px;
}

.verify-container {
    position: relative;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.verify-title {
    color: #777777;
    font-size: 1.2em;
    margin-top: 10px;
}

.verify-text {
    padding: 10px;
    font-size: 0.9em;
    line-height: 22px;
}

.verify-subtitle {
    font-size: 0.9em;
    padding-left: 10px;
}

.verifyVisible {
    display: block;
}

.verifyHidden {
    display: none;
}

.verify-checkbox-holder {
    position: relative;
    padding: 10px;
    margin-top: 20px;
}

.checkbox-single {
    display: block;
    margin-bottom: 10px;
}

.verify-checkbox-holder input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.verify-checkbox-holder input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 32px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.2em;
    vertical-align: middle;
    cursor: pointer;
}

.verify-checkbox-holder input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

.verify-checkbox-holder label.css-label {
    background-image: url(/images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*

	NIHAL's CSS GOES HERE

*/

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    font-size: 1.5em;
    width: 350px;
    position: absolute;
    left: 35%;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-size: 13px;
    font-weight: 300;
}

/*

	END OF NIHAL's CSS

*/

@media all and (max-width: 1150px) {
    .newnavtogglebutton {
        display: none;
    }
}

@media all and (max-width: 650px) {
    .container {
        width: 100%;
        position: relative;
    }

    .wrapper {
        width: 90%;
        margin-top: 10px;
        padding: 15px 10px 15px 10px;
        /*margin-bottom: 70px;*/
    }

    .nav {
        width: 100%;
        text-align: center;
    }

    .box-shadow-menu {
        position: relative;
        padding-left: 1.25em;
    }

    .box-shadow-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 1em;
        height: 0.15em;
        background: black;
        box-shadow: 0 0.25em 0 0 black,
        0 0.5em 0 0 black;
    }

    .title {
        font-size: 1.4em;
        font-weight: bold;
    }

    .logo {
        display: inline-block;
    }

    .ar {
        display: none;
    }

    .google-login-mobile {
        display: inline-block !important;
        /*background-color: #D34836;*/
        background-color: black;
        color: white;
        position: absolute;
        bottom: 0;
        border: 0 !important;
    }

    .nav ul {
        display: none;
        /*width: 200px;*/
        /*z-index: 1111;*/
        /*background-color: #f8f8f8;*/
        /*border-right: 1px solid #e7e7e7;*/
        /*border-bottom: 1px solid #e7e7e7;*/
    }

    /*.nav ul li{*/
    /*width: 90%;*/
    /*border-top: 1px solid #e7e7e7;*/
    /*border-bottom: 1px solid #e7e7e7;*/
    /*}*/
    .shownav {
        position: relative;
        left: 0;
        transition: left 0.4s ease;
        -webkit-transition: left 0.4s ease;
        -moz-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
    }

    .refresh {
        margin-top: 30px;
    }

    .opt-ul li {
        width: 94%;
        margin-bottom: 10px;
    }

    .a-from {
        width: 100%;
    }

    .a-to {
        width: 100%;
    }

    select {
        width: 100%;
    }

    input[type=text] {
        width: 100%;
    }

    .a-note input[type=text] {
        width: 100%;
    }

    .footer {
        width: 100%;
        display: inline-block;
        text-align: center;
        height: 30px;
        font-size: 0.8em;
    }

    .footer-title {
        line-height: 30px;
    }

    .footer-nav {
        width: 100%;
    }

    .travels-holder ul li {
        width: 100%;
    }

    .travels-holder ul li:nth-child(3) {
        width: 58%;
    }

    .travels-holder ul li:nth-child(5) {
        width: 58%;
    }

    .travels-holder ul li:nth-child(7) {
        width: 58%;
    }

    .travel-details {
        padding: 0 !important;
    }

    .travel-details a {
        width: 100%;
        display: inline-block;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        left: 0;
    }

    .status-active {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        /*background-color: #4285f4 !important;*/
        background-color: black !important;
        color: white;
    }

    .status-expired {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        background-color: #D34836 !important;
        color: white;
    }

    .travel-bar {
        display: none !important;
    }

    .show-mobile {
        width: 40% !important;
        text-align: center;
        display: inline-block !important;
        vertical-align: top;
        font-size: 0.95em;
    }

    .top-bar-holder {
        width: 93%;
    }

    .agent-profile {
        width: 82%;
    }

    .details-travel {
        margin-left: 0;
        width: 100%;
    }

    .details-travel ul {
        width: 103%;
    }

    .details-travel-note {
        width: 100%;
    }

    .agent-details {
        margin-left: 0;
        width: 93%;
        text-align: center;
    }

    .n1 {
        width: 100%;
    }

    .n2 {
        width: 100%;
    }

    .agent-details-li h1 {
        width: 27%;
    }

    .agent-details-li h2 {
        width: 64%;
    }

    .agent-details-mobile {
        text-align: center;
    }

    .no-border {
        margin-top: 0;
    }

    .details-holder select {
        width: 100%;
    }

    .location-holder input[type=submit] {
        width: 100%;
        margin-bottom: 5px;
    }

    .email-holder p {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .new-agent input[type=text] {
        margin-bottom: 10px;
    }

    .new-agent input[type=submit] {
        width: 100%;
        margin-left: 0;
    }

    .details-back-button {
        top: 6px;
    }

    .moderator input[type=submit] {
        width: 100%;
        background-color: #4285f4;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .smaller-button {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .small-width {
        width: 100% !important;
    }

    .start-message-window {
        margin-top: 50px;
    }

    .edit-travel select {
        width: 100% !important;
    }

    .details-holder-announce select {
        width: 100% !important;
    }

    .a-date {
        width: 100%;
    }

    .a-date input[type=text] {
        width: 100%;
    }

    /*noinspection CssInvalidPropertyValue*/
    .a-button input[type="submit"] {
        width: 100%;
        visibility: 0.7;
    }

    .edit {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 50px;
    }

    .confirm {
        width: 100%;
        margin-bottom: 10px;
    }

    .remove {
        width: 100%;
    }

    .top-bar-holder p {
        width: 42%;
    }

    .input-filter {
        width: 100% !important;
    }

    .comments-holder {
        width: 100%;
    }

    .comment-name {
    }

    .comment-text {
        width: 76%;
    }

    .details-map-holder {
        width: 100%;
    }

    .b-settings {
        width: 100%;
        margin-bottom: 10px;
    }

    .ntf-profile-text {
        width: 65%;
    }

    .user-info-options ul li {
        height: 20px;
        line-height: 20px;
    }

    .user-info-holder {
        width: 96%;
    }

    .ntf-text-holder {
        width: 90%;
    }

    .holder {
        width: 100%;
    }

    #keyholder {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .b-generate {
        width: 100%;
    }

    .details-left-holder {
        width: 100%;
    }

    .details-buttons {
        width: 100%;
        margin-left: 0;
    }

    .travel-wrapper {
        width: 93%;
    }

    .travel-details-holder ul li {
        width: 32%;
        font-size: 0.7em;
    }

    .edit-icon {
        top: 2px;
        right: 2px;
        width: 15px;
        height: 15px;
    }

    .arrow {
        left: 0;
    }

    .travels-badge {
        width: 96%;
    }

    .fromside {
        width: 100%;
    }

    .dateside {
        width: 100%;
    }

    .toside {
        width: 100%;
    }

    .a-buttons {
        width: 90%;
    }

    .wrapper-title {
        padding-top: 15px;
    }

    .index-wrapper {
        width: 100%;
    }

    .index-menu-absolute {
        position: relative;
        top: 0;
        left: 0;
        width: 100% !important;
        z-index: 0;
    }

    .index-left {
        margin-right: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        width: 100%;
        display: block;
    }

    .index-right {
        margin-right: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .name-holder {
        width: 165px;
    }

    .index-wrapper {
        margin-top: 7px;
    }

    .ho-name {
        width: 70%;
        text-align: center;
    }

    .ho-button {
        position: relative;
        top: -10px;
    }

    .popup-text {
        left: -130px;
    }

    .locset-single {
        width: 100%;
        margin-bottom: 10px;
    }

    .locset-button {
        width: 25%;
        text-align: center;
    }

    .profile-support-holder {
        width: 100%;
        position: relative;
    }

    .ver-holder {
        margin-left: 0;
    }

    .filter-holder {
        padding: 15px 19px;
        font-size: 1.5em;
        right: 15px;
        bottom: 15px;
    }

    .filter-window {
        left: 5%;
        top: 3%;
        width: 80%;
    }

    .filter-window input[type="submit"] {
        width: 100%;
    }

    .ho-list-holder {
        text-align: center;
    }

    .ho-list-title {
        padding-bottom: 10px;
        display: block;
        width: 100%;
    }

    .ho-list-buttons {
        display: block;
        width: 100%;
    }

    .ho-list-buttons a .edit {
        margin-left: 0;
    }

    .nomination-item span {
    }

    .nomination-item {
        margin-bottom: 15px;
    }

    #navnew {
        width: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .index-left-menu-item {
        font-size: 1em;
        padding: 10px 0 10px 0;
    }

    .brrn-search input[type=text] {
        width: 100% !important;
    }

    .brrn-search input[type=submit] {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #pac-input {
        left: 5%;
        width: 90%;
        top: 5px;
    }

    .details-holder-special {
        width: 88%;
        margin-left: 3%;
        margin-bottom: 10px;
    }

    .checkbox-single {
        margin-bottom: 60px;
    }
    .search-right-holder {
        margin-left: 0;
    }
    .search-right-holder span {
        display: block;
    }
    .profile-location-holder {
        margin-left: 30px;
        padding-top: 0;
    }
    .profile-location-holder-text {
        width: 100%;
    }
    .profile-location-holder-left{
        width: 90%;
    }
    .profile-location-holder-right {
        width: 90%;
    }

    .newnavtogglebutton {
        display: block;
    }
}

.required {
	width: 370px !important;
	margin-bottom: 10px;
	font-size: 0.95em !important;
	padding: 7px 5px !important;
	border: 1px solid #ff0000;
	border-radius: 4px;
}


.location-holder select {
    border: 1px solid #e7e7e7;
    /*border-radius: 5px;*/
    padding: 6px 5px;
    font-size: 0.95em;
    width: 250px;
    margin-bottom: 10px;
    display: inline-block;
}

.location-holder input[type=text] {
    width: 250px;
    size: 250;
}

.agent-input-filter {
    width: 200px !important;
    margin-bottom: 10px;
    font-size: 0.95em !important;
    padding: 7px 5px !important;
}

.profile-location-holder-text input[type=button] {
    position: relative !important;
    font-size: 0.7em !important;
    padding: 6px 12px !important;
    color: white;
    border: 0;
    cursor: pointer;
    /*border-radius: 5px;*/
    margin-left: 5px;
    background-color: #4285f4;
    width: 100px;
}

