body
{
	background: #F2F6F9;
	color: #303030;
    font-family: Arial, Helvetica, sans-serif;
}
.page-menu
{
	
	background: #BAC2CF;
	padding-left: 0px;
	
}
.form-box
{
	width: 400px;
	min-height: 200px;
	margin: 0 auto;
	margin-top: 20px;
	background: #F2F6F9;
	padding: 10px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	
}
.form-box h3
{
	background: #70A0AF;
	padding: 5px;
	color: #fefefe;
}
.btn-sign
{
	background: #70A0AF;
	color: #fefefe;
}
.btn-sign:hover,  .btn-sign:focus,  .btn-sign:active
{
	color: white;
	background: #88b0be ;
}
h2
{
	
    color: #70A0AF;
    border-right: 6px solid #70A0AF;
    padding: 10px;
    font-size: 20px;
}
.sidebar
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	clear: both;
}
.sidebar li a
{
	display: block;
	color: white;
	background: #BAC2CF;
	width: 100%;
	
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.sidebar li a:hover, .sidebar li a.open
{
	background: #ACB6C5;
	color: #fefefe ;
	border-right: 5px solid #FCAA67;
}
.sidebar li span
{
	margin-left: 10px;
}
.container-fluid
{
	padding: 0;
}
.col-md-2
{
	margin-right: 0px;
	padding-right: 0;
}
.row
{
	margin: 0;
	padding: 0;
}
.inner-page
{
	padding-top: 40px;
}
th
{
	text-align: right;
	
}
.err
{
	background: #ff6666;
	color: white;
	padding: 4px;
}
.data-label
{
	background: #5D8591;
	padding: 5px;
	color: white;
	font-weight: bold; 
}
.data-value div
{
	padding: 5px;
	background: #FEFEFE;
	color: black;
	width: 99%;
	margin: 0 auto;
	overflow: auto;
	border: 1px solid #ABCECB;
	
}
.data-value-full div
{
	
	
	
	width: 100%;
	margin: 0;
	
}
.data-value-full
{
	padding: 0;
}
h4.section
{
	
	width: 300px;
	
	color: #70A0AF;
}
.pc_pager
{
	padding: 5px;
}
.pc_pager a
{
	padding: 5px;
	color: #70A0AF;
}
.pc_pager a.active
{
	background: #70A0AF;
	color: #FEFEFE;
}
#notes_viewer
{
	width: 440px;
	min-height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	background: #dfdfdf;
	border-radius: 4px;
	padding: 10px;
	display: none;
	box-shadow: 0px 0px 1px;
}
#close_nv
{
	cursor: pointer;
}
#nv_text
{
	padding: 17px;
}
.back_link
{
	cursor: pointer;
	width: 300px;
	border-bottom: 1px solid #000033;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ACB6C5;
	color: #fefefe;
	font-weight: bold;
	
}
.error
{
	width: 50%;
	padding: 10px;
	background: #ff9999;
	color: white;
	font-weight: bolder;
	border: 1px solid #cc0000;
	margin: 0 auto;
	text-align: center;
}
.rtl-fix
{
	border-left: 1px solid #ccc !important;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-right: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.rtl-inp
{
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.success
{
	width: 50%;
	padding: 10px;
	background: #66cc66;
	color: white;
	font-weight: bolder;
	border: 1px solid #00cc00;
	margin: 0 auto;
	text-align: center;
}
#discount-policy
{
	font-size: 80%;
	margin-top: 60px;
}
.spdis:disabled
{
	background-color: white;
}
.payments td
{
	background: #CECECE;
}
.docs
{
	width: 100%;
	min-height: 40px;
	padding-top: 16px;
	clear: both;
	max-height: 200px;
	overflow: auto;
}
.indoc
{
	background-color: #A3C9A8 !important;
}
.tabs
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	margin-top: 10px;
}
.tabs li
{
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	margin: 0;
	background: #70A0AF;
	color: #FEFEFE;
	border-right: 1px solid #65909E;
	font-size: 14px;
}
.tabs li.active, .tabs li:hover
{
	background: #5D8591;
}
.tabs li:first-child
{
	border-top-right-radius: 6px;
}
.tabs li:last-child
{
	border-top-left-radius: 6px;
}
.tabbed h3
{
	margin-top: 0px;
	border-top: 5px solid #5D8591;
	padding: 5px;
	
}

.tabbed.search_tab
{
	margin-top: 0px;
	border-top: 5px solid #5D8591;
	padding-top: 8px;
	
	
}
.worked td
{
	background: #EFFDFF;
}
.finished td
{
	background: #e5e7f5;
}
.noticia_main
{
	max-height: 300px;
	overflow: auto;
}
.chart-title
{
	text-align: center;
	font-weight: bold;
}
.footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #2B2C2C;
	color: white;
	line-height: 40px;
	text-align: center;
}
.sec-label
{
	background: #318c84;
	padding: 5px;
	color: white;
	font-weight: bold; 
}
.sec-value
{
	
	padding: 5px;
	background: #FEFEFE;
	border: 1px solid #ABCECB;
	
}
tr.e td, td.e
{
	background: #EDEAD0;
}
td.task_done
{
	background: #EDFFEE;
}
td.task_progress
{
	background: #fff9ed;
}
.btn-standard
{
	background: #DE0100 ;
	color: #E2E2E2;
}
.page-input {
    width: 100px;
    padding: 2px;
    border: 1px solid #70A0AF;
    color: #70A0AF;
}
.table-pager .pager-link
{
	color: #70A0AF ;
	padding: 4px;
}
.table-pager .pager-link.active, .pager-link:hover
{
	color: #E2E2E2 ;
	background: #70A0AF ;
	text-decoration: none;
	
}
.btn-tool, .btn-tool:active, .btn-tool:focus {
    background: #70A0AF;
    color: #fefefe;
}
.btn-tool:hover
{
	background: #7CB2C1;
    color: #fefefe;
}
td.task_deleted
{
	background: #CC0000;
	color: white;
}
thead {
    background: #70A0AF;
    color: white;
    border: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F2F6F9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #DCF2FB !important;
}
.input-group-addon {
    background: #9B7EDE;
    color: white;
}
#delopb
{
	background: #E54769;
    color: #fefefe;
}
#delopb:hover
{
	background: #E54769;
    color: #fefefe;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FEFEFE;
}
#note-container {
    position: absolute;
    width: 440px;
    min-height: 100px;
    background: #6BCBC7;
    color: white;
    display: none;
    border-radius: 4px;
    padding: 10px;
    
}
#icon-sect {
    background: #318c84;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
    width: 80px;
    clear: none;
    float: right;
}
#txt-sec
{
    padding: 10px;
    width: 360px;
    height: 100px;
    overflow: auto;
    clear: none;
    float: left;
    text-align: justify;
    
    
}
#note-container .close-btn:hover, .log_viewer .close-btn:hover {
    background: rgba(0, 0, 0, 0.15);
}
#note-container .close-btn, .log_viewer .close-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#note-container:hover .close-btn, .log_viewer:hover .close-btn
{
    opacity: 1;
}
.ui-widget-header
{
	background: #ACB6C5;
	border: 1px solid #737A84;
}
.btn-red, .btn-red:active, .btn-red:focus
{
    background: #d54160;
    color: #fefefe;
}
.btn-red:hover
{
    background: #E54769;
    color: #fefefe;
}
.btn-blue, .btn-blue:active, .btn-blue:focus
{
    background: #219af8;
    color: #fefefe;
}
.btn-blue:hover
{
    background: #41acff;
    color: #fefefe;
}
.btn-green, .btn-green:active, .btn-green:focus
{
    background: #41D377;
    color: #fefefe;
}
.btn-green:hover
{
    background: #47E581;
    color: #fefefe;
}
.btn-purple, .btn-purple:active, .btn-purple:focus
{
    background: #9B7EDE;
    color: #fefefe;
}
.btn-purple:hover{
    background: #bba6e9;
    color: #fefefe;
}
.btn-pink, .btn-pink:active, .btn-pink:focus
{
    background: #F33750;
    color: #fefefe;
}
.btn-pink:hover{
    background: #f7677b;
    color: #fefefe;
}
.btn-orange,.btn-orange:active, .btn-orange:focus
{
    background: #FCAA67;
    color: white;
}
.btn-orange:hover
{
    background: #fcc267;
    color: white;
}
h4.error
{
	background: #E54769;
	border: 0;
	color: white;
	font-size: 16px;
	padding: 5px;
	width: 100%;
}
.page-card
{
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	margin-top: 50px;
	background: #ACB6C5;
	padding: 10px;
	color: white;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.page-card p
{
	text-align: justify;
}
.page-card a
{
	color: #F2F6F9;
}
.card
{
	width: 98%;
	margin: 0 auto;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	background: white;
}
#welcome
{
	width: 100%;
	height: 100px;
	color: white;
	background-image: url('../images/01.jpg');
	background-size: cover;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}
.btn-welcome
{
	border-radius: 0;
}
.welcome-buttons
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.monthly-target
{
        position: absolute;
        left: 10px;
        top: 20px;
		z-index: 10000;
}
.charts
{
	
	height: 240px;
}
.charts h5
{
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	width: 90%;
	border-bottom: 3px solid white;
	padding-top: 10px;
	margin: 0 auto;
}
.view-tools
{
	margin-bottom: 5px;
}
.order {
    color: white;
}
.order:hover {
    color: #FCAA67;
    text-decoration: none;
}
.view-widget h5
{
	font-weight: bold;
	color: white;
	background:#70A0AF;
	padding: 5px;
}
.view-widget
{
	display: none;
}
#chartTooltip
{
	min-width: 120px;
	background:rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	opacity: 0;
	max-width: 400px;
	position: absolute;
	z-index: 1000;
	padding: 2px;
	
	transition: all 0.2s;
	pointer-events: none;
	color: white;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
#chartTooltip h5
{
	
	width: 100%;
	
	text-align: center;
	padding: 2px;
	
	font-weight: bold;
	margin: 0;
}
.ttrow
{
	width: 100%;
	clear: both;
	margin: 0;
	
}
.ttpoint
{
	
	float: right;
	font-weight: bold;
	padding: 1px;
	width: 60px;
	
	/*border-left: 1px solid #7485a2;*/
	
}
.ttvalue
{
	text-align: center;
	padding: 1px;
}
.hl-worked td
{
	background: #E8F9F5;
}
.hl-done td
{
	background: #F9EAF8;
}
.logo-place
{
	padding-top: 30px;
	width: 100%;
	min-height: 1px;
}
.logo-place img
{
	width: 100%;
	height: auto;
}
.person-about {
    color: #70A0AF;
    background: #F2F6F9;
    border: 1px solid #BAC2CF;
    min-height: 300px;
    width: 100%;
    padding: 5px;
}
.person-picture {
    width: 100%;
    height: 200px;
    background-image: url(../images/profile_picture.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gicon
{
	width: 16px;
	height: 16px;
	background: #81DAE2;
	border-radius: 50%;
	color: white;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.fa-female.gicon {
    background: #FF68C5;
}
.person-about h5 {
    color: #fefefe;
    background: #70A0AF;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}
.btn-details
{
	
	font-size: 12px;
	color: white;
}
.btn-details .dt-body
{
	background: #4ed957;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #57f361;
    padding: 4px;
    float: right;
    width: 60px;
}
.btn-details .dt-open {
    background: #4ed957;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    padding: 4px;
    float: right;
}
.btn-details.disabled .dt-body
{
	background: #d9d9d9;
	border-left: 1px solid #fcfcfc;
}
.btn-details.disabled .dt-open
{
	background: #d9d9d9;
}
#infoBox
{
	position: absolute;
    width: 440px;
    height: 150px;
    background: #4ed957;
    color: white;
    display: none;
}
#infoBox .close-btn
{
	position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#infoBox:hover .close-btn
{
    opacity: 1;
}
#infoBox #icon-sect
{
	background: #37993e;
	color: white;
}
#infoBox.phones #icon-sect
{
	height: 150px;
	line-height: 150px;
}
#infoBox.phones #txt-sec
{
	height: 150px;
	
}
#infoBox.calls
{
	background: #9b7ede;
	height: 300px;
}
#infoBox.calls #icon-sect
{
	height: 300px;
	line-height: 300px;
	background: #7761ab;
}
#infoBox.calls #txt-sec
{
	height: 300px;
	
}
h5.white-title
{
	background: white;
	padding: 5px;
	font-weight: bold;
	color: #37993e;
}
.phones-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.phones-list li
{
	padding: 2px;
}
.phones-list a
{
	color: white;
}
.person-about .phones-list a
{
	color: #70A0AF;
}
.big-search-box {
    width: 440px;
    height: 60px;
    background: #75DBCD;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    color: white;
    line-height: 40px;
    position: relative;
    padding-top: 5px;
}
#search_btn {
    position: absolute;
    cursor: pointer;
    top: 12px;
}
#searchInput {
    display: none;
}
.search-field {
    background: transparent;
    color: white;
    width: 410px;
    border: none;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    outline: none;
    border-bottom: 1px solid white;
    font-size: 16px;
}
#closeSearch {
    position: absolute;
    z-index: 1000;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
td span.highlight
{
    background: #CEE8FF;
}
.person-contacts
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-widget
{
	width: 100%;
	height: 120px;
	background: #d69eff;
	color: white;
	position: relative;
	
	padding: 5px;
	text-align: center;
	
}
.info-icon
{
	color: white;
	position: absolute;
	font-size: 40px;
	right: 5px;
	bottom: 5px;
}
.info-widget h5
{
	font-weight: bold;
}
#collections_button
{
	background: #41d377;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 10px;
	transition: all 0.2s;
}
#curmcol
{
	position: absolute;
	left: 50px;
	top: 10px;
	display: none;
}
#collections_button.open
{
	border-radius: 0;
	border-top-left-radius: 50%;
}
#reportsMenu 
{
	display: none;
}
#reportsMenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
#reportsMenu ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
#reportsMenu ul li a:hover
{
	
	background:  #FCAA67;
}
#importMenu 
{
	display: none;
}
#importMenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
#importMenu ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
#importMenu ul li a:hover
{
	
	background:  #FCAA67;
}
#judiciaryMenu 
{
	display: none;
}
#judiciaryMenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
#judiciaryMenu ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
#judiciaryMenu ul li a:hover
{
	
	background:  #FCAA67;
}

#settingsMenu 
{
	display: none;
}
#settingsMenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
#settingsMenu ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
#settingsMenu ul li a:hover
{
	
	background:  #FCAA67;
}

.submenu-container 
{
	display: none;
}
.submenu-container ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
.submenu-container ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
.submenu-container ul li a:hover
{
	
	background:  #FCAA67;
}
.btn-go
{
	padding: 5px;
	background: #70A0AF;
	color: white;
}
.btn-go:hover
{
	color: #FEFEFE;
}
.btn-go:first-child
{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-right: 7px;
}
.btn-go:nth-last-child(2)
{
	
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding-left: 7px;
}
.btn-go:last-child
{
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
.table tfoot
{
	background: #BAC2CF;
	color: white;
	font-weight: bold;
}
.table-hover tr:hover td
{
	background: #cbe9ff;
}
.table-hover tfoot tr:hover  td
{
	    background: #ACB6C5;
}
.table-hover thead tr  th
{
	    text-align: center;
}
.table tfoot a
{
	color: white;
	font-weight: normal;
}
#reportsMenu .submenu
{
	display: none;
}
#reportsMenu .submenu ul li a
{
	padding-right: 32px;
}
#collectorsSection
{
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
	max-height: 220px;
	overflow-x: auto;
	overflow-y: scroll;
}
control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #9B7EDE;
    color: #ffffff;
}
.input-group-addon:first-child {
     border: 1px solid #ccc;
     border-left: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
#chatBox
{
	position: fixed;
	height: 30px;
	width: 300px;
	overflow: hidden;
	left: 100px;
	bottom: 0;
	transition: all 0.3s;
	background: #f2f6f9;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#chatBox h5.active
{
	background: #FCAA67;
}
#chatBox h5
{
	font-weight: bold;
	margin: 0;
	padding: 5px;
	background: #ACB6C5;
	border-right: 4px solid #FCAA67;
	height: 30px;
	line-height: 20px;
	color: white;
	cursor: pointer;
}
#chatter
{
	position: relative;
	top: 0px;
	width: 100%;
	height: 60px;
}
#chatMessages
{
	width: 100%;
	height: 250px;
	overflow: auto;
	padding: 5px;
	
}
.message
{
	clear: both;
	margin-bottom: 8px;
}
#chatMessages .sender
{
	
	width: 30px;
	
	height: 30px;
	background: #bac2cf;
	cursor: pointer;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	color: white;
	
	text-transform: uppercase;
	border-radius: 50%;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	clear: none;
}
.user-chat-title
{
	line-height: 36px;
	height: 40px;
}
#usersList
{
	width: 100%;
}
#usersList .user
{
	width: 25%;
	float: right;
}
.message.private
{
	background: rgba(0, 125, 0, 0.5);
}
#chatMessages .messageText
{
	
	width: 100%;
	
	border-radius: 4px;
	clear: none;
	padding: 4px;
	min-height: 40px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.color-cell
{
	width: 50px;
	height: 50px;
	clear: none; 
	float: left;
	cursor: pointer;
}
.color-cell:hover
{
	border: 4px solid white;
}
.color-cell.active
{
	border: 4px solid white;
}
.form-control.pcs-small
{
	width: 200px;
	clear: none;
	display: inline-block;
}
.h-space
{
	width: 100%;
	height: 20px;
}
.more-tools
{
	float: left;
}
.secbtn
{
	background: #F4D35E;
	padding: 2px;
	color: black;
	font-size: 10px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.secbtn .secure
{
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	background: #F4D35E;
	width: 140px;
}
.secbtn:hover .secure
{
	display: block;
}
.card.debug
{
    background: #F44708;
    color: white;
    overflow: auto;
}
.card.debug h4
{
    background: #A10702;
    padding: 5px;
}
.card h5, .card h4
{
	border-right: 4px solid #318c84;
	padding-right: 5px;
	font-weight: bolder;
}
.form-overlay
{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#accountsSearch
{
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	padding: 5px;
	background: white;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.form-overlay h5
{
	border-right: 4px solid #318c84;
	padding-right: 5px;
	font-weight: bolder;
}
.thead
{
	background: #70A0AF;
	
		color: white;
		padding: 5px;
		border: none;
		font-weight: bolder;
}
#results .row:nth-of-type(2n+1) {
	
		background-color: #F2F6F9;
	
	}
	
#results .row:nth-of-type(odd) {
	
		background-color: #f9f9f9;
	
	}
	
	#results .row:hover
	
	{
	
			background: #cbe9ff;
	
	
	
	}
	.form-overlay 
	{
		display: none;
	}
.back-link
{
	color: white;
	padding: 5px 15px;
	background: #70A0AF;
}
.back-link:hover
{
	color: white;
	text-decoration: none;
}
.combo-list
{
	position: absolute;
	width: 200px;
	z-index: 10000;
	background: #9B7EDE;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.6);
	color: white;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	max-height: 300px;
	overflow: auto;
}
.combo-list li
{
	padding: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	cursor: default;
}
.combo-list li:hover
{
	background: white;
	color: #9B7EDE;
}
.has-list
{
	cursor: pointer;
}
.record-label
{
	font-weight: bold;
	color: white;
	background: #5D8591;
	padding: 5px;
	float: right;
	width: 25%;
}
.record-value
{
	
	padding: 5px;
	float: right;
	width: 75%;
}
.record
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.file-area
{
	border: 1px solid #dcf2fb;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
.file-area ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.file-area ul li
{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2fbff;
}
.file-area ul li:hover
{
	
	background: #f2fbff;
	
}
.file-area ul li a
{
	float: left;
	background: #41D377;
	padding: 2px 6px;
	color: white;
	font-size: 10px;
	margin-top: 3px;
}
h5.expandable
{
	cursor: pointer;
}
h5.expandable::after
{
	font-family: fontAwesome;
	content: '\f0d7';
	float: left;
}
h5.expandable.active::after
{
	
	content: '\f0d8';
	
}
.cs-status-1
{
	background: #41D377;
	color: white;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.cs-status-2
{
	background: #d54160;
	color: white;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.spending-reply
{
	position: absolute;
	padding: 5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	background: #FCAA67;
	color: white;
	display: none;
	width: 200px;
}
.spending-reply.green 
{
	background: #41D377;
	color: white;
}
.spending-reply.red 
{
	background: #d54160;
	color: white;
}
.dialog_wrapper
{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	top: 0;
	left: 0;
}
.items-list
{
	max-height: 260px;
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 5px 0;
	border: 1px solid #5D8591;
	
}
.btn-white
{
	background: white;
	color: black;
	border: 1px solid #ccc;
}
.btn-white:hover 
{
	color: #70A0AF;
}
.warning
{
	width: 100%;
	margin: 5px auto;
	background: #F6E27F;
	border: 1px solid #E28413;
	padding: 2px;
}
span.warning-text
{
	font-weight: bold;
}
#courtsContainer, #usersContainer
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 300px;
	display: none;
}
img.appic
{
	width: 100%;
	height: auto;
	border: 4px solid #F2F6F9;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#search-area
{
	background: #f7fafc;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	display: none;
}
.form-control.no-break
{
	display: inline-block;
}
.rating ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rating ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #b7d3c1;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 4px;
}
.rating ul li.active
{
	background: #41d377;
}
.rating ul li:hover
{
	background: #41d377;
}
.rating-point {
  position: relative;
}
.rating-point::before,
.rating-point::after {
  position: absolute;
  display: none;
  opacity: 0.85;
}
.rating-point::before {
  min-width: 40px;
  content: attr(data-value);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
  /* we don't want the text to wrap */
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}
.rating-point::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
}
.rating-point:hover::before,
.rating-point:hover::after {
  display: block;
}
.rating-point::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
.rating-point::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}
.discussion-area
{
	width: 100%;
	background: #f0f1f4;
	height: 500px;
	overflow: auto;
	padding: 10px;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.discussion-area .bubble
{
	position: relative;
	max-width: 500px;
	background: white;
	border: 1px solid #88b0be;
	border-radius: 10px;
	padding: 10px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.discussion-area .bubble.orange
{
	background: #fcc267;
	border-color: #806334;
	color: #806334;
}
.discussion-area .bubble.red
{
	height: 50px;
	background: #fc6767;
	border-color: #5c2626;
	color: white;
	border-radius: 0;
	padding: 5px;
	padding-bottom: 0px;
}
.discussion-area .bubble.green
{
	height: 50px;
	background: #a6fc67;
	border-color: #263a18;
	color: #263a18;
	border-radius: 0;
	padding: 5px;
	padding-bottom: 0px;
}
.discussion-area .bubble.auto
{
	height: 50px;
	background: #67b8fc;
	border-color: #1a2f40;
	color: white;
	border-radius: 0;
	padding: 5px;
	padding-bottom: 0px;
}
.bubble.red p.bubble-body, .bubble.green p.bubble-body, .bubble.auto p.bubble-body
{
	
	font-style: italic;
}
.discussion-area .bubble .info
{
	background: rgba(255, 255, 255, 0.3);
	color: #222222;
	font-size: 10px;
	display: inline-block;
	padding: 4px;
	border-radius: 8px;
}
.discussion-area .bubble.red .info, .discussion-area .bubble.green .info, .discussion-area .bubble.auto .info
{
	
	position: absolute;
	left: 5px;
	top: 5px;
}
.full-page
{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.closed-case td
{
	background: #fff0f0;
}
.checkbox-note
{
	color: #86615C;
	font-size: 12px;
}
.hlcell-green
{
	color: white;
	background: #00CC00;
}
.hlcell-red
{
	color: white;
	background: #cc0000;
}
.table-striped tr:hover .hlcell-red, .table-striped tr:hover .hlcell-green
{
	color: black;
}
.noter
{
	position: absolute;
	background: #fcc267;
	width: 200px;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: none;
}

.mbwrapper
{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index: 10000;
	display: none;
}

.mbmodal
{
	width: 400px;
	min-height: 100px;
	margin: 0 auto;
	margin-top: 200px;
}

.box-card h4
{
	background: #999999;
	border: none;
	padding: 5px;
	color: white;
	text-align: center;
	

}

.box-card p
{
	padding: 5px;
	font-size: 16px;
}

.info-label
{
	background: #5d8490;
	color: white;
	font-weight: bold;
	padding: 5px;
	width: 30%;
	float: right;
	clear: right;
	border: 1px solid #5d8490;
}

.info-value
{
	background: white;
	border: 1px solid #5d8490;
	padding: 5px;
	width: 68%;
	float: left;
	clear: left;
	
}

.info
{
	width: 100%;
	min-height: 25px;
	margin-bottom: 12px;
}

.purple-card
{
	min-height: 60px;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background: #9B7EDE;
    color: #fefefe; 
}

.data-row
{
	width: 100%;
	padding: 0;
	display: block;
}

.row-label
{
	width: 25%;
	float: right;
	font-weight: bold;
	border-left: 1px solid #7761ab;
	padding: 4px;
}

.row-value
{
	width: 75%;
	float: right;
	padding: 4px;
}

.btn-left
{
	float: left;
	
}

ul.itemsList
{
	margin: 0;
	padding: 0;
	max-height: 260px;
	overflow: auto;
	border: 1px solid #5d8490;
}

ul.itemsList li 
{
	padding: 5px;
	cursor: pointer;
}

ul.itemsList li:hover
{
	background: #f2fbff;
}

.db-tabs
{
	color: #2991ca;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	font-weight: bold;
}

.db-tabs li 
{
	display: inline-block;
	padding: 5px;
	font-size: 16px;
	margin: 0;
	white-space: nowrap;
	
	border-bottom: 2px solid #2991ca;
	cursor: pointer;

}

.db-tabs li.active
{
	background: #2991ca;
	color: white;
}

.hl-lime 
{
	background: #CDF42E;
	padding: 4px;
	
	color: #404c0e;
}

h4.hch
{
	color: #ef3e36;
	border: none;
}

.preview-full
{
	width: 100%;
	height: auto;
}

h4.h-orange
{
	border: none;
	background: #fca967;
	padding: 5px;
	color: white;
}


.strength-meter
{
	width: 90%;
	height: 10px;
	background: white;
	margin: 0 auto;
}

.strength-value
{
	width: 0%;
	height: 10px;
	background: red;
	
}

.mce-top-part {
    text-align: right;
}

.toggle-box
{
	width: 40px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 5px;
	
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.toggle-box .toggle-off
{
	position: absolute;
	top: 0;
	height: 30px;
	padding-right: 5px;
	
	background: #CC0000;
	color: white;
	width: 40px;
	border-radius: 5px;
}

.toggle-box .toggle-on 
{
	position: absolute;
	top: 0;
	left: -40px;
	height: 30px;
	background: #00CC00;
	color: white;
	width: 40px;
	border-radius: 5px;
	padding-right: 5px;
}

.toggle-box.toggle-off .toggle-off
{
	left: 0;
}

.toggle-box.toggle-on .toggle-on
{
	left: 0;
}

.toggle-box div
{
	transition: all 0.2s;
}

.rfi 
{
	padding: 4px;
	float: right;
	border-radius: 4px;
	min-width: 200px;
	margin-left: 10px;
	border: 1px solid #cbe9ff;
}

.sci
{
	padding: 2px;
	border: 1px solid #cbe9ff;
	background: transparent;
	width: 90px;
	display: inline-block;
	margin-left: 2px;

}

.home-attention
{
	width: 100%;
	min-height: 60px;
	background: #E6B89C;
	border: 2px solid #FE938c;
	margin-top: 10px;
}

#assistant-status
{
	padding: 5px;
	min-height: 70px;
}

#assistant-status.sad
{
	background: #CC0000;
	color: white;
}

#assistant-status.sad a
{
	padding: 2px;
	background: #FCFCFC;
	color: black;

}
#assistant-status.happy
{
	background: #00cc00;
	color: white;
}


#assistant-status  .as-icon
{
	float: left;
	font-weight: bold;
	font-size: 30px;
	padding: 10px;
}

#content #loading
{
	font-size: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	display: none;
}

#answers ul 
{
	margin: 0;
	
	list-style: none;
	background: #ECECEC;
	padding: 10px;
	border-radius: 5px;
}

#answers ul li
{
	padding: 5px;
	border: 1px solid #CC0000;
	border-right: 20px solid #CC0000;
	background: white;
	color: black;
	margin-bottom: 4px;
	cursor: pointer;
}

#answers ul li.active
{
	border: 1px solid #00CC00;
	border-right: 20px solid #00CC00;
}

.badge-red
{
	background: #CC0000;
	padding: 4px;
	border-radius: 4px;
	color: white;
	width: 60px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.badge-green
{
	background: #00cc00;
	padding: 4px;
	border-radius: 4px;
	color: white;
	width: 60px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.badge-red:hover, .badge-green:hover
{
	color: white;
	text-decoration: none;
}

.qa
{
	margin-top: 10px;
	border-bottom: 1px solid #CECECE;
}

p.question
{
	background: #2991ca;
	color: white;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}

.ublock
{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #bac2cf;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
}

.ublock.admin
{
	background-color: #C2185B;
}

.ublock.user
{
	background-color: #1976D2;
}

.ublock.jawwal
{
	background-color: #689F38;
}

.ublock.law
{
	background-color: #F57C00;
}

.ublock.inact
{
	background-color: #ffffff;
	color: #ff0000;
    border: 1px solid red;
}

.card-user
{
	font-size: 24px;
	color: white;
	padding: 20px;
	font-weight: bold;
}

.timeline-hor
{
	width: 100%;
	overflow: auto;
	white-space: nowrap;

}

.timeline-hor div
{
	
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}

.monthly-collection
{
	width: 200px;

}

.monthly-collection h4
{
	background: #A5BE00;
	color: white;
	border: none;
	padding: 5px;
	margin: 0;
}

.monthly-collection p
{
	font-weight: bold;
	color: #A5BE00;
	font-size: 30px;
	text-align: center;
	height: 120px;
	line-height: 120px;
}

.monthly-collection:hover
{
	background-color:#f2fbff;
}

.money-card
{
	width: 160px;
	height: 160px;
	background: #A5BE00;
	line-height: 160px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

.cur-col
{
	width: 160px;
	height: 160px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

.approved-col
{
	background-color: #A5BE00;
	line-height: 80px;
	height: 80px;

}

.pending-col
{
	background-color: #A10702;
	line-height: 80px;
	height: 80px;
}

table.pc-calendar
{
	width: 100%;
	padding: 0;
}



table.pc-calendar .day
{
	
	position: relative;
	text-align: center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	background-color: #239ed7;
	color: white;
	padding: 0;
	cursor: pointer;
	border-bottom: 2px solid #239ed7;
}

table.pc-calendar thead th.day
{
	color: #a9eafe;
}

td.day.disabled
{
	color: #a9eafe;
}

td.day.cdate
{
	border-bottom: 2px solid white;
}

td.day:hover
{
	color: #fff09d !important;
	border-bottom: 2px solid #fff09d;
}

.btn-right
{
	float: right;
	
}

#caldata
{
	width: 100%;
	height: 300px;
	overflow: auto;
	border: 1px solid #2ba2da;
	
}

#caldata h5
{
	background: #2ba2da;
	padding: 5px;
	border: none;
	color: white;
	margin: 0;
}

#caldata #events
{
	padding: 10px;
}

.btn-circle
{
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	border: none;
	font-size: 10px;
}

.btn-flat
{
	
	
	
	border-radius: 0;
	padding: 5px 20px;
	border: none;
	
}

.floating-box
{
	width: 400px;
	min-height: 60px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0; 
	left: 0;
	padding: 10px;
	z-index: 1000;
	display: none;
}

.day-legend
{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 2px; 
	bottom: 2px;
	background: #CC0000;
	border-radius: 50%;
}

.day-legend.leave
{
	background: #F33750; 
}

.day-legend.generic
{
	background: #8fdd14;
}


.day-legend.clockin
{
	background: #9dd8ff;
}
.calendar-event
{
	position: relative;
	width: 100%;
	padding: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #8c96a0;
	color: #8c96a0;
}

.day-legend-big
{
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;

}

.start-time
{
	font-size: 12px;
	color: #43d276;
	font-weight: bold;
}

.end-time
{
	font-size: 12px;
	color: #d44360;
	font-weight: bold;
}

.end-time.cal-timer
{
	color: white;
	background: #d44360;
	padding: 2px;
	cursor: pointer;
	text-align: center;
}

.user-link
{
	width: 100%;
	height: 50px;;
	
	background: #ACB6C5;
	font-size: 16px;
	font-weight: bold;
	color: #fefefe;
	padding: 5px;
	cursor: pointer;
	clear: both;

}

.user-icon
{
	width: 40px;
	height: 40px;
	background-color: #fefefe;
	border-radius: 50%;
	float: right;
}

.user-name
{
	float: right;
	height: 40px;
	margin-right: 5px;
	line-height: 40px;

}

.wickedpicker
{
	z-index: 10000;
	direction: ltr;
}

.wickedpicker__controls__control-down:after, .wickedpicker__controls__control-up:before
{
	font-family: FontAwesome;
}

.wickedpicker__controls__control-up:before {
    content: '\f077';
}

.wickedpicker__controls__control-down:after {
    content: '\f078';
}

#currentDate
{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #239ed7;
	color: white;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	position: relative;
}

.btn-floating-left
{
	position: absolute;
	left: 7px;
	top: 7px;
}

.wait-auth
{
	background: #282f39;
	margin-top: 100px;
	color: #b1b6bc;
	font-size: 18px;
	text-align: center;
	padding: 50px;
}

#usersMenu 
{
	display: none;
}
#usersMenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	background:  #ACB6C5;
}
#usersMenu ul li a
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	padding-right: 16px;
	background:  #ACB6C5;
	border-right: 5px solid #FCAA67;
}
#usersMenu ul li a:hover
{
	
	background:  #FCAA67;
}

.unsaved
{
	color:   #cc0000;
}

.clockins tr td
{
	padding-bottom: 2px;
}

#leaveForm
{
	width: 400px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 5px;
	position: absolute;
	z-index: 1000;
	display: none;
}

.leave-badge
{
	background: #9da3ff;
	border-radius: 4px;
	padding: 4px;
}



.leave-badge.medical
{
	 background: #ffcd9d
}

.today
{
	background-color: #36c7f0 !important;
}

.force-collapse
{
	background: #ff2252;
	color: white;
	position: absolute;
	font-size: 10px;
	left: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.force-collapse.active 
{
	background: #228bff;
}

.card
{
	position: relative;
	transition: all 2s;
	clear: both;
	overflow: hidden;
}
#supervisors
{
	white-space: nowrap;
	padding: 5px;
	width: 100%;
	overflow-x: auto;
}

#supervisors .supervisor
{
	
	width: 400px;
	display: inline-block;
	margin-left: 5px;
}

.sup-banner
{
	width: 400px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 26px;
	color: white;
}

.collectionTarget
{
	background: #FF3A20;
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

.collectionPart
{
	background: #c3ff20;
	height: 18px;
}

.percText
{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 1000;
}

.month-selector
{
	background: #239ed7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: white;
	position: relative;

}


tr.highlighted td
{
	background: #cbe9ff;
}

.rating-point h4
{
	cursor: move;
}

.snx-input
{
	padding: 2px;
}

#dizzy
{
	position: absolute;
	display: none;
	z-index: 10000;
	transition: all 0.2s;
}

.floater
{
	position: fixed;
	z-index: 10000;
	bottom: 10%;
	max-width: 600px;
}

.draggable
{
	cursor: move;
}

.drop-area
{
	background: #ccFFcc !important;
}

.point-reasons
{
	background: #9B7EDE;
	color: #fefefe;
	position: absolute;
	z-index: 100000;
	width: 300px;
	border-radius: 3px;
	padding: 5px;
	left: 5px;
	display: none;
}

.point-reasons a
{
	color: #D6FF79;
}

.btnOnDark, .btnOnDark:active, .btnOnDark:focus
{
    background: #fd5f09;
    color: #fefefe;
}
.btnOnDark:hover
{
    background: #ff6f20;
    color: #fefefe;
}

.collapsableSectionHeader{
	background-color: #2991ca;
	padding: 5px;
	color: #FFFFFF;
	margin: 10px;
	cursor: pointer;
}

.monthly-target .progressBar{ 
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;

}

.progressBar .progressValue{ 
	font-size: 10px;
	color: #318c84;
	min-width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background-color: white;
	
	
}

.progressText{
	font-size: 12px;
	color: white;
	margin-top: -5px;
}

.progressText .max{
	float: left;
}
.collapsableSection{
	display: none;
}


.label-note{
	color: #E54769;
}

.navigation-buttons{
	
	float: left;
	margin-left: 10px;
}

.notification_area{
	padding: 10px;
	background-color: #fef7ea;
	color: #4a4c4e;
	font-size: 18px;
	border: 1px solid #ee9500;
	margin-top: 10px;
}

.notification_area .fa{
	padding: 8px;
	border-radius: 4px;
	font-size: 20px;
	background-color: rgb(238, 149, 0);
	color: white;
	box-shadow: 0 0 5px 0 rgba(238, 149, 0, 0.6);
	margin-left: 20px;
}

.notification_area.green{
	background-color: #eaf7ee;
	border: 1px solid rgb(58, 182, 95);
}

.notification_area.green .fa{
	background-color: rgb(58, 182, 95);
	box-shadow: 0 0 5px 0 rgba(58, 182, 0, 0.6);
}

.notification-card{
	
	background-color: rgb(254, 247, 234, 0.1);
	color: #4a4c4e;
	font-size: 14px;
	border: 4px solid #ee9500;
	margin: 10px;
}

.badge.orange{
	background-color: #ee9500;
	
}

.notification-icon{
	float: right;
	margin-left: 20px;
	background-color: #ee9500;
	color: #fef7ea;
	font-size: 26px;
	padding: 10px;
	width: 60px;
	text-align: center;
	border-radius: 0 0 0 16px;
}

.notification-content{
	display: inline-block;
	padding: 10px;
	width: 100%;
	

}


.notification-buttons{
	width: 100%;
	
	position: relative;
	margin-top: 10px;
}

.notification-button{
	text-decoration: none;
	min-height: 17px;
    border-radius: 2px;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .02em;
    cursor: pointer;
    background: rgba(0,0,0,.1);
    color: #000;
    margin: 4px -2px;
}

.notification-button:hover{
	text-decoration: none;
	background: rgba(0,0,0,.2);
	box-shadow: 0 0 0 1px rgb(0 0 0 / 60%);
	
}
.notification-button:active{
	box-shadow: 0 0 0 1px rgb(0 0 0 / 60%);
}

.notification-buttons .tools{
	float: left;

}

.priority{
	display: inline-block;
	

}