.selldof {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px
}

.selldof * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selldof .input-group,
.sell_do_input_group {
    position: relative;
    display: table;
    border-collapse: separate
}

.selldof .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.selldof .input-group .form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.selldof .input-group.selldo_datetimepicker .input-group-addon {
    cursor: pointer
}

.selldof .input-group-addon:last-child {
    border-left: 0
}

.selldof .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.selldof .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell
}

.selldof .help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.selldof .form-control,
.sell_do_form_control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 6px 12px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.selldof select.form-control[multiple],
.selldof select.form-control[size],
select.sell_do_form_control[multiple],
select.sell_do_form_control[size] {
    height: auto
}

.selldof .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.selldof .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.selldof .form-control:-ms-input-placeholder {
    color: #999999
}

.selldof .form-control::-webkit-input-placeholder {
    color: #999999
}

.selldof textarea.form-control {
    height: auto
}

.selldof input[type="date"] {
    line-height: 34px
}

.selldof .form-group {
    margin-bottom: 15px;
    text-align: left
}

.selldof .radio,
.selldof .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.selldof .radio label,
.selldof .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.selldof .radio input[type="radio"],
.selldof .radio-inline input[type="radio"],
.selldof .checkbox input[type="checkbox"],
.selldof .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.selldof .radio+.radio,
.selldof .checkbox+.checkbox {
    margin-top: -5px
}

.selldof .radio-inline,
.selldof .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.selldof .radio-inline+.radio-inline,
.selldof .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.selldof input[type="radio"][disabled],
.selldof input[type="checkbox"][disabled],
.selldof .radio[disabled],
.selldof .radio-inline[disabled],
.selldof .checkbox[disabled],
.selldof .checkbox-inline[disabled],
.selldof fieldset[disabled] input[type="radio"],
.selldof fieldset[disabled] input[type="checkbox"],
.selldof fieldset[disabled] .radio,
.selldof fieldset[disabled] .radio-inline,
.selldof fieldset[disabled] .checkbox,
.selldof fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.selldof .has-feedback {
    position: relative
}

.selldof .has-feedback .form-control {
    padding-right: 42.5px
}

.selldof .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px
}

.selldof .has-success .help-block,
.selldof .has-success .control-label,
.selldof .has-success .radio,
.selldof .has-success .checkbox,
.selldof .has-success .radio-inline,
.selldof .has-success .checkbox-inline {
    color: #3c763d
}

.selldof .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.selldof .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.selldof .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.selldof .has-success .form-control-feedback {
    color: #3c763d
}

.selldof .has-warning .help-block,
.selldof .has-warning .control-label,
.selldof .has-warning .radio,
.selldof .has-warning .checkbox,
.selldof .has-warning .radio-inline,
.selldof .has-warning .checkbox-inline {
    color: #8a6d3b
}

.selldof .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.selldof .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.selldof .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.selldof .has-warning .form-control-feedback {
    color: #8a6d3b
}

.selldof .has-error .help-block,
.selldof .has-error .control-label,
.selldof .has-error .radio,
.selldof .has-error .checkbox,
.selldof .has-error .radio-inline,
.selldof .has-error .checkbox-inline {
    color: #a94442;
    text-align: left
}

.selldof .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.selldof .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.selldof .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.selldof .has-error .form-control-feedback {
    color: #a94442
}

.selldof .form-control-static {
    margin-bottom: 0
}

.selldof .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .selldof .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .selldof .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .selldof .form-inline .input-group>.form-control {
        width: 100%
    }
    .selldof .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .selldof .form-inline .radio,
    .selldof .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .selldof .form-inline .radio input[type="radio"],
    .selldof .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .selldof .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.selldof .form-horizontal .control-label,
.selldof .form-horizontal .radio,
.selldof .form-horizontal .checkbox,
.selldof .form-horizontal .radio-inline,
.selldof .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.selldof .form-horizontal .radio,
.selldof .form-horizontal .checkbox {
    min-height: 27px
}

.selldof .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.selldof .form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .selldof .form-horizontal .control-label {
        text-align: right
    }
}

.selldof .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.selldof label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-top: 0
}

.sell_do_verify_btn {
    margin-left: 5px
}

.selldof .btn[disabled],
.sell_do_ctc_btn[disabled],
.selldof .btn[disabled],
.sell_do_verify_btn[disabled] {
    background-color: #fff;
    border-color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.selldof .title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: left
}

