﻿/*  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*/

.smart-form footer {
    background: rgb(214, 238, 245) !important;
}

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;
    }
}

label
{
    font-weight:bold !important;
    /*18 August, commented by samim, if it is needed to defined color please create a class for label and then define properties for that class because it is conflicting with bootstrap label*/
    /*color: black !important;*/
}

@media (min-width: 617px){
    label
    {
        text-align:right !important;        
        padding-right:0px !important;
    }
}

@media (max-width: 616px)
{
    label{
        text-align:left;
        padding-left:0px !important;
    }
    a.customtiles {
        height: auto !important;
    }
}

#left-panel{
    background: rgba(0,0,0,.23) !important;
}

/*small icon css for tile-style*/ 
#content .jarvismetro-tile.small {
    width: 100% !important;
    height:40px !important;
}
#content .small .iconbox span, #content .small_style2 .heading {
/*#style1 .heading {*/
    font-size: 8px !important;
}
#content .small .info_txt, #content .small_style2 .info_txt {
    font-size: 5px !important;
}

#content .small_style2 .style2_icon
{
    margin: 0px !important;
}
.icon_tile_img:hover
{
    border: 1px solid black;
}
/*small icon css for tile-style*/ 

#content .double .iconbox span{
    font-size:20px !important;
}
#content .jarvismetro-tile .iconbox i{
    margin-top:10px !important;
}
#content .bg-color-green{
   background-color: #356e35 !important;
}
#content .bg-color-greenDark{
   background-color: #496949 !important;
}
#content .bg-color-greenLight{
   background-color: #71843f !important;
}
#content .bg-color-purple{
   background-color: #6e587a !important;
}
#content .bg-color-magenta{
   background-color: #6e3671 !important;
}
#content .bg-color-pink{
   background-color: #ac5287 !important;
}
#content .bg-color-pinkDark{
   background-color: #a8829f !important;
}
#content .bg-color-blue{
   background-color: #57889c !important;
}
#content .bg-color-blueLight{
   background-color: #92a2a8 !important;
}
#content .bg-color-blueDark{
   background-color: #4c4f53 !important;
}
#content .bg-color-teal{
   background-color: #568a89 !important;
}
#content .bg-color-yellow{
   background-color: #b09b5b !important;
}
#content .bg-color-orange{
   background-color: #c79121 !important;
}
#content .bg-color-orangeDark{
   background-color: #a57225 !important;
}
#content .bg-color-red{
   background-color: #a90329 !important;
}
#content .bg-color-redLight{
   background-color: #a65858 !important;
}
#content .bg-color-white{
    background-color: #fff !important;
}
#content .bg-color-black{
    background-color: #000 !important;
}
#content .txt-color-green{
   color: #356e35 !important;
}
#content .txt-color-greenDark{
   color: #496949 !important;
}
#content .txt-color-greenLight{
   color: #71843f !important;
}
#content .txt-color-purple{
   color: #6e587a !important;
}
#content .txt-color-magenta{
   color: #6e3671 !important;
}
#content .txt-color-pink{
   color: #ac5287 !important;
}
#content .txt-color-pinkDark{
   color: #a8829f !important;
}
#content .txt-color-blue{
   color: #57889c !important;
}
#content .txt-color-blueLight{
   color: #92a2a8 !important;
}
#content .txt-color-blueDark{
   color: #4c4f53 !important;
}
#content .txt-color-teal{
   color: #568a89 !important;
}
#content .txt-color-yellow{
   color: #b09b5b !important;
}
#content .txt-color-orange{
   color: #c79121 !important;
}
#content .txt-color-orangeDark{
   color: #a57225 !important;
}
#content .txt-color-red{
   color: #a90329 !important;
}
#content .txt-color-redLight{
   color: #a65858 !important;
}
#content .txt-color-white{
    color: #fff !important;
}
#content .txt-color-black{
    color: #000 !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; 
    font-weight: normal;
}

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, nav#LeftPanelStyle > ul > li:hover i, nav#LeftPanelStyle > ul > li:hover b {
    color: #fff !important;
}
nav#LeftPanelStyle > ul > li:hover a span {
    color: #fff !important;
}
nav#LeftPanelStyle > ul > li:hover > a > span, nav#LeftPanelStyle > ul > li:hover > a > i{
    color:#333 !important;    
}

nav#LeftPanelStyle ul ul li > a:hover
{
    background-color: rgba(69,69,69,.8) !important;
    color: #fff !important;
}
nav#LeftPanelStyle ul ul li .active, nav#LeftPanelStyle ul ul li .active a, nav#LeftPanelStyle ul ul li .active a i
{
    font-weight:bold !important;
}

nav#LeftPanelStyle .menu-item-parent{
    color:#333 !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;
} 
/* widget custom theme ends here */



/* Theme Color can be changed here*/

