/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 22, 2018, 12:45:39 PM
    Author     : Berdia
*/

#admin_table {

}
#admin_table .header, #log_table .header, #mailbox_table .header, .page-details .header, .page-check .header {
    font-size: 16px;
}
#admin_table .header td, #log_table .header td, #mailbox_table .header td, .page-details .header th, .page-check .header th {
    padding: 16px;
    text-align: center !important;
    background-color: #e3e3e3;
}
#admin_table .header td:nth-child(even), #log_table .header td:nth-child(even),
#mailbox_table .header td:nth-child(even), .page-details .header th:nth-child(even), .page-check .header th:nth-child(even) {
    background-color: #f6f6f6;
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
}

#admin_table .hilightoff td, #admin_table .hilighton td,
#log_table .hilighton td, #log_table .hilightoff td,
#mailbox_table .hilightoff td, #mailbox_table .hilighton td, .page-detail-tables .hilightoff td
{
    font-size: 14px;
    padding: 4px 12px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.page-detail-tables table tr  {
    background-color: transparent !important;
}
.page-detail-tables .hilightoff {
    border-bottom: 1px solid #ccc !important;
}

#admin_table .hilightoff td a, #admin_table .hilighton td a,
#log_table .hilighton td a, #log_table .hilightoff td a
#mailbox_table .hilighton td a, #mailbox_table .hilightoff td a, .page-detail-tables .hilightoff td a
{
    color: #000;
}
.page-detail-tables .hilightoff td a {
    color: #000 !important;
}

#admin_table .hilightoff td a:hover, #admin_table .hilighton td a:hover,
#log_table .hilighton td a:hover, #log_table .hilighton td a:hover
#mailbox_table .hilightoff td a:hover, #mailbox_table .hilighton td a:hover, .page-detail-tables .hilightoff td a:hover
{
    color: #000;

}
#mailbox_table .hilighton td a, #mailbox_table .hilighton tr a {
    color: #000;
}

.csv_link {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0px;
}
.csv_link:hover {
    /*    color: #fde510;*/
    color: #000;
}

.error_msg
{
	color:red!important;
}
#list .button, #edit_form .button, .mailbox_wrapper .button
{
    color: #000;
    padding: 12px 20px;
    background-color: #fde510;
    border-radius: 5px;
    font-size: 16px;
    margin: 8px 0px;
    transition: 0.25s;
    display: inline-block;
    border:none;
    cursor: pointer;
    border: 2px solid transparent;
}
.action_but
{
    color: #000 !important;
    padding: 6px 10px;
    background-color: #fde510;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px 0px;
    transition: 0.25s;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    min-width: 75px;
}
.action_but:focus
{
    text-decoration: none !important;
}

