@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	font-size: 14px !important;
	font-family: 'PT Sans', sans-serif !important;
}

.hide-class {
	display: none !important;
}

.login-box {
    width: 420px;
    padding: 15px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 1px;
}

.login-box-title {
	text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.login-box-title i {
	margin-right: 8px;
	color: lightgrey;
}

.edited-input {
	width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    padding-left: 10px;
    outline: none;
}

.edited-textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 10px;
    box-shadow: none;
}

.captcha-input {
    width: 60%;
    float: left;
}

.capcha-code {
    height: 40px;
    margin-left: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EFEFEF;
    padding-top: 10px;
    color: grey;
    font-weight: bold;
    font-size: 15px;
}

.icon-reload-captcha {
	font-size: 18px !important;
    color: #81ca00;
    margin-left: 5px;
    padding-top: 12px;
    cursor: pointer;
}

.height-10 {
	height: 10px;
}

.btn-primary {
	background-color: #3d4e60 !important;
    border: none !important;
    border-radius: 2px !important;
    border-color: #3d4e60 !important;
    height: 40px;
}

.btn-default {
	color: grey !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border-color: lightgrey !important;
    height: 40px;
}

.invalid {
	border: 1px solid red !important;
}

.sidebar {
	width: 17%;
    background-color: #3d4e60;
    height: 100%;
    padding: 10px;
    padding-left: 0;
    padding-top: 150px;
    position: fixed;
    left: 0;
    top: 0;
}

.all0 {
	margin: 0 !important;
	padding: 0 !important;
}

.ul-sidebar-menu {
	list-style: none;
}

.ul-sidebar-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-left: 10px;
}

.ul-sidebar-menu li:hover {
	background-color: rgba(255,255,255,.1);
}

.ul-sidebar-menu li a {
    text-decoration: none;
    color: white;
    font-size: 17px;
}

.ul-sidebar-menu li a:hover {
	text-decoration: none;
}

.ul-sidebar-menu li i {
	margin-right: 10px;
}

.right-content {
    margin-left: 18%;
}

.top-bar {
    width: 100%;
    padding: 18px;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.01);
}

.user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.connected-user {
    float: left;
    font-size: 16px;
    margin-right: 40px;
    margin-top: 5px;
    color: #444;
}

.user-logout {
	float: left;
    margin-top: 5px;
    margin-right: 40px;	
}

.user-logout a {
	text-decoration: none;
	color: #444;
}

.user-logout a:hover {
	text-decoration: none;
}

.user-logout a i {
	margin-right: 8px;
}

.user-details {
    float: right;
}

.page-content {
    margin-top: 15px;
    background-color: white;
    min-height: 720px;
    padding: 20px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.01);
}

.dashboard-content {
    text-align: center;
    font-size: 35px;
    color: lightgrey;
    padding-top: 150px;
}

.page-end {
    width: 100%;
    height: 85px;
    background-color: #3d4e60;
    margin-top: 15px;
    padding: 28px;
    font-size: 16px;
    color: white;
}

.page-title {
	font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
    padding-left: 10px;
}

.page-title span {
	position: relative;
	top: 5px;
}

.md-style {
	padding: 2px !important;
	margin: 0 !important;
}

.edited-select {
	border: 1px solid #E6E6E6;
	height: 40px;
	outline: none;
}

.w100 {
	width: 100%;
}

.chosen-container-single .chosen-single {
	height: 40px;
}

.chosen-container-single .chosen-single span {
	padding-top: 8px;
}

.all-partners {
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #EFEFEF;
}

