 .call-unit-box {
     width: 30px;
 }

 .mds .call-unit-box {
     width: 38px;
 }

 .call-unit-box::-webkit-outer-spin-button,
 .call-unit-box::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 .call-unit-box {
     -moz-appearance: textfield;
 }

 .call-village.selected .call-unit-count {
     display: none;
 }

 .call-village .call-unit-box {
     display: none;
 }

 .call-village.selected .call-unit-box {
     display: block;
 }

 select[name=template] {
     max-width: 160px;
     font-size: 12px;
 }

 .troop-request-selector {
     width: 16px;
     height: 16px;
 }

 .desktop .candidate-squad-widget {
     width: 816px;
 }

 .desktop .candidate-squad-widget th,
 .desktop .candidate-squad-widget td {
     text-align: center;
 }

 .desktop .candidate-squad-widget th:not(:last-child),
 .desktop .candidate-squad-widget td:not(:last-child) {
     width: 60px;
 }

 .desktop .candidate-squad-widget input {
     width: 50px;
 }

 .desktop .candidate-squad-widget .units-entry-all {
     display: block;
 }

 .mds .candidate-squad-widget .unitsInput,
 .mds .candidate-squad-widget .units-entry-all,
 .mds .candidate-squad-widget .carry-max {
     margin-left: 4px;
 }

 .candidate-squad-widget .fill-all {
     cursor: copy;
 }

 .mds .options-container {
     text-align: center;
 }

 .scavenge-option {
     min-width: 180px;
     position: relative;
     display: inline-block;
     margin: 2px;
     vertical-align: top;
     background-color: rgb(240, 226, 190);
 }

 .scavenge-option .portrait {
     min-width: 180px;
     height: 180px;
     background-image: url("https://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/options/1.png");
     background-size: cover;
 }

 .mds .scavenge-option .portrait {
     display: none;
 }

 .scavenge-option .locked-view .lock,
 .scavenge-option .unlocking-view .lock {
     width: 100%;
     height: 140px;
     background-image: url("https://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/lock.png");
     background-repeat: no-repeat;
     background-position: center;
 }

 .scavenge-option .title {
     text-align: center;
     font-weight: bold;
     background-color: rgb(195, 177, 136);
     background-image: linear-gradient(to right, rgb(136, 122, 90), rgb(195, 177, 136), rgb(136, 122, 90));
     border: 1px solid rgb(106, 96, 74);
     height: 28px;
     line-height: 28px;
     padding: 2px 3px;
 }

 .scavenge-option .status-specific {
     height: 200px;
 }

 .scavenge-option .res-label {
     text-align: center;
     padding: 2px 3px;
 }

 .scavenge-option .preview {
     list-style-type: none;
     padding: 2px 3px;
     text-align: center;
 }

 .scavenge-option .preview li {
     padding: 2px 3px;
 }

 .scavenge-option .action-container {
     position: absolute;
     bottom: 0;
     text-align: center;
     width: 100%;
     margin-bottom: 5px;
 }

 .scavenge-option .action-container .btn {
     margin: 3px;
 }

 .scavenge-option .unlock-countdown {
     position: absolute;
     bottom: 0;
     text-align: center;
     width: 100%;
     margin-bottom: 12px;
 }

 .scavenge-option .unlock-countdown-icon {
     display: inline-block;
     width: 18px;
     height: 18px;
     background-image: url("https://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/unlock_mini.png");
 }

 .scavenge-option-unlock-dialog h2 {
     text-align: center;
 }

 .scavenge-option-unlock-dialog .res-label {
     text-align: center;
 }

 .scavenge-option-unlock-dialog .action-container {
     text-align: center;
 }

 .scavenge-option-unlock-dialog .costs {
     list-style-type: none;
     padding: 2px 3px;
     text-align: center;
 }

 .scavenge-option-unlock-dialog .disabled-explanation {
     color: red;
     padding: 2px 3px;
 }

 .scavenge-option-unlock-dialog .action-container {
     margin: 5px;
 }

 #scavenge_mass_screen .squad-village-required {
     display: none;
 }

 .mass-scavenge-table {
     width: 100%;
 }

 .mass-scavenge-table tbody td:not(:first-child) {
     text-align: center;
 }

 .status-locked,
 .status-active,
 .status-unavailable,
 .status-inactive,
 .status-unlocking {
     display: none;
 }

 .option-active .status-active,
 .option-locked .status-locked,
 .option-unlocking .status-unlocking,
 .option-inactive .status-inactive,
 .option-unavailable .status-unavailable {
     display: inline-block;
 }

 a.status-locked {
     cursor: pointer;
 }

 #scavenge_mass_screen .options-container {
     margin-bottom: 5px;
 }

 #scavenge_mass_screen .buttons-container {
     float: right;
 }

 .mass-scavenge-table th:not(:first-child) {
     text-align: center;
 }

 .mass-scavenge-table th a {
     width: 18px;
     height: 18px;
     border-radius: 4px;
     position: relative;
     display: inline-block;
     vertical-align: middle;
     background-size: cover;
     cursor: pointer;
 }

 .mass-scavenge-table th.header-option a:before {
     background-image: url('https://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/lock_mini.png');
     background-size: cover;
     content: '';
     width: 14px;
     height: 14px;
     position: absolute;
     left: 55%;
     top: 40%;
     z-index: 100;
 }

 .mass-scavenge-table th.header-option a.header-locked:before {
     display: none;
 }

 .mass-scavenge-table>tbody a {
     position: relative;
 }

 .mass-scavenge-table>tbody a.option-blocked:after {
     content: '';
     background-image: url('https://dspl.innogamescdn.com/asset/72737c96/graphic/icons/block_icon.png');
     background-size: cover;
     width: 14px;
     height: 14px;
     position: absolute;
     left: 55%;
     top: 40%;
     z-index: 100;
 }

 .mass-scavenge-table>tbody a.option-unavailable {
     filter: grayscale(1);
 }

 .mass-unlock-dialog {
     padding: 10px;
     background-size: 100%;
     background-repeat: no-repeat;
 }

 .scavenge-mass-unlock-1 {
     background-image: url("http://tribalwars.localhttps://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/options/1_transparent.png");
 }

 .scavenge-mass-unlock-2 {
     background-image: url("http://tribalwars.localhttps://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/options/2_transparent.png");
 }

 .scavenge-mass-unlock-3 {
     background-image: url("http://tribalwars.localhttps://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/options/3_transparent.png");
 }

 .scavenge-mass-unlock-4 {
     background-image: url("http://tribalwars.localhttps://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/options/4_transparent.png");
 }

 .mass-unlock-dialog .res-label,
 .mass-unlock-dialog .costs {
     text-align: left;
 }

 .mass-scavenge-table th a.header-locked {
     cursor: not-allowed;
 }

 .mass-scavenge-table th a.option-disabled {
     cursor: not-allowed;
     filter: grayscale(1);
 }

 .mass-scavenge-table th a.option-unlocking {
     cursor: not-allowed;
 }

 .mass-scavenge-table th a.option-unlocking:before {
     background-image: url('https://dspl.innogamescdn.com/asset/72737c96/graphic/scavenging/unlock_mini.png');
 }

 .place-attack-planner-orders {
     clear: both;
     padding-top: 10px;
 }

 .place-attack-planner-order {
     margin-bottom: 10px;
 }

 .place-attack-planner-order .content-border {
     border-spacing: 2px !important;
 }

 .place-attack-planner-info {
     vertical-align: top;
 }

 .place-attack-planner-order-villages {
     vertical-align: top;
     width: 60%;
 }

 .place-attack-planner-order table {
     width: 100%;
 }

 .place-attack-planner-order-details {
     display: none;
 }

 .place-attack-planner-order-headline {
     height: 28px;
     line-height: 28px;
 }

 .place-attack-planner-order-headline .slide-up {
     display: none;
 }

 .attacks-templates {
     display: flex;
     align-items: center;
 }

 .attacks-templates>* {
     padding-right: 3px;
 }

 .place-confirm-new-attack {
     margin: 12px 0 12px 2px;
     display: inline-block;
     font-size: 14px;
 }

 .place-confirm-new-attack.btn-disabled {
     background: transparent !important;
 }

 .place-confirm-new-attack img {
     vertical-align: -3px;
 }