/* Global Styles */

/* ------------------------------- */

body {
    padding-top: 20px;
    background-color: #f8f8f8;
}

@media(min-width:768px) {
    body {
        padding-top: 10px;
    }
}

.Footer1{
    bootom:0;
    left:0;
    height:40px;
    width:100%;
    position:static;
}

/* Wrappers */

/* ------------------------------- */
.red{
    color:red;
    
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
   // width: 310px;
   
   width: auto;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}
html, body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  
  margin-bottom: -40px; 
      overflow-x: hidden;
}
#wrapper:after {
  content: "";
  display: block;
}
.footer2, #wrapper:after {
  height: 40px; 
}
.footer2 {
/*  background-color: #660066;
  color: #fff;*/
  padding-top:10px;

}
table#attachment{
    margin-top:15px;
    margin-bottom:15px;
}
#search{
     padding: 8.51px 12px;
}
.search-options{
        height: 20px;
    width: 20px;
    float: right;
    background: url('../images/fillter.png');
        background-size: 20px;
		margin-top:4px;
		cursor:pointer;
        position: relative;
}
.filter-select {
            text-indent: 18px;

    }
.filter-select:before{
    content: " ";
    background: url('../images/tickbox.png');
        background-size: 16px;
        position: absolute;
    height: 16px;
    width: 16px;
        left: 7px;
}  
.search-asc{
    background: url('../images/asc.png');
          background-size: 20px;
    background-repeat: no-repeat;
    background-position: 236px;     

}  
.search-desc{
    background: url('../images/desc.png');
         background-size: 20px;
    background-repeat: no-repeat;
    background-position: 236px;         
}  
select.search-pagerows {
    width: 92px;
    margin-bottom: 6px;
    height: 25px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}
.DTTT_button {
    border-radius: 4px !important;    
    padding: 6px 12px !important;
    }

li.disabled a{
    background: #DBDCDC !important
}
.hasDatepick{
    cursor: pointer !important;
}
.pagination > li > a {
    background: #97C3CC;
}
.file_attach{
 background-image: url('../images/download-2-16.ico');
    background-repeat: no-repeat;
	height:25px;
	width:16px;
	cursor:pointer;
	text-align: center;
}
.file_attach_empty{
    background-repeat: no-repeat;
	height:25px;
	width:16px;
	cursor:pointer;
}
.relationship_inactive{
    background-image: url('../images/inactive.png');
    background-repeat: no-repeat;
	height:25px;
	width:25px;
}
.relationship_active{
 background-image: url('../images/active.png');
    background-repeat: no-repeat;
	height:25px;
	width:25px;
}
.in_progress{
 background-image: url('../images/inprogress.png');
    background-repeat: no-repeat;
	height:25px;
	width:25px;
}
.terminated{
 background-image: url('../images/terminate.png');
    background-repeat: no-repeat;
	height:25px;
	width:25px;
	cursor:pointer;
}
.dashboardtable {
    min-height: 260px;
}
.c25{
    color: #97ce69;
}
.c50{
    color: #34d4d4;
}
.c51{
    color: #f98586;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 9999;
    display: none;
}
.floatleftval {
    text-align: right;
}
.dataexport{
    float: right;
    height: 30px;
}
.clear_both{
    clear: both;
    padding-bottom: 11px;
}
input.table_search{
    width: 14%;
    float: right;
    border:1px solid #ccc !important;
}
.panel-body > .search-options{
    display: none;
}
.c1round{
    height: 20px;
    width: 20px;
    border-radius: 10px;
}
.totalbold{
    font-weight: bold;
}
.hidesearch{
    color: #fff;
    font-size: 0;
}
.leasviewloading,.alertecheancesviewloading{
    position: relative;
}