#list .button:hover, #edit_form .button:hover, .mailbox_wrapper .button:hover,.action_but:hover {
    border: 2px solid #fde510;
    background-color: transparent;
    transition: 0.25s;
    text-decoration: none;
}
#edit_form table {
    width: 80%;
    display: table;
    margin: auto;
}
#edit_form tr {
    background-color: #f6f6f6;
    border-bottom: 7px solid #fff;
    font-size: 16px;
}
#edit_form tr:first-child, #edit_form tr:last-child {
    background: transparent;
}
#edit_form td {
    padding: 10px 15px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    min-width: 150px;
}
/*#edit_form .label {
    display: block;
}*/
#edit_form .button {
    display: table;
    /*    width: 128px;*/
}
#edit_form td select {
    width: 100%;
    max-height: 100px;
    min-height: 35px;
}
#overview select {
    height: 35px;
    width: auto;
    border: 2px solid rgba(0,0,0, 0.3);
    border-radius: 3px;
    margin-bottom: 15px;
}
#overview select:focus {
    border: 2px solid #fde510;
}
#list span, #mailbox_table span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -4px auto;
    border-radius: 100%;
}
#overview h4, #overview p {
    font-size: 14px;
}
#overview input {
    border: 2px solid rgba(0,0,0, 0.3);
    border-radius: 3px;
    padding-left: 10px;
}
#overview input:focus {
    border-color: #fde510;
}
#admin_table th, #mailbox_table th, #log_table th {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    border: none;
    padding-bottom: 20px;
}
#admin_table tbody tr:first-child:hover,
#mailbox_table tbody tr:first-child:hover,
#log_table tbody tr:first-child:hover  {
    background: transparent;
}
.color_explain {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.color_explain span {
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top: -7px;
}
.color_explain p {
    margin-right: 18px;
}
.color_explain p:last-child {
    margin-right: 0px;
}
.page-editform-mailbox #edit_form td select {
    width: 66%;
    height: 35px;
}
/*.page-editform-mailbox #edit_form td .button, .page-editform-domain #edit_form td .button{
    width: 145px;
}*/
.page-editform-alias #edit_form td select {
    width: 86.5%;
    height: 35px;
}
.page-editform-alias #edit_form tr:nth-child(2) td input {
    width: 87%;
}
.page-editform-fetchmail #edit_form td select {
    width: 95%;
    height: 35px;
}
.page-sendmail #edit_form td input, .page-sendmail #edit_form td textarea{
    width: 100%;
}
.page-sendmail #edit_form td .button {
    width: 128px;
}
.page-broadcast-message #edit_form td .flat {
    width: 65%;
}
.page-broadcast-message #edit_form td select {
    width: 68%;
    border: 2px solid rgba(0,0,0, 0.3);
    border-radius: 3px;
    transition: .25s;
}
.page-broadcast-message #edit_form td select:focus {
    border-color: #fde510;
    transition: .25s;
}
#log_table {
    margin-bottom: 80px;
}
.page-editform-admin #edit_form tr td:nth-child(2) {
    width: 33%;
}
.page-editform-admin #edit_form tr .flat {
    width: 100%;
}
.page-editform-admin #edit_form tr td input[type=checkbox] {
    width: auto;
}
.page-editform-admin #edit_form tr td {
    width: 130px;
}
.page-list-fetchmail #admin_table .header td {
    padding: 10px 16px;
}
/*.page-editform-alias #edit_form tr .button {
    width: 120px;
}
.page-editform-aliasdomain #edit_form tr .button {
    width: 182px;
}*/
.page-editform-aliasdomain #edit_form td select {
    min-height: none;
    height: 35px;
    min-width: 120px;
}
.page-list-fetchmail #admin_table .header td {
    padding: 10px;
}
.page-editform-adminpassword #edit_form tr .button {
    width: 180px;
}
.log_table_wrapper {
    overflow-x: auto;
}
.glyphicon-share {
    margin-right: 5px !important;
}
.page-details #main_menu table, .page-check #main_menu table {
    width: 100%;
    margin-bottom: 50px;
}
.page-details #main_menu .hilightoff th, .page-details #main_menu .hilightoff td,
.page-check #main_menu .hilightoff th, .page-check #main_menu .hilightoff td
{
    font-size: 14px;
    color: #000 !important;
    font-weight: normal !important;
}
.page-details #main_menu .header th, .page-check #main_menu .header th {
    color: #000 !important;
    font-weight: normal !important;
}

.page-details .header th:nth-child(2n), .page-check .header th:nth-child(2n) {
    background-color: #f6f6f6;
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
}

.page-detail-tables {
    margin: 50px 0px;
}
.page-detail-tables .action_but {
    display: inline-block !important;
    float: right;
}
.page-detail-tables .action_but:hover {
    text-decoration: none;
}

.page-details .main_menu_wrapper, .page-check .main_menu_wrapper {
    margin: 0px auto 40px;
}
.page-details h1, .page-check h1 {
    font-weight: bold;
}
.page-detail-tables .header th:nth-child(1), .page-detail-tables .header td:nth-child(1) {
    width: 8%;
}
.page-detail-tables .header th:nth-child(2), .page-detail-tables .header td:nth-child(2) {
    width: 12%;
}

.page-detail-tables .header th:last-child, .page-detail-tables .header td:last-child {
    width: 30%;
}
.page-detail-tables .hilightoff input {
    width: 100%;
}
.page-details .six_element .header th:nth-child(4), .page-details .six_element .header td:nth-child(4),
.page-details .six_element .header th:nth-child(5), .page-details .six_element .header td:nth-child(5) {
    width: 15%;
}
.page-check .page-detail-tables .header th:last-child, .page-check .page-detail-tables .header td:last-child {
    width: 15%;
}
.page-check .page-detail-tables .header th:nth-child(2), .page-check .page-detail-tables .header td:nth-child(2) {
    width: 15%;
}

#admin_table .hilightoff td:last-child, #admin_table .hilighton td:last-child,
#admin_table .hilightoff td:nth-child(5), #admin_table .hilighton td:nth-child(5),
#admin_table .hilightoff td:nth-child(6), #admin_table .hilighton td:nth-child(6) {
    width: 140px;
}
.page-check h1 {
    display: table;
    margin: auto;
    text-align: center;
    font-size: 26px;
    padding: 10px 25px;
    font-weight: normal;
    border: 1px solid red;
    background-color: #e7ff001a;
    border-radius: 8px;
}
.page-detail-tables {
    overflow-x: auto;
}
#mailbox_table .hilightoff td:nth-child(7), #mailbox_table .hilighton td:nth-child(7),
#mailbox_table .hilightoff td:nth-child(8), #mailbox_table .hilighton td:nth-child(8),
#mailbox_table .hilightoff td:nth-child(9), #mailbox_table .hilighton td:nth-child(9)
{
    width: 140px;
}