﻿/*  PK 07/06/2016 CSS for used to prevent the Angular html template 
    from being briefly displayed by the browser in its raw (uncompiled) form */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/** PK 08/06/2016 class used to show hide sections using angular*/
.toggleSec {
display: none;
}
/** ST 23/06/2016 class used to fix the page navigation overlap with show rows dropdown specifically for search result table*/
#SearchResultTableDiv div.dataTables_paginate{
    float:left;
}
/* HV 23/06/2016 This is used to override the default feature whre the background colour of a scrollable dataTable is set to Grey (by scrollable i mean a datatable using scrollY and scrollCollapse options)*/
.dataTables_scroll .dataTables_scrollHead {
    /*background: #f4f4f4;*/ /*OLD Value. Can be removed from here as its in the datatables.css file*/
    background: none;
}


/* css by samim 29/07/2016 starts here */

/* style for Smart Default skin(smart-style-0) starts here*/
/*.smart-style-0 .selectedRow {*/
    /*color: yellow;*/        
/*}*/

.smart-style-0 tr.selectedRow td {
    background: #ecf3f8;
}
/* style for Smart Default skin(smart-style-0) ends here*/



/* style for Dark Elegance skin(smart-style-1) starts here*/
/*.smart-style-1 .selectedRow {
          
}*/

.smart-style-1 tr.selectedRow td {
    background: #ecf3f8;
}
/* style for Dark Elegance skin(smart-style-1) ends here*/





/* style for Ultra Light skin(smart-style-2) starts here*/
/*.smart-style-2 .selectedRow {
          
}*/

.smart-style-2 tr.selectedRow td {
    background: #ecf3f8;
}
/* style for Ultra Light skin(smart-style-2) ends here*/





/* style for Google skin(smart-style-3) starts here*/
/*.smart-style-3 .selectedRow {
   
}*/

.smart-style-3 tr.selectedRow td {
    background: #ecf3f8;
}
/* style for Google skin(smart-style-3) ends here*/





/* style for Glass skin(smart-style-5) starts here*/
.smart-style-5 .selectedRow {
    color: yellow;        
}

.smart-style-5 tr.selectedRow td {
    background: rgba(0, 255, 255, .25) !important;
}
/* style for Glass skin(smart-style-5) starts here*/




/* style for Material Design skin(smart-style-6) starts here*/
/*.smart-style-6 .selectedRow {
        
}*/

.smart-style-6 tr.selectedRow td {
    background: #ecf3f8;
}
/* style for Material Design skin(smart-style-6) ends here*/


div.customSpecificLoader {
        float: right;
        width: 43px;
        height: 39px;
        overflow: hidden;
        margin-left: 5px;
        margin-top: 2px;
    }


p.extractMessage{
    padding-left: 15px;
    font-size: 16px;
}
/* css by samim 29/07/2016 ends here */


/*@media screen and (min-width: 1366px) {
    select.customSelectModeStyle{
        padding-right: 5px;
        padding-left: 3px;
        font-size: 16px;
    }
}*/


#left-panel{
    background: rgba(0,0,0,.23) !important;
}
#content .jarvismetro-tile .iconbox span{
    font-size:20px !important;
}
#content .jarvismetro-tile .iconbox i{
    margin-top:10px !important;
}
#content .bg-color-pinkDark{
   background-color: #a8829f !important;
}
#content .bg-color-blue{
   background-color: #57889c !important;
}
#content .bg-color-green{
   background-color: #356e35 !important;
}
#content .bg-color-red{
   background-color: #a90329 !important;
}
#content .bg-color-yellow{
   background-color: #b09b5b !important;
}
#content .bg-color-pink{
   background-color: #ac5287 !important;
}
#content .bg-color-orange{
   background-color: #c79121 !important;
}
#content .bg-color-teal{
   background-color: #568a89 !important;
}
#ribbon{
    min-height:26px;
}

#ribbon h3{
    /*margin: 0px;
    margin-left: 14px;
    margin-top: -6px;*/
        margin: 0px;
    margin-left: 16px;
    margin-top: 9px;
    font-weight: bold;
}

