/*
*	Custom CSS for CSEM Project Management System
*
*/
/*#shortcuts{
	display:none;
}
header{
	display:none;
}*/

/*
*	Page Break
*/
.break-page{
	page-break-before: always;
}

/*
*	CSS element overwrite
*/
h2{
	/*font-family:'Oswald',Arial,sans-serif;*/
}
.hide{
	display:none;
}
#main{
	min-height: 89vh;
	/*min-height: 575px;*/
	min-width: 400px !important;
}
.uppercase,.text-uppercase{
	text-transform: uppercase;
}
/*.blue-bg,.anthracite-bg,.red-bg,.silver-bg,.white-bg,.yellow-bg,.green-bg{
	border-style:none;
}*/
.no-border-style{
	border-style: none;
}
.no-border-radius{
	border-radius: 0;
}
.text-bold{
	font-weight:bold;
}
.text-tiny{
	font-size: smaller;
}

/*
* Hide Modal-Box Element
*/
.modal-box{
	display:none;
}

/*
*	Font Class
*/
.roboto{
	font-family : 'Roboto','Open Sans',sans-serif !important;
}

/*
* Remove glossy of header
*/
header#title-bar{
	background : #000000;
}
/*
* Change font of header
*/
#title-bar h2{
	font-family : 'Open Sans';
	font-weight : bolder;
	background : #222;
	color : #FFF;
	padding: 0 10px;
}
#title-bar h2 a{
	color : #d3d3d3;
}
#title-bar h2 a:hover{
	color : #09f;
}

/*
* PMS Footer Element
*/
#footer-pms{
	position : relative;
	width:100%;
	margin : 0 auto;
	/*margin-top : 10px;*/
	/*margin-right : 250px;*/
	text-align : center;
	font-family:'Roboto',Arial,sans-serif;
	/*border-top : 1px solid rgba(0,0,0,0.15);*/
}

/*
*	Hover cursor for modal
*/
a.modal-pms{
	cursor : pointer;
}
.fieldset{
	/*min-height: 500px;*/
}
/*
	Block Element Rewrite
*/
.new-block{
	border-radius : 0;
	margin-bottom : 10px;
}
.new-block-title{
	background : #ededed;
	vertical-align : middle;
	padding : 15px;
	border-radius : 0;
}

/*
* Task Element
* - element to be used in task
*/
.custom-input-wrapper{
	background : #f6f6f6;
	border: 1px solid #bfbfbf ;
	padding : 15px 20px;
	margin-bottom : 14px;
}
.general-task-wrapper{
	text-align : center;
	font-size : 15px;
	color : #21a5b8;
}
.general-task-wrapper a{
	color : inherit !important;
}
.or-wrapper{
	background : inherit !important;
	border-bottom : 1px solid #ededed;
	width : 100%;
	margin-top: 6px;
	margin-bottom: 14px;
	text-align : center;
	height : 10px;
}
.or-text{
	position : relative;
	top : 2px;
	padding : 3px 7px;
	background : inherit !important;
	font-size : 16px;
	color : #CCC;
}
.custom-input{
	color : #333;
	border : none;
	border-bottom : 1px dotted #d2d2d2;
	background : none;
	margin-left:20px;
	margin-right:10px;
	width : 260px;
	padding : 7px;
	font-size: 15px;
}
.custom-input-2{
	color : #333;
	border : none;
	background : none;
	margin-left:20px;
	margin-right:10px;
	padding : 7px;
	font-size: 15px;
	border-bottom : 1px solid #21a5b8;
}
.custom-input:focus{
	border-bottom : 1px solid #21a5b8;
}
.custom-input-2:focus{
	border-bottom : 1px solid #333;
}
.custom-child{
	display:none;
	margin-top : 10px;
	margin-left : 35px;
}
.custom-date-wrapper{
	background : none;
	margin-left : 5px;
	margin-right : 5px;
}
.custom-date-input{
	color: #333;
	border : none;
	border-bottom : 1px solid #efefef;
	margin-left : 5px;
	background : none;
	width : 80px;
	text-align : center;
	font-size: 11px;
}
.tasklist-title{
	margin-left : 10px;
}
.tasklist-btn{
	display: none;
}
.tasklist-content{
	padding : 15px;
	border-top : 1px solid #dfdfdf;
	color:#333;
}
.tasklist-content input{
	margin-right:10px;
}
/*.mark-as-done{
	clear:both;
	border : 1px solid #c5c5c5;
	border-radius : 3px;
	padding : 3px 8px;
	margin-right : 10px;
	color : #e3e3e3;
}*/
.task-status{
	margin-right : 10px;
	border : 1px solid #c5c5c5;
	border-radius : 3px;
	padding : 3px 8px;
}
.add-a-task{
	color : #21a5b8;
}
.add-a-task a{
	color : inherit !important;
}
.task-view > * > .task-title{
	margin-left : 15px;
}
.task-view > * > .task-top-text{
	color : #999;
	font-size:14px;
	font-family : 'Open Sans Condensed',Arial,sans-serif;
	font-style:italic;
	vertical-align : middle;
}
.task-view > * > .tasklist-text{
	color : #CCC;
	font-size : 14px;
	font-family : 'Open Sans Condensed',Arial,sans-serif;
	font-style:italic;
}
.task-view > * > .task-assign{

}
.user-assigned{
	display:inline;
	background : #f3f3f3;
	margin : 0 3px;
	padding : 3px 5px;
	border-radius : 5px;
	cursor : pointer;
}
.attachment{
	display:block;
	height: 33px;
	line-height:33px;
	border-bottom : 1px solid #e3e3e3;
}
.attachment-text{
	/*border : 1px solid #e3e3e3;*/
	padding : 5px 7px;
	/*border-radius : 6px 0 0 6px;*/
}
.download-attachment{
	float:right;
	padding : 0 10px;
	margin : 0;
	background : #FFF;
	color : #333;
	/*border : 1px solid #e3e3e3;*/
	border-left : none;
	/*border-radius : 0 6px 6px 0;*/
}
.download-attachment:hover{
	background : #333;
	color : #FFF;
}
.delete-attachment{
	float:right;
	padding : 0 10px;
	margin : 0;
	background : #FFF;
	color : #333;
	/*border : 1px solid #e3e3e3;*/
	border-left : none;
	/*border-radius : 0 6px 6px 0;*/
}
.delete-attachment:hover{
	background : #dd380d;
	color : #FFF;
}


