/*================================================
ELEMENT RE-STYLES
==================================================*/
body {
    background-color: #eee;
    font-family: 'Roboto', 'Helvetica', Arial;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
}

body.inactive {
	background-color: #000;
}

a, a:hover, a:focus {
    color: #00509f;
}

a:focus, a:hover {
    text-decoration: none;
}

section {
    position: absolute;
    width: 100%;
    height: 100%;
}

figure {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    height: 100%;
}

body.inactive figure {
	background-color: #567;
	border-color: #456;
}

figure,
h1 {
    text-align: center;
}
figure img {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    line-height: 200px;
    font-size: 100px;
}

figcaption {
    margin-top: 10px;
    line-height: 20px;
    font-size: 18px;
}

form {
    margin-top: 15px;
}

form label {
    font-weight: normal;
}

/*================================================
BOOTSTRAP RE-STYLES
==================================================*/
.btn, .input-lg {
    border-radius: 4px;
}

.btn {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-shadow-none {
    box-shadow: none;
}

.form-control-static {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.dropdown-menu {
    font-size: inherit;
    padding: 0;
}

.navbar-toggle {
    line-height: 15px;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
}

.alert {
    border-radius: 0;
    color: #fff;
}

.alert-info {
    background-color: rgba(51, 195, 240, 0.9);
    border-color: #33C3F0;
}

.alert-success {
    background-color: rgba(43, 213, 110, 0.9);
    border-color: #2BD56E;
}

.alert-danger {
    background-color: rgba(213, 103, 43, 0.9);
    border-color: #D5672B;
}

.no-margin {
    margin: 0;
}

.img-responsive {
    max-width: none;
}

.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.panel-heading {
    padding: 15px 15px;
    font-size: 15px;
}

.btn-group > div:first-child:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > div:last-child:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.navbar-header,
.navbar-header a,
.navbar-nav a,
.navbar-nav a:hover {
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.has-error {
    color: #777;
}

.panel-heading {
    border-color: transparent;
}

.form-control {
    border: 1px solid #DFEFFF;
    border-bottom-width: 2px;
    box-shadow: none;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
    color: #333;
}

.form-control:hover {
    border-color: #B9DCFF;
}

.form-control:focus {
    border-color: #4285f4;
}

.has-error .form-control {
    border-color: #843534;
    box-shadow: none;
}

.btn-primary {
    background-color: #0058B0;
    border-color: #0052A4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0052A4;
    border-color: #0052A4;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    color: #6687A8;
}

.bg-info,
.bg-warning,
.bg-success {
    padding: 15px;
    color: #333;
}

.input-group-addon {
    font-size: inherit;
}
/*================================================
PINGDESK CUSTOM STYLES
==================================================*/
.view-port {
    display: block;
    position:fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
}

.view-port-section {
    display:block;
    width:100%;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
    position:fixed;
}

.capitalize {
    text-transform: capitalize;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.ping-contact {
    display: block;
    overflow: hidden;
    padding: 5px 0 0;
}

.left-button {
    position: absolute;
    left: 10px;
}

.right-button {
    position: absolute;
    right: 30px;
}

div.popup a.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #888;
    font-size: 24px;
}

div.popup a.close-btn:hover {
    color: #00509f;
}

div.popup {
    background-color: #def;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    max-width: 768px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*div.popup figure {
    display: inline-block;
}*/

div.popup figure {
    float:left;
}

div.popup figcaption {
    max-width: 200px;
}

/*div.popup .details {
    display: inline-block;
    position: absolute;
    margin-left: 20px;
    top: 10px;
    margin-right: 40px;
    font-size: 18px;
}*/
div.popup .details {
    overflow: auto;
}

.bc-head {
    width: 98%;
    border-bottom: 3px solid rgb(116, 100, 100);
    float: right;
    clear: left;
}


.upload.image {
    height: 200px;
    outline: none;
}

.upload {
    vertical-align: middle;
    width: 100%;
}

.upload > img, .upload > canvas {
    margin: 0 auto;
}

.m-caption {
    font-size: 15px;
}

.s-caption {
    font-size: 12px;
}

.xs-caption {
    font-size: 9px;
}

figure .logo {
    border-radius: 5%;
    max-width: 180px;
}

.welcome .logo {
    max-width: 100%;
    position: absolute;
}

.card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-top-width: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    margin: 20px 0 20px;
    padding-top: 5px;
    position: relative;
}

body.inactive .card {
	background-color: #234;
	border-color: #123;
}


.card-body {
    margin: 20px 0;
}

.card-body.activities {
    margin: 0;
    padding: 0;
}

.card-body.form {
    padding: 15px 0 5px;
    margin: 0;
}

.card-body.search {
    padding-top: 15px;
    margin: 0;
}

.card-body.form .form-group,
.card-body.form form > p,
.card-body.search .form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.card-body.form > form, .card-body.search > form, .card-body.list > form {
    margin: 0;
}

.card-body.search {
    border-bottom: 1px solid #eee;
}

.card-body.search input {
    background: #eee;
    border-color: #eee;
}

.card-body.search input:focus {
    background: #fff;
    border-color: #DFEFFF;
}

.card-body.list {
    margin-top: 0;
    margin-bottom: 0;
}

.card-body.list .list-group {
    margin-bottom: 0;
    background: #f5f5f5;
}

.card-body.list .list-group-item {
    border-width: 1px 0;
}

.card-body.list .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-body.list .list-group-item:last-child {
    border-bottom: 0;
}

.card-bottom {
    background-color: #eee;
    padding: 10px 20px;
}

.card-actions {
    margin: 20px 0 0;
    min-height: 30px;
    padding: 0 20px 20px;
}

.profile-heading {
    border-bottom: 1px solid #e5e5e5;
}

.item-list-div > span {
    vertical-align: middle;
}

.card-heading.simple {
    border-bottom: 1px solid #e5e5e5;
}

.card-title {
    font-weight: 700;
    display: inline-block;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.card-heading {
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}

.owl-item > figure:hover {
    cursor: pointer;
}

.required, .col-name, .col-contact, .collapsed,
.img-profile, .first, .second, .no-notification,
.upload-progress, .save, .delete, .you-state, .add-people,
.see-all, .preview, .title, .edit, .listing, .csv, .contact-group, .notification-preference, .ui-flag-info, .ui-flag-view {
}

.alert h4 {
    margin-top: 10px;
}

.item-group-toggle {
    margin-top: 3px;
}

.bar-label {
    background: #eee;
    padding: 5px 15px 2px;
    text-transform: uppercase;
}

.custom-form .form-group, .custom-form h4 {
    margin-left: 15px;
    margin-right: 15px;
}

.view-icon {
    display: block;
    position: absolute;
    right: 11px;
}

.view-icon span.glyphicon {
    font-size: 12px;
}

.view-icon > * {
    display: block;
    margin-bottom: 10px;
    text-align: right;
}

.view-icon > *:last-child {
    margin-bottom: 0;
}

.view-icon .btn, .edit {
    color: #3C82C9;
    border: 1px solid #559DE6;
    box-shadow: none;
    
    font-size: 12px;
    padding:5px 10px;
}

.contact-search {
    position: relative;
    margin-top: -30px;
    height: 35px;
}

.contact-search > ul {
    display: block;
    margin: 0;
    padding: 0;
}

.contact-search .filters {
    display: block;
    float: left;
    margin-right: 10px;
}

.contact-search .search {
    display: block;
    overflow: hidden;
}

.contact-search input[type=text] {
    box-sizing: border-box;
    outline: none;
    background: #fff;
    margin: 0;
    z-index: 10;
    border-radius: 0;
    border-width: 0;
    width: 0;
    padding: 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    transition: width 0.3s;
}

.contact-search button {
    text-align: center;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.filter-tick {
    position: relative;
    z-index: 12;
    float: left;
    white-space: nowrap;
    margin-right: 8px;
    line-height: 30px;
}

.filter-tick span{
    display: block;
    float: left;
    line-height: inherit;
}

.filter-tick span img {
    width: 30px;
}

.filter-tick .glyphicon-remove {
    float: right;
    cursor: pointer;
    font-size: 11px;
}

.search-open {
    width: 100%;
}

.search-open button {
    z-index: 90;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-open input[type=text] {
    box-sizing: border-box;
    width: 100%;
    border-width: 1px;
    padding: 6px 12px;
    padding-right: 70px;
}

.clear-search-icon {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    margin-top: 1px;
    margin-right: 40px;
    cursor: pointer;
    color: #888;
    outline: none;
    outline-width: 0;
    z-index: 11;
    box-shadow: none;
}

.clear-search-icon:hover {
    box-shadow: none;
}

.col-contact div {
    float: left;
    margin-left: -1px;
}

header, .optional-header{
    background-color: #0058B0;
}

.active-profile img {
    width: 20px;
    margin-right: 5px;
}

.img-photo, .img-photo-small, .img-photo-xsmall {
    background: #A0D7FF;
}

.img-transparent {
    background: transparent;
}

.img-photo {
    max-width: 150px;
}

.img-photo-small {
    width: 50px;
}

.img-photo-xsmall {
    width: 30px;
}

.visualCaptcha {
    margin-bottom: 10px;
}

.visualCaptcha-possibilities .img {
    padding: 6px;
}

.visualCaptcha-accessibility-button {
    display: none;
}

.header-margin-top {
    margin-top: 51px;
}

.navbar-brand, .navbar-brand:hover {
    font-family: "Agency FB", "AGENCYR", "Arial Narrow";
    font-size: 30px;
    color: #fff;
    padding-left: 50px;
    background: url("../img/fav/logo-32x32-new.png") left center no-repeat;
}

.profile-heading > .row > a {
    position: absolute;
    right: 4%;
}

.position-relative {
    position: relative;
}

.info .equal-col {
    text-align: left;
    border-right: 1px solid #D3D3D3;
}

.info .equal-col:last-child {
    border-right: none;
}

.info > .col-xs-6:nth-child(2) {
    border-right: none;
}

info > .span {
    display: block;
}

.item-list-div .glyphicon {
    font-size: 20px;
    line-height: 25px;
}

.item-group {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.item-group li {
    display: block;
}

.item-list-div {
    padding: 7px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.item-group .item-list a {
    display: block;
    overflow: hidden;
    padding: 6px 3px;
}

.item-group .item-list:not(.proto):hover .glyphicon {
    display: block;
}

.item-group .item-list .glyphicon {
    float: right;
    display: none;
}

.item-group .item-list .span-text {
    float: left;
    width: 85%;
}

/*================================================
BUSY STYLES
==================================================*/

@-webkit-keyframes ld {
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.busy {
    position: relative;
    opacity: .8;
    color: transparent;
}

.busy:hover,
.busy:active,
.busy:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.busy:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.busy:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.busy:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.busy:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.busy:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

/*================================================
UTILITIES STYLES
==================================================*/
.equal-width {
    overflow: hidden;
}

.equal-col {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.no-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.proto {
    display: none;
    height: 0;
}

/*================================================
TIMELINE STYLES
==================================================*/
.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.timeline-item:before, .timeline-item:after {
    content: " ";
    display: table;
}

.timeline-item::after {
    background-color: #fff;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    bottom: auto;
    clear: both;
    height: 9px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    top: 6px;
    width: 9px;
}

.timeline-item {
    position: relative;
    border-left: 1px solid #c8c7cc;
}
.timeline-item-inner {
    margin-left: 15px ;
}
.timeline-item-body {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 10px 0 10px;
}

.timeline-item-body > p {
    margin-top: 1px;
}

.timeline-item-body > button {
    display: none;
}
.timeline-item-body:hover > button {
    display: block;
}
.timeline-item-footer {
    display: block;
    overflow: hidden;
    background: #eee;
}
.timeline-item-footer > .btn-toolbar {
    margin: 5px;
}
.timeline-item.danger::after {
    border-color: #e53636;
    background: #e53636;
}
.timeline-item.success::after {
    border-color: #2BD56E;
    background: #2BD56E;
}
.timeline-item.info::after {
    border-color: #33C3F0;
    background: #33C3F0;
}
.timeline-item.danger {
    border-left-color: #e53636;
}
.timeline-item.success {
    border-left-color: #2BD56E;
}
.timeline-item.info {
    border-left-color: #33C3F0;
}
.timeline small {
    color: #999;
    font-size: 80%;

}
.progress {
    height: 7px;
}

/*================================================
MULTI-SELECT STYLES
==================================================*/
.multi-select {
    margin: 0;
}

.multi-select .list-group-item {
    border-radius: 0;
    cursor: pointer;
}

.multi-select .add-remove {
    font-family: Arial,sans-serif;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    padding: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.multi-select-button {
    text-align: center;
}

.multi-select .list-group-item {
    color: #fff;
    background: #0058B0;
    transition: background-color 300ms linear;
}

.multi-select .list-group-item.selected .add-remove {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.multi-select .list-group-item.deleted {
    background: #F8480E;
    border-color: #E94007;
}

.multi-select .list-group-item small {
    color: #fff;
}

.multi-select .list-group-item .col-xs-8 {
    height: 100%;
}

.multi-select .group-header {
    padding: 5px 15px;
    background: #CCC;
}

/*================================================
ALERT STYLES
==================================================*/
.alert-box {
    width: 100%;
    position: fixed;
    z-index: 1029;
    text-shadow: none;
}

.alert-box .alert {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.toast {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contact-search button {
        padding: 6px 24px;
    }

    .clear-search-icon {
        margin-right: 65px;
    }

    .search-open input[type="text"] {
        padding-right: 95px;
    }

    .header-margin-top {
        margin-top: 60px;
    }

    .import-table td, .import-table th {
        overflow-wrap: break-word;
        max-width: 200px;
    }

    .toast {
        width: 40%;
    }

    /*
        .left-button {
            left: 30px;
        }

        .view-icon {
            right: 30px;
        }
    */

    header, .optional-header {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    }

    .card {
        border-color: #d8d8d8;
        border-top-width: 0;
        border-bottom-width: 2px;
        border-radius: 3px;
    }

    .card-heading.simple {
        font-size: 17px;
    }

    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .info > .col-xs-6:nth-child(2) {
        border-right: 1px solid #D3D3D3;
    }

    .img-photo {
        max-width: 200px;
    }
}

/** Fix for drop down menu (small devices) */
@media (max-width: 767px) {


    .dropdown-menu > li > a {
        color: #fff;
    }

    .mobile-select > li > a {
        color: inherit;
    }

    .dropdown-menu > .divider {
        background-color: #1A69B8;
    }

    .nav > li > a {
        display: none;
        position: relative;
    }

    .nav .dropdown-menu {
        box-sizing: border-box;
        display: block;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .pingme-form .form-group {
        margin-left: 15px;
        margin-right: 15px;
    }

    div.popup {
        left: 0px;
        right: 0px;
    }

/*    div.popup .details {
        margin-left: 10px;
        top: 40px;
        margin-right: 10px;
        font-size: 16px;
    }*/
}

.suggest-list {
    display: block;
    overflow: hidden;
}

.suggest-item {
    background: #e6f1fc none repeat scroll 0 0;
    border: 1px solid #7eb4ea;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 2px 5px 3px 0;
    padding: 3px 5px;
    cursor: pointer;
}

.suggest-item .suggest-item-close {
    border-left: 1px solid #A6CBF0;
    float: right;
    margin-left: 5px;
    padding: 1px 0 0 5px;
}


.slin, .srin, .slout, .srout, .popin, .popout, .noanim {
    pointer-events: none;
}

.wrap {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    opacity: 1;
}

.lightbox-mask {
    width: 100%;
    background: #000;
    opacity: .4;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mask {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.wrap, .mask, section, .toast {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}

.slin .wrap, .slin .mask {
    -webkit-animation-name: slin-scroll;
    animation-name: slin-scroll;
}

.slout .wrap, .slout .mask {
    -webkit-animation-name: slout-scroll;
    animation-name: slout-scroll;
}

.srin .wrap {
    -webkit-animation-name: srin-scroll;
    animation-name: srin-scroll;
}

.srin .mask {
    -webkit-animation-name: srin-scrollMask;
    animation-name: srin-scrollMask;
}

.srout .wrap {
    -webkit-animation-name: srout-scroll;
    animation-name: srout-scroll;
}

.srout .mask {
    -webkit-animation-name: srout-scrollMask;
    animation-name: srout-scrollMask;
}

.popin .wrap {
    -webkit-animation-name: popin;
    animation-name: popin;
}

.popout {
    -webkit-animation-name: popout;
    animation-name: popout;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toast-slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

.fadein .wrap {
    -webkit-animation-duration: 1400ms;
    animation-duration: 1400ms;
    -webkit-animation-name: fadein;
    animation-name: fadein;
}

.fadeout .wrap {
    -webkit-animation-name: fadeout;
    animation-name: fadeout;
}

.noanim {
    -webkit-animation-name: noanim;
    animation-name: noanim;
}


/* webkit */
@-webkit-keyframes slin-scroll {
    from { -webkit-transform: translateX(100%); }
    to   { -webkit-transform: translateX(0);    }
}

@-webkit-keyframes slout-scroll {
    from { -webkit-transform: translateX(0);    opacity: 1;   }
    to   { -webkit-transform: translateX(-100%); opacity: 0.5; }
}

@-webkit-keyframes srin-scroll {
    from { -webkit-transform: translateX(-100%); opacity: 0.5; }
    to   { -webkit-transform: translateX(0);    opacity: 1;   }
}

@-webkit-keyframes srout-scroll {
    from { -webkit-transform: translateX(0);    }
    to   { -webkit-transform: translateX(100%); }
}

@-webkit-keyframes slin-scrollMask {
    from { -webkit-transform: translateX(100%); -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
    to   { -webkit-transform: translateX(0);    -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
}

@-webkit-keyframes srout-scrollMask {
    from { -webkit-transform: translateX(0);    -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
    to   { -webkit-transform: translateX(100%); -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
}

@-webkit-keyframes popin {
    from { -webkit-transform: translateY(100%); }
    to   { -webkit-transform: translateY(0);    }
}

@-webkit-keyframes slideDown {
    from { -webkit-transform: translateY(0%);   }
    to   { -webkit-transform: translateY(55px); }
}

@-webkit-keyframes popout {
    from { -webkit-transform: translateY(0);     }
    to   { -webkit-transform: translateY(120%);  }
}

@-webkit-keyframes noanim {
    from { opacity: 1; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* W3C */
@keyframes slin-scroll {
    from { transform: translateX(100%); }
    to   { transform: translateX(0);    }
}

@keyframes slout-scroll {
    from { transform: translateX(0);    opacity: 1;    }
    to   { transform: translateX(-100%); opacity: 0.5; }
}

@keyframes srin-scroll {
    from { transform: translateX(-100%); opacity: 0.5; }
    to   { transform: translateX(0);    opacity: 1;   }
}

@keyframes srout-scroll {
    from { transform: translateX(0);    }
    to   { transform: translateX(100%); }
}

@keyframes slin-scrollMask {
    from { transform: translateX(100%); box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
    to   { transform: translateX(0);    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
}

@keyframes srout-scrollMask {
    from { transform: translateX(0);    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
    to   { transform: translateX(100%); box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
}

@keyframes popin {
    from { transform: translateY(100%);  }
    to   { transform: translateY(0);     }
}

@keyframes slideDown {
    from { transform: translateY(0%);   }
    to   { transform: translateY(55px); }
}

@keyframes popout {
    from { transform: translateY(0);      }
    to   { transform: translateY(120%);   }
}

@keyframes noanim {
    from { opacity: 1; }
    to   { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.text-box-container {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DFEFFF;
}

.text-box-container:hover,
.text-box-container:focus,
.text-box-container:active {
    border-color: #4285f4;
}

.has-error .text-box-container,
.has-error .text-box-container:hover,
.has-error .text-box-container:active,
.has-error .text-box-container:focus {
    border-color: #843534;
}

.has-error .text-box-container .form-control {
    border-color: transparent;
    outline-style:solid;
    outline-width:0;
    box-shadow:none;
}

.text-box {
    position: relative;
}

.text-box textarea,
.text-box textarea:focus,
.text-box textarea:active,
.text-box textarea:hover {
    background: 0 0;
    height:75px;
    resize: none;
    outline-style:solid;
    outline-width:0;
    box-shadow:none;
}

.text-box textarea,
.text-box textarea:focus,
.text-box textarea:active,
.text-box textarea:hover,
.inplace-preview {
    min-height: 75px;
    padding: 9px 11px 0;
    overflow: hidden;
    word-wrap: break-word;
    border:0;
    border-bottom:solid 30px transparent;
}

.text-box .text-box-hide,
.text-box .text-box-hide:focus,
.text-box .text-box-hide:active,
.text-box .text-box-hide:hover {
    padding: 0;
    border: 0;
    height: 0 !important;
    min-height: 0 !important;
}

.inplace-preview {
    cursor: pointer;
}

.text-box-options {
    position:absolute;
    bottom:6px;
    right:6px;
}

.text-box-options-item {
    box-sizing: content-box;
    border-radius:3px;
    float:left;
    height:18px;
    margin-left:4px;
    padding:6px 6px 7px 7px;
}

.text-box-options-item:hover {
    background-color:#e2e4e6
}

.buttonwrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e05443;
}

.button {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 0 30px 0 30px;
    height: 45px;
}

.button a {
    color: #ffffff;
    text-decoration: none;
}

.white-color {
    background-color: #fff;
}


.select .btn {
    width:100%;
    text-align:left;
    padding: 10px 16px;
}

.select .btn,
.select .btn:focus,
.select .btn:active,
.select .btn:hover {
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
}

.select .input-group-btn:last-child > .btn,
.select .input-group-btn:first-child > .btn {
    border-radius: 4px;
}

.select .dropdown-menu {
    width:100%;
    font-size: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.select .caret {
    position:absolute;
    right:10px;
    margin-top:10px;
}

.selected {
    padding-right:10px;
}

.select .dropdown-menu a {
    color: inherit;
}

/*intl-tel usage*/
.select .flag-box, .mobile-select .flag-box, .form-control-static .flag-box {
    margin-right: 6px;
    display: inline-block;
    width: 20px;
    box-sizing: border-box;
}

/* Workaround for intlTel*/
.intl-tel-input {
    display: block;
}

.mobile-select-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    font-size: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.mobile-select {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    display: block;
    overflow: auto;
}

.profile-name {
    font-weight: 700;
    color: #555;
}