.selldof .greeting {
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
    padding: 0 15px;
    text-align: left
}

.selldof .thankyou {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center
}

.sell_do_virtual_numbers {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.sell_do_ctc_input_c,
.sell_do_input_verify_c {
    float: left;
    width: 160px
}

.sell_do_verify_container {
    margin: auto
}

.sell_do_verify_btn_c {
    float: left
}

.sell_do_form_container .sell_do_verify_container {
    padding: 20px 0 0 0;
    text-align: left
}

.sell_do_form_container .sell_do_input_verify_c {
    width: 160px
}

.sell_do_form_container .disclaimer {
    font-size: 80%;
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 12px;
    text-align: left;
    padding: 0 15px
}

.sell_do_ctc_btn_c,
.sell_do_btn_verify_c {
    float: left;
    margin-left: 5px
}

.sell_do_clr {
    clear: both
}

.sell_do_virtual_number_mobile {
    color: #999
}

.sell_do_sc {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px
}

.sell_do_sc span {
    margin-right: 3px
}

.sell_do_sc .sell_do_sc_code,
.sell_do_sc .sell_do_sc_key {
    font-weight: bold
}

.sell_do_hidden {
    display: none
}

.sell_do_verify_resend_link,
.sell_do_verify_resend_message {
    font-size: 11px;
    color: #666
}

.sell_do_verify_resend_link {
    margin-left: 4px
}

.sell_do_verify_resend_message {
    display: none
}

.selldof .form-control[disabled],
.sell_do_form_control[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.sell_do_verify_resend_link[disabled] {
    color: #aaa;
    cursor: not-allowed
}

.sell_do_calendar_icon {
    display: block;
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAGEwAABhMBaZVuiwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAE5SURBVDiNrdM/S1xREAXw3/MPaiEoWFiFbQyCtdiktE+lWEQXJMWmSCHWVvkAsbEyKYKNKVKmEbWO+hFSRLSxTrFsXOSm8Dx4xmYlXhg4M2fmMDP3XqUUteE1zrAS/yuOMY5X+IF3D2oaxQs4xQROsIo9vMc2vuEFjrDwQAD7KCjxe/F30ak5zOIyeD+5ptFvJK3jLvgEnxtcB7+D+5iu0MJP7Hja+YA5Eeg1FzOIZczWSC1XVdUEPqa1L3iLi9CL+IQ2RrHVbKUVtanM1sNa8GGsJFYvd+pRB+hiIws8D74K9z2xTQwn9/k7uM3sffwKPgvXS+wgO7iti5oCQ5jHH0wGX4ebT+wlxpL7SGAESxGYCb4Mt9SIjf1T9//v4AbdqqreuP95g5xl9zdxU6u1M28Z0K7RLqX4C8AB3fyprq5BAAAAAElFTkSuQmCCb4d4c30081942610c1072620f975c289")
}

.sell_do_time_icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAACSAAAAkgBpdWe7wAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEYSURBVDiNpZM9TsNAEIW/MUQRyAUHoPYF4ADQ5A5wgpTuOAUS4hBQUUXUSR1B45IiJSWiQJYRgkfhB1pHsVNkpCft7Lw32vnZkERqEVEAl8CJAfBs3El66Qgk4SQBlEANCGiApdH4rjYn/nWJ+NGkFTABRsAhkPk8cUzmRpqgdOAByJNX3QNXiZ+bI6D8K7/w01ap2MEFcLN2l5tbA0Xmhh0AU0kfbDFzptZcZO70JzDfJk5sbs3pvhNUkr56yMcRcZb4laS3iKis5RVYpnUm9d7SNizFtWNLa5nRznm0IUEGHK1hj3asDTDLaDdsDJxvaNiPpPc1fJs7Bp5gYIw9ZXXGOLhIPeLuIg2tciIcXuVdPlPs+p1/AYU/HSXjIRt7AAAAAElFTkSuQmCC6f8b146497e81dc9822e1110929c338b")
}

.sell_do_up_icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAfQAAAH0Bx0gPAAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACTSURBVDiN1ZPBDcIwDEXf9yzswRJdgCl67SSNCozFrXtgLj5EITFIFQcsfSlx/N4hSuTuHCk7RP9cIGmSNKUGd+8GWACPLMO5L+BU8gm+R4aSDL7FHVmsu5IRfAWsOrPovUl68FbDjWRrJQBz1Sw9uJGUan4G2GOzZnAjWYPZBZyBE1Dc/Zk+mihJBlyAh/7/M70AwJrydUEdIDoAAAAASUVORK5CYIIf95295d8babf802e76a69c746dca6a81")
}

