/*
 * web tools styles
 */
.wt,
.wt *,
.wt input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -webkit-font-smoothing : antialiased;
}
.wt h3 {
    font-family: 'Lato-Light', sans-serif;
    color: #F2F2F2;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
}

.wt.fine-print
{
    font-size:13px;
}
.wt input
{
    height: 28px;
    background: #4d4d4d;
    color: #e6e6e6;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top:3px;
    user-select:all;
    width: 100%;
}

.wt input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.wt input[type="text"],
.wt input[type="password"],
.wt input[type="submit"],
.wt input[type="button"],
.wt input[type="tel"],
.wt input:not([type])
{
    -ms-user-select:all;
    -webkit-user-select:text;
    -webkit-appearance:none;
}

.wt input[type="text"],
.wt input[type="password"],
.wt input:not([type])
{
    padding: 0px 25px 0px 6px;
}
.wt input::-ms-clear,
.wt input::-ms-reveal
{
    width: 0;
    height: 0;
}
.wt input[readonly]
{
    background:#3a3a3a;
}
.wt input.invalid,
.wt input.required
{
    border: 1px solid #a13d14;
}
.wt select {
    width: 100%;
    margin: 3px 0px 10px 0px;
    height: 25px;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 13px;
    float: left;
    background: #666666;
    color: #CCCCCC;
    background: #333333;
    appearance:menulist-button;
    -webkit-appearance:menulist-button;
}

@-moz-document url-prefix() {
    .wt select {
        border-radius: 3px;
        background-image: linear-gradient(to bottom, rgb(187, 192, 237) 0%, rgb(47, 47, 47) 50%);
    }
}
.wt table {
    width: 100%;
    border-spacing: 0;
}
.wt hr {
    border-style: solid;
    border-color: #666666;
    border-width: 0 0 1px 0;
    height: 1px;
    margin: 5px 0px 15px 0px;
}
.wt select,
.wt textarea,
.wt input {
    resize: none;
    border: none;
}

.wt textarea:focus,
.wt input:focus,
.wt select:focus { outline: none; }

.wt .wt-btn {
    height:30px;
    float:none;
    cursor: pointer;
    color: #cccccc;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0,0,0,.5);
    background: #a13d14;
    margin-top: 10px;
}
.wt .wt-btn:hover
{
    color:white;
}
.wt .title,
.wt .title *
{
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 20px;
    color: #e6e6e6;
    margin-bottom:10px;
}
.wt .title#top
{
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 26px;
    color: #e6e6e6;
}
.wt .greeting
{
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom:10px;
}
.wt label
{
    font-size: 14px;
    color: #808080;
}
.wt fieldset
{
    border:none;
}
.wt .wt-error
{
    display: none;
    font-size: 13px;
    color: #a13d14;
    text-align:center;
    user-select:all;
    -ms-user-select:all;
    -webkit-user-select:text;
}
.wt .pin-change
{
    display:none;
}
.wt .pix-error
{
    display: none;
    font-size: 14px;
    color: #a13d14;
    float:right;
    text-align:right;
}
.wt #username-needed {
    display: block;
    float: none;
    text-align: left;
    padding-bottom: .5em;
}
.wt .fine-print,
.wt .fine-print a
{
    font-size:13px;
    color: #4d4d4d
}
.wt .eula-prompt
{
    display:none;
    margin-bottom:10px;
    color: #808080
}
.wt .pix-rust,
.wt .pix-rust:link,
.wt .pix-rust:visited,
.wt .pix-rust:hover,
.wt .pix-rust:active
{
    color: #a13d14;
}
.wt .pix-rust:hover
{
    text-decoration:underline;
}
.wt br
{
    clear: both;
}
.wt .icon-delete
{
    float:right;
}
.wt .icon-delete:hover {
    cursor: pointer;
}
.wt .wt-center
{
    width:150px;
    margin-left:auto;
    margin-right:auto;
}
.wt div#questions .wt-btn#not-now,
.wt div#questions .top
{
    display:none;
}
.wt #questions-new-user .wt-btn#not-now
{
    background:#666666;
    width:25%;
    float:left;
}
.wt #questions-new-user .wt-btn#save
{
    width:40%;
    float:right;
}
.wt #questions-new-user .wt-center
{
    width:100%;
}
.wt #questions-new-user .links
{
    clear:both;
}
.wt #answer_1
{
    margin-bottom:20px;
}
.wt div.error
{
    font-size:14px;
    position: absolute;
    background: #a13d14;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 8px 10px 10px rgba(0,0,0,0.1);
    min-width:150px;
    z-index:1;
}
.wt div.error:after {
    background-color: #a13d14;
    content: "\00a0";
    display: block;
    position: absolute;
    top: 7px;
    right:-5px;
    transform: rotate( 45deg );
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width:  15px;
    z-index:-1;
}
.wt div.error.right:after {
    top: 5px;
    left:-5px;
}
.wt .links
{
    width: 130px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    overflow:auto;
}
.wt .links a
{
    font-size:13px;
    color:#808080;
}
.wt .links a:hover
{
    font-size:13px;
    color:#C0C0C0;
}
.wt .help-blue
{
    color:#3fa9f5;
}
.wt .form-message a,
.wt .form-message p
{
    user-select:all;
    -ms-user-select:all;
    -webkit-user-select:text;
}
.wt.settings
{
    width: 350px;
}
.wt.ui-dialog.settings
{
    border:0px;
    padding:0px;
    background:rgba(0,0,0,0);
    overflow:visible;
}
.wt.ui-dialog.settings .container
{
    background: rgba(0,0,0,0);
    padding: 0px;
    overflow:visible;
}
.wt.account h3
{
    padding-bottom:10px;
}
.wt.account img.icon-delete
{
    margin:10px;
}
.wt.account p.title
{
    display:inline-block;
    margin-bottom:0px;
}
.wt.account #status
{
    display:none;
    float:right;
    font-size:14px;
    vertical-align:bottom;
    padding-top:5px;
}
.wt.account .wt-content
{
    width: 450px;
    background: rgb(51,51,51);
    padding: 15px 25px 7px 25px;
    box-shadow: 0px 8px 10px 10px rgba(0,0,0,0.1);
}
.wt.account input:not(.wt-btn)
{
    display:inline-block;
    height:1.7em;
    margin:5px 0px 0px 0px;
    font-size:13px;
}
.wt.account a
{
    font-size:13px;
}
.wt.account label
{
    width:145px;
    font-size:13px;
}
.wt.account .avatar
{
    float:right;
    position: relative;
}
.wt.account .avatar img
{
    height: 83px;
    cursor: pointer;
}

