/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/
.editThisP
{
    margin: 0 auto !important;
    text-align: center;
}
.editErrorMsg
{
    margin: 0;
    color: #fff !important;
    text-align: center;
}
.editThisMsg
{
    margin: 0;
    color: #000 !important;
    text-align: center;
}
.editColor
{
    color: #fff !important;
}
.editWrapper
{
    top: 0 !important;
    left: 0;
}
.editBoxTitle
{
    background-color: #181a1d !important;
    color: #fff;
    margin-bottom: 30px;
    padding: 1px;
    padding-left: 10px;
}
.text-white
{
    color:white!important;
}
.edit_link
{
    float: right !important;
    color: #fff !important;
}
.edit_td
{
    width: 10% !important;
}
.edit-title
{
    text-align: center;
    font-size: 20px;
}
.text-red
{
    color: red;
}
.edit_branch_title
{
    font-size: 20px;
    color: #f68f00;
}
.edit_span_color
{
    color: #0b89dc;
}
.edit_padding_l_r
{
    padding-left: 0;
    padding-right: 0;
}
.edit_main_entry_width
{
    width: 100%;
}
.edit_margin_top
{
    margin-top: 10px;
}
.edit_margin_bottom
{
    margin-bottom: 10px;
}
.page-content-tabs
{
    top:43px!important;
}
.edit_dropdown_menu
{
    top: 50px !important;
}
.edit_pofile_staff
{
    font-size: 20px;
}
#panel_settings
{
    background-color: #fbfbfb;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
}
@media (max-width: 1024px) {
    .edit_mail_input {
        width: 87% !important;
    }
}
@media (max-width: 768px) {
    .edit_profile_image {
        margin-left: 15% !important;
    }
    .edit_mail_input {
        width: 93% !important;
    }
}
@media (max-width: 425px) {
    .edit_profile_image {
        margin-left: 30% !important;
    }
    .edit_settings_panel {
        width: 100% !important;
    }
    .edit_mail_input {
        width: 86% !important;
    }
}
@media (max-width: 375px) {
    .edit_mail_input {
        width: 100% !important;
    }
}
@media (max-width: 320px) {
    .edit_profile_image {
        margin-left: 20% !important;
    }
    .edit_mail_input {
        width: 100% !important;
    }
}
.edit_mail_input
{
    width: 92%;
}
.operation_col
{
    width: 406px !important;  //406px
}
.checkbox_cols
{
    width: 85px !important;  //85px
}
.operation_col_header
{
    width: 406px;
}
.checkbox_cols_header
{
    width: 85px;
}
.edit_services_links
{
    padding-left: 0px !important;
}
.edit_services_pricing
{
    font-size: 17px !important;
}
.edit_tfoot
{
    display: table-header-group !important;
}
.edit_accordion_height
{
    min-height: 100px !important;
}
.inner
{
    display: inline-block;
}
#outer
{
    width: 100%;
}
#first_inner
{
    width: 15%;
}
#second_inner
{
    //width: 22%;
}
#third_inner
{
    width: 40%;
}
.edit_expire_input
{
    vertical-align: bottom;
}
.edit_after_span
{
    vertical-align: 10px;
}

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
.edit_actions
{
    padding: 0 !important;
    width: 18% !important;
}
.color-black
{
    color:black!important;
}
.color-danger-text
{
    color:#C75757!important;
}
.no-pd-left
{
    padding-left: 0px!important;
}
.mrgn-top-5
{
    margin-top: 5px;
}
.mx-wdth-80
{
    max-width: 80px!important;
}
.mx-wdth-150
{
    max-width: 150px!important;
}
.mx-wdth-100
{
    max-width: 100px!important;
}
.last-visit
{
    color: #319db5;
}
.edit_i_tag {
    padding-right: 0 !important;
}
.no_padding_right {
    padding-right: 0 !important;
}
.edit_legend {
    font-weight: bold !important;
}
.edit_dropdown_menu {
    padding: 0;
    min-width: 140px;
}
.no_margin {
    margin: 0;
}
.no_left_margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#ui-datepicker-div {
    z-index: 9999!important;
}
.color_green {
    color: green;
    font-weight: bold;
}
.color_red {
    color: red;
    font-weight: bold;
}
.color_white {
    color: white;
    font-weight: bold;
}
.cmt-container{ 
    //width: 540px;
    height: auto; min-height: 30px;
    padding: 10px;
    margin: 10px auto;
    background-color: #fff;
    border: #d3d6db 1px solid;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
} 
.cmt-cnt{
    width: 100%; height: auto; min-height: 35px; 
    padding: 5px 0;
    overflow: auto;
}
.cmt-cnt img{
    width: 35px; height: 35px; 
    float: left; 
    margin-right: 10px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    //background-color: #ccc;
}
.thecom{
    width: auto; height: auto; min-height: 35px; 
    background-color: #fff;
}
.thecom h5{
    display: inline;
    float: left;
    font-family: tahoma;
    font-size: 13px;
    color: #3b5998;
    margin: 0 15px 0 0;
}
.thecom .com-dt{
    display: inline;
    float: left;
    font-size: 12px; 
    line-height: 18px;
    color: #ccc;
}
.thecom p{
    width: auto;
    margin: 5px 5px 5px 45px;
    color: #4e5665;
}
.new-com-bt{
    width: 100%; 	height: 30px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    background-color: #f9f9f9;
    color: #adb2bb;
    cursor: text;
}
.new-com-bt span{
    display: inline;
    font-size: 13px;
    margin-left: 10px;
    line-height: 30px;
}
.new-com-cnt{ width: 100%; height: auto; min-height: 110px; }
.the-new-com{ /* textarea */
    width: 98%; height: auto; min-height: 70px;
    padding: 5px; margin-bottom: 8px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    resize: none;
}
.new-com-cnt input[type="text"]{
    margin: 0;
    height: 20px;
    padding: 5px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    margin-bottom:5px;
}
.cmt-container textarea:focus, .new-com-cnt input[type="text"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
}
.bt-add-com{
    display: inline;
    float: left;
    padding: 8px 10px;  margin-right: 10px;
    background-color: #3498db;
    color: #fff; cursor: pointer;
    opacity: 0.6;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.bt-cancel-com{
    display: inline;
    //float: left;
    padding: 8px 10px; 
    border: #d9d9d9 1px solid;
    background-color: #fff;
    color: #404040;	cursor: pointer;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.new-com-cnt{ 
    width:100%; height: auto; 
    display: none;
    padding-top: 10px; margin-bottom: 10px;
    border-top: #d9d9d9 1px dotted;
}
/* Css Shadow Effect for the prod-box and prod-box-list div */
.shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}
.upload_error > div > p {
    text-align: center !important;
}
.alert-warning > p {
    text-align: center !important;
}
.no_padding {
    padding: 0 !important;
}
.bg_white {
    background-color: #fff !important;
}
.dt-buttons {
    float: right !important;
}
.dataTables_wrapper .dataTables_filter {
    float: left !important;
}