@import url(https://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

main {
    padding: 25px
}

table {
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.border-none{
    border:none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

thead th {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 15px;
    background-size: 100%;
    background-image: linear-gradient(0deg, #006b5e, #147d01);
    border-top: 1px solid #858d99;
}
thead th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
thead th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.slim-header th {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 10px 7px 10px 7px; !important;
    background-size: 100%;
    background-image: linear-gradient(0deg, #006b5e, #147d01);
    border-top: 1px solid #858d99;
}
.slim-header a {
    color:whitesmoke;
}
.slim-header th:first-child {
    padding-left: 15px; !important;
}
.slim-header th:last-child {
    padding-right: 15px; !important;
}

.kw_header_kw {
    padding: 5px;
    background-color: cadetblue;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.right_grid_border {
    border-right: 1px silver solid;
}

.kw_header {
    border-right: 1px silver solid;
    background-color: cadetblue;
    color: #ffffff !important;
}

.kw_header_right_fill {
    background-color: cadetblue;
}

.kw_header_right_fill a {
    color: white;
}

tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
}

tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

tbody tr:last-child td {
    border-bottom: none;
}
tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

tbody:hover > tr td {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

input[type=text], select {
    padding: 3px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

.toggleKWActive {
    color: #007bff;
    cursor: pointer;
}

.addkwbutton{
    width: 25px;
    height: 25px;
    background-image: url("/includes/images/blue_plus.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px;
    cursor: pointer;
}

.addkwbutton-fa{
    text-align: center;
    cursor: pointer;
}

.removekwbutton{
    width: 25px;
    height: 25px;
    background-image: url("/includes/images/red_minus.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px;
    cursor: pointer;
}

.replacekwbutton{
    text-align: center;
    cursor: pointer;
}

.suggest_select {
    font-size: 12px !important;
    height: 25px !important;
}

.suggest_select_button {
    padding:.15rem .25rem !important;
    font-size:.775rem  !important;
    line-height:1.5 !important;
    border-radius:.2rem !important;
    margin-top: -1px !important;
}

.suggest_cancel_button {
    margin-top: 5px !important;
    cursor: pointer;
}

.gw_container {
    margin-left: 20px !important;
    margin-right: 10px !important;
}

.gw_orange {
    color: #ff9951;
    font-size: 16px;
}

.gw_red {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.gw_help_icon {
    cursor: pointer;
}

#searchbox {
    min-width: 350px;
}

.tt-hint {
    line-height: 24px !important;
    color: #e2e2e2 !important;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important;
    font-style: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-caps: normal !important;
    font-variant-east-asian: normal !important;
    font-variant-position: normal !important;
    font-weight: 400 !important;
    word-spacing: 0px !important;
    letter-spacing: 0px !important;
    text-indent: 0px !important;
    text-rendering: auto !important;
    text-transform: none !important;
}

.syn_edit_container a {
    border-bottom: none !important;
    max-width: 250px !important;
}

.sc_openbutton {
    cursor: pointer;
}

.nt_synonyms_select {
    font-size: 12px !important;
    height: 25px !important;
    max-width: 150px;
}

.deployment_section_header {
    font-size: 16px;
    font-weight: bold;
}
