@import url("general/main.css");
@import url("general/header.css");
@import url("general/table.css");
@import url("general/forms.css");
@import url("general/custom.css");







input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.message {
    background: #F9F9F9;
    padding: 10px;
    border: 1px dashed #1EACE4;
    margin: 15px 0
}

.buy_more {
    border: 0;
    float: none;
    margin: 0 auto;
    border-radius: 3px;
    background: #00A5E4;
    background: -moz-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -webkit-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -o-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 2px 10px 3px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 4px
}

.buy_button i.fa-shopping-cart {
    float: left;
    padding-right: 10px;
    height: auto;
    width: auto;
    line-height: 20px;
    border-right: 1px solid #fff;
    margin-right: 8px
}

.view_cloud_file .modal-dialog {
    width: 100%;
    margin: 0
}

.view_cloud_file .modal-header {
    background: #FF6200
}

.view_cloud_file button.close {
    display: none
}

.view_cloud_file .modal-body {
    padding: 10px 0
}

.breads_cloud {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    background: #fafafa;
    border: 1px solid #dce6f1;
    box-sizing: border-box
}

.breads_cloud .bread {
    float: right;
    padding: 6px 10px 6px 50px;
    background: #fff;
    position: relative;
    font-size: 13px
}

.breads_cloud .bread:after,
.breads_cloud .bread:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 75%
}

.breads_cloud .bread .fa {
    color: #c8c8c8;
    padding-left: 3px
}

.breads_cloud .bread:before {
    border-right: 20px solid #dce6f1;
    margin-right: 1px;
    z-index: 1
}

.breads_cloud .bread:after {
    border-right: 18px solid #a5630d;
    z-index: 2;
    border-right-color: #fff
}

.iframe_form.file_detail {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding: 0 10px
}

.iframe_form.file_source {
    float: left;
    width: 60%;
    text-align: center;
    padding: 10px 5%;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%
}

.modal_cloud .modal-dialog {
    width: 96%;
    height: 90%
}

.modal_cloud .modal-dialog .modal-content {
    height: 100%
}

.modal_cloud .modal-dialog .modal-body {
    height: 89%;
    box-sizing: border-box;
    overflow-y: auto
}

.folders_grid {
    padding: 5px 0;
    width: 100%;
    height: 100%;
    clear: both;
    box-sizing: border-box;
    overflow: hidden
}

.grid_box {
    cursor: pointer;
    float: right;
    margin: 0 10px 20px;
    border-radius: 3px;
    height: 155px;
    width: calc(16% - 20px);
    position: relative
}

.folder-icon {
background-color: #fff;
    text-align: center;
    border: 1px solid #dce6f1;
    border-radius: 3px;
    font-size: 80px;
    overflow: hidden;
    height: 140px;
}

.grid_box_name {
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    padding: 7px 4px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: center
}

.delete_icon {
    position: absolute;
    left: 5px;
    display: none;
    color: rgba(66, 77, 93, 0.46)
}

.delete_icon:hover {
    color: #424D5D
}

.grid_box:hover .delete_icon {
    display: block
}

.folder-icon .fa-folder {
    color: #424D5D
}

.iframe_form h3 {
    font-size: 15px;
    font-weight: 300
}

.iframe_form .input-control > input {
    font-weight: 500;
    color: #585656
}

.page-case {
    overflow: hidden;
    padding: 15px
}

.case_row {
    overflow: hidden
}

.case_row_right {
    width: 22%;
    text-align: center
}

.case_row li {
    list-style: none;
    color: #A1ACB3;
    margin: 0;
    font-weight: normal
}

.case_row ul {
    padding: 0
}

.case_row li b {
    color: #47565F;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 300
}

.case_row_left {
    width: 74%
}

.page-case hr {
    border: 0;
    width: 100%;
    height: 1px;
    background: #E3EAF3;
    margin: 30px 0
}

.case_row h4 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -.08rem
}

.case_row_left ul {
    display: block;
    margin: 40px 0 0 0;
    text-align: left
}

.case_row_left ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #A1ACB3;
    font-size: 13px;
    font-weight: 500
}

.case_row_left ul li a {
    color: #2895F1
}

.case_row textarea#rtext {
    width: 100%;
    min-height: 150px;
    background-color: #fff;
    border: 1px solid #E3EAF3;
    margin-bottom: 10px
}

.case_row button {
    display: inline-block;
    height: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #2895F1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #007ee5;
    cursor: pointer;
    box-sizing: border-box;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    margin-bottom: 10px
}

.case_row .text_reply {
    background: #F6F9Fa;
    padding: 40px 0;
    border: 1px solid #E3EAF3;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 2px
}

.profile img {
    border-radius: 100%;
    max-width: 100px;
    width: auto
}

.timeline-icon_avatar {
    right: auto;
    width: 9%;
    text-align: center;
    display: inline-flex;
    float: right
}

.timeline-icon_avatar .avatar_top {
    height: 35px;
    width: 35px;
    margin: 0 auto
}

.avatar_top {
    height: 30px;
    width: 30px;
    margin: 15px 0 0 10px;
    background-position: top center !important;
    border: 2px solid #FFFEFE;
    border-radius: 50%;
    box-shadow: 0 0px 1px 1px #D6D3D3;
    background-size: auto 100% !important
}

img.profile_img_edit {
    display: block;
    margin: 15px 0 5px;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 2px 0px #9E9E9E
}

.costumer_box_doc th {
    background: #eee;
    text-align: right;
    font-size: 12px;
    padding: 5px 10px;
    color: #5D5C5C
}

.costumer_box_doc table {
    padding: 5px
}

.costumer_timeline small.text-muted {
    color: #565E61;
}

.costumer_timeline h5.timeline-title {
    font-size: 13px;
    font-weight: 500
}

.add-active-costumer #timeline_form > div {
    overflow: hidden;
    margin-bottom: 10px
}

.add-active-costumer #timeline_form > div button#send {
    height: auto;
    margin: 10px 0 0
}

li.add-active.add-active-costumer {
    background: #FFFFFF
}

ul.costumer_timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll
}

.icon.open_edit {
    width: auto;
    font-size: 13px;
    line-height: 18px
}

.costumer_timeline li {
    padding: 15px;
    border-bottom: 1px solid #E8E3E3;
    position: relative
}

.costumer_timeline li:last-child {
    border-bottom: none;
    margin-bottom: 3px
}

.costumer_box {
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative
}

.costumer_box .box_project_title {
    text-align: right;
    padding: 5px 10px;
    font-weight: 500;
    color: #173857
}

.line_costumer_box label {
    width: 45%;
    display: inline-block;
    font-weight: 600
}

.line_costumer_box {
    padding: 7px;
    border-bottom: 1px solid #E8E3E3;
    font-size: 14px
}

.line_costumer_box:last-child {
    border-bottom: none;
    margin-bottom: 3px
}

.costumer_box .icon {
    position: absolute;
    left: 7px;
    top: 7px;
    background-size: 16px !important
}

.modal-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-header .close {
    font-size: 25px;
}

.modal-title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.42857143;
        float: right;
}

.timeline-body .note-editor {
    background: #FCFCFC;
    border: 1px solid #D5D5D5
}

div#description_open {
    text-align: left;
    border: 1px solid #eee;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 12px;
    float: left;
    margin: 6px;
    cursor: pointer
}

.task_title input.field_view {
    width: 100%
}

.view_img i {
    font-size: 28px;
    color: rgb(68, 68, 68);
    opacity: 0.5
}

.view_img i:hover {
    opacity: 1
}