.sell_do_down_icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAfQAAAH0Bx0gPAAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACeSURBVDiN1ZPBDcIwDEWfMwt7sAQLMEWvnaRRC0dG4tY9+FyMZKgTIZULkSwl9n9PudgkseeUXfQvBAYcgQNQJT2+gswKcAbuACsgYAKKJHrlv56cWQEGfwioPYnDNeSH12AMzTmTODyH3CiJGIiSJUocXj7hN0EiuThY/L6BN4JEcvVK4VSQSJpwU5BIUlgS1tsFMzsBSLo1M/+/TE92ZfjD1tAH3gAAAABJRU5ErkJggga21bcaa165342144b7dd603153dabed5")
}

.sell_do_previous_icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAfQAAAH0Bx0gPAAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB1SURBVDiNrdPJDYAgFEXRGxqzCTuwCLdWonHozEKeGxf4BYT4SdiQnJswIYmaCYzACXSP9Uo8Abrn0BQweAZCdcDgxeJiwOA1hbMBg7ccTgYM3kv4FQD6CB9fWBKBv8N1Cy6H6HKNLg/J5SlnIm2fKYokv/MFo8kqUqIMxpMAAAAASUVORK5CYIIf013df02ce1de11e0f99ee08d3972e2a")
}

.sell_do_next_icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAfQAAAH0Bx0gPAAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABzSURBVDiNtdPJCYBADEDRzzRmE3ZgEV6tRHHpzELiIQrBZRajA7lk4EE2RIQjgApYgdbmY8EJaADZo3sDBKAvQa4JRYZc5D6pyJiDPMuKTCkkXp8icwxJd1mRxSC1/Q94328luJroGqNrkdyrzAfHVHzOG+8CKlLk+LO+AAAAAElFTkSuQmCC3618129867974f547517dddcc57f6ed2");
    display: block
}

.selldof .bootstrap-datetimepicker-widget {
    list-style: none
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width: 768px) {
    .selldof .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 992px) {
    .selldof .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 1200px) {
    .selldof .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu:before,
.selldof .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.selldof .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.selldof .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.selldof .bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    border: 0
}

.selldof .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.selldof .bootstrap-datetimepicker-widget .timepicker-hour,
.selldof .bootstrap-datetimepicker-widget .timepicker-minute,
.selldof .bootstrap-datetimepicker-widget .timepicker-second {
    width: 30px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.selldof .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.selldof .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.selldof .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.selldof .bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.selldof .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.selldof .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.selldof .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    font-size: 12px
}

.selldof .bootstrap-datetimepicker-widget table td,
.selldof .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.selldof .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.selldof .bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.selldof .bootstrap-datetimepicker-widget table th.disabled,
.selldof .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed
}

.selldof .bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.selldof .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.selldof .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.selldof .bootstrap-datetimepicker-widget table td {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.selldof .bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777
}

.selldof .bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.selldof .bootstrap-datetimepicker-widget table td.day:hover,
.selldof .bootstrap-datetimepicker-widget table td.hour:hover,
.selldof .bootstrap-datetimepicker-widget table td.minute:hover,
.selldof .bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer
}

.selldof .bootstrap-datetimepicker-widget table td.old,
.selldof .bootstrap-datetimepicker-widget table td.new {
    color: #777777
}

.selldof .bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.selldof .bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.selldof .bootstrap-datetimepicker-widget table td.active,
.selldof .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.selldof .bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.selldof .bootstrap-datetimepicker-widget table td.disabled,
.selldof .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed
}

.selldof .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.selldof .bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.selldof .bootstrap-datetimepicker-widget table td span.old {
    color: #777777
}

.selldof .bootstrap-datetimepicker-widget table td span.disabled,
.selldof .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed
}

.selldof .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.selldof .list-unstyled {
    list-style: none
}

.selldof .datepicker,
.selldof .timepicker {
    max-width: 250px;
    float: left
}

.selldof .datepicker {
    margin-right: 20px
}