div.issuesDetailDiv{
    overflow: hidden;
    background-color: rgba(78,154,174,0.4);
    padding: 10px;
}
div.issuesDetailRow{
    padding: 5px 0;
}
div.issuesDetailRow > div > label{
    letter-spacing: 1px;
}
div.issuesDetailRow > button{
    margin-left: 13px;
}
div.issuesDetailRow > button:hover{
    color: #ffd600;
}
div.issuesDetailRow > div > label > a{
    margin-left: 18px;
    text-decoration: underline;
    color: #ffd600;
}
.selectedRow{
    /*background-color: transparent!important;*/
    color: #fff !important;
}
.dataTable tbody .shown{
    background: transparent !important;
}

button.addProperty{
    width: 100%;
}
h3.currentProperties{
    margin-bottom: 0 !important;
    
    clear:both;
}

table#currentPropery tbody tr, table#associationListTable tbody tr{
    cursor: pointer;
}


span.errorMessage{
    color: #c2061f;
    font-size: 12px; 
}

div.notificationAttachment{
    clear: both;
    padding-top: 5px;
}
div.notificationAttachment > div{
    padding: 0;

}
div.notificationAttachment > div > div{
    margin-bottom: 5px;
}
div.notificationAttachment > div > div > a{
    text-decoration: underline;
}

.commentInput{
    height: 80px !important;
    width: 98%;
    padding: 1%;
}

.makeItLookHyperlink{
    color: #ffd600 !important;
    text-decoration: underline;
}
.makeItLookHyperlink:hover{
    cursor: pointer;
}

.individualAttachment{
    overflow: hidden;
    margin-bottom: 5px;
}
.individualAttachment > i {
    line-height: 32px; margin-left: 20px; color: red; opacity: 0.5;
}
.individualAttachment > div > span{
    line-height: 32px;
}
.individualAttachment > div > input{
    padding: 0 5px;
}
.individualAttachment > i:hover{
    cursor: pointer;
}
.issuesDetailRow a{
    text-decoration:underline;
}
.issuesDetailRow a:hover{
    cursor:pointer;
}
hr.notificationDetailDivider{
    border: 1px solid;
}


.reminderFilterLabel{
    float: left !important;
    margin-left: 20px;
    font-weight: bold !important;
    margin-top: 7px;
}





/* css for theme starts here please do not write other css here ********************************************************/

/* widget custom theme starts here */
/*.widgetTheme{
    
}*/

.widgetTheme header h2{
    color: #fff;
    font-weight: bold !important;
}

/*table.GreenTheme {

}

table.GreenTheme .selectedRow {
          
}*/

table.GreenTheme tr.selectedRow td {
    /*background-color:rgba(130, 7, 25, 0.8)/*#73412F*//*#dd7c37*/ 
    background-color: #a90329 !important;
    border-color: #900323 !important;
}

.greenThemeBackground{
    background-color: #e9f5c4!important;
}

nav#LeftPanelStyle > ul > li:hover{
    font-weight:bold;
        color: #fff;
    background-color: #a90329;
    border-color: #900323;
}


/*nav#LeftPanelStyle > ul > li:hover > a > span, nav#LeftPanelStyle > ul > li:hover > a > i{*/
        /*color:white !important;*/    /*HV: commented out by me because i dont know why its here?*/
/*}*/
 
.rightsideheader > span > a{
    /*background-color:#9a3746 !important;   
    background-image: linear-gradient(to bottom,#9a3746 ,#9a3746) !important;
    border: 1px solid #9a3746 !important;*/

        /*color: #fff;*/
    background: #a90329 !important;
    border-color: #900323 !important;
} 
/* widget custom theme ends here */



/* Theme Color can be changed here*/