input.field_view {
    border: 0;
    box-shadow: none;
    font-weight: 200;
    color: #002446;
    font-size: 18px
}

input.field_view:active,
input.field_view:visited,
input.field_view:link,
input.field_view:focus {
    border: 1px solid #D5D5D5;
    font-size: 13px;
    padding: 2px 5px;
    resize: none;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff;
    color: #696868;
    text-shadow: 0 1px 0 #ffffff;
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif;
    box-sizing: border-box;
    line-height: 24px;
    font-weight: 400
}

a#open_form {
    position: absolute;
    z-index: 9;
    margin: 5px 155px 0 0;
    padding: 4px 10px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.timeline_in > li.add-active {
    min-height: 60px
}

input.employee_val {
    margin-bottom: 5px
}

.content .advance_search h3 {
    font-size: 17px;
    color: #6F6F6F
}

.reports .pag_part span {
    width: 140px
}

.reports .pag_part {
    clear: both;
    margin: 15px 0;
    float: none
}

.reports .pag_part select,
.reports .pag_part form {
    float: right
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif !important;
    font-size: 14px !important
}

.ui-tabs {
    direction: rtl
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.reports .ui-tabs .ui-tabs-nav li.ui-state-default {
    float: right
}

.ui-tabs .ui-tabs-nav li a {
    float: right
}

.ui-tabs .ui-tabs-panel {
    overflow: hidden;
    border: 1px solid #ddd !important;
    border-top: 0;
    border-radius: 5px
}

.reports #tabs .ui-tabs-nav {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 2px 10px 0;
    margin-bottom: -1px
}

.reports div#tabs {
    border: 0
}

.reports #tabs .ui-tabs-nav li a {
    padding: 5px 12px;
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 15px
}

div#tabs_project {
    margin-top: 20px
}

.ui-tabs-active a {
    color: #11A7DB !important
}

.reports #tabs .ui-tabs-nav li {
    margin-left: 2px;
    border-color: #dedede
}

.support_page .support_sidebar {
    position: static;
    width: 23%;
    margin-right: 0;
    padding: 15px 10px 15px;
    float: right
}

.reports .pag_part select {
    min-width: 200px
}

.support_page .support_content {
    float: right;
    padding: 2em 4% 2em;
    width: 77%;
    border-right: 1px solid #DEDEDE;
    margin-left: -1px;
    margin-bottom: 0;
    overflow: visible;
    min-height: 500px;
    border-radius: 0;
    position: static;
    font-size: 16px;
}

.support_page .support_sidebar ul.nav {
    margin: 0 -10px;
    list-style: none;
    padding: 0
}

.support_page .support_sidebar ul.nav li {
    padding: 4px 10px
}

.support_page .support_sidebar ul.nav li.selected {
    background-color: #4CA1FF !important;
    position: relative
}

.support_page .support_sidebar ul.nav li a {
    display: block;
    position: relative;
    padding: 6px 49px 6px 0px;
    text-decoration: none;
    color: #8c8c8c;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    background-size: 15px 14px
}

.support_page .support_sidebar ul.nav li.selected a {
    color: #fff;
background: transparent;
}

.support_page .support_sidebar ul.nav li img {
    margin: -2px -39px 0 14px;
    position: absolute;
    height: 25px;
    width: 25px
}

.support_page_in {
    border-top: 1px solid #dedede
}

.support_content .page-header-content h1 {
    font-size: 38px;
    color: #333
}

.support_content .page-header-content h2 {
    margin: 10px 0;
    color: #777
}

.support_page h1 {
    padding-right: 15px
}

.support_ticket {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background: #FDFDFD;
    padding: 10px 15px;
    font-size: 14px
}

.support_ticket div {
    width: 25%;
    box-sizing: border-box;
    float: right;
    text-align: center
}

.support_ticket div.text_right {
    text-align: right
}

.support_ticket_title {
    font-weight: 500;
    background: #f9f9f9;
    border-top: 1px solid #ddd
}

.support_choice > div {
    border: 1px solid #E3EAF3;
    border-radius: 2px;
    padding: 30px 50px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.support_choice {
    width: 48%;
    cursor: pointer
}

.support_choice:first-child {
    margin-left: 4%
}

.support_choice_icon {
    display: block;
    margin: 0 auto 20px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background: #2895F1;
    width: 50px;
    height: 50px
}

.support_choice b {
    font-weight: 700;
    font-size: 16px;
    color: #47565F;
    margin: 0 0 20px;
    display: block
}

.support_choice p {
    font-weight: 400;
    color: #81878C
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right !important
}

.unread .view_img {
    opacity: 0.9
}

body#tinymce {
    background: #fff;
    font-size: 15px;
    padding: 10px
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
    direction: rtl !important;
    text-align: right !important
}

a.button.minimal {
    background: transparent;
    color: #555;
    border: 1px solid
}

form#add_event {
    width: 500px
}

.grid-box.width25:last-child > div {
    border-left: 0
}

tr:nth-child(2) .hide_delete {
    display: none
}

.blinks2 {
    border-top: 2px dashed #000 !important;
    border-bottom: 2px dashed #000 !important;
    transition: border-color 1s ease
}

.ok_action:hover {
    border-color: #1AA9F5 !important
}

div#loading {
    background: url(../images/icons/loading32.gif) no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: wait
}

.alert_message {
    background: #F9F9F9;
    padding: 10px;
    border: 1px dashed #1EACE4;
    margin: 15px 0
}

.alert_message a {
    color: #064AB1;
    font-weight: 400
}

#loginbox label {
    color: #fff
}

.druft_submit {
    background: #333 !important;
    margin-left: 10px !important
}

.pay_sum .field_line {
    width: 50%;
    float: right;
    padding-right: 10px;
    box-sizing: border-box
}

.pay_sum .row {
    background: #FFFFFF;
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8
}
.pay_sum .row:last-child {
    border-bottom: 0;
}
.pay_sum .field_line:first-child {
    border-left: 1px solid #eee;
    margin: 0;
    padding: 10px
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 0 2px !important
}

.ui-datepicker .ui-datepicker-title {
    line-height: 23px;
    font-size: 14px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0
}

div#ui-datepicker-div {
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important
}

#paytabs .ui-tabs-panel {
    padding: 15px;
    border: 0 !important
}

.document_box {
    overflow: hidden;
    margin: 20px 0
}

#paytabs h4 {
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    border: 0;
    line-height: 42px;
    color: #00A300;
    font-size: 19px;
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif
}

textarea:focus,
input:focus,
#paytabs ul li:focus {
    outline: 0
}

*:focus {
    outline: 0
}

#paytabs ul {
    border: 0;
    background: #fff;
    border-bottom: 1px solid #eee
}

#paytabs ul li {
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 23px
}

#paytabs ul li.ui-state-active {
    border: 1px solid #E6E6E6;
    border-bottom: 0
}

.icon_project_action .icon {
    padding: 2px 4px 6px 4px;
    border-radius: 15px;
    background-color: #FBFBFB !important;
    background-position: center !important;
    box-shadow: 0px 1px 2px #A4ADA8;
    background-size: 15px 15px !important
}

