@import "/platform/styles/plain/style.css";

body.page_body {
    background: #f5f5f5;
}

#main_container {
    margin: 15px 15px 20px;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
    background: #ffffff;
}

#mainBody {
    margin-left: 10px;
    margin-right: 10px;
}

.toolbar .components {
    color: #333333;
}

.toolbar {
    height: 60px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
}

.toolbar_span {
    margin-top: 10px;
}

.toolbar_span_active {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: middle;
}

.toolbar_bottom {
    border-top: solid 1px #e1e1e1;
    padding-bottom: 0;
}

.toolbar .buttons button[type=button], .toolbar .buttons button {
    font-style: normal;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #333333;
    background: transparent;
    margin-top: 7px;
    font-weight: 400;
    padding: 0 5px;
}

.toolbar .buttons .toolbar_button0_icon[type=button], .toolbar .buttons .toolbar_button0_icon {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 4px center;;
}

.toolbar .buttons button:hover {
    background-color: #F2F6F9 !important;
    border: solid 1px #e1e1e1;
    color: #4188f3 !important;
    border-radius: 4px;
}

.main_left_collapsed, .main_left_expanded, .more_components_collapsed, .more_components_expanded {
    height: 60px;
}

.toolbar .components input, .toolbar .components select, #moreComponents input, #moreComponents select {
    background: #ffffff;
    border-radius: 4px;
    color: #999999;
    height: 28px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #d3d3d3;
    outline: none;
    padding-left: 5px;
}

body#dialogBody #buttons button, body#dialogBody #buttons button[type=button] {
    padding: 5px 14px;
    background-color: #3388ff;
    background-image: none;
    border: #3388ff 1px solid;
    border-radius: 4px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}

body#dialogBody #buttons button:active, body#dialogBody #buttons button[type=button]:active {
    background-color: #317ef3;
    border: #317ef3 1px solid;
}

body#dialogBody #buttons button:hover, body#dialogBody #buttons button[type=button]:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

body#dialogBody #buttons button.btn_ok, body#dialogBody #buttons button.btn_save,
body#dialogBody #buttons button.btn_ok[type=button], body#dialogBody #buttons button.btn_save[type=button] {
    padding: 5px 14px;
    background-color: #1a73e8;
    border: #1a73e8 1px solid;
    border-radius: 4px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}

body#dialogBody #buttons button.btn_ok:active, body#dialogBody #buttons button.btn_save:active {
    background-color: #64a0ef;
    border: #64a0ef 1px solid;
}

body#dialogBody #buttons button.btn_close, body#dialogBody #buttons button.btn_cancel {
    padding: 5px 14px;
    background-color: #ffffff;
    border: #dadce0 1px solid;
    border-radius: 4px;
    outline: none;
    color: #1a73e8;
    cursor: pointer;
}

body#dialogBody #buttons button.btn_close:active, body#dialogBody #buttons button.btn_cancel:active {
    border: #dadce0 1px solid;
    background-color: #e9f1fd;
}

button.btn, button[type=button].btn {
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    height: 26px;
    padding: 0 10px;
    color: #3e76cb;
    line-height: 24px;
    border: 1px solid #3e76cb;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button.btn:active, button.btn[type=button]:active, body button.btn[type=button]:active {
    background: #cfe2fd;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    filter: none;
}

button.btn:hover, button.btn[type=button]:hover {
    background: #f4f8ff;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    filter: none;
}

body.form_body {
    background: #f5f5f5;
}

#top.form_top {
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 6px;
}

#container.form_container {
    background: #f5f5f5;
}

#container.form_container #pages {
    border-radius: 4px;
    border: none;
    margin-bottom: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
}

td.cyan-table-cell button {
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3e76cb;
    line-height: 22px;
    border: 1px solid #3e76cb;
}

td.cyan-table-cell button:hover {
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3e76cb;
    line-height: 22px;
    border: 1px solid #3e76cb;
    background: #f4f8ff;
}

td.cyan-table-cell button:active {
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3e76cb;
    line-height: 22px;
    border: 1px solid #3e76cb;
    background: #cfe2fd;
}

#main_left_search input {
    border: 1px solid #c2c2c2;
    width: 165px;
    margin-left: 3px;
    height: 22px;
    margin-bottom: 3px;
    vertical-align: text-bottom;
    border-radius: 4px;
}

input.search {
    background: white url("./icons/search1.png") right no-repeat;
    border: 1px solid gray;
    height: 22px;
    vertical-align: text-bottom;
    outline: none;
}