.wt.account .avatar:hover img{
  /* Webkit (Safari/Chrome) */ -webkit-box-shadow:  0px 0px 6px 1px #cccccc;
  /* Mozilla Firefox */ -moz-box-shadow:  0px 0px 6px 1px #cccccc;
  /* Proposed W3C Markup */ box-shadow:  0px 0px 6px 1px #cccccc;
    text-align: center;
    transition: all 0.218s ease-in-out 0s;
    cursor: pointer;
}

.wt.account .avatar:hover .avatar-edit {
    color: #cccccc;
    visibility: visible;
    background-color: black;
     /*    text-shadow: 0px 0px 17px #000000; */
   /*  filter: dropshadow(color=#000000, offx=0, offy=0); */
}

.wt.account .avatar-edit {
  /*  background: none repeat scroll 0% 0% transparent; */
    bottom: 3px;
    color: transparent;
    font-size: 9px;
    font-weight: bold;
    left: 0px;
    line-height: 9px;
    position: absolute;
    padding: 7px 0px;
    text-align: center;
    transition: all 0.218s ease-in-out 0s;
    visibility: hidden;
    width:100%;
    cursor: pointer;
}

.wt .avatar img
{
    height: 83px;
}


.wt.account label.profile
{
    float: left;
    height: 2em;
    padding:.5em 0em 0em 0em;
}

.wt.account label.security
{
    float: left;
    height: 2em;
    padding:.3em 0em 0em 0em;
}
.wt.account label
.wt.account .field
{
    font-size: 14px;
    text-align: left;
    margin-left:10px;
}
.wt.account #timeout
{
}
.wt.account #profile
{
    float:left;
    width:79%;
}
.wt.account #profile label
{
    float: left;
    height: 2em;
    padding:.5em 0em 0em 0em;
}
.wt.account .email
{
    clear:both;
}
.wt.account hr
{
    clear:both;
    margin: 0px 0px 9px 0px;
}
.wt.account #profile input
{
    width:50%;
}
.wt.account .email input,
.wt.account select,
.wt.account input#default-app
{
    width:252px;
    float:right;
}


.wt.account .input-div
{
     width:252px;
     float: right;
     margin-right: 2px;
}

.wt.account .input-div select{
    width: 100%;
    padding: 0px;
}

.wt.account .emails
{
    clear:both;
}
form#change_password input#new_password.invalid,
form#change_password input#confirm_password.invalid,
form#change_pin input#pin.invalid,
form#change_pin input#confirm_pin.invalid
{
    background-image: url('wt-img/icon-x.png');
    background-repeat:no-repeat;
    background-position: right;
}
form#change_password input#new_password.valid,
form#change_password input#confirm_password.valid,
form#change_pin input#pin.valid,
form#change_pin input#confirm_pin.valid
{
    background-image:url('wt-img/icon-check.png');
    background-repeat:no-repeat;
    background-position: right;
}
/*
** Modal
*/
.wt.dialog {
    position: absolute;
    background: rgb(51,51,51);
    border: 0px;
    border-radius:0px;
}
.wt.dialog.no-buttons .ui-dialog-buttonpane
{
    display:none;
}
.wt.ui-dialog
{
    padding:10px;
    overflow:visible;
    border-radius:5px;
}