.box_project_title {
    text-align: center;
    font-weight: 400;
    color: #4B4D50;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d1d1d1;
    background: #E9EAEA;
    background: -webkit-linear-gradient(top, #f6f6f6, #E9EAEA);
    background: -moz-linear-gradient(top, #f6f6f6, #E9EAEA);
    background: -o-linear-gradient(top, #f6f6f6, #E9EAEA);
    background: linear-gradient(to bottom, #f1f1f1, #ECEBEC);
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1)
}

.width25 {
    width: 25%;
    float: right;
    box-sizing: border-box
}

.table_action {
    display: inline-table
}

.table_action .icon {
    border-radius: 15px;
    background-color: #FBFBFB !important;
    background-position: center !important;
    box-shadow: 0px 1px 2px #A4ADA8;
    background-size: 12px 12px !important;
    padding: 5px;
    margin-left: 6px;
    margin-bottom: -4px;
}

.icon_project_action {
    overflow: hidden;
    border-top: 1px solid #d1d1d1;
    padding: 5px 10px !important
}

.table_action a:last-child .icon {
    margin-left: 0
}

.icon_project_action .icon.remove {
    float: left
}

.box_project {
    margin: 10px;
    background: #F3F3F3;
    background-image: -webkit-linear-gradient(top, #ffffff 1%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ffffff 1%, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #DEDEDE;
    border-radius: 5px
}

.box_project_row {
    padding: 5px 10px;
    font-size: 14px
}

.icons_export img {
    height: 15px
}

.icons_export {
    border-right: 1px solid #DBDBDB;
    line-height: 15px;
    padding-right: 5px
}

.toolbar-list > .icons_export {
    border-right: 0;
    line-height: 66px;
    margin-left: 6px
}

.icons_export button {
    padding: 2px 6px 0
}

span.doc_num {
    font-size: 25px
}

.advance_search {
    clear: both;
    overflow: hidden;
    display: none;
    background: #F5F5F5;
    padding: 15px;
    margin: 5px 0 0
}

.advance_search .pag_part {
    clear: both;
    margin: 5px 0
}

.advance_search .pag_part span {
    width: 95px
}

.advance_search .search_date {
    width: auto
}

.search_date {
    width: 80px;
    text-align: center
}

.filter_line {
    overflow: hidden;
    padding: 0px 0 10px
}

#filter_text {
    background: transparent;
    background-color: transparent;
    color: #444;
    border: 1px solid #E7D5D5;
    padding: 0;
    line-height: 0;
    height: auto;
    min-height: 26px;
    min-width: 55px;
    margin: -2px 0 0 0
}

.massage_box {
    font-weight: bold;
    background: #eee;
    border-top: 1px solid #2DAEFD;
    padding: 10px;
    margin-bottom: 10px;
    color: #444
}

input,
select,
textarea,
div.inp {
    border: 1px solid #D5D5D5;
    font-size: 13px;
    padding: 2px 5px;
    resize: none;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff;
    color: #4E4D4D;
    text-shadow: 0 1px 0 #ffffff;
    font-family: 'WOL_SL', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica, sans-serif;
    box-sizing: border-box;
    line-height: 24px
}

.readonly {
    border: 0 !important
}

.page-header-menu {
    /*border-bottom: 1px solid rgba(226, 227, 246, 0.51);*/
border-bottom: 0;
    padding: 0 0 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.page-header-menu ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    float: left
}

.page-header-menu ul li {
    padding: 5px 10px;
    margin: 0;
    color: #002446;
    font-size: 16px;
    float: right;
    position: relative
}

.page-header-menu ul li.active {
    font-weight: 400
}

li.button_menu_inline {
    float: left !important;
    border-radius: 3px;
    background: #0078AD;
    background: -moz-linear-gradient(top, #008CC8 0%, #006491 100%);
    background: -webkit-linear-gradient(top, #008CC8 0%, #006491 100%);
    background: -o-linear-gradient(top, #008CC8 0%, #006491 100%);
    padding: 1px !important;
    margin: 3px 15px 0 0 !important
}

li.button_menu_inline a {
    border-radius: 3px;
    background: #00A5E4;
    background: -moz-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -webkit-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -o-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 1px 10px 3px;
    font-size: 14px
}

li.button.buy_button {
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #0078AD;
    background: -moz-linear-gradient(top, #008CC8 0%, #006491 100%);
    background: -webkit-linear-gradient(top, #008CC8 0%, #006491 100%);
    background: -o-linear-gradient(top, #008CC8 0%, #006491 100%);
    padding: 1px;
    height: auto;
    margin: 0 10px 0 0
}

li.button.buy_button a {
    border: 0;
    float: none;
    margin: 0 auto;
    border-radius: 3px;
    background: #00A5E4;
    background: -moz-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -webkit-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -o-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 2px 10px 3px;
    font-size: 14px;
    white-space: normal;
}

li.button.buy_button a:hover {
    border: 0
}

.page-header-menu li.button_menu_inline a:after {
    content: ""
}

.declare_lists .mail_list {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 0;
    font-size: 15px
}

.mail_list h3 {
    font-weight: 400;
    font-size: 17px
}

.document .sep {
    margin: 20px 0
}

.doc_sum label {
    width: 40% !important
}

.doc_sum .row {
    width: 300px;
    float: left;
    clear: both
}

.doc_item input[type="text"],
.doc_item input[type="text"] {
    width: 100%;
    box-sizing: border-box
}

#doc_items td {
    text-align: right;
    padding: 2px 4px;
}

.doc_sum {
    width: 100%;
    overflow: hidden;
    font-weight: 400
}

.doc_sum .field_line {
    margin: 0
}

.button_min {
    border: #E2E2E2 1px solid;
    padding: 1px 10px;
    font-size: 12px;
    letter-spacing: -0.5px;
    border-radius: 5px;
    cursor: pointer
}

.sep {
    border-top: 1px solid #eee;
    margin: 5px 0
}

.document title {
    text-align: center
}

.document h4 {
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    margin: 25px 0;
    padding: 7px 0;
    color: #00A300;
}

.head_doc {
    text-align: center
}

p {
    margin: 0;
    line-height: 24px
}

div#submit_action {
    display: none;
    overflow: hidden;
    clear: right
}

.lang_guest {
    position: absolute;
    left: 10px
}

.upload_img {
    margin: 8px 0px 0;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative
}

.upload_img span {
    display: block
}

.upload_img img {
    border-radius: 8px;
    box-shadow: 0 0 1px 1px #BEB8B8;
    max-width: 71px;
    max-height: 60px
}

span.icon_file {
    float: right;
    padding-right: 0px
}

span.icon_file i.fa {
    padding-left: 10px
}

.upload_box {
    clear: both;
    overflow: hidden
}

.menu_side li.sub_menu a {
    height: 12px;
    line-height: 30px;
    min-height: 30px;
    font-size: 14px;
    background: #FFF;
}

.menu_side li.sub_menu a i {
    padding: 0 13px 0 12px;
    margin: 0 0px 0 8px;
    background: transparent
}

.welcome {
    float: left;
    margin-right: 11px;
    font-size: 13px;
    color: #7B7777;
    /*position: absolute;
    left: 0;*/
    text-align: left;
}

.download_label {
    padding: 15px 0px
}

.account_details {
    width: 180px;
    padding: 10px;
    position: absolute;
    background: #303030;
    top: 43px;
    z-index: 9999;
    left: 0;
    color: #fff;
    text-align: center;
    display: none
}

.mce-tinymce button[type="button"] {
    padding: 5px
}

.mce-menubar {
    display: none !important
}

.sidebar {
    float: right;
    width: 18.5%
}

.chart_num {
    background: #eee;
    float: right;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 36px;
    margin: 10px;
    font-size: 27px;
    font-weight: 300
}

.chart_num_label {
    color: #988F8F;
    font-size: 18px
}

.width70 {
    width: 70%;
    float: right;
    border-left: 1px solid rgba(195, 195, 195, 0.32);
    padding-left: 10px;
    box-sizing: border-box
}

.width30 {
    width: 30%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box
}

.width65 {
    width: 65%;
    float: left;
    border-right: 1px solid rgba(195, 195, 195, 0.32);
    padding-right: 20px
}

.width35 {
    width: 31%;
    float: left
}

.costumer .width35 {
    width: 33%;
    float: right
}

.costumer .width65 {
    width: 65%;
    float: left;
    border-right: 1px solid rgba(195, 195, 195, 0.32);
    padding-right: 10px;
    margin-right: 10px;
    box-sizing: border-box
}

.tr_close .des_td {
    max-height: 50px;
    overflow: hidden;
    padding-top: 5px;
    line-height: 43px;
    font-size: 15px
}

.tr_open .des_td {
    line-height: 21px;
    max-height: 100%
}

.button_black {
    background: rgb(58, 55, 55);
    border: 0;
    padding: 8px 15px;
    margin: 0 2px;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer
}

.open_td {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #FCFCFC;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
    line-height: 12px;
    color: #867D7D;
    font-size: 13px;
    z-index: 999;
    cursor: pointer;
    letter-spacing: 0px;
    padding: 1px 5px;
    width: 66px;
    margin-left: -4px
}

td.status {
    text-align: center;
    font-size: 13px
}

td.status_1 {
    border-top: 2px dashed #0E70DA;
    color: #eee;
    border-bottom: 2px dashed #0E70DA
}

td.status_2 {
    border-top: 2px dashed #0094FF;
    color: #eee;
    border-bottom: 2px dashed #0094FF
}

td.status_3 {
    border-top: 2px dashed #313131;
    color: #eee;
    border-bottom: 2px dashed #313131
}

td.status_4 {
    border-top: 2px dashed #008207;
    color: #eee;
    border-bottom: 2px dashed #008207
}

td.prio_1 div {
    background: #F00;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    text-align: center
}

td.prio_2 div {
    background: #272727;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    text-align: center
}

td.prio_3 div {
    background: #0E70DA;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    text-align: center
}

td.prio_4 div {
    background: #DD7E00;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    text-align: center
}

span.open_td {
    font-weight: 300
}



select.lang {
    margin: 13px auto 0 10px;
    float: left;
    border: 1px solid #D5D5D5;
    color: #7C7C7C
}

.content h3 {
    font-size: 14px;
    font-weight: 400
}

.input-control > input[type=text],
.input-control > input[type=email],
.input-control > input[type=url],
.input-control > input[type=phone],
.input-control > input[type=password],
.input-control > input[type=number],
.input-control > input[type=time],
.input-control > select,
.input-control > textarea {
    width: 100%;
    padding: 2px 7px;
    background-color: #fff;
    outline: 0;
    margin-right: 0;
    min-height: 25px;
    position: relative
}

.button {
    font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 9pt;
    font-smooth: always;
    line-height: 11pt;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle !important;
    min-height: 20px;
    background-color: #00a300;
    border: 1px transparent solid;
    color: #fff;
    margin: 0 5px 10px 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 15px;
    position: relative;
    outline: none;
    border-radius: 0
}

.button.black {
    background: #292929
}

.massage {
    color: red;
    font-weight: bold
}

#open_menu_m {
    display: none
}

table.striped {
    width: 100%;
    border-collapse: separate;
    margin: 0 0 10px;
    box-shadow: 0 0 1px 1px #eee
}

table.striped tbody tr {
    border: 1px #fff solid
}

table.striped tbody tr:nth-child(odd) {
    background-color: #f9f9f9
}

table.striped tbody tr td {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 23px;
    font-smooth: always;
    padding: 2px 8px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-left: 1px transparent solid;
    border-top: 1px transparent solid;
    box-sizing: border-box;
    position: relative
}

.des_td a {
    font-weight: 400
}

.small_text {
    font-size: 12px;
    color: #555
}

.button_top {
    position: absolute;
    left: 0;
    top: -4px
}

.task_head td {
    font-size: 13px;
    background-image: -webkit-linear-gradient(top, #ffffff 1%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ffffff 1%, #f5f5f5 100%);
    color: #353131;
    padding: 7px 8px;
    font-weight: 500;
    text-align: center
}

.input-control > textarea {
    padding-right: 5px;
    min-height: 100px
}

.icon {
    height: 20px;
    width: 20px;
    margin: 0 auto;
    float: right
}

.icon.edit {
    background: url(../images/edit.png) no-repeat top
}

.icon.remove {
    background: url(../images/delete.png) no-repeat -2px top
}

.page-header {
padding: 10px 0 20px;
    margin: 0;
    border-bottom: 0;
    overflow: hidden;
}

.page-header-content h1 {
    padding: 10px 0px;
    margin: 0;
    color: #002446;
    font-size: 22px;
    line-height: 27px;
    max-width: 67%
}

.page-sidebar span.heading {
    display: block;
    border-bottom: 1px solid #c9c9c9;
    padding: 4px 15px 4px;
    background: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    color: #616161;
    border-right: 3px solid #1EACE4
}

.menu_side li a i {
width: 35px;
    height: 100%;
    float: right;
    border-left: 1px solid #DDD;
    margin: 0;
    margin-left: 10px;
    background-position: 9px 14px;
    border-right: 0;
    background-size: 17px 17px;
}

.span5 ul {
    margin: 0;
    padding: 0
}

.back-button {
    height: 30px;
    width: 30px;
    display: block;
    background-image: url(../images/back.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 12px;
    right: auto;
    background-size: 30px 30px
}

.page-header-content {
    position: relative
}

i.icon-tasks {
    background: url(../images/icons/tasks.png) no-repeat
}

i.icon-projects {
    background: url(../images/icons/projects.png) no-repeat
}

i.icon-customers {
    background: url(../images/icons/clients.png) no-repeat
}

i.icon-documents {
    background: url(../images/icons/invoices.png) no-repeat
}

i.icon-todo,
i.icon-declare {
    background: url(../images/icons/ticket.png) no-repeat
}

i.icon-companies {
    background: url(../images/icons/pages.png) no-repeat
}

i.icon-categories {
    background: url(../images/icons/projects.png) no-repeat
}

i.icon-media {
    background: url(../images/icons/media.png) no-repeat
}

i.icon-settings {
    background: url(../images/icons/setting.png) no-repeat
}

i.icon-users {
    background: url(../images/icons/users.png) no-repeat
}

i.icon-reports {
    background: url(../images/icons/adsans.png) no-repeat
}

i.icon-calendar, i.icon-leads {
    background: url(../images/icons/social.png) no-repeat
}

i.icon-logout {
    background: url(../images/icons/logout.png) no-repeat
}

i.icon-cloud, i.icon-website {
    background: url(../images/icons/pages.png) no-repeat
}

.footer {
    clear: both;
    padding: 5px 15px;
}

ul.menu_side {
    margin: 0;
    list-style: none;
    padding: 0;
    overflow: hidden
}

.menu_side li a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #4E4E4E;
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    line-height: 45px;
    min-height: 45px;
    border-bottom: 1px solid #c9c9c9;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top, #ffffff 1%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ffffff 1%, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.menu_side li {
    display: block;
    margin: 0;
    clear: both
    font-size: 14px;
}

.menu_side li.active a {
    color: #002842;
    font-weight: 500;
    background: rgba(238, 238, 238, 0.67)
}

.page {
    overflow: hidden
}

.content {
    clear: both
}

.left {
    float: right
}

.right {
    float: left
}

.login .page {
    display: block
}

.grid {
    margin: auto
}

.urgent {
    color: #fff;
    background: red;
    padding: 0px 5px 2px;
    border-radius: 4px
}

.high {
    color: #fff;
    background: rgb(34, 0, 0);
    padding: 0px 5px 2px;
    border-radius: 4px
}

.low {
    color: #222;
    border: 1px solid #D6D6D6;
    padding: 0px 5px 2px;
    border-radius: 4px
}

.normal {
    color: #fff;
    background: rgb(73, 131, 255);
    padding: 0px 5px 2px;
    border-radius: 4px
}

.login .page-header-content h1 {
    color: #fff;
    padding: 5px 20px 0
}

.page-content {
    width: 758px;
    padding-right: 15px;
    float: left
}

.mce-tinymce button[type=button] {
    background: transparent;
    min-height: 0;
    min-width: 0;
    margin: 0;
    line-height: 24px;
    height: 30px
}

.mce-panel.mce-tinymce {
    border: 1px solid #C7C7C7 !important;
    border-radius: 0
}

.media_item {
    width: 139px;
    float: left;
    box-shadow: 0 0 1px 1px rgba(238, 238, 238, 0.47);
    padding: 10px;
    margin: 10px;
    background: rgba(189, 189, 189, 0.16);
    height: 110px;
    text-align: center
}

.media-manager {
    overflow: hidden;
    border: 1px solid #eee
}

.media_img img {
    max-height: 30px
}

.media_img {
    height: 30px;
    padding: 5px 0
}

.media_name {
    width: 139px;
    overflow: hidden
}

.folder_item .media_name {
    font-weight: bold
}

.folder_item {
    background: rgba(197, 197, 197, 0.33)
}

.folder_img {
    height: 67px;
    padding: 10px 0
}

.folder_img img {
    max-height: 64px
}

input#fileupload {
    margin: 10px;
    background: #eee
}

.pag_part {
    overflow: hidden;
    float: right;
    margin: 3px 5px
}

.pag_part span {
    float: right;
    width: auto;
    font-size: 15px;
    padding: 2px;
    line-height: 24px
}

span.label_line_filter {
    margin-left: 5px;
    font-size: 15px
}

.pag_part select,
.pag_part form {
    width: auto;
    float: left;
    padding: 2px;
    border-radius: 0
}

.paginator a {
    background: #FFF;
    width: auto;
    border-radius: 0;
    margin: 0px 4px;
    font-size: 14px;
    position: relative;
    float: right;
    padding: 4px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.paginator a.current {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.paginator {
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.pag_num {
    overflow: hidden;
    float: none;
    padding-left: 2px
}

table p {
    margin: 0 0 5px
}

.page-sidebar {
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.329412) 0px 2px 3px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 2px 3px 0px inset;
    padding-right: 1px;
    margin-left: -1px;
    padding-left: 1px;
    margin-top: 1px
}

.nav-bar h1 {
    float: left;
    margin: 0;
    line-height: 45px;
    font-size: 18px
}

img.logo {
    float: right;
    font-size: 16px;
    padding-left: 10px;
    padding: 9px 0 0;
}

#loadingMessage {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: white
}

#contactform {
    padding-left: 40px
}

.main_div {
    width: 640px;
    float: left
}

.left_div {
    height: auto;
    width: 640px;
    float: left
}

.social_sharing {
    padding-top: 10px;
    text-align: center;
    height: auto;
    width: 640px;
    float: left
}

.web_info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    width: 640px;
    float: left
}

.index_stats {
    padding-top: 15px;
    height: auto;
    width: 640px;
    float: left
}

.index_stats_header {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    float: left
}

.social_stats_header {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    float: left
}

h1.fg-color-white {
    color: #fff;
    padding: 7px 20px
}

#loginbox .input-control {
    margin-bottom: 10px;
    width: 42%;
    float: right;
    margin-left: 35px
}

#loginbox .label {
    color: #fff
}

div#login_buttons {
    text-align: center;
    width: 100%;
    clear: both
}

.social_stats {
    padding-top: 15px;
    height: auto;
    width: 640px;
    float: left
}

.paginate {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    float: left
}

a.open_advance_search {
    padding: 0px 10px;
    margin: 1px;
    font-weight: 400;
    line-height: 22px;
    color: #428bca;
    border: 1px solid #ddd;
    font-size: 14px;
    float: right
}

.recent_check {
    padding-left: 10px;
    width: 300px;
    float: left
}

.recent_check_show {
    padding-top: 5px;
    padding-left: 10px;
    width: 300px;
    float: left
}

.top_check {
    padding-left: 10px;
    width: 100%;
    float: left
}

.search_div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #F0F0F0;
    padding-left: 25px;
    padding-top: 30px;
    width: 640px;
    float: left
}

.worth_div {
    background-color: #F0F0F0;
    border-bottom: 1px solid #292929;
    height: 151px;
    width: 640px;
    float: left
}

.div_info {
    width: 438px;
    float: left
}

.web_url {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: gold;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    float: left
}

.web_value {
    border-bottom: 1px solid #292929;
    text-align: center;
    width: 100%;
    float: left
}

.searchunder_div {
    text-align: center;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 640px;
    float: left
}

.sidebar_div {
    padding-left: 2px;
    height: auto;
    width: 302px;
    float: left
}

.social_buttons {
    padding-bottom: 8px;
    width: 298px;
    float: left;
    height: auto
}

.social_buttons2 {
    padding-left: 8px;
    padding-bottom: 8px;
    width: 298px;
    float: left;
    height: auto
}

.twitter_button {
    padding-left: 15px;
    padding-top: 10px;
    float: left;
    width: 75px
}

.tweet_button {
    padding-top: 4px;
    float: left;
    width: 70px
}

.like_button {
    padding-left: 15px;
    padding-top: 5px;
    float: left;
    width: 70px
}

.gshare_button {
    padding-top: 5px;
    width: 70px;
    float: left
}

.linkedin_share {
    padding-top: 4px;
    width: 70px;
    float: left
}

.fb_button {
    padding-left: 13px;
    padding-top: 10px;
    width: 85px;
    float: left
}

.gplus_button {
    padding-left: 15px;
    padding-top: 10px;
    width: 85px;
    float: left
}

.top_ad {
    width: 300px;
    float: left
}

.largesky_ad {
    width: 300px;
    float: left
}

.top_ad2 {
    width: 300px;
    float: left
}

.banner_ad {
    padding-top: 5px
}

.task_detail_row .row_field {
    float: none;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    border-left: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 160px
}

.row_field {
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #D8D8D8;
    font-size: 13px;
    color: rgba(34, 34, 34, 0.78)
}

.row_field:last-child {
    border-left: 0px;
    margin-left: 0
}

#menubar #menu > div {
    padding: 1px;
    border-radius: 7px;
    background: #D7D7D7;
    background-size: 100% 100%;
    float: left;
    margin: 10px 10px 10px 25px
}