/*Main Header*/
.smart-style-3 #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;
}
.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;
    color: #f1efef !important;
}
.SignInFormGreenTheme fieldset{
    background: #d6eef5 !important;
}
.SignInFormGreenTheme a{
    color: #000b5b !important;
}
/*Sub Header*/
#ribbon{
    min-height: 42px; /*32px; 26px;*/
    /* below are added*/
    background-color: #73C5DC !important;/*#497283!important*//*#3276b1*/
    margin-top: -15px;    
}

/* Login Info*/
.smart-style-3 .login-info {
    background: #d0dde8 !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;
}

/*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;
}

/* Widget Header*/
.widgetTheme header{   
    background-color: #00505b !important;
    background-image: linear-gradient(to bottom,rgba(0, 218, 232, 0.8), #000b5b ) !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;
}

.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;
}

nav ul span.menu-item-parent {
    color: black;
}

 .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;
}

#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;
    color: #fff;
    font-weight: bold;
}
.GreenThemeModal .modal-header button.close{
    color: #fff; opacity: 1;
}
.GreenThemeModal .modal-body{
    background: #d6eef5 !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;
}

/*nav ul ul ul li a {*/
nav ul ul ul {
    padding-left: 30px !Important;
}

nav ul ul b
{
    color:#444 !important;
}

nav ul li.active>a:before {
    color: #444 !important;
}

.smart-form .col label
{
    text-align:left !important;
    font-weight:bold !important;
}
/************************************************************************************************************************************/

 /************************** PH 10/06/2016 Only for typeahead secion**********************************************/
    .tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */      
         
         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-suggestion:hover{
        background-color:lightblue;
        color:white;
    }

   

    .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: 0 !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: 14px;
        font-weight: normal;
    }


/*****************************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;
}


/************************************************************************************************************************************/


.listitem a:hover
{
    background-color: #d6eef5 !important;
    /*border: 1px solid grey;*/
}

.listitem a
{
    /*border-bottom: 1px solid grey !important;*/
}

.do-it-online .listitem
{
    padding:10px;
    margin-bottom:5px;
}

.do-it-online {
	padding: 0px;
    padding-top:10px;
}

#Style2 .do-it-online {
    padding-top:0px;
}

.do-it-online .profile-list
{
	padding: 13px 13px 11px;
	border-top: 1px solid #f2f2f2;
}

.do-it-online .profile-list > h2 {
    font-size: 1.2em;
    font-weight: 700;
    /*padding: 15px 0px;*/
}

.do-it-online .profile-list > p {
	display: none;
	font-size: 1em;
	margin-bottom: 3px;
}