.leasviewloading::after, .alertecheancesviewloading::after{
    /*background-image: url('../images/ajax_loader.gif');*/
    background-image: url('../images/datatable-loading.gif');
    background-repeat: no-repeat;
    content: "";
    /*background-color: rgba(255, 255, 255, 0.95);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
}
.searchtext {
    float: right;
        margin-top: 6px;
}
.nodatafound{
    display: none;
}
.textaligncenterval{
    text-align: center;
}
.dashboardtable thead tr  td{
        vertical-align: middle !important;
}
#cke_editorvalues .cke_contents{
    height: 125px !important;
}
table.maturitiesandalertstable .ttbody td:nth-child(2),
table.maturitiesandalertstable .ttbody td:nth-child(5),
table.maturitiesandalertstable .ttbody td:nth-child(6),
table.maturitiesandalertstable .ttbody td:nth-child(7),

table.maturitiesandalertstable .ttbody td:nth-child(12){
    text-align: right;
}
table.maturitiesandalertstable .ttbody td:nth-child(10){
    text-align: center; 
    position: relative;
}
table.maturitiesandalertstable .ttbody td:nth-child(10) span{
position: absolute;
    top: 13px;
    left: 0px;
    font-size: 12px;
    text-align: center;
 
    text-align: center;
    width: 100%;
}
.errormsgshow{
    color:#ff0000;
    font-size:13px;
}
/*.choosebtn{
	 -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  background: #1b7fc2;
 padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}
.choosebtn:hover {
  background: #3cb0fd;
  text-decoration: none;
  color:#fff;
}*/
.choosebtn {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: -o-linear-gradient(top, #f0f0f0, #d6d6d6);
  background-image: linear-gradient(to bottom, #f0f0f0, #d6d6d6);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #d9dde0 1px;
  text-decoration: none;
}

.choosebtn:hover {
  background: #e3e5e6;
  background-image: -webkit-linear-gradient(top, #e3e5e6, #f5f8fa);
  background-image: -moz-linear-gradient(top, #e3e5e6, #f5f8fa);
  background-image: -ms-linear-gradient(top, #e3e5e6, #f5f8fa);
  background-image: -o-linear-gradient(top, #e3e5e6, #f5f8fa);
  background-image: linear-gradient(to bottom, #e3e5e6, #f5f8fa);
  text-decoration: none;
}
.closefile
{
    display: inline-block;
    background: #a99999;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
.filenames > span{
display: block;
    padding: 5px 10px;
    background: #a3f7cd;
    margin: 5px 5px;
    float: left;
    position: relative;
}
.filenames1 > span{
display: block;
    padding: 5px 10px;
    background: #a3f7cd;
    margin: 5px 5px;
    float: left;
    position: relative;
        padding-right: 24px;
}
.filenamesbottom{
        margin-bottom: 55px;
}
#phase-list_filter{
    /*display: none;*/
}
#missiontype-list_filter{
    /*display: none;*/
}
.mdisplayshow{
    display: block;
}
.mdisplayhide{
    display: none;
}

.fileuploabgclr1, .fileuploabgclr11, .fileuploabgclr21{
    background-color:#ff0000;
}
.fileuploabgclr2, .fileuploabgclr12, .fileuploabgclr22{
    background-color:#0040ff;
}
.fileuploabgclr3, .fileuploabgclr13, .fileuploabgclr23{
    background-color:#ff00ff;
}
.fileuploabgclr4, .fileuploabgclr14, .fileuploabgclr24{
    background-color:#009933;
}
.fileuploabgclr5, .fileuploabgclr15, .fileuploabgclr25{
    background-color:#ff9900;
}
.fileuploabgclr6, .fileuploabgclr16, .fileuploabgclr26{
    background-color:#b31aff;
}
.fileuploabgclr6, .fileuploabgclr16, .fileuploabgclr26{
    background-color:#000099;
}
.fileuploabgclr7, .fileuploabgclr17, .fileuploabgclr27{
    background-color:#009999;
}
.fileuploabgclr8, .fileuploabgclr18, .fileuploabgclr28{
    background-color:#2eb82e;
}
.fileuploabgclr9, .fileuploabgclr19, .fileuploabgclr29{
    background-color:#993333;
}
.fileuploabgclr10, .fileuploabgclr20, .fileuploabgclr30{
    background-color:#993366;
}
.outerphase {
    width: 100%;
    height: 20px;
    background: #fff;
    border:  1px solid #e6e6e6;
    text-align: center;
    position: relative;
}
.innerphase {
    background: #aec82e;
    height: 16px;
    margin: 1px;;
}
.outerphase span {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}
#myModalmission .modal-dialog{
width: 100%;
}
#myModalmission .modal-header{
    padding-bottom: 26px;
}
#myModalmission .modal-footer{
    border-top: 0px;
}
.loadingDiv{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #0000007a;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
}
.loadingDiv div{
top: 50%;
bottom: 50%;
position: absolute;
width: 100%;
}
 .mailscontentsuccessmessage{
    display: none;
}
.redborder{
        border-color: #d80404 !important;
}
.not-allow-mail{
        cursor: not-allowed;
}
.disablemission{
    position: relative;
}
.disablemissioninner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: not-allowed;
}
.file_attach1 {
    background-image: url(../images/download-2-16_new_01.ico);
    background-repeat: no-repeat;
    height: 25px;
    width: 16px;
    cursor: pointer;
    text-align: center;
}
.file_attach2 {
    background-image: url(../images/download-2-16_new_02.ico);
    background-repeat: no-repeat;
    height: 25px;
    width: 16px;
    cursor: pointer;
    text-align: center;
}

.searchboxli{margin-left:0;float:right; display:block;margin-right:0 !important;padding:5px; min-height: 50px; width:48%;}
@media (max-width: 768px) {
      .nav{margin-bottom:26px;}
    .searchboxli{width:100% !important;}
    } 

@media (min-width: 990px) {
    /*ul.navbar-right li{
        display: block !important;

    }*/
    .searchboxli{width:180px !important;}
}
.missionphaseuploading{
    background: url(../images/uploadingloader.gif);
    width: 30px;
    height: 30px;    
    background-repeat: no-repeat;
    background-position: center;    
    margin-left: 126px;
    position: absolute;
    margin-top: 0;
    display: none;
}
.uploadloading{
    background: url(../images/uploadingloader.gif);
    width: 30px;
    height: 30px;    
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -32px;
    margin-left: 126px;
}
.phasemultislct{
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    overflow-x: hidden;
}
.loadingpop{
        position: absolute;
    width: 100%;
    background: white;
    left: 0;
}
.datatableScroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;    
}
.noedit{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: not-allowed;
}
.missionphase {
    position: relative;
    height: 25px;
    background-position: bottom;
}
.missionphase .documentcnt{
    position: absolute;
    top: 0;
    width: 23px;
    height: 20px;
    font-size: 11px;
}
.livrablephase {
    position: relative;
    height: 25px;
    background-position: bottom;
}
.livrablephase .documentcnt{
    position: absolute;
    top: 0;
    width: 23px;
    height: 20px;
    font-size: 11px;    
}
.noticephase {
    position: relative;
    height: 25px;
    background-position: bottom;
}
.noticephase .documentcnt{
    position: absolute;
    top: 0;
    width: 23px;
    height: 20px;
    font-size: 11px;    
}
.filedownloads{
    position: relative;
    height: 25px;
    background-position: bottom;
    width: 45px;
}
.filedownloads .documentcnt {
    position: absolute;
    top: 0;
    width: 23px;
    height: 20px;
    font-size: 11px;    
    right: 0;
}
.navbar-left li a{
    display:block;
}
.table-striped thead tr:nth-child(1) th {
    text-align: center;    
}
.exportall{font-size:0.88em;}

.dashboardtable thead tr td{font-weight:bold;}
#notification_list thead tr td{font-weight:bold;}

#attachment .chd .fname{word-break: break-all;}
.mrlativ{
    position: relative;
}
.noeditinput{
position: absolute;
height: 100%;
width: 100%;  
cursor: not-allowed;  
}
.phasehiderowfull, .phasehiderows .DTTT_button_xls, .phasehiderows .dataTables_filter,  .phasehiderows .dataTables_length,  .phasehiderows .datatableScroll,  .phasehiderows .dataTables_info,  .phasehiderows .dataTables_paginate {
    display: none;
}
.changeorder-content{
        width: 25%;
    padding-right: 8px;
}
.missionphasediv tr td{
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
div#missionView , #phaseMissionListView{
    min-height: 400px;
}
.dashboardtable .ttbody tr td:nth-child(9), .dashboardtable .ttbody tr td:nth-child(10) {
    vertical-align: middle;
}
#opportunity-list {
   /* overflow-x: scroll;
    max-width: 100% !important;*/
    display: block;
   
}
#opplist .datatableScroll{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    /*min-height: 290px;*/
}
#opplist .table-responsive-ajaxdatatable{
      overflow-x: hidden !important;
}
#opplist .table-responsive-ajaxdatatable .dataTables_wrapper{
      overflow-x: hidden !important;
}
#opplist .table-responsive-ajaxdatatable .disabled{
  display: none;
}
/*.table-responsive-ajaxdatatable .disabled:before{
  content: " ";
  position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 99999;
}*/

#opportunity-list_wrapper {overflow: hidden !important;}
.noneedheht{
    min-height: auto !important;
}
.givespance th{
    padding-right: 18px !important;
    position: relative;
    text-align: center;
}
.givespance th:nth-child(1){
    padding-right: 5px !important;
}
.givespance th:after{
        position: absolute;
    right: 4px;
}
.givespance td{
    padding-right: 18px !important;
    position: relative;
    text-align: center;
}
.givespance td:nth-child(1){
    padding-right: 5px !important;
}
.givespance td:after{
        position: absolute;
    right: 4px;
}
.textrightalgn{
    text-align: right;
}
#cke_bottom_detail,.cke_bottom{display:none !important;}
