/* here you can put your own css to customize and override the theme */
.page-header-new.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    padding: 16px 6px 12px 8px;
}
.portlet>.portlet-title>.caption{text-transform: uppercase !important;}
.m-t-20{margin-top: 20px;}
.m-b-20{ margin-bottom:20px;}
.progress{ margin: 0px 5px 5px 5px !important;}
.txt-bld{ font-weight:600;}
.project-list .btn-default{border: none; border-radius: 5px !important; padding: 7px 17px; margin-top: 4px; color: #000; font-weight: 500;}
.m-b-50{ margin-bottom:50px;}
.add-project .br-gry{ border:1px solid #E7ECF1;}
.add-project .form-control{ border:1px solid #C2CAD8;}
.add-project .btn.green:not(.btn-outline){ padding:6px 23px;}
.form .form-actions{ background:none;}
.add-project .btn-default{background-color: #E1E5EC; padding:7px 17px; border:none;}
.padd-left-23{ padding-left:23px;}
.dashboard .table-condensed > tbody > tr > td{ padding: 10px}
.table-condensed>thead>tr>th{padding: 10px;}
.m-t-10{ margin-top:10%;}
.mrg-t-b-10{ margin-top:10px !important; margin-bottom:10px;}
.nav-pills>li.active>a{ background:#36c6d3;}
.nav-pills>li.active>a:hover{ background:#36c6d3;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{ background:#36c6d3;}
.res {text-decoration: none; background-color: #eee; color:#000; border:none;}
.done-btn{ padding:10px 40px;}
.btn-grn{ padding: 5px 10px !important;}
.padd-tp-12{ padding-top:12px !important;}
.time-txt{ width:55px; padding:5px 10px;  border:1px solid #a9a9a9;}
.br-1{ border:1px solid #a9a9a9;}
#sample_editable_1_length{display:none;}
#sample_editable_1_filter{ display:none;}
#sample_editable_1_paginate{ display:none;}
#sample_editable_1_info{ display:none;}
.send-modal .modal-body{ padding:35px 15px 90px 15px;}
.send-modal .modal-content{ border-radius:5px !important;}
.note-txt{ background-color:#f3f4f6 ; padding:10px;}
.note-txt p{ margin:5px;}
.mid-txt{ font-size:16px; margin-top:7px;}
.m-t-25{ margin-top:25px;}
.clock {
    margin: 0 auto;
    border: 1px solid #3E4B5C;
    color: #fff;
	background-color:#364150;
	border-radius: 50px !important;
    padding: 4px 18px;
    margin-top: 7px;
}
.edit-icon{
    padding:2px 7px !important;
    position: relative;
    top: 4px;
}

/*#Date {
    font-size: 15px;
}*/

.black,
.black:focus {
    color: #fff;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.black:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.round-btn  {
    padding: 2px 15px !important;
    border-radius: 15px !important;
}

/* Table Input Box WIDTH 100% */
.input-small {
    width: 100% !important;
}
/* Table Input Box WIDTH 100% END*/

ul {
    
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    
}

ul li {
    display: inline;
    font-size: 18px;
    
    
    
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 1px;
    padding-right: 1px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    
}

50% {
    opacity: 0;
    
}

100% {
    opacity: 1.0;
    
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        
    }

    50% {
        opacity: 0;
        
    }

    100% {
        opacity: 1.0;
        
    };
}