.partners-title {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-export-invoice {
	width: 100%;
	outline: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;

}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.modal-content {
	border-radius: 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-clip: inherit;
}

.modal-title {
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-body {
    background-color: #f8fafb;
}

.modal-body table tr td {
	background-color: white;
}

.modal-footer {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#tot {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1001;
	background-color: black;
	opacity:0.7;
	display: none;
}

.import-iframe {
	width: 100%;
    height: 350px;
    border: 0;
    background-color: white;
}

#tot3 {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1041 !important;
	background-color: black;
	opacity:0.2;
	display: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_hover::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.file-browse {
	margin-left: 0px;
    opacity:0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
}

.upload-home-bg {
	width: 80%;
    float: left;
    padding: 8px;
    border: 1px solid #E6E6E6;
    color: grey;
    padding-left: 12px;
}

.upload-home-bg i {
	margin-right: 7px;
}

.browse-big {
	width: 74px;
    height: 38px;
    right: 14px;
}

.btn-choose-img {
	width: 20%;
    height: 38px;
    border: 0;
    background-color: #3d4e60;
    color: white;
    float: left;
}

.modal-sm {
	width: 300px;
    margin: 20px auto;
}

#custom_modal_sm::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_sm::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_sm::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.checkbox-edited {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 1px;
    color: #DF0101;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    padding-left: 1px;
}

.checkbox-edited i {
    display: none;
}

.checkbox-edited.checked i {
    display: block;
    color: #DF0101;
}

.current-firm {
    float: left;
    font-size: 13px;
    text-align: right;
    margin-right: 20px;
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: italic;
}

.companies-content {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.import-data {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.invisible-textarea {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: default;
    box-shadow: none;
    border-radius: 0;
    overflow: none;
    width: 100%;
    overflow: hidden;
    resize: none;
}

.wh30 {
    width: 30px;
    height: 30px;
    padding: 5px !important;
    float: left;
    margin-right: 5px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none !important;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>tbody>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>thead>tr>th {
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

.dataTables_filter input {
    padding: 5px !important;
    padding-left: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-left: 20px !important;
    margin-bottom: 8px !important;
}

.dataTables_length select {
    padding: 5px !important;
    border: 1px solid #E6E6E6;
    outline: none !important;
    margin-left: 5px !important;
    margin-right: 8px !important;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_info {
    font-size: 14px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid whitesmoke;
}

table.dataTable tbody tr.selected {
    background-color: #3d4e60 !important;
}

table.dataTable tbody tr.selected td {
    color: white !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #3d4e60;
    border-radius: 3px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    /* display: none; */
    background: transparent !important;
    width: 5px !important;
    height: 10px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #EFEFEF !important;
}

.img-btn {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
}

.tab-pane-edited {
    border: 1px solid #ddd !important;
    background-color: #FAFAFA !important;
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ul-tabs {
    border-bottom: 0px !important;
}

.ul-tabs li.active a {
    color: #444 !important;
    font-weight: 500 !important;
    margin-right: 0 !important;
}

.ul-tabs li a {
    color: grey !important;
    font-size: 13px !important;
}

.flag-img {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
}

.relativepos {
    position: relative;
}

.hidden-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8fafb;
}

.tab-pane-edited {
    border: 1px solid #ddd !important;
    background-color: #FAFAFA !important;
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ul-tabs {
    border-bottom: 0px !important;
}

.ul-tabs li.active a {
    color: #444 !important;
    font-weight: 500 !important;
    margin-right: 0 !important;
}

.ul-tabs li a {
    color: grey !important;
    font-size: 13px !important;
}

.select-loader {
    position: absolute;
    z-index: 9;
    color: #5DA0A1;
    right: 40px;
    margin-top: 13px;
}

.select2-container {
    width: 100% !important;
    height: 40px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2E9AFE !important;
    color: white !important;
    border: 1px solid #2E9AFE !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #444 !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

.form-row {
    width: 100%;
    clear: both;
}

.clearfix {
    clear: both;
}

.ul-privilegies-list {
    margin-top: 20px !important;
    list-style: none;
    position: relative;
}

.ul-privilegies-list li {
    color: #555;
    padding-top: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #FAFAFA;
    position: relative;
    background-color: white;
}

.ul-privilegies-list li:hover {
    background-color: #E6E6E6;
}

.ul-privilegies-list li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-privilegies-list li.main-parents {
    font-size: 15px;
    font-weight: bold;
}

.parent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #ccc;
    position: relative;
    top: 5px;
}

.checkbox-left {
    float: left;
    margin-right: 12px;
}

.ul-privilegies-list li span {
    float: right;
    font-size: 17px;
    color: green;
    cursor: pointer;
    position: relative;
    top: 5px;
    z-index: 999;
}

.ul-privilegies-list li span i {
    cursor: pointer;
}

.ul-privilegies-list li span i.red {
    color: red;
}

.ul-menu-subparents {
    list-style: none;
    position: relative;
}

.ul-menu-subparents li {
    position: relative;
}

.ul-menu-subparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.subparent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #ddd;
    position: relative;
    top: 5px;
}

.ul-menu-subparents li.subparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-menu-subsubparents {
    list-style: none;
    position: relative;
}

.ul-menu-subsubparents li {
    position: relative;
}

.ul-menu-subsubparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-menu-subsubparents li.subsubparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.subsubparent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    top: 5px;
}

.ul-other-subsubparents {
    list-style: none;
    position: relative;
}

.ul-other-subsubparents li {
    position: relative;
}

.ul-other-subsubparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-subsubparents li.subsubparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-other-subparents {
    list-style: none;
    position: relative;
}

.ul-other-subparents li {
    position: relative;
}

.ul-other-subparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-subparents li.subparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-other-parents {
    list-style: none;
    position: relative;
}

.ul-other-parents li {
    position: relative;
}

.ul-other-parents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-parents li.parents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.checkbox-users {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    top: -7px;
    border-bottom: 0 !important;
    border-right: 1px solid #FAFAFA;
}

.checkbox-users:first-child {
    border-left: 1px solid #FAFAFA;
}

.checkbox-users:last-child {
    border-right: 0;
}

.wbg {
    /*background-color: white;*/
}

.associate-structure {
    margin-left: 20px;
}

.associated-label {
    float: left !important;
    margin-right: 15px !important;
    font-size: 15px !important;
}

.responsive-table {
    width: 100%;
    overflow: auto;
}

.height-5 {
    height: 5px;
}

.todo-comments {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.todo-comments::-webkit-scrollbar { 
    background: transparent !important;
    width: 5px !important;
}

.todo-comments::-webkit-scrollbar-track {
    background: whitesmoke;

}

.todo-comments::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.each-todo-comment {
    padding: 10px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
    background-color: #FAFAFA;
}

.todo-comm-user {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.todo-comm-date {
    font-weight: normal;
    font-size: 13px;
}

.todo-comm-date i {
    color: #5DA0A1;
    margin-right: 10px;
}

.todo-comment {
    font-style: italic;
}

.add-todo-comment {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
}

.input-add-todo {
    width: 80%;
}

.btn-add-comm {
    height: 40px;
    position: relative;
    top: -2px;
    width: 19%;
}