* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background: #f1f1f1;
}

.wrapper {
    padding-top:60px;
    padding-bottom:60px;
}

button.form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ccc;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    vertical-align: top;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

input.form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    color: #32373c;
    outline: 0 none;
    transition: border-color 50ms ease-in-out 0s;
    margin: 1px;
    padding: 3px 5px;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    color: #444;
    font-family: "Open Sans",sans-serif;
    line-height: 1.4em;
    width: 310px;
}

.item-list {
    margin: 0 50px;
}
.item-list .item__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.item-list .item__wrapper .button-block {
    display: flex;
    width: 50%;
}

.button-block button, .button-block span, .button-block a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ccc;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    vertical-align: top;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}
.button-block .meta-block, .button-block .links-block, .button-block .active-block {
    display: flex;
    flex-direction: column;
}
.button-block .meta-block, .button-block .links-block, .button-block .send-block {
    margin-right: 50px;
}
.button-block .meta-block .meta, .button-block .links-block .links, .button-block .active-block .active-add {
    margin-bottom: 10px;
}
.action_message_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background-color: #000;
    opacity: 0.3;
}
.action_message {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
.action_message > .action_message__wrapper {
    position: relative;
    max-width: 900px;
    height: 190px;
    margin: 12% auto;
    padding: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}
.action_message__head {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;
    color: #743643;
}
.action_message__text {
    font-size: 16px;
}
.action_message__close {
    margin: 0;
    position: absolute;
    right: 33px;
    top: 37px;
    cursor: pointer;
    z-index: 2;
}
.action_message__close i {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    opacity: 0.65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    color: #FFF;
    right: -41px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -73px;
}
.edit_forms, .add_forms {
    margin: 0 50px;
}
form.links_set {
    width: 900px;
    margin: 0 auto;
}
form.links_set div {
    margin-bottom: 10px;
}
form.links_set .links_block {
    display: flex;
    justify-content: center;
}
form.links_set .links_block > div {
    margin: 0 25px;
}
form.links_set textarea {
    height: 250px;
    min-width: 350px;
}
/*form.links_set .domain, form.links_set .xclass {
    margin-bottom: 10px;
}*/
form.links_set .domain input {
    min-width: 350px;
}
.unlock_links {
    margin-bottom: 10px;
}
.unlock_links span {
    cursor: pointer;
    border-bottom: 2px dashed;
}
.add_new_site, .api_key_generate, .get_files_wrapper, .get_files_title, .api_indexing_btn {
    margin-bottom: 25px;
    text-align: right;
}
.get_files_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.get_files_wrapper .button-block {
    margin-left: 15px;
}
.select_links_block > a, .select_mode_block > a, .select_meta_type_block > a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ccc;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    vertical-align: top;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
    width: 200px;
}
.select_links_block > a:not(.active):hover, .select_mode_block > a:not(.active):hover, .select_meta_type_block > a:not(.active):hover {
    box-shadow: 0 2px 0 #ccc;
}
.select_links_block > .active, .select_mode_block > .active, .select_meta_type_block > .active {
    background-color: #c1c1c1;
    box-shadow: 0 2px 0 #ccc;
    color: #fff;
}
.read_manual_header span {
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px dashed;
}
.read_manual_body {
    display: none;
    text-align: left;
}

.main-body-preloader {
    display: none;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.main-body-preloader > div {
    width: 100px;
    margin: 120px auto;
}
.spoiler_body {
    display: none;
}
/*.get_files_title {
    text-align: right;
}*/
.get_files_title span {
    cursor: pointer;
    border-bottom: 2px dashed;
}
.short_instructions span {
    font-size: 26px;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 2px dashed;
}
.short_instructions_wrapper .spoiler_head {
    margin-top: 15px;
}
.short_instructions_wrapper .spoiler_head span {
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px dashed;
}
.short_instructions_wrapper .spoiler_body {
    margin-top: 5px;
}
.success_message {
    color: green;
    font-size: 30px;
    margin: 25px;
}
.view_key {
    margin: 10px;
    padding: 5px;
    border: 1px solid;
}
.logout_block {
    text-align: right;
}
.logout_block a {
    background-color: red;
    color: #fff;
}
.edit_forms .button-block {
    margin-top: 15px;
}
.get_links_file_title span, .get_meta_file_title span {
    cursor: pointer;
    border-bottom: 2px dashed;
}
form.get_links_file, form.get_meta_file {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.file_type_select, .cms_type_select, .meta_tpl_select {
    display: flex;
    justify-content: space-between;
}
.meta_tpl_select {
    margin-top: 10px;
}
.file_type_select > label, .charset_select > label, .cms_type_select > label, .meta_tpl_select > label {
    margin: 0px 10px;
}
.charset_select {
    margin-top: 10px;
}
.charset_select > p {
    color: red;
    font-weight: bold;
}
.links_file_type, .meta_file_type {
    padding: 10px;
    border: 1px solid #ccc;
}
.meta_template__wrapper {
    text-align: left;
}
.meta_template__wrapper label {
    width: 25%;
    display: inline-block;
}
.meta_template__wrapper input {
    width: 74%;
}
.meta_template__wrapper > div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.meta_ind__wrapper {
    display: flex;
    justify-content: space-around;
}
.ind_title_block .ind_title_item, .ind_desc_block .ind_desc_item {
    display: flex;
}
.ind_title_block .ind_title_item input, .ind_desc_block .ind_desc_item input {
    margin: 0 5px;
}
.collumn_flex {
    flex-direction: column;
}
.collumn_flex .ind_title_block, .collumn_flex .ind_desc_block {
    display: flex;
    justify-content: center;
}
.collumn_flex .ind_title_block > div, .collumn_flex .ind_desc_block > div {
    margin: 0 25px;
}
.collumn_flex .ind_title__wrapper {
    border-bottom: 1px solid #ccc;
}
.unlock_meta {
    margin-bottom: 10px;
}
.unlock_meta span {
    cursor: pointer;
    border-bottom: 2px dashed;
}

.api_indexing_btn a, .send-block a {
    background-color: #0e74d5;
    color: #fff;
}
.gia-item-list .add_new_site {
    margin-top: 20px;
}
.unlock_gia {
    margin-bottom: 10px;
}
.unlock_gia span {
    cursor: pointer;
    border-bottom: 2px dashed;
}