/*Main Header*/
.smart-style-3 #header {        
    background-color: white !important;
    background-image: none;
    /*background-image: linear-gradient(to bottom,rgba(0,199,232, .8), #000b5b ) !important;*/
    /*background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
}
.SignInFormGreenTheme header{
    background-color: #00505b !important;
    /*background-image: linear-gradient(to bottom,rgba(0,199,232, .8), #000b5b ) !important;*/
    /*background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
    /*background-image: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 45% );*/
    color: #f1efef !important;

    background-color:black !important;
    border-bottom: 8px solid #a90329;
    font-weight:bold;
}
.SignInFormGreenTheme fieldset{
    background: #ffffff!important;
}
.SignInFormGreenTheme a{
    color: #000b5b !important;
}
/*Sub Header*/
#ribbon{
    min-height: 42px; /*32px; 26px;*/
    /* below are added*/
    background-color: #c58845 !important;/*#497283!important*//*#3276b1*/
    margin-top: -15px;    
}

/* Login Info*/
.smart-style-3 .login-info {
    background: rgba(248,248,248,.9) !important; 

    color: black !important;
} 

/*Left Panel*/
nav#LeftPanelStyle > ul > li{
    /*background: #86b0f4 !important;*/ /* #3276b1 #57889c !important;  */  
    /*background: #b9d1f8 !important;*/
    /*background: #BF9A56;*/
    /*background:#b6e3de*/ /*#c9d787*/;
    /*background: #73C5DC;*/
    /*background: #c58845;*/
    background:black;
    color:white;
}

/*Left Panel Background*/
#left-panel{   
    /*background-color: #00505b !important;
    background-image: linear-gradient(to bottom,rgba(0,199,232, .8), #000b5b ) !important;*/ 
    /*background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
    /*background-color: #d6eef5 !important;*/
    background-color: rgba(248,248,248,.9) !important;
}

/* Widget Header*/
.widgetTheme header{   
    background-color: black !important;
    /*background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
     /*background-image: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 45% ) !important;*/
      background-image: none !important;
}

/* Table Header*/
table.GreenTheme th{
    background-color: #d0dde8 !important;
    color:black !important;
}

/*Footer Color*/.smart-style-3 .page-footer, .smart-style-3 .superbox-show {    
   height: 40px;    
   /*background-color: #00505b !important;*/
    /* background-image: linear-gradient(to bottom,rgba(0,199,232, .8), #000b5b ) !important; */
   /*background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
   /*background-image: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 45% ) !important;*/
   background-image:none;
   background-color: black !important;
}

.webInputHeader{
    background-color: #00505b !important;
    /*background-image: linear-gradient(to bottom,rgba(0,199,232, .8), #000b5b ) !important;*/
    background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;
}

/*form.webInputForm Label{
    color: #000 !important;
}*/










nav ul span.menu-item-parent {
    /*color: black;*/
    color: white;
}

 .smart-style-3 #logo img{
     padding-top: 2px;
 }
 #header-logo-name {
     padding-top:0px;
 }

/*.jarviswidget>header
{
    background: #8f97a3 ;
}*/

#span-header-right{
    display:inline-block;
    padding-top: 4px;
    color:#f1efef!important;
}

.smart-style-3 body {
    /*background: rgba(195, 178, 139, 0.16)*/ /*#CBB996*/ /*rgba(10, 41, 38, 0.14)!important;*/ /*rgba(11, 41, 10, 0.207843) !important;*/
    /*min-height:50%!important;
    max-height: 100%!important;*/
    background-color: rgba(210, 236, 227, 0.28) /*rgba(233, 245, 196, 0.47)*/ !important
}

.smart-style-3 body:not(.menu-on-top).desktop-detected{
    min-height:50%!important;
    max-height: 100%!important;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    color: rgba(14, 13, 13, 0.67)!important;
    /*color:white !important;*/
}

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
    margin-left: 9px;
    color: #f1efef;
}


.property-table-header{
    background-color: #FFF0A5 !important;
}


.GreenThemeModal .modal-header{
    
    /*background: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;*/
    /*background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 45% ) !important;*/
    background: black !important;
    color: #fff;
    font-weight: bold;
}
.GreenThemeModal .modal-header button.close{
    color: #fff; opacity: 1;
}
.GreenThemeModal .modal-body{
    background: #ffffff !important;
}
.GreenThemeModal .modal-body form fieldset{
    background: none;
}
.GreenThemeModal .modal-footer{
    background: #d6eef5;
}
.payButton{
    background-color: #a90329 !important;
    color: #fff;
    border: none;
}