.wt.ui-dialog.message
{
    max-width:75%;
}
.wt.no-title .ui-dialog-titlebar
{
    display:none;
}
.wt.dialog .ui-dialog-content
{
    background: rgb(51,51,51);
    overflow:visible;
    border: none;
}
.wt.dialog .ui-dialog-buttonpane
{
    background:#222222;
    border:0px;
}
.wt.dialog .ui-button-text
{
    padding:0px;
}
.wt.dialog .container
{
    background: rgb(51,51,51);
    overflow:visible;
}
.wt.dialog.message
{
    background-color:#222222;
    border: solid 1px #333;
}
.wt.dialog.message .container
{
    padding: 0px;
    overflow:auto;
    border: solid 1px #181818;
    box-shadow: 1px 1px 0 #333;
}
.wt.dialog .container.menu
{
    background: rgb(51,51,51);
    padding: 0px;
    border: none;
}
.wt.dialog .container .contact-us
{
    width:450px;
}
.wt.dialog .container .forgot-help
{
    width:500px;
}
.phone .wt.dialog .container div.contact-us,
.phone .wt.dialog .container div.forgot-help
{
    width:320px;
    padding: 25px 25px 20px 25px;
}
.wt .row
{
    overflow:auto;
}
.wt .col-icon
{
    float:left;
    width:10%;
}
.wt .col-text
{
    float:right;
    width:90%;
}
.phone .wt .col-text
{
    width:85%;
}
.wt.dialog.loading,
.wt.dialog.loading .container
{
    border-radius:10px;
    border: 1px solid #444444;
    background-color: #333333;
    padding: 10px;
}
.wt.dialog.loading .container
{
    border: none;
    padding: 0px;
}
.wt.dialog .loading {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
}
.wt.dialog .container .message {
    margin: 0 0 10px 0;
    padding: 10px;
    text-align: center;
    max-height : 300px;
    overflow: auto;
}

.wt.dialog .container .loading {
    margin: auto;
    padding: 28px 3px 3px 3px;
    color: #888;
    font-size:11px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    background: url(wt-img/ajax-loader-grey.gif) top center no-repeat;
}

.wt.dialog .container .panel {
    padding: 2px 5px;
    color: #ccc;
    border-radius: 3px;
    background: #333;
    /*
    border: solid 1px #181818;
    box-shadow: 1px 1px 0 #333;
    */
    user-select:all;
    -ms-user-select:all;
    -webkit-user-select:text;
}

.wt.dialog .container .btn,
.wt.dialog .ui-button
{
    margin: 0 auto;
    padding: 2px 5px;
    cursor: pointer;
    color: #aaa;
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
    background: #282828;
    border-radius: 3px;
    border: solid 1px #181818;
    box-shadow: 1px 1px 0 #333;
    background-image:
        -moz-linear-gradient(
            bottom,
            #282828 0%,
            #333333 100%
        );
    background-image:
        -webkit-linear-gradient(
            bottom,
            #282828 0%,
            #333333 100%
        );
}

.wt.dialog .container .btn:hover {
    color: #fff;
    background-image:
        -moz-linear-gradient(
            bottom,
            #282828 0%,
            #383838 100%
        );
    background-image:
        -webkit-linear-gradient(
            bottom,
            #282828 0%,
            #383838 100%
        );
}

.wt.dialog .container .btn:active {
    color: #fff;
    background-image:
        -moz-linear-gradient(
            top,
            #282828 0%,
            #2c2c2c 100%
        );
    background-image:
        -webkit-linear-gradient(
            top,
            #282828 0%,
            #2c2c2c 100%
        );
}

.wt.dialog .btn.cancel {
    margin: 10px auto 0 auto;
}

div.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wt .alert{
    font-size: 0.75em;
}

div.alert .closeButton{
    float: right;
    margin-top: -4px;
    font-size: 1.4em;
}

div.alert .closeButton:hover {
    font-size: 1.5em;
    cursor:pointer;
}

div.alert-success {
    color: rgb(70, 136, 71);
    background-color: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
}

div.alert-error {
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
    border-color: rgb(235, 204, 209);
}

div.alert-warning {
    color: rgb(192, 152, 83);
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
}

.message,
.message a
{
    font-size: 12px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    padding: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonset .ui-button-text {
    font-size: 12px;
}
input#save:disabled, input#save:disabled:hover {
    cursor: not-allowed;
    background-color: #666;
    opacity: 0.65;
    color: #ccc;
}