.do-it-online .item-icon
{
    display: block;
    height: 55px;
    margin: 0 13px 10px 0;
    width: 55px;
    /*background-image: url("../img/top-tasks.svg");*/
    float: left;
    background-repeat: no-repeat;
	background-color: #009da5;
    background-position: 0px 0px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.do-it-online .profile-list {
	position: relative;
    display: block;
    padding: 13px 13px 11px;
    /*border-top: 2px solid #f2f2f2;*/
}

.sampleTile .profile-list {
    padding: 13px 13px 0px !Important;
}

.do-it-online .item-icon {
    float: left;
    height: 56px;
    margin: 0 10px 10px 0;
    width: 56px;
}

.do-it-online .profile-list > h2 {
    margin-right: 25px;
    color: #000;
}
.do-it-online .profile-list > p {
	clear: left;
	color: #505050;
}
.row-content-container > .do-it-online a { text-decoration: none; }

.do-it-online .item-icon.custom-icon
{
    background-size: 55px auto;
	background-position: 0 0;
}

.do-it-online .item-icon.paper{background-position: -3px -6px;}
.do-it-online .item-icon.report{background-position: -85px -6px;}
.do-it-online .item-icon.briefcase{background-position: -165px -6px;}
.do-it-online .item-icon.spanner{background-position: -245px -6px;}
.do-it-online .item-icon.eye{background-position: -325px -6px;}
.do-it-online .item-icon.hall{background-position: -405px -6px;}
.do-it-online .item-icon.rubbish{background-position: -485px -6px;}
.do-it-online .item-icon.dollar{background-position: -565px -6px;}
.do-it-online .item-icon.paw{background-position: -645px -6px;}

.do-it-online .profile-list .item-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.do-it-online .profile-list:hover .item-icon {
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.profile-list
{
    /*background-color:white;*/
}

.style2_icon
{
    color:white;
}
.do-it-online [class*="col-"]
{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:1%;
    padding-left:1%;
}

.do-it-online .col-lg-3
{
    width: 100%;
}

#editTileModal .col-lg-3
{
    width: 50%;
}

/*.do-it-online > .grid > div:nth-child(2n+1)
{
    clear: none;
}*/

.style2_icon
{
    margin: 15px 17px;
}

.listitem
{
    padding: 0px;
}

.bigBox >div >span{
    margin-top:10px;
}

@media (min-width: 480px)
{	.profile-events-listing,
	.profile-news-listing,
	.tabs-panel .wysiwyg-content
	{
		padding: 20px;
	}
    .do-it-online .col-lg-3
    {
        width: 100%;
    }
    /*.do-it-online > .grid > div:nth-child(2n+1)
    {
        clear: none;
    }*/
    .style2_icon
    {
        margin: 15px 17px;
    }
    .listitem a
    {
        /*border-bottom: 1px solid grey !important;*/
    }
    .do-it-online .listitem {
        /*padding: 10px;*/
        margin-bottom: 25px;
    }

    .sampleTile {
        /*padding: 10px;*/
        margin-bottom: 0px !important;
    }

    
}

@media (min-width: 768px)
{
	/*.do-it-online  > .grid > div:nth-child(2n+1) { clear: left; }
    .do-it-online  > .grid > div:nth-child(2n+1) { clear: none; }*/    
	/*.do-it-online > .grid > div:nth-child(2n+1) {
    clear: left;
}*/
	.do-it-online .profile-list:after{display: none;}
	
	.do-it-online .profile-list > h2 {
		font-size: 1.3em;
		margin-left: 69px;
		margin-top: 3px;
		margin-right: 0px;    
		padding: 0px;
	}
    .do-it-online .col-lg-3
    {
        width: 50%;
    }
	
	.do-it-online .item-icon,
	.do-it-online .profile-list > p
	{
		display: block;
	}	
    
    /*.do-it-online {
    	padding: 20px 20px 39px;        
	}*/
    .do-it-online .profile-list
    {
        min-height: 140px;    
    	/*padding: 25px 10px 25px 15px;*/
        border-top: none;
	}
	
	.do-it-online .item-icon
	{
	    height: 65px;
	    width: 65px;
	}

	.do-it-online .item-icon.custom-icon
	{
	    background-size: 65px auto;
		background-position: 0 0;
	}
    .style2_icon
    {
        margin: 15px 17px;
    }
    .listitem a
    {
        /*border: 1px solid grey !important;*/
    }
    .do-it-online .listitem
    {
        padding: 10px;
    }
    .do-it-online .listitem {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px ) and (max-width:1399px)
{
    .do-it-online {
    	padding: 0px 10px;
	}
	/*.do-it-online > .grid > div:nth-child(3n+1) {
        clear: left;
    }
    .do-it-online > .grid > div:nth-child(2n+1)    {
        clear: none;
    }*/    
    .style2_icon    {
        margin:18px 22px;
    }	
	.profile-tabbed-listing .no-item-text	{
		padding: 0px 30px;
	}
	.do-it-online .col-lg-3    {
        width: 33.33%;
    }
}

@media (min-width: 1400px)
{
    .do-it-online .col-lg-3 {
        width: 25%;
    }
    /*.do-it-online > .grid > div:nth-child(2n+1) {
        clear: none;
    }
    do-it-online > .grid > div:nth-child(4n+1) {
        clear: left !important;
    }
    .do-it-online > .grid > div:nth-child(3n+1) {
        clear: none;
    }*/
    .style2_icon {
        margin:18px 22px;
    }
}






a.customtiles {
    display: block;
    padding: 20px;
    height: 100px;
}
a.addmargin {
    margin-right: 5px;
}
div.norightpadding {
    padding-right: 0;
}
div.nopaddingleft {
    padding-left: 0;
}
p.fontsize12 {
    font-size: 12px;
}
.customcross {
    color: red;
    opacity: 0.5;
}

form#form-builder-pages > section.customStandardFieldWrapper {
    width: 24.5%; float: right; 
    margin-right: 15px; margin-top: 5px; position: relative; z-index: 1;
}
form#form-builder-pages > section.customStandardFieldWrapper > label {
    width: 100%;
}
form#form-builder-pages > section.customStandardFieldWrapper > label > select {
    width: 100%;
    border-radius: 4px !important;
}
section.propertiesWrapper {
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-bottom: 5px;
}
section.propertiesWrapper > h4 {
    text-align: center;
    background: #ddd;
    margin-bottom: 10px;
    padding: 3px 0;
}
section.propertiesWrapper label.control-label {
    padding-left: 0;
    font-weight: normal !important;
    line-height: 20px;
    padding-top: 5px;
    font-size: 12px;
}
section.propertiesWrapper label.customPropertiesLabel {
    line-height: 30px;
}
section.propertiesWrapper input.customPropertiesInput {
    height: 24px;
}
section.propertiesWrapper input {
    height: 30px;
    border-radius: 4px !important;
}
section.propertiesWrapper > div {
    margin-bottom: 5px;
}
section.propertiesWrapper span.errorMessage {
    font-size: 11px;
}
.clearFormBuilderControl {
        clear: right;
        position: static !important;
        width: 25% !important;
    }
.requiredClass {
    border: 1px solid #ff6c60 !important;
}

.minified nav>ul>li>ul{

    margin-top:-7px;
}
.tabcloser {
    color: #a90329;
    padding-left: 10px;
    cursor: pointer;
}


span.notifyy {
    background: #900323;
    position: absolute;
    left: 50px;
    padding: 5% 0;
    color: #fff;
    border-radius: 50%;
    width: 26%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}
.backgroundRed {
    background: #900323;
}
#main{
    margin-left:0px !important;
}
#header>:first-child, aside {
    width: 150px !important;
}