.selldof .bootstrap-datetimepicker-widget {
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 10px
}

.selldof .bootstrap-datetimepicker-widget {
    margin-top: 10px
}

.selldof .selldo_toggle_datetime,
.selldof .selldo_toggle_date {
    color: #000;
    text-decoration: underline;
    font-weight: bold
}

.selldof .show_datetime,
.selldof .show_date {
    font-weight: normal;
    margin-top: 5px
}

.selldof .timepicker-picker {
    margin-top: 56px
}

.selldof .checkbox-inline+.checkbox-inline,
.selldof .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.selldof .checkbox-inline,
.selldof .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.selldof .checkbox input[type=checkbox],
.selldof .checkbox-inline input[type=checkbox],
.selldof .radio input[type=radio],
.selldof .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.selldof input[type=checkbox],
.selldof input[type=radio] {
    margin: 4px 0 0;
    margin-top: 0;
    line-height: normal
}

.selldof input[type=checkbox],
.selldof input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.selldof_col-xs-12 {
    width: 100%
}

.selldof_col-xs-6 {
    width: 50%
}

.selldof_col-xs-4 {
    width: 33.333333%
}

.selldof_col-xs-4,
.selldof_col-xs-6,
.selldof_col-xs-12 {
    float: left
}

@media (min-width: 768px) {
    .selldof_col-sm-4 {
        width: 33.33333333%
    }
    .selldof_col-sm-6 {
        width: 50%
    }
    .selldof_col-sm-12 {
        width: 100%
    }
    .selldof_col-sm-4,
    .selldof_col-sm-6,
    .selldof_col-sm-12 {
        float: left
    }
}

@media (min-width: 992px) {
    .selldof_col-md-12 {
        width: 100%
    }
    .selldof_col-md-4 {
        width: 33.33333333%
    }
    .selldof_col-md-6 {
        width: 50%
    }
    .selldof_col-md-4,
    .selldof_col-md-6,
    .selldof_col-md-12 {
        float: left
    }
}

@media (min-width: 1200px) {
    .selldof_col-lg-12 {
        width: 100%
    }
    .selldof_col-lg-4 {
        width: 33.33333333%
    }
    .selldof_col-lg-6 {
        width: 50%
    }
    .selldof_col-lg-4,
    .selldof_col-lg-6,
    .selldof_col-lg-12 {
        float: left
    }
}

.selldof_col-lg-4,
.selldof_col-lg-6,
.selldof_col-lg-12,
.selldof_col-md-4,
.selldof_col-md-6,
.selldof_col-md-12,
.selldof_col-sm-4,
.selldof_col-sm-6,
.selldof_col-sm-12,
.selldof_col-xs-4,
.selldof_col-xs-6,
.selldof_col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.selldof_row:before,
.selldof_row:after {
    display: table;
    content: " "
}

.selldof_row:after {
    clear: both
}

.selldof label.checkbox,
.selldof label.radio {
    font-weight: 400;
    cursor: pointer
}

.selldof .datepicker {
    padding: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    direction: ltr
}

.selldof .datepicker-inline {
    width: 220px
}

.selldof .datepicker.selldof .datepicker-rtl {
    direction: rtl
}

.selldof .datepicker.selldof .datepicker-rtl table tr td span {
    float: right
}

.selldof .datepicker-dropdown {
    top: 0;
    left: 0
}