.MessageBoxContainer{
    background: #d6eef5 !important;
    color: #000;
}
.MessageBoxContainer span{
    color: #000 !important;
}
.MessageBoxContainer span i{
    color: #000b5b !important;
}
.MessageBoxContainer button{
    background-color: #a90329 !important;
    color: #fff;
}

/*.labelBold .labelRight{
    font-weight: bold!important;
    text-align:right !important; 
}*/

.form-group  label{
    font-weight: bold !important;
    text-align:right !important; 
    display: block;
}

.issuesDetailDiv label{
    font-weight: bold !important;
    text-align:right !important; 
    /*margin-right:20px;*/   
    display: block;
}


.boldLabelRightAlign control-label{
    font-weight: bold!important;
    text-align:right !important; 
}



.boldLabelLeftAlign label{
    font-weight: bold!important;
    text-align:left !important; 
}



.dataTable tbody .shown .details-control:before{
   color: #739e73!important;/*#739e73*/
}


#password-form.smart-form .row{
    margin-top: -10px;/*-20px;//-15px;*/
    margin-bottom: -5px;/*-30px;*//*-6px;*/
}

#password-form.smart-form .topRow{
    margin-top: -15px;/*-20px;//-15px;*/
    
   
}

.myDetailsSecurity{
    margin-top: -55px;
}

.bottomRow{
    height: 72px;    
}

#password-form.smart-form .row label{
    margin-top: -4.5px; 
      
}


.securityInput {
    margin-top: 2px;
}


/*.ui-datepicker-prev span{
    display:none;
}*/

li.chat-users:hover ul{
    background: #73C5DC !important;
}
li.chat-users a.usr:hover{
    background: #a90329 !important;
    border-color: #900323 !important;
    color: #fff !important;
}

.GreenThemeHeader{
    background: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !important;    

}

.knowledgeComment {
    height: 70px;
    width: 100%;
}

hr {
    margin-top: 0.5em;
    margin-bottom: 10px;
    border-style: inset;
    border-width: 1px;
}


/* css for theme ends here please do not write other css here or inside ********************************************************/


.paperclip{
    margin-right: 2px;
}
.available{
    background:green;
}
.timeSlot{
    margin-bottom: 15px;
}
.timeSlot span{
    padding: 5px 15px;
    color: #000;
    /*background: #73C5DC;*/
    background: #ccc;
    cursor: pointer;
}
.selectedTimeSlot{
    background: green !important;
    color: #fff !important;
    
}
.timeSlotFather{
    margin-top: 5px; 
    /*background: #3A87AD; */
    background: #fff;
    color: #000; 
    overflow: hidden; margin-bottom: 0px;
    padding-bottom: 0;
    border: 1px solid #ccc;
}


/*****************************CSS for summary tables on registration pages and summary pages of wizards******************************/
.summary_tbls{
    width:100%;
    font-size:14px;
    /*font-style:italic;*/
}

.summary_tbls_frst_td{
    width:30%;
    vertical-align:top;
    font-weight:bold;
}

.summary_tbls_scnd_td{
   width:70%;
   vertical-align:top;
   padding-left:10px !important;
}

.listing_tbls_frst_td{
    width:30%;
    vertical-align:top;
    font-weight:bold;
}

.listing_tbls_scnd_td{
   width:70%;
   vertical-align:top;
   padding-left:10px !important;
}

.regisration_tbls_frst_td{
    width:20%;
    vertical-align:top;
    font-weight:bold;
}

.registration_tbls_scnd_td{
   width:80%;
   vertical-align:top;
   padding-left:10px !important;
}

