@charset "UTF-8";
.dialog_header {
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
    margin-left: auto;
    color: #000000;
    margin-right: auto;
}

.dialog_subhead {
    margin-left: auto;
    color: #808080;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.dialog_label {
    float: left;
    text-align: left;
    width: 160px;
    font-size: 14px;
    margin-top: 16px;
    margin-left: 0;
}

.dialog-close-button {
    float: right;
    width: 50px;
    margin-top: -30px;
    margin-right: -40px;
}

.dialog_field_box {
    float: left;
    width: 300px;
    text-align: left;
}

.dialog-small-text {
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
}

.dialog_field_text {
    font-weight: bold;
    line-height: 30px;
    margin-top: 16px;
    color: #000;
}

.dialog-close-x {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: -20px;
    margin-right: -20px;
}

@keyframes dialog-keyframe {
    from {
        margin-top: 40px;
        opacity: 0.5;
    }
    to {
        margin-top: 70px;
        opacity: 1;
    }
}

.dialog-enter {
    animation-duration: .5s;
    animation: dialog-keyframe;
    -webkit-animation-name: dialog-keyframe; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pop-window-frame {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: 12px;
    border-radius: 8px;
    border: solid;
    border-color: #D4D4D4;
    border-width: 1px;
    box-shadow: 0px 4px 6px #888888;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1.0; /* khtml, old safari */
    -moz-opacity: 1.0; /* mozilla, netscape */
    opacity: 1.0; /* fx, safari, opera */
    z-index: 101;
    display: block;
}

.map-window-frame {
    margin: 0px;
    padding: 0px;
    width: 550px;
    border: 1px solid #000000;
}

.pop-window-border {
    padding: 36px;
}

.dim {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: black;
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5; /* khtml, old safari */
    -moz-opacity: 0.5; /* mozilla, netscape */
    opacity: 0.5; /* fx, safari, opera */
}

.dialog_field {
    font-size: 18px;
    font-weight: 300;
    padding: 12px;
    border-width: 1px;
    border-color: #C9C9C9;
    border-style: solid;
    border-radius: 4px;
    color: #404040;
    background-color: #FFFFFF;
    margin-top: 10px;
    float: left;
}

.dialog_field_cc {
    font-size: 18px;
    font-weight: 300;
    padding: 12px;
    border-width: 1px;
    border-color: #C9C9C9;
    border-style: solid;
    border-radius: 4px;
    color: #404040;
    background-color: #FFFFFF;
    float: left;
    margin-top: -4px;
}

.left_nav_links {
    text-decoration: none;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-size: 13px;
    line-height: 28px;
    margin-top: 2px;
    font-weight: 400;
}

.left_nav_links a:hover {
    text-decoration: none;
    color: #5297EA;
}

.left_nav_header {
    font-size: 13px;
    color: #AAAAAA;
    font-weight: bold;
    line-height: 28px;
    margin-top: 22px;
}

.left_nav2 {
    margin-top: 60px;
    text-align: left;
}

.left_nav_links a.selected {
    color: #000;
    font-weight: bold;
}

.left_nav_links a.selected:hover {
    color: #000;
    text-decoration: none;
}

.left_nav_links ul {
    text-decoration: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.left_nav_links li {
    text-decoration: none;
    margin-left: 0;
    padding-left: 0;
}

#dialog-overlay {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none
}

#dialog-message {
    width: 290px;
    float: left;
    display: inline-block
}

.silverbutton {
    margin: 10px auto 0 auto;
    text-align: center;
    display: block;
    color: #000;
    outline: none;
    cursor: pointer;
    border-width: 1px;
    text-decoration: none;
    font: 14px/100% 'Lucida Grande', Helvetica, sans-serif;
    font-weight: normal;
    padding: 6px 12px 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border: solid 1px #9e9e9e;
    background-repeat: no-repeat;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background: -moz-linear-gradient(top, #fff, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5')
}

.silverbutton:hover {
    color: #000;
    text-decoration: none;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9e1e9));
    background: -moz-linear-gradient(top, #fff, #d9e1e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9e1e9')
}

.silverbutton:active {
    color: #70a6e0;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
    background: -moz-linear-gradient(top, #e5e5e5, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff')
}

#dialog-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f0f0f0;
    width: 560px;
    position: absolute;
    z-index: 5000;
    display: none
}

#dialog-box .dialog-content {
    text-align: left;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    margin-top: 0;
    color: #666;
    font-family: 'Lucida Grande', Tahoma;
    font-size: 13px
}

#dialog-box a.button {
    margin: 10px auto 0 auto;
    text-align: center;
    display: block;
    width: 50px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    background-color: #e33100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer
}

.dialog-closeb {
    margin-left: 540px;
    border: 0;
    margin-top: -8px
}

#dialog-box a.button:hover {
    background-color: #c33100
}

#dialog-box .dialog-content p {
    font-weight: 700;
    margin: 0
}

#dialog-box .dialog-content ul {
    margin: 10px 0 10px 20px;
    padding: 0;
    height: 50px
}

.disabled {
    opacity: 0.2;
}

/* for plugin */
.intl-tel-input {
    float: left;
    width: 312px;
}

.modal-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-content {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body {
    padding: 24px 24px !important; /* override bootstrap */
}

#smsModal .modal-body {
    padding: 14px 44px;
}

#emailModal .modal-body {
    padding: 30px 44px;
}

.modal-body label {
    font-weight: normal;
}

table.modal-info {
    margin: 0 auto; /* center it */
}

table.modal-info td {
    text-align: left;
}

table.modal-info td:first-of-type {
    padding-right: 15px;
}

#authenticateModal label {
    display: inline;
    margin-left: 5px;
}

/* new ktm */

.modal h2 {
    color: #777;
}

.modal p {
    font-size: 14px;
}

.modal input[type="text"] {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal a, .modal a:visited,.modal a:hover   {
    color: #337ab7;
}

a#yesChange,
a#yesChange:visited,
a#yesChange:hover {
    color: #fff;
}

a#noChange {
    border: 1px solid #337ab7 !important;
}

@media only screen and (max-width: 479px) {
    .modal-body, #emailModal .modal-body, #emailModal .modal-body {
        padding: 28px 14px;
    }
}