.selldof .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.selldof .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-left:before {
    left: 6px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-left:after {
    left: 7px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-right:before {
    right: 6px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-right:after {
    right: 7px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-top:before {
    top: -7px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-top:after {
    top: -6px
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.selldof .datepicker-dropdown.selldof .datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff
}

.selldof .datepicker>div {
    display: none
}

.selldof .datepicker.days div.selldof .datepicker-days {
    display: block
}

.selldof .datepicker.months div.selldof .datepicker-months {
    display: block
}

.selldof .datepicker.years div.selldof .datepicker-years {
    display: block
}

.selldof .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selldof .datepicker td,
.selldof .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none
}

.table-striped .selldof .datepicker table tr td,
.table-striped .selldof .datepicker table tr th {
    background-color: transparent
}

.selldof .datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer
}

.selldof .datepicker table tr td.old,
.selldof .datepicker table tr td.new {
    color: #999999
}

.selldof .datepicker table tr td.disabled,
.selldof .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.selldof .datepicker table tr td.today,
.selldof .datepicker table tr td.today:hover,
.selldof .datepicker table tr td.today.disabled,
.selldof .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.selldof .datepicker table tr td.today:hover,
.selldof .datepicker table tr td.today:hover:hover,
.selldof .datepicker table tr td.today.disabled:hover,
.selldof .datepicker table tr td.today.disabled:hover:hover,
.selldof .datepicker table tr td.today:active,
.selldof .datepicker table tr td.today:hover:active,
.selldof .datepicker table tr td.today.disabled:active,
.selldof .datepicker table tr td.today.disabled:hover:active,
.selldof .datepicker table tr td.today.active,
.selldof .datepicker table tr td.today:hover.active,
.selldof .datepicker table tr td.today.disabled.active,
.selldof .datepicker table tr td.today.disabled:hover.active,
.selldof .datepicker table tr td.today.disabled,
.selldof .datepicker table tr td.today:hover.disabled,
.selldof .datepicker table tr td.today.disabled.disabled,
.selldof .datepicker table tr td.today.disabled:hover.disabled,
.selldof .datepicker table tr td.today[disabled],
.selldof .datepicker table tr td.today:hover[disabled],
.selldof .datepicker table tr td.today.disabled[disabled],
.selldof .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.selldof .datepicker table tr td.today:active,
.selldof .datepicker table tr td.today:hover:active,
.selldof .datepicker table tr td.today.disabled:active,
.selldof .datepicker table tr td.today.disabled:hover:active,
.selldof .datepicker table tr td.today.active,
.selldof .datepicker table tr td.today:hover.active,
.selldof .datepicker table tr td.today.disabled.active,
.selldof .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.selldof .datepicker table tr td.today:hover:hover {
    color: #000
}

.selldof .datepicker table tr td.today.active:hover {
    color: #fff
}

.selldof .datepicker table tr td.range,
.selldof .datepicker table tr td.range:hover,
.selldof .datepicker table tr td.range.disabled,
.selldof .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selldof .datepicker table tr td.range.today,
.selldof .datepicker table tr td.range.today:hover,
.selldof .datepicker table tr td.range.today.disabled,
.selldof .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selldof .datepicker table tr td.range.today:hover,
.selldof .datepicker table tr td.range.today:hover:hover,
.selldof .datepicker table tr td.range.today.disabled:hover,
.selldof .datepicker table tr td.range.today.disabled:hover:hover,
.selldof .datepicker table tr td.range.today:active,
.selldof .datepicker table tr td.range.today:hover:active,
.selldof .datepicker table tr td.range.today.disabled:active,
.selldof .datepicker table tr td.range.today.disabled:hover:active,
.selldof .datepicker table tr td.range.today.active,
.selldof .datepicker table tr td.range.today:hover.active,
.selldof .datepicker table tr td.range.today.disabled.active,
.selldof .datepicker table tr td.range.today.disabled:hover.active,
.selldof .datepicker table tr td.range.today.disabled,
.selldof .datepicker table tr td.range.today:hover.disabled,
.selldof .datepicker table tr td.range.today.disabled.disabled,
.selldof .datepicker table tr td.range.today.disabled:hover.disabled,
.selldof .datepicker table tr td.range.today[disabled],
.selldof .datepicker table tr td.range.today:hover[disabled],
.selldof .datepicker table tr td.range.today.disabled[disabled],
.selldof .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a
}

.selldof .datepicker table tr td.range.today:active,
.selldof .datepicker table tr td.range.today:hover:active,
.selldof .datepicker table tr td.range.today.disabled:active,
.selldof .datepicker table tr td.range.today.disabled:hover:active,
.selldof .datepicker table tr td.range.today.active,
.selldof .datepicker table tr td.range.today:hover.active,
.selldof .datepicker table tr td.range.today.disabled.active,
.selldof .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9
}

.selldof .datepicker table tr td.selected,
.selldof .datepicker table tr td.selected:hover,
.selldof .datepicker table tr td.selected.disabled,
.selldof .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, gray);
    background-image: -ms-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(top, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.selldof .datepicker table tr td.selected:hover,
.selldof .datepicker table tr td.selected:hover:hover,
.selldof .datepicker table tr td.selected.disabled:hover,
.selldof .datepicker table tr td.selected.disabled:hover:hover,
.selldof .datepicker table tr td.selected:active,
.selldof .datepicker table tr td.selected:hover:active,
.selldof .datepicker table tr td.selected.disabled:active,
.selldof .datepicker table tr td.selected.disabled:hover:active,
.selldof .datepicker table tr td.selected.active,
.selldof .datepicker table tr td.selected:hover.active,
.selldof .datepicker table tr td.selected.disabled.active,
.selldof .datepicker table tr td.selected.disabled:hover.active,
.selldof .datepicker table tr td.selected.disabled,
.selldof .datepicker table tr td.selected:hover.disabled,
.selldof .datepicker table tr td.selected.disabled.disabled,
.selldof .datepicker table tr td.selected.disabled:hover.disabled,
.selldof .datepicker table tr td.selected[disabled],
.selldof .datepicker table tr td.selected:hover[disabled],
.selldof .datepicker table tr td.selected.disabled[disabled],
.selldof .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080
}

