File: /home/imensosw/www/imenso.co/dev/gravity/css/style1.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
h1, h2, h3, h4, h5 {
font-weight: 600;
}
body {
font-family: 'Open Sans', sans-serif;
/*background-color: #EFF5F5;*/
}
a:hover {
text-decoration: none;
}
.burger {
padding: 50px 0;
}
.mt1 {
margin-top: 10px;
}
.mt2 {
margin-top: 20px;
}
.mt3 {
margin-top: 30px;
}
.mt4 {
margin-top: 40px;
}
.mt5 {
margin-top: 50px;
}
.mt6 {
margin-top: 60px;
}
.mt7 {
margin-top: 70px;
}
.mb1 {
margin-bottom: 10px;
}
.mb2 {
margin-bottom: 20px;
}
.mb3 {
margin-bottom: 30px;
}
.mb4 {
margin-bottom: 40px;
}
.mb5 {
margin-bottom: 50px;
}
.sml-text {
font-size: 0.8em;
}
h1, h2, h3, h4, h5 {
font-weight: 600;
}
.pad20 {
padding: 20px;
}
.pad {
padding: 30px;
}
.navbar {
border-radius: 0;
border:none;
margin-bottom: 0;
background: #f2f2f2;
z-index: 99;
border-bottom: 1px solid #f2f2f2;
}
.navbar-nav > li > a {
color: #000;
font-weight: 600;
}
.navbar-nav > .active > a {
color: #13597d !important;
}
.navbar-brand {
float: left;
font-size: 18px;
line-height: 20px;
padding: 8px;
width: 54px;
}
.project-nav a {
font-weight: 500;
}
.mega-menu {
background: #fff none repeat scroll 0 0;
box-sizing: border-box;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 55px;
z-index: 111;
padding: 50px 0;
}
.box-centered {
left: 50%;
position: fixed;
top: 47%;
transform: translate(-50%, -50%);
width: 380px;
padding: 30px;
background: #FFF;
border:1px solid #DDD;
border-radius: 10px;
}
.form-control {
box-shadow: none;
border:1px solid #DDD;
border-radius: 0;
height: 40px;
}
.form-control:focus {
box-shadow: none;
border:1px solid #DDD;
}
label {
font-weight: 600;
font-size: 12px;
}
.ps-btn {
background-color: #305896;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 600;
padding: 8px 24px;
border:none;
}
.ps-btn:hover, .ps-btn:focus {
background: #13597D;
color: #fff;
text-decoration: none;
}
.ps-label {
border-radius: 25px;
display: inline-block;
font-size: 12px;
min-width: 90px;
text-align: center;
padding: 3px 2px;
}
.ontrack {
background: #74d600;
color: #FFF;
}
.heading-text {
font-weight: 500;
color: #000;
}
.task-row {
border-bottom: 1px solid #f8f8f8;
padding: 10px 0;
position: relative;
}
.task-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-indent: -9999px;
cursor: pointer;
z-index: 99;
}
.task-row:hover {
background: #f8f8f8;
}
.text-vmuted {
color: #BBB;
font-size: 0.9em;
}
.boxed {
min-height: 600px;
}
.nav-tabs {
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.nav-tabs > li {
margin-bottom: -2px;
}
.nav-tabs > li > a {
border-radius: 0;
margin: 0;
color: #666;
padding: 15px 20px;
}
.nav-tabs .active {
color: #13597D;
font-weight: 600;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-top:none;
color:#000;
font-weight: 500;
}
.nav > li > a:focus {
background: transparent;
border-color: transparent;
}
.nav > li > a:hover {
background: transparent;
border-color: transparent;
color: #13597D;
}
/*----------------------Loader-----------------*/
.loader {
border: 2px solid #DDD; /* Light grey */
border-top: 2px solid #000; /* Blue */
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 2s linear infinite;
left: 50%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*---------------------------------/Loader----------------*/
.no-record {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.no-record-img {
width: 200px;
max-width: 100%;
}
.no-record-text {
color: #BBB;
font-size: 18px;
}
.title-span {
color: #BBB;
}
.update-input form {
background: #EFF5F5;
padding: 8px;
border-radius: 4px;
border:1px solid #DDD;
position: relative;
}
.btn-update {
background: #EFF5F5 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
min-width: 91px;
padding: 10px 8px;
position: absolute;
right: 20px;
text-align: center;
top: 24px;
color: #000;
font-weight: 500;
}
.meta {
color: #BBB;
font-size: 0.8em;
}
#update strong {
font-weight: 600;
}
#update .media-heading {
color: #13597D;
font-size: 14px;
padding-bottom: 10px;
border-bottom: 1px solid #EEE;
}
.table-im th {
font-weight: 600;
border-bottom: none !important;
}
.table-im td, .table-im th {
padding:16px 10px !important;
border-color: #EFF5F5 !important;
border-top: none !important;
border-bottom: 1px solid #EFF5F5 !important;
vertical-align: middle !important;
}
.table-im td:nth-of-type(1), .table-im th:nth-of-type(1) {
width: 50px;
}
.table-im td:nth-of-type(2), .table-im th:nth-of-type(2) {
width: 410px;
color: #185D80 !important;
}
.table-im th:nth-of-type(2) {
color: #000 !important;
}
.table-im td:nth-of-type(3), .table-im th:nth-of-type(3) {
width: 130px;
}
.table-im td:nth-of-type(4), .table-im th:nth-of-type(4) {
width: 100px;
}
.table-im td:nth-of-type(5), .table-im th:nth-of-type(5) {
width: 100px;
}
.table-im td:nth-of-type(6), .table-im th:nth-of-type(6) {
width: 100px;
}
.table-im td:nth-of-type(7), .table-im th:nth-of-type(7) {
width: 100px;
}
.table-im td:nth-of-type(8), .table-im th:nth-of-type(8) {
width: 100px;
}
.table-im td:nth-of-type(9), .table-im th:nth-of-type(9) {
width: 130px;
}
.table-im td:nth-of-type(10), .table-im th:nth-of-type(10) {
width: 80px;
}
.table-im td:last-child, .table-im th:last-child {
min-width: 120px;
}
.table-im td:last-child {
padding: 0 !important;
}
.table-im input, .table-im select {
width: 100%;
height: 30px;
border:1px solid #DDD;
}
.addmorerow {
padding:0 55px;
}
.addmorerow a {
border: 1px solid #666;
background: #666;
border-radius: 4px;
padding: 7px 17px;
color: #FFF;
font-size: 11px;
text-align: center;
font-weight: 600;
transition: 0.3s all;
}
.addmorerow a:hover {
background: #000;
text-decoration: none;
border-color: #000;
}
.project-nav {
margin-left: 30px;
}
.button-small {
border-radius: 40px;
display: inline-block;
height: 30px;
text-align: center;
width: 30px;
line-height: 30px;
background: #666;
color: #FFF;
cursor: pointer;
}
.button-small:hover {
color: #FFF !important;
background: #000;
}
.modal-body {
padding: 15px 50px;
}
.inpt-date {
background-image: url("../images/calendar.svg");
background-position: 96% 50%;
background-repeat: no-repeat;
background-size: 20px auto;
padding-right: 50px;
}
.progress {
margin:0 12px;
box-shadow: none;
}
.progress-bar {
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
color: #fff;
float: left;
font-size: 12px;
height: 100%;
line-height: 20px;
text-align: center;
transition: width 0.6s ease 0s;
width: 0;
box-shadow: none;
}
.blue-bg {
background-color: #337ab7;
}
.green-bg {
background-color: #74D600;
}
.red-bg {
background-color: #FE8484;
}
.dt-dash {
width: 100%;
}
.dtc1 {
background-color: #fff;
border-right: 1px solid #e4eded;
bottom: 0;
position: fixed;
top: 50px;
width: 350px;
z-index: 3;
left: 0;
padding: 15px;
}
.dtc2 {
margin-left: 350px;
}
.sml {
font-size: 0.9em;
}
.scrollable {
margin-right: -15px;
position: relative;
overflow-y: auto;
max-height: 550px;
}
.side-header {
font-size: 12px;
margin: 0 -15px 0;
padding: 17px 0 17px 15px;
}
.scrollable strong {
font-weight: 500;
}
.first-section {
margin-top: 50px;
}
.table-scroll {
margin-top: -20px;
margin-bottom: 0;
}
.table-scroll a {
color: #BBB;
font-size: 10px;
cursor: pointer;
display: block;
overflow:hidden;
}
.table-scroll a:hover {
color: #13597d;
}
.table-scroll th {
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.table-scroll td, .table-scroll th {
border-right: 1px solid #EEE;
min-height: 100px;
max-height: 100px;
overflow-y: auto;
}
.im-check label {
color: #111;
font-size: 29px;
position: relative;
padding-left: 35px;
cursor: pointer;
user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
}
.im-check input {
display: none;
}
.im-check label:before {
content: '';
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
left: 8px;
background: #FFF;
text-align: center;
line-height: 30px;
color: #111;
font-size: 29px;
border:2px solid #DDD;
top: 2px;
}
.im-check label:after {
content: '\f00c';
display: inline-block;
position: absolute;
left: 9px;
width: 30px;
height: 30px;
font-size: 21px;
color: #999;
text-align: center;
/*transform: scale(5,5);*/
opacity: 0;
transition: all .4s;
font-family: fontawesome;
top: 2px;
}
.im-check input:checked+label:after {
color: #999;
transform: scale(1,1);
opacity: 1;
}
table{ font-size: 14px }
.button-small i{ line-height: 30px }
.help-block {
color: red;
}
.help-block strong {
font-weight: 400;
}
.cal-ht {
max-height: 100px;
min-height: 100px;
overflow-y: auto;
width:150px;
}
.table-scroll .pre_next {
position: relative;
padding: 12px;
}
.table-scroll .pre_next i {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
cursor: pointer;
text-align: center;
top: 26%;
}
.mid-panel {
position: relative;
}
.no-right-border {
border-right:none !important;
}
.media-body .profile_name {
font-size: 16px;
font-weight: 700;
}
.dtc1 .media {
padding: 20px 0;
}
.slate-clr {
color:#237a91;
font-size: 15px;
line-height: 22px;
font-weight: 400;
margin-top: 0;
}
a {
color:#237a91;
}
.item-set {
margin: 0;
padding: 0;
font-size: 0.8em;
padding-bottom: 20px;
}
.taskrows {
transition: 0.3s all;
}
.taskrows .item-set {
opacity: 0;
}
.taskrows:hover .item-set {
opacity: 1;
}
.item-set li {
list-style: none;
display: inline-block;
margin-right: 8px;
color: #777;
}
.item-set li a {
color: #777;
}
.border-bottom {
border-bottom: 1px solid #EEE;
}
.slabel {
display: inline-block;
font-size: 11px;
color: #FFF;
padding: 3px;
width:80px;
text-align: center;
border-radius: 30px;
}
.slabel-low {
background: #15ba15;
}
.slabel-medium {
background: #125bba;
}
.slabel-high {
background: #e2171b;
}
.mt0 {
margin-top: 0 !important;
}
.no-bold {
font-weight: 400 !important;
}
.paddedtb {
padding: 20px 0;
}
.task-info h4 {
font-weight: bold;
}
.projectrows h4 {
font-size: 15px;
}
.modal-open .modal {
background-color: #FFF;
}
.modal-content {
box-shadow: none;
border:none;
}
.modal-header {
border: none !important;
padding: 0;
padding-bottom: 30px;
}
.modal-header h4 {
font-weight: bold;
}
.modal-body {
padding: 0;
}
.btn {
padding: 8px 24px;
font-size: 13px;
font-weight: 600;
}
.btn-primary {
background: #305896;
border-color: #305896;
}
.modal-footer {
padding: 30px 0;
border: none;
}
.comment-box {
background: #f6fafd;
padding: 20px;
position: relative;
font-size: 0.9em;
}
.slate-text {
color:#237a91;
}
.mid-panel .no-record{ margin: 150px auto 0 }
th[align="center"]{ text-align: center; }
.comment-box:before {
border-bottom: 10px solid #f6fafd;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 4%;
margin-left: -9px;
pointer-events: none;
position: absolute;
width: 0;
}
.project-card {
background: #FFF;
border: 1px solid #DDD;
padding: 20px;
text-align: center;
border-radius: 2px;
padding-top: 10px;
margin-bottom: 30px;
transition: 0.3s all;
}
.project-card:hover {
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.project-card .progress {
margin: 20px 30px;
}
.project-card .project-name a {
min-height: 70px;
font-size: 16px;
color:#237a91;
font-weight: 600;
margin-top: 10px;
display: inline-block;
}
.progress {
border-radius: 2px !important;
}
.project-actions {
opacity: 0;
transition: 0.3s all;
}
.project-card:hover .project-actions {
opacity: 1;
}
.project-actions a {
display: inline-block;
border-radius: 100%;
border:1px solid #DDD;
color: #666;
height: 30px;
width: 30px;
}
.project-actions a:hover {
color:#237a91;
border-color: #237a91;
}
.project-actions i {
line-height: 30px;
}
.filter-cls {
display: inline;
width: 125px !important;
border: none;
height: 20px !important;
border:none !important;
position: relative;
background-image: url('../images/dd-arrow.png');
background-repeat: no-repeat;
background-position: right;
-moz-appearance: none;
/*for chrome*/
-webkit-appearance:none;
}
form, #add_comment_form{ position: relative; }
.btn-update{ position: absolute; right: 20px; top: 17px }
/*#add_task_comment_form textarea{ min-height: 73px }*/
#add_update_form textarea.form-control{ min-height: 63px }
textarea.form-control{ min-height: 70px }
.updates-list li.media, .updates-list li .media-body{ overflow: visible; }
.scrollable .media-list {
padding-right: 20px;
}
.scrollable .comment-box {
padding: 10px;
}
.scrollable .media {
padding:0;
}
.linkpre {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100px;
}
#notification_ul>li{ position: relative; }
#notification_ul>li a{ padding: 0 !important }
#notification_ul>li a i{ position: relative; display: block; z-index: 1; padding: 19px 15px 15px }
#notification_li{ max-height: 300px; min-width: 300px; overflow-y: auto; }
#notification_li li{ padding: 20px; box-sizing: border-box; border-bottom: 1px solid #ddd; font-size: 13px; line-height: 150%; color: #666; position: relative; }
#notification_li li:last-child{ border-bottom: none }
.notification-active:before{ position: absolute; width: 10px; height: 10px; background: #fc0; right: 5px; top: 5px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; }
span#notification{ min-width: 20px; height: 20px; background: #008000; color: #fff; text-align: center; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; display: inline-block; position: absolute; right: 0; top: 3px;z-index: 0; }
.hour_show{ background: #305896; background: -moz-linear-gradient(-45deg, #305896 60%, #7d9bc6 100%); background: -webkit-linear-gradient(-45deg, #305896 60%,#7d9bc6 100%); background: linear-gradient(135deg, #305896 60%,#7d9bc6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305896', endColorstr='#7d9bc6',GradientType=1 ); margin-bottom: 30px}
.hour_show div{ text-align: center; width: 100%; padding: 10px; font-weight: 300; font-size: 35px; color: #fff; margin: 0 auto; line-height: normal; position: relative;}
.hour_show div span{ text-transform: uppercase; font-size: 13px; margin-top: -8px; display: inline-block; width: 100%; width: 100%; line-height: normal; }
.hour_show table{ margin: 0 !important }
.hour_show table td{ padding: 5px !important; vertical-align: middle; text-align: center; }
.hour_show table td span, .hour_show table td i{ vertical-align: middle; }
.hour_show table td i{line-height: 20px;}
.hour_show .table .table{ margin-top: 30px !important }
.hour_show .borderless{ background: none }
.hour_show .borderless td{ color: #fff }
.borderless td, .borderless tr,.borderless{ border: none !important }
.timesheet .table-bordered{ border-left: none !important; border-right: none !important }
.rest_are>table{ margin-bottom: 45px }
.timesheet .table-bordered td:last-child, .timesheet .table-bordered th:last-child{ border-right: none !important }
.timesheet .table-bordered td:first-child, .timesheet .table-bordered th:first-child{ border-left: none !important }
.timesheet td, .timesheet th{ padding: 8px 20px !important }
.timesheet td.total{ padding-right: 30px !important }
.timesheet td.sub_total{background: rgba(0,0,0,.02); padding-right: 10px !important; font-size: 16px}
.timesheet tfoot td{ border-top: 2px solid #ddd !important }
.timesheet tfoot td:last-child{ border-left: none !important }
.timesheet tfoot td:first-child{ border-right: none !important }
.timesheet .date_td{ vertical-align: middle; text-align: center; width: 65px; color: #fff; background: #e5e696; background: -moz-linear-gradient(45deg, #e5e696 0%, #d1d360 100%); background: -webkit-linear-gradient(45deg, #e5e696 0%,#d1d360 100%); background: linear-gradient(45deg, #e5e696 0%,#d1d360 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=1 ); }
.timesheet .date_td h4{ font-size: 35px; font-weight: 300 }
.timesheet .date_td h4 span{ font-size: 13px; display: inline-block; width: 100% }
.panel{ border-radius: 0 }
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: #f5f5f5;}
.timecal{ position: fixed; top: 50px; bottom: 0; left: 0; width: 25%; background: #f8f8f8; border-right: 1px solid #ccc; box-sizing: border-box; }
.rest_are { margin-left: 25%; width: 75%; margin-top: -19px }
.grand_total{ position: fixed; right: 0; bottom: 0; width: 75%; z-index: 1; background: #45484d; background: -moz-linear-gradient(45deg, #45484d 0%, #000000 100%); background: -webkit-linear-gradient(45deg, #45484d 0%,#000000 100%); background: linear-gradient(45deg, #45484d 0%,#000000 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); }
.grand_total table{ margin-bottom: 0 }
.grand_total table td{ padding: 10px !important; color: #fff !important; font-size: 18px }