/*
*	priority
*/
/*[class*='priority-']{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius : 20px;
	border : 1px solid #FFFFFF;
	display: inline-block;
	float:right;
	margin-right:10px;
	box-shadow : 0 0 3px rgba(0,0,0,0.5);
	text-align : center;
	color : #FFFFFF;
}*/
[class*='priority-']{
	width : 30px;
	vertical-align : middle;
	padding : 3px;
	float:right;
	color : #FFF;
	text-align : center;
	font-weight: bold;
	font-size: 11px;
}
.task-status-box{
	width : 60px;
	vertical-align : middle;
	padding : 3px;
	float:right;
	color : #FFF;
	text-align : center;
	font-weight: bold;
	font-size: 10px;
}
.priority-none{
	background : #b4b4b4;
}
.priority-low{
	background : #0059a0;
}
.priority-medium{
	background : #ffae00;
}
.priority-high{
	background : #dd380d;
}
.task-completed{
	display:none;
}
/*
*	Custom Table
*/
table.empty{
	font-family : 'Roboto',Arial,sans-serif;
	border-collapse : collapse;
	width : 98%;
	margin : 10px auto;
	color : #666;
}
table.empty tr{
	border-top : 1px solid #d9d9d9;
	border-bottom : 1px solid #d9d9d9;
}
table.empty tr td,table.empty tr th{
	padding : 15px 10px;
}
table.empty tr td.text{
	font-family : 'Roboto',Arial,sans-serif;
}

table.easy{
	font-family : 'Roboto',Arial,sans-serif;
	border-collapse : collapse;
	width : 98%;
	margin : 5px auto;
	color : #666;
}
table.easy tr{
	border-top : 1px solid #ececec;
	border-bottom : 1px solid #ececec;
}
table.easy tr td,table.easy tr th{
	padding : 10px 15px;
	border: 1px solid #d4d4d4;
}
table.easy tr td.text{
	font-family : 'Roboto',Arial,sans-serif;
}

table.noborder{
	font-family : 'Roboto',Arial,sans-serif;
	border-collapse : collapse;
	width : 98%;
	margin : 10px auto;
	color : #666;
	border: 1px solid #d4d4d4;
}
table.noborder tr{
	/*border-top : 1px solid #ececec;*/
	/*border-bottom : 1px solid #ececec;*/
}
table.noborder tr td,table.noborder tr th{
	padding : 10px 15px;
	/*border: 1px solid #d4d4d4;*/
}
table.noborder tr td.text{
	font-family : 'Roboto',Arial,sans-serif;
}