.selldof .datepicker table tr td.selected:active,
.selldof .datepicker table tr td.selected:hover:active,
.selldof .datepicker table tr td.selected.disabled:active,
.selldof .datepicker table tr td.selected.disabled:hover:active,
.selldof .datepicker table tr td.selected.active,
.selldof .datepicker table tr td.selected:hover.active,
.selldof .datepicker table tr td.selected.disabled.active,
.selldof .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9
}

.selldof .datepicker table tr td.active,
.selldof .datepicker table tr td.active:hover,
.selldof .datepicker table tr td.active.disabled,
.selldof .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.selldof .datepicker table tr td.active:hover,
.selldof .datepicker table tr td.active:hover:hover,
.selldof .datepicker table tr td.active.disabled:hover,
.selldof .datepicker table tr td.active.disabled:hover:hover,
.selldof .datepicker table tr td.active:active,
.selldof .datepicker table tr td.active:hover:active,
.selldof .datepicker table tr td.active.disabled:active,
.selldof .datepicker table tr td.active.disabled:hover:active,
.selldof .datepicker table tr td.active.active,
.selldof .datepicker table tr td.active:hover.active,
.selldof .datepicker table tr td.active.disabled.active,
.selldof .datepicker table tr td.active.disabled:hover.active,
.selldof .datepicker table tr td.active.disabled,
.selldof .datepicker table tr td.active:hover.disabled,
.selldof .datepicker table tr td.active.disabled.disabled,
.selldof .datepicker table tr td.active.disabled:hover.disabled,
.selldof .datepicker table tr td.active[disabled],
.selldof .datepicker table tr td.active:hover[disabled],
.selldof .datepicker table tr td.active.disabled[disabled],
.selldof .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.selldof .datepicker table tr td.active:active,
.selldof .datepicker table tr td.active:hover:active,
.selldof .datepicker table tr td.active.disabled:active,
.selldof .datepicker table tr td.active.disabled:hover:active,
.selldof .datepicker table tr td.active.active,
.selldof .datepicker table tr td.active:hover.active,
.selldof .datepicker table tr td.active.disabled.active,
.selldof .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9
}

.selldof .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selldof .datepicker table tr td span:hover {
    background: #eeeeee
}

.selldof .datepicker table tr td span.disabled,
.selldof .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default
}

.selldof .datepicker table tr td span.active,
.selldof .datepicker table tr td span.active:hover,
.selldof .datepicker table tr td span.active.disabled,
.selldof .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.selldof .datepicker table tr td span.active:hover,
.selldof .datepicker table tr td span.active:hover:hover,
.selldof .datepicker table tr td span.active.disabled:hover,
.selldof .datepicker table tr td span.active.disabled:hover:hover,
.selldof .datepicker table tr td span.active:active,
.selldof .datepicker table tr td span.active:hover:active,
.selldof .datepicker table tr td span.active.disabled:active,
.selldof .datepicker table tr td span.active.disabled:hover:active,
.selldof .datepicker table tr td span.active.active,
.selldof .datepicker table tr td span.active:hover.active,
.selldof .datepicker table tr td span.active.disabled.active,
.selldof .datepicker table tr td span.active.disabled:hover.active,
.selldof .datepicker table tr td span.active.disabled,
.selldof .datepicker table tr td span.active:hover.disabled,
.selldof .datepicker table tr td span.active.disabled.disabled,
.selldof .datepicker table tr td span.active.disabled:hover.disabled,
.selldof .datepicker table tr td span.active[disabled],
.selldof .datepicker table tr td span.active:hover[disabled],
.selldof .datepicker table tr td span.active.disabled[disabled],
.selldof .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc
}