#menubar .menu {
    background: url('../images/menu_bg.png');
    margin: 0;
    border: 1px solid #FFF;
    border-radius: 6px;
    border: 1px solid #FFF;
    border-radius: 6px;
    float: left;
    padding: 0;
    height: 32px
}

#menubar .menu li:last-child a {
    border-left: 0;
}

#menubar .menu li {
    list-style: none;
    float: right;
    border: 0
}

#menubar .menu li a {
    text-decoration: none;
    color: #505050;
    float: right;
    padding: 5px 20px;
    border-left: 1px solid #E4E4E4;
    border-right: 0
}

#menubar .menu li ul li a {
    color: #575655
}

#menubar #menu .active a,
#menubar .menu li a:hover {
    color: #101C20
}

#menubar #menu .active {
    background: #fff
}

#menubar .menu li:hover {
    background: #fff
}

span.error_field {
    font-size: 12px;
    font-weight: bold;
    color: red
}

.box_meets {
    width: 98%;
    padding: 5px;
    overflow: hidden;
    background: #F5F5F5;
    box-shadow: 0 0 1px 1px #E2E2E2
}

table.box_meet {
    margin: 0;
    box-shadow: none;
    border: 0;
    border-collapse: collapse;
    position: relative
}

.box_meet thaed,
.box_meet tbody {
    display: block
}

