div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.table td, th {
    text-align: center;
    vertical-align: middle !important;
    font-size: 11px;
    font-family: sans-serif;
}

.table th {
    background-color: #EDEDED;
}

.input-verified input {
    border-color: #5cb85c !important;
}

.cp-container {
    box-sizing: content-box;
}

.mango, .comment-td {
    position: relative;
}

.comment, .mango-comment {
    width: 150px;
    height: 30px;
    overflow: hidden;
}

.comment:hover, .mango-comment:hover {
    background-color: #fff;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 10000;
    border: 1px solid #999;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    cursor: pointer;
}

.loading {
    width: 34px;
    height: 34px;
    background: url('/img/loading.gif') no-repeat;
    position: absolute;
    margin-left: 10px;
    display: none;
}

.delta-balance-complete {
    background: #60FF60;
}

.delta-balance-complete-null {
    background: #ff4f3d;
}

.duplicate {
    background: #ffbe3c;
}
.duplicate-border {
    border: 3px solid #ffbe3c;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    min-width: 22px;
    min-height: 22px;
    padding: 3px;
}

.website-history {
    white-space: nowrap;
}

.website-history table {
    width: 100%;
}

.website-name {
    width: 25px;
    white-space: normal;
}

.separator {
    border: 1px solid #ddd;
    height: 1px;
    position: absolute;
    left: -10px;
    right: -10px;
}

.separator-margin {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

.state {
    font-weight: bold;
    padding: 5px;
    width: 120px;
    margin: 0 auto;
}

.state a {
    color: #060505;
}

.state-new {
    background-color: #d0ebff;
}

.state-registered {
    background-color: #FFD700;
}

.state-denied {
    background-color: #CD5C5C;
}

.state-corrected {
    background-color: #42cdcd;
}

.state-verified {
    background-color: #32CD32;
}

.state-blocked {
    background-color: #C9C9CC;
}

.state-opened-site {
    background-color: #007700;
}

.state-haventdata {
    background-color: #ff9999;
}

.state-delete {
    background-color: #ff9999;
}

.state-hot {
    background-color: #5555aa;
}

.state-hot-reg {
    background-color: #8888ff;
}

.state-hot-manager {
    background-color: #ff9800;
}

.state-hot-reg-manager   {
    background-color: #fdc572;
}

.h5 {
    margin-left: 20px;
}

.history-no {
    width: 20px;
}

.history-date {
    width: 120px;
}

.history-employee {
    width: 220px;
}

.history-action {
    width: 300px;
}

.action-open-history-username {
    text-decoration: underline;
}

#layer, #modal {
    position: fixed;
    display: none;
}

#layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
}

#modal {
    position: fixed;
    padding: 10px;
    padding-top: 20px;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    z-index: 2000;
    background: #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-top: 30px;
}

#close-button {
    cursor: pointer;
    color: #4e4c4c;
    position: absolute;
    right: 15px;
    top: 10px;
}
.own {
    color: #00af17;
    font-weight: bold;
}

.motivation-field {
    width: 60px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-size: 15px;
    text-align: center;
}

.green-button {
    background-color: hsl(109, 82%, 21%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#39da15", endColorstr="#196109");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#39da15), to(#196109));
    background-image: -moz-linear-gradient(top, #39da15, #196109);
    background-image: -ms-linear-gradient(top, #39da15, #196109);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39da15), color-stop(100%, #196109));
    background-image: -webkit-linear-gradient(top, #39da15, #196109);
    background-image: -o-linear-gradient(top, #39da15, #196109);
    background-image: linear-gradient(#39da15, #196109);
    border-color: #196109 #196109 hsl(109, 82%, 14.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
    -webkit-font-smoothing: antialiased;
}

.report-counts span {
    font-weight: bold;
}

.totals {
    font-weight: bold;
}

#role_select {
    list-style: none;
}
#role_select li {
    display: inline-block;
    padding: 10px;
}

.role-selected {
    font-weight: bold;
    text-decoration: underline;
}