.selldof .datepicker table tr td span.active:active,
.selldof .datepicker table tr td span.active:hover:active,
.selldof .datepicker table tr td span.active.disabled:active,
.selldof .datepicker table tr td span.active.disabled:hover:active,
.selldof .datepicker table tr td span.active.active,
.selldof .datepicker table tr td span.active:hover.active,
.selldof .datepicker table tr td span.active.disabled.active,
.selldof .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9
}

.selldof .datepicker table tr td span.old,
.selldof .datepicker table tr td span.new {
    color: #999999
}

.selldof .datepicker th.selldof .datepicker-switch {
    width: 145px
}

.selldof .datepicker thead tr:first-child th,
.selldof .datepicker tfoot tr th {
    cursor: pointer
}

.selldof .datepicker thead tr:first-child th:hover,
.selldof .datepicker tfoot tr th:hover {
    background: #eeeeee
}

.selldof .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.selldof .datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.selldof .input-append.date .add-on i,
.selldof .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.selldof .input-daterange input {
    text-align: center
}

.selldof .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.selldof .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.selldof .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.selldo-intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.selldo-intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .selldo-intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .selldo-intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .selldo-intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.selldo-intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%
}

.selldo-intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.selldo-intl-tel-input .hide {
    display: none
}

.selldo-intl-tel-input .v-hide {
    visibility: hidden
}

.selldo-intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px !important;
    margin-left: 0;
    transition: background-color 100ms ease-out
}

.selldo-intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #FFC7C7
}

.selldo-intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px
}

.selldo-intl-tel-input .flag-container:hover {
    cursor: pointer
}

.selldo-intl-tel-input .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.selldo-intl-tel-input input[disabled]+.flag-container:hover,
.intl-tel-input input[readonly]+.flag-container:hover {
    cursor: default
}

.selldo-intl-tel-input input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.selldo-intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px
}

.selldo-intl-tel-input .selected-flag .selldo-iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.selldo-intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.selldo-intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.selldo-intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.selldo-intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width: 500px) {
    .selldo-intl-tel-input .country-list {
        white-space: normal
    }
}

.selldo-intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.selldo-intl-tel-input .country-list .country {
    padding: 5px 10px;
    display: block;
    width: 100%;
    color: #000;
    background: #fff
}

.selldo-intl-tel-input .country-list .country .dial-code {
    color: #999
}

.selldo-intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.selldo-intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.selldo-intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.selldo-intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.selldo-iti-flag {
    width: 20px
}

.selldo-iti-flag.be {
    width: 18px
}

.selldo-iti-flag.ch {
    width: 15px
}

.selldo-iti-flag.mc {
    width: 19px
}

.selldo-iti-flag.ne {
    width: 18px
}

.selldo-iti-flag.np {
    width: 13px
}

.selldo-iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .selldo-iti-flag {
        background-size: 5630px 15px
    }
}

.selldo-iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.selldo-iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.selldo-iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.selldo-iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.selldo-iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.selldo-iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.selldo-iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.selldo-iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.selldo-iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.selldo-iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.selldo-iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.selldo-iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.selldo-iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.selldo-iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.selldo-iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.selldo-iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.selldo-iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.selldo-iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.selldo-iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.selldo-iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.selldo-iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.selldo-iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.selldo-iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.selldo-iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.selldo-iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.selldo-iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.selldo-iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.selldo-iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.selldo-iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.selldo-iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.selldo-iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.selldo-iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.selldo-iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.selldo-iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.selldo-iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.selldo-iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.selldo-iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.selldo-iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.selldo-iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.selldo-iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.selldo-iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.selldo-iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.selldo-iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.selldo-iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.selldo-iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.selldo-iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.selldo-iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.selldo-iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.selldo-iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.selldo-iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.selldo-iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.selldo-iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.selldo-iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.selldo-iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.selldo-iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.selldo-iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.selldo-iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px
}