.box_meet tbody {
    display: block;
    overflow: auto;
    max-height: 150px;
    overflow-y: auto
}

.box_meet td {
    box-shadow: none;
    border-top: 1px solid #CDCDCD;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #D2D2D2;
    padding: 4px 8px
}

.box_meet tr {
    margin: 0;
    border: 0;
    display: block
}

.box_meet_head td {
    background: #2C353A;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    line-height: 22px;
    border-left: 1px solid #4A4A4A;
    padding: 3px 8px
}

.box_meet tr:first-child td {
    border-top: 0
}

.box_meet td:last-child {
    border-left: 0
}

.iframe_form .global-header {
    display: none
}

.iframe_form {
    width: 100%;
    overflow: hidden
}

.iframe_form .container {
    margin: 10px;
    padding: 5px 10px;
    width: auto
}

.des_td ol {
    margin-top: 0px
}

.blog_page {
    margin: 15px 25px 15px;
    padding: 0 15px
}

.blog_page .page-header {
    margin: 0 0 15px;
}

.blog_page .page-header h1 {
    font-size: 32px;
    line-height: 35px
}

img.view_img {
    width: 30px;
    vertical-align: middle;
    cursor: pointer
}

.status select.quick_status {
    padding: 1px 2px;
    font-size: 13px;
    color: #444;
    font-weight: 600;
    height: 23px;
    width: 78%;
    float: right;
    border: 1px solid #767676
}