/************************************************************************************************************************************/

 /************************** PH 10/06/2016 Only for typeahead secion**********************************************/
    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */      
        /*margin-top: 6px;*/       
        /*font-size:16px;*/   
         max-height:298px;    
    }    
    .twitter-typeahead {       
        /*height: 41px;*/
    }   
    .tt-hint {   
        /*padding: 10px 16px !important;*/   
        /*height: 45px !important;*/
    }
    .tt-query {
        height: 45px !important;
    }


    /************************** PH 10/06/2016 Only for typeahead secion**********************************************/
    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
        width: 100%;
        /*margin-top: 6px;*/
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        /*font-size:16px;*/
        max-height:238px;
        overflow-y:auto;
        z-index:2000;
        /*font-size: 16px;*/
    }

    /*--------style for .smart-style-5 theme--------*/
    .tt-menu {
         background-color: white !important;
    }
    /*----------------------------------------------*/

    .tt-suggestion:hover{
        background-color:#0091d9;
        color:black;
    }

    .tt-suggestion{
        color:black;
    }

    .twitter-typeahead {
        width: 100%;
        /*height: 41px;*/
    }
    .input-group{
         width: 100%;
    }
    /****************************************************************************************************************/
    /************************** PH 03/11/2016 CSS for X button for input type=text **********************************/
    input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
    input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

    .editable-clear-x {       
        width: 20px !important;  
        z-index: 10 !important; 
    }

    .modal .editable-clear-x, .smart-form .editable-clear-x {
        top: 40% !important;
    }
    /****************************************************************************************************************/


    .form-control {
        /*padding: 10px 16px  !important;
        font-size: 14px  !important;
        line-height: 1.33  !important;*/
    }
    .ui-accordion .ui-accordion-content {
        overflow:hidden !important;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        text-transform: none;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-transform: none;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-transform: none;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        text-transform: none;
    }
    /****************************************************************************************************************/
    .red { 
        color:red; 
    }

    .input-group {
        width:100%;
    }

    textarea {
        resize:vertical;
        max-height:250px;
    }
    .bootstrap-duallistbox-container label, .form header, legend {
        font-size: 16px;
        font-weight: bold;
    }


/*****************************CSS for modal header bold******************************/
.modal-header h4 {
    font-weight: bold;
}
/************************************************************************************************************************************/

/*****************************CSS for Make Appointment Popup******************************/

#addAppointmentsModal .label {
    font-weight: bold;
}

.checkButtonAddAppointment {
    height: 28px;
    text-align: center;
    line-height: 1em;
}

.fc-header-title h2 {
    font-weight: bold;
}

.fc-header-right .fc-button-today {
    width: 48px;
    text-align: center;
}

.fc-event.fc-event-draggable {
    cursor: pointer;
}


/************************************************************************************************************************************/

 @media (max-width: 660px){
    .cr_details_labels{
        text-align: left !important;
    }

    .label myLegacyValue{
        text-align: left !important;
        margin-left: 10px;
    }

 }

@media (max-width: 992px){

    .form-group label
    {
        text-align: left !important;
    }
    .valueWrapper{
        padding-left: 15px;
    }

     /*----------------Hiding statistic button from every detailed page------------*/
    .sparkline {
        display: none;
    }
    .adjustWidth {
        width: 12.5% !important;
    }

}
 .alignValue{
    padding-top: 4px;
    display: block;
}
 #ribbon{
     background-color:#a90329 !important;
 }
 #main{
    margin-left:0px !important;
}

 .rightsideheader > span > a{
    /*background-color:#9a3746 !important;   
    background-image: linear-gradient(to bottom,#9a3746 ,#9a3746) !important;
    border: 1px solid #9a3746 !important;*/

        /*color: #fff;*/
    background: #a90329 !important;
    border-color: #900323 !important;
} 

.rightsideheader > div > a{
    /*background-color:#9a3746 !important;   
    background-image: linear-gradient(to bottom,#9a3746 ,#9a3746) !important;
    border: 1px solid #9a3746 !important;*/

        /*color: #fff;*/
    background: #a90329 !important;
    border-color: #900323 !important;
} 

 
.rightsideheader > span > a{
    /*background-color:#9a3746 !important;   
    background-image: linear-gradient(to bottom,#9a3746 ,#9a3746) !important;
    border: 1px solid #9a3746 !important;*/

        /*color: #fff;*/
    background: #a90329 !important;
    border-color: #900323 !important;
} 