.selldo-iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.selldo-iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.selldo-iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.selldo-iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.selldo-iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.selldo-iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.selldo-iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.selldo-iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.selldo-iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.selldo-iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.selldo-iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.selldo-iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.selldo-iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.selldo-iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.selldo-iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.selldo-iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.selldo-iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.selldo-iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.selldo-iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.selldo-iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.selldo-iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.selldo-iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.selldo-iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.selldo-iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.selldo-iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.selldo-iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.selldo-iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.selldo-iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.selldo-iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.selldo-iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.selldo-iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.selldo-iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.selldo-iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.selldo-iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.selldo-iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.selldo-iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.selldo-iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.selldo-iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.selldo-iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.selldo-iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.selldo-iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.selldo-iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.selldo-iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.selldo-iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.selldo-iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.selldo-iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.selldo-iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.selldo-iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.selldo-iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.selldo-iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.selldo-iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.selldo-iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.selldo-iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.selldo-iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.selldo-iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.selldo-iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.selldo-iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.selldo-iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.selldo-iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.selldo-iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.selldo-iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.selldo-iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.selldo-iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.selldo-iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.selldo-iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.selldo-iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.selldo-iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.selldo-iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.selldo-iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.selldo-iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.selldo-iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.selldo-iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.selldo-iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.selldo-iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.selldo-iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.selldo-iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.selldo-iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.selldo-iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.selldo-iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.selldo-iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.selldo-iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.selldo-iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.selldo-iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.selldo-iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.selldo-iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.selldo-iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.selldo-iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.selldo-iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.selldo-iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.selldo-iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.selldo-iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.selldo-iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.selldo-iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.selldo-iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.selldo-iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.selldo-iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.selldo-iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.selldo-iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.selldo-iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.selldo-iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.selldo-iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.selldo-iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.selldo-iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.selldo-iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.selldo-iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.selldo-iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.selldo-iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.selldo-iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.selldo-iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.selldo-iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.selldo-iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.selldo-iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.selldo-iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.selldo-iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.selldo-iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.selldo-iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.selldo-iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.selldo-iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.selldo-iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.selldo-iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.selldo-iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.selldo-iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.selldo-iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.selldo-iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.selldo-iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.selldo-iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.selldo-iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.selldo-iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.selldo-iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.selldo-iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.selldo-iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.selldo-iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.selldo-iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.selldo-iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.selldo-iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.selldo-iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.selldo-iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.selldo-iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.selldo-iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.selldo-iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.selldo-iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.selldo-iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.selldo-iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.selldo-iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.selldo-iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.selldo-iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.selldo-iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.selldo-iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.selldo-iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.selldo-iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.selldo-iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.selldo-iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.selldo-iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.selldo-iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.selldo-iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.selldo-iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.selldo-iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.selldo-iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.selldo-iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.selldo-iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.selldo-iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.selldo-iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.selldo-iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.selldo-iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.selldo-iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.selldo-iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.selldo-iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.selldo-iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.selldo-iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.selldo-iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.selldo-iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.selldo-iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.selldo-iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.selldo-iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.selldo-iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.selldo-iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.selldo-iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.selldo-iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.selldo-iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.selldo-iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.selldo-iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.selldo-iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.selldo-iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.selldo-iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.selldo-iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.selldo-iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.selldo-iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.selldo-iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.selldo-iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.selldo-iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.selldo-iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.selldo-iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.selldo-iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.selldo-iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.selldo-iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.selldo-iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.selldo-iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.selldo-iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.selldo-iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.selldo-iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.selldo-iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://6128c8e841c0797c0c11-6392ebe170f6881cfe55619894830146.ssl.cf2.rackcdn.com/assets/flags16.png");
    background-color: #DBDBDB;
    background-position: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .selldo-iti-flag {
        background-image: url("https://web.archive.org/web/20161104203254im_/https://6128c8e841c0797c0c11-6392ebe170f6881cfe55619894830146.ssl.cf2.rackcdn.com/assets/flags@2x.png")
    }
}

.selldo-iti-flag.np {
    background-color: transparent
}


/*
     FILE ARCHIVED ON 20:32:54 Nov 04, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:20:40 Jun 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  LoadShardBlock: 1257.35 (3)
  esindex: 0.008
  captures_list: 1311.268
  CDXLines.iter: 10.423 (3)
  PetaboxLoader3.datanode: 147.469 (4)
  exclusion.robots: 0.216
  exclusion.robots.policy: 0.201
  RedisCDXSource: 40.174
  PetaboxLoader3.resolve: 1340.431 (3)
  load_resource: 963.767
*/