.ok_action {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    white-space: nowrap;
    padding-top: 5px;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin: 0 auto;
    width: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 31px;
    background: transparent;
    border: 2px solid rgba(30, 145, 207, 0.57)
}

.ok_action.ok_action_no {
    background: transparent;
    border: 2px solid rgba(30, 145, 207, 0.57)
}

.ok_action img {
    height: 16px;
    padding: 2px
}

.result_view_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.42);
    top: 0
}

div#result_view {
    display: none;
    top: 15%;
    width: 600px;
    min-height: 300px;
    background: #FFF;
    border: 5px solid #37474f;
    padding: 15px 15px 35px;
    z-index: 99999999;
    overflow-y: scroll !important;
    height: 400px;
    overflow: hidden;
    outline: 0;
    margin: 0 auto;
    position: relative
}

#result_view h2 {
    padding-bottom: 5px;
    margin: 5px 4px 10px;
    border-bottom: 1px solid #eee
}

#result_view .width60 {
    float: right;
    border-left: 1px solid rgba(195, 195, 195, 0.32);
    padding-left: 10px
}

.width40 {
    width: 40%;
    box-sizing: border-box
}

#result_view .width40 {
    float: left;
    padding: 0 15px
}

.result_line_bottom {
    clear: both;
    padding: 4px 5px 5px;
    border-top: 1px solid #E6DFDF;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E6DFDF
}

.result_line_bottom_r {
    float: right;
    padding-left: 10px
}

.width60 {
    width: 60%;
    box-sizing: border-box
}

.clear {
    clear: both
}

.logout_img img {
    width: 17px
}

a.logout_img {
    float: left;
    padding: 15px 15px 0 0;
    color: #525f7f;
}

p.logout_text {
    float: left;
    padding: 16px 0 0 0px;
    font-size: 14px;
}

p.logout_text a {
    font-weight: 400
}

.list_prox li {
    font-size: 20px;
    color: #444
}

.width50 {
    width: 50%
}

.about_1 {
    background: #F4F4F4;
    overflow: hidden;
    padding: 25px
}

.about_2 {
    background: #FFF;
    overflow: hidden;
    padding: 25px
}

.about_1 img,
.about_2 img {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

.blog_page .page-header h2 {
    margin: 5px 0 15px
}

input.text_for_search {
    padding: 0 5px;
    margin-top: 3px
}

.inline_action_table {
    padding: 2px 15px;
    margin: 0 0 2px 0;
    min-width: auto;
    height: auto;
    font-size: 12px;
    border-radius: 3px;
    min-height: auto;
    line-height: 15px
}

div.toolbar-list {
    float: left;
    text-align: right;
    padding: 0
}

div.toolbar-list ul {
    margin: 0;
    padding: 0
}

div.toolbar-list li {
    padding: 1px 1px 3px 4px;
    text-align: center;
    color: #666;
    height: 48px;
    list-style: none;
    float: right;
    background: transparent;
    border: 0;
    margin: 0
}

div.toolbar-list li.spacer {
    width: 10px
}

div.toolbar-list li.divider {
    border-right: 1px solid #E0E0E0;
    width: 2px;
    padding: 1px 2px 1px 1px
}

div.toolbar-list span,
div.toolbar-list i {
    float: none;
    width: 25px;
    height: 24px;
    margin: 0 auto;
    display: block;
    background-size: 25px;
    font-size: 19px;
    line-height: 24px
}

i.fa.fa-users {
    color: #444
}

div.toolbar-list a {
    display: block;
    float: left;
    white-space: nowrap;
    border: 1px solid #FFFFFF;
    padding: 1px 5px;
    cursor: pointer
}

div.toolbar-list a:hover,
div.toolbar-list a:focus,
div.toolbar-list a:active,
div.toolbar-list .active a {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #0B55C4
}

#toolbar input[type=submit] {
    padding: 0;
    text-align: center;
    color: #666;
    list-style: none;
    float: right;
    background: transparent;
    border: 0;
    margin: 0;
    min-width: 1px;
    min-height: 1px;
    height: auto;
    padding-top: 25px;
    box-shadow: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: -25px -5px 0 -5px
}

.icon-32-send {
    background-image: url(../images/toolbar/icon-32-send.png)
}

.icon-32-delete {
    background-image: url(../images/toolbar/icon-32-delete.png)
}

.icon-32-help {
    background-image: url(../images/toolbar/icon-32-help.png)
}

.icon-32-cancel {
    background-image: url(../images/toolbar/icon-32-cancel.png)
}

.icon-32-checkin {
    background-image: url(../images/toolbar/icon-32-checkin.png)
}

.icon-32-options {
    background-image: url(../images/toolbar/icon-32-config.png)
}

.icon-32-apply {
    background-image: url(../images/toolbar/icon-32-apply.png)
}

.icon-32-back {
    background-image: url(../images/toolbar/icon-32-back.png)
}

.icon-32-export {
    background-image: url(../images/toolbar/icon-32-export.png)
}

.icon-32-forward {
    background-image: url(../images/toolbar/icon-32-forward.png)
}

.icon-32-save {
    background-image: url(../images/toolbar/icon-32-save.png)
}

.icon-32-edit {
    background-image: url(../images/toolbar/icon-32-edit.png)
}

.icon-32-copy {
    background-image: url(../images/toolbar/icon-32-copy.png)
}