table.ciken{
	font-family : 'Roboto',Arial,sans-serif;
	border-collapse : collapse;
	width : 98%;
	margin : 10px auto;
	color : #666;
}
table.ciken tr{
	/*border-top : 1px solid #ececec;*/
	/*border-bottom : 1px solid #ececec;*/
}
table.ciken tr td,table.ciken tr th{
	padding : 5px 10px;
	/*border: 1px solid #d4d4d4;*/
}
table.ciken tr td.text{
	font-family : 'Roboto',Arial,sans-serif;
}

/*
*	Gantt element	
*	@ Nizam
*/
.gantt-action{
	line-height : 20px;
	height: 20px;
	vertical-align: middle;
	padding : 10px 20px 0px 20px;
}
.gantt_add,.gantt_grid_head_cell.gantt_grid_head_add{
	display:none;
}


/*
*	Dashboard Element	
*	@ Nizam
*/
#my-dashboard{
	padding : 0;
}
.dashboard-title{
	padding: 20px 30px;
	margin-bottom : 0;
	font-family : 'Roboto';
	font-weight: 300;
	color : #888;
	font-size : 24px;
	vertical-align: middle;
	/*background : #eee;*/
}
#my-page{
	padding:0;
}
.page-title{
	padding: 20px 30px;
	margin-bottom : 0;
	font-family : 'Roboto';
	font-weight: 300;
	color : #888;
	font-size : 24px;
	vertical-align: middle;
	border-bottom : 3px solid #888;
	/*background : #eee;*/
}
.text-shadow{
	text-shadow : 0px 0px 10px rgba(0,0,0,0.25);
}
.title-bottom-border{
	border-bottom : 2px solid #D3d3d3;
}
.new-legend{
	border-style:none;
}
.dashboard-block-title{
	text-align : center;
	text-transform: uppercase;
	font-family : 'Roboto',Arial,sans-serif;
	font-size: 14px;
}
.task-progress-count{
	color : #aaa;
	font-size:14px;
	/*font-style:italic;*/
	font-family : 'Open Sans',Arial,sans-serif;
}
.task-progress-bar{
	background : #ccc;
	width : 100%;
	height : 5px;
}
.task-progress-percentage{
	background : #21a5b8;
	height : 5px;
}
.event-date-small{
	font-size : 20px;
	font-weight : bold;
}
.total-facts{
	text-align : center;
	vertical-align: middle;
	padding : 30px 10px;
}
.total-fact-number{
	color : #555;
	font-size : 26px;
	font-weight: bold;
}
.total-fact-title{
	margin-top : 10px;
	font-size : 16px;
	font-weight: bold;
	font-family: 'Roboto',Arial,sans-serif;
	text-transform: uppercase;
}
.bigger-text{
	font-size: larger;
	z-index:999999;
}

/*
*	SESSION FLASH
*/
[class*='session-flash-']{
	padding: 15px;
	margin : 10px 20px;
	border : none;
	border-radius : none;
	color : #FFFFFF;
	font-size: 15px;
	font-family:'Roboto',sans-serif;
}
.session-flash-success{
	background : #0f9d58;
}
.session-flash-error{
	background : #f44336;
}
.session-flash-warning{
	background : #ff5722;
}
.session-flash-info{
	background : #03a9f4;
}
.ghost-number{
	position:absolute;
	right:8px;
	top:40px;
	font-size : 70px;
	font-family : sans-serif;
	/*color : #cccccc;*/
	color : #d8d9ed;
	z-index:99998;
	opacity:0.6;
}
.ghost{
	font-family : 'Roboto',sans-serif;
	font-size: 16px;
	/*color : #cccccc;*/
	/*color : #d8d9ed;*/
	/*z-index:99998;*/
	/*opacity:0.8;*/
}

table.small{
	font-family : 'Roboto',Arial,sans-serif;
	border-collapse : collapse;
	width : 98%;
	margin : 10px auto;
	font-size : 12px;
	/*color : #666;*/
}
table.small tr td{
	padding : 5px 5px;
}
table.small tr td.text{
	font-family : 'Roboto',Arial,sans-serif;
	font-size : 14px;
}

/**
*	Bootstrap Pagination
*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*
*	mCustomScroll
*/
.mCSB_inside > .mCSB_container{
	margin:0;
}
.mCustomScrollbar{
	overflow:auto;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background-color : #333;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #21a5b8;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
	background-color : #333;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color :#21a5b8;
}

/* Border bottom */
.border-bottom-blue{
	border-bottom : 2px solid #09F;
}