.icon-32-move {
    background-image: url(../images/toolbar/icon-32-move.png)
}

.icon-32-new {
    background-image: url(../images/toolbar/icon-32-new.png)
}

.icon-32-upload {
    background-image: url(../images/toolbar/icon-32-upload.png)
}

.icon-32-assign {
    background-image: url(../images/toolbar/icon-32-publish.png)
}

.icon-32-html {
    background-image: url(../images/toolbar/icon-32-html.png)
}

.icon-32-css {
    background-image: url(../images/toolbar/icon-32-css.png)
}

.icon-32-menus {
    background-image: url(../images/toolbar/icon-32-menu.png)
}

.icon-32-publish {
    background-image: url(../images/toolbar/icon-32-publish.png)
}

.icon-32-unblock {
    background-image: url(../images/toolbar/icon-32-unblock.png)
}

.icon-32-unpublish {
    background-image: url(../images/toolbar/icon-32-unpublish.png)
}

.icon-32-restore {
    background-image: url(../images/toolbar/icon-32-revert.png)
}

.icon-32-trash {
    background-image: url(../images/toolbar/icon-32-trash.png)
}

.icon-32-archive {
    background-image: url(../images/toolbar/icon-32-archive.png)
}

.icon-32-unarchive {
    background-image: url(../images/toolbar/icon-32-unarchive.png)
}

.icon-32-preview {
    background-image: url(../images/toolbar/icon-32-preview.png)
}

.icon-32-default {
    background-image: url(../images/toolbar/icon-32-default.png)
}

.icon-32-refresh {
    background-image: url(../images/toolbar/icon-32-refresh.png)
}

.icon-32-save-new {
    background-image: url(../images/toolbar/icon-32-save-new.png)
}

.icon-32-save-copy {
    background-image: url(../images/toolbar/icon-32-save-copy.png)
}

.icon-32-error {
    background-image: url(../images/toolbar/icon-32-error.png)
}

.icon-32-new-style {
    background-image: url(../images/toolbar/icon-32-new-style.png)
}

.icon-32-delete-style {
    background-image: url(../images/toolbar/icon-32-delete-style.png)
}

.icon-32-purge {
    background-image: url(../images/toolbar/icon-32-purge.png)
}

.icon-32-remove {
    background-image: url(../images/toolbar/icon-32-remove.png)
}

.icon-32-featured {
    background-image: url(../images/toolbar/icon-32-featured.png)
}

.icon-32-stats {
    background-image: url(../images/toolbar/icon-32-stats.png)
}

.icon-32-print {
    background-image: url(../images/toolbar/icon-32-print.png)
}

.icon-32-extension {
    background-image: url(../images/toolbar/icon-32-extension.png)
}

.toolbar-inactive {
    background-position: 0 32px
}

.table_info {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    width: 100%;
    clear: both
}

.table_info td:first-child {
    width: 140px;
    font-weight: 500
}

.table_info>tbody>tr:nth-child(odd)>td,
.table_info>tbody>tr:nth-child(odd)>th {
    background-color: #f8f8f8
}

.table_info>tbody>tr>td {
    border: 1px solid #ebebeb
}

.table_info>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ebebeb
}

.file_source_view {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.download_file {
    background: #00A5CC;
    margin-top: 10px
}

.delete_file {
    background: #FF0000;
    margin-top: 10px
}

.file_source .fa {
    font-size: 100px;
    padding-top: 50px
}

pre {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    width: 96%;
    height: 98%;
    overflow: auto;
    box-sizing: border-box;
    margin: 15px auto
}

.no_preview {
    background-color: #fff;
    border: 1px solid #dce6f1;
    padding: 40px 80px;
    border-radius: 1px;
    margin-bottom: 60px;
    max-width: 250px;
    margin: 0 auto
}

.no_preview_message {
    font-size: 18px;
    margin-bottom: 15px
}

.no_preview_button {
    padding: 0px 35px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(255, 87, 34);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    letter-spacing: .01em;
    color: currentColor;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 36px;
    min-height: 36px;
    text-align: center;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1)
}

.file_source .no_preview .fa {
    font-size: 14px;
    padding: 0;
    color: #fff
}

.no_preview span {
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    line-height: 36px;
    min-height: 36px;
    background: 0 0;
    text-align: center;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    color: rgb(255, 255, 255)
}

.file_detail h4 {
    margin: 10px 5px 10px;
    font-size: 15px;
    font-weight: 100
}

.audio_preview {
    width: 420px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px
}

.jp-progress {
    direction: rtl
}

.jp-seek-bar {
    width: 100% !important
}

.social-icon {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-size: 100%;
    cursor: pointer;
    transition: opacity .2s ease;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    display: inline-block
}

.social-icon:hover {
    opacity: .7
}

.social-icon.facebook {
    background-image: url(../images/social-icons/facebook.png)
}

.social-icon.twitter {
    background-image: url(../images/social-icons/twitter.png)
}

.social-icon.googleplus {
    background-image: url(../images/social-icons/google-plus.png)
}

.social-icon.pinterest {
    background-image: url(../images/social-icons/pinterest.png)
}

.social-icon.tumblr {
    background-image: url(../images/social-icons/tumblr.png)
}

.social-icon.stumbleupon {
    background-image: url(../images/social-icons/stumbleupon.png)
}

.social-icon.blogger {
    background-image: url(../images/social-icons/bloggr.png)
}

.modal-dialog.add_folder {
    width: 300px;
    height: auto
}

.pass_form {
    width: 35%;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    margin: 50px auto
}

.count_act {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    color: #82553A
}

.text_center {
    text-align: center
}

.view_img {
    cursor: pointer
}

.remove_timeline,
.remove_file {
    position: absolute;
    left: 7px;
    top: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
    color: #888
}

.remove_timeline:hover,
.remove_file:hover {
    color: #E60000
}

.timeline_in > li:hover .remove_timeline,
.costumer_timeline > li:hover .remove_timeline {
    display: block
}

.menu_side .active a i,
.menu_side li:hover a i {
    border-left: 1px solid #1EACE4
}

.page-header-menu li a:after {
    content: "|";
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 24px;
    font-size: 11px;
    color: #BBB
}

.page-header-menu li.active a:after {
    color: #00AAEA
}

.page-header-menu li.active a {
    color: #027DAB;
    font-weight: 500
}

.page-header-menu li a {
    color: #6B6B6B
}

.page-header-menu h1 {
    float: right;
    padding: 10px 0px;
    margin: 0;
    color: #002446;
    font-size: 22px;
    line-height: 27px
}

.modal-footer {
    padding: 10px 15px;
    border-top: 1px solid #E4E3E3
}

.modal-footer .button {
    height: auto;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    color: #6D6D6D;
    padding: 3px 13px;
    float: left
}

form h3 {
    font-size: 15px;
    color: #676767
}

.membership td:first-child {
    width: 200px;
    font-weight: 400;
    color: #656565
}

.membership td.responsiveTable {
    font-size: 16px;
    font-weight: 400
}

.row_info {
    position: relative;
    font-size: 19px;
    font-weight: 100;
    overflow: hidden
}

.declare td.share-file-table-header {
    width: 300px;
    line-height: 30px;
    font-weight: 300
}

.declare td {
    color: #4C4C4C;
    font-size: 16px;
    padding: 4px 8px
}

.declare .strong_td {
    font-weight: 500 !important;
    background: #4E4A4A;
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    border-color: #444141 !important
}

#declare_go {
    margin: 15px auto;
    padding: 10px 30px;
    font-size: 18px
}

.confirm_massage {
    margin: 15px 0;
    padding: 15px;
    background: rgb(8, 145, 197);
    color: #fff
}

.confirm_massage a {
    color: #fff
}

.tabledit-form tr.danger {
    display: none
}

.tabledit-form .danger td {
    background-color: #f2dede
}




.tabledit-form .btn {
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.custom_field td:first-child {
    line-height: 29px !important;
    font-size: 16px;
    width: 30%;
    padding-right: 10px;
    font-weight: 400
}

#blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    height: 8px;
    width: 8px;
    background: #FF6200;
    float: right;
    border-radius: 5px
}

@-moz-keyframes "blinker" {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes "blinker" {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

#imagemodal img#imagepreview {
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto
}

#imagemodal .modal-body {
    text-align: center
}

.upload_img:hover .remove_file {
    display: block
}

.width30 td {
    width: 100% !important;
    display: block;
    box-sizing: border-box
}

.width30 td.share-file-table-header {
    padding: 5px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    border-bottom: 0
}

.width30 .custom_field {
    margin-top: 15px;
    clear: both;
    display: inline-table
}

#time_count {
    border: 0;
    float: none;
    margin: 8px auto;
    border-radius: 3px;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 4px 17px 6px;
    font-size: 14px;
    line-height: 20px
}

.clock_button.start {
    background: #00A5E4;
    background: -moz-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -webkit-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    background: -o-linear-gradient(top, #00B4F5 0%, #0096D2 100%);
    border: 1px solid #047AA5
}

.clock_button.end {
    background: #E40303;
    background: -moz-linear-gradient(top, #E40303 0%, #AF0C0C 100%);
    background: -webkit-linear-gradient(top, #E40303 0%, #AF0C0C 100%);
    background: -o-linear-gradient(top, #E40303 0%, #AF0C0C 100%);
    border: 1px solid #4E0A0A
}

@media print {
    #chat-container,
    .sidebar,
    .btn-chat,
    .welcome,
    .filter_line,
    .footer,
    .toolbar-list,
    .paginator {
        display: none
    }
    .page-content {
        width: 100%
    }
}

.bg-color-black {
    background: #333 !important;
}

input[type="text"]:focus {
    border: solid 1px #C3C0C0;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 3px 1px #E8E8E8;
}

input.g_many {
    width: 55px;
}

.open_option {
    text-align: center;
    border-style: dashed;
    display: block;
    border-color: #B7B4B4;
    border-width: 2px;
    margin: 10px;
    overflow: hidden;
}

.option_img {
    width: auto;
    height: auto;
    max-height: 61px;
    max-width: 65%;
}

span.text_option {
    background: rgb(221, 221, 221);
    padding: 15px;
    width: 27%;
    display: block;
    height: 85px;
    line-height: 18px;
}

.img_product {
    width: 25%;
    float: left;
    display: block;
    height: 100%;
}

.content_product {
    width: 75%;
    float: right;
    text-align: right;
    padding: 15px;
    box-sizing: border-box;
}

.content_product .text_option {
    width: auto;
    height: auto;
    padding: 3px 13px;
    background: #E8F1E8;
    display: inline-block;
    border-radius: 5px;
    margin-top: 5px;
}

.img_product .option_img {
    max-width: 100%;
    max-height: 100%;
}

.add_page {
    padding: 10px;
    display: block;
}

.width33 {
    width: 33.33%;
}

.option_select_row {
    overflow: hidden;
}

.option_select_row select {
    width: 96%;
    margin: 0 auto;
}

#landing_script .iframe_form h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 7px 0 2px;
}

form > .form-error {
    background: #F9F9F9;
    padding: 10px;
    border: 1px red;
    margin-bottom: 10px;
    border-style: dashed;
}

span.help-block.form-error {
    display: block;
    color: red;
}

.item-image {
    width: 100%;
    height: 190px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.theme-item-inner {
    max-width: 370px;
    max-height: 440px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.theme-item .item-title {
    padding: 20px 0;
}

.theme-item {
    text-align: center;
    padding: 0px;
    box-shadow: 0 0 1px #b9b9b9;
    margin: 10px 5px;
}

#theme li {
    display: inline-block;
    width: 33%;
}

#theme li img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 5s ease 0s;
    -webkit-transition: all 5s ease 0s;
    -moz-transition: all 5s ease 0s;
}

#theme li .item-image:hover img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}

ul#theme {
    margin: 0;
    padding: 0;
}



/* 07/07/2017 */
.panel-default>.panel-heading {
    background-color: #f6f9fc;
}
.block_content {
    margin-bottom: 25px;
    margin-top: 3px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    position: relative;
}
.block_submenu  li.active {
    font-weight: 700;
    color: #6772e5;
}
.block_submenu  li {
    padding: 0 10px 0 0;
}
.page_tasks .panel {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
.block_header_profile p {
    padding-top: 17px;
    font-size: 16px;
}
.global-header {
    margin-bottom: 25px;
}
.tab-content {
    padding: 35px 0;
}

/*input:-moz-read-only{background-color:whitesmoke !important}*/

.tooltip.top {
    position: absolute;
}
.profile_upload {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    clear: both;
    border: 2px #c1c1c1;
    border-style: dashed;
    line-height: 129px;
}

.btn-back {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #888;
}
.btn-back:hover {
    color: #444;
}

.nav-link-inner {
    margin-right: 20px !important;
}

/*START INVOICE PAGE*/

.invoice {
    overflow: hidden;
    padding: 10px;
    direction: rtl
}

.invoice_head {
    overflow: hidden
}

.invoice_payment td {
    text-align: center
}

.invoice_title {
    color: #FF6200;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    border-right: 70px solid #FF6200;
    margin-right: -50px;
    line-height: 25px;
    padding-top: 3px;
    padding-right: 10px;
    z-index: 99999;
    padding-bottom: 4px
}

.invoice_head_right {
    float: right;
    width: 200px
}

.invoice_head_left {
    float: right;
    width: 200px
}

.invoice_body {
    border-top: 5px solid #929292
}

.invoice_body ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    margin-bottom: 5px
}

.invoice_items {
    border-right: 5px solid #FF6200;
    height: 50px;
    margin-bottom: 5px;
    font-weight: 500
}

.invoice_items td.first {
    border-right: 5px solid #FF6200
}

.invoice_item1 {
    width: 60%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box
}

.invoice_item2 {
    width: 10%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center
}

.invoice_item3 {
    width: 15%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center
}

.invoice_item4 {
    width: 15%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center
}

td.invoice_items2 {
    height: 50px;
    margin-bottom: 5px;
    font-weight: 500;
    border-right: 5px solid #FFFFFF
}

.invoice_items1 td {
    height: 30px;
    margin-bottom: 5px;
    background: #FF6200;
    color: #fff;
    font-size: 17px
}

.invoice_items2 .invoice_item1 {
    width: 51%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box
}

.invoice_items2 .invoice_item2 {
    width: 10%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center
}

.invoice_items2 .invoice_item3 {
    width: 24%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    border-right: 5px solid #FF6200;
    border-bottom: 2px solid #FF6200
}

.invoice_items2 .invoice_item4 {
    width: 15%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 2px solid #FF6200
}

.invoice_items td {
    height: 50px;
    line-height: 50px;
    background: #eee;
    font-size: 15px
}

.invoice_footer {
    clear: both;
    text-align: center
}

.invoice_body table {
    width: 100%
}
.invoice_wrap {
    max-width: 980px;
    margin: 50px auto;
}
/*END INVOICE PAGE*/