﻿.btn > i {
    margin-right: 3px !important;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 27.8% !important;
    background-color: #5DB2FF;
    /* border: 1px solid #ddd; */
    /* list-style: none !important; */
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
li.ui-menu-item {
    height: auto;
    line-height: 35px;
    color: #fff;
    border-bottom: 1px solid #3388D5;
}
a.ui-corner-all {
    color: #fff;
    padding: 10px 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 0;
}
a.ui-corner-all {
  color: #fff;
  padding: 10px 5px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ff8a00;
}
.ui-corner-all a:hover, .ui-corner-all a:focus, .ui-corner-all a:active {
    background:red !important;
    color:#000;
    border-radius:0;
}
.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
     background-color: rgb(64, 151, 231) !important;
  color: #000;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100% !important;
  text-align: left;
  /* width: 129px !important; */
  display: block;
}
.mat-input-element {
    border: 1px solid #e2e2e4 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
     background-color: rgb(64, 151, 231) !important;
  color: #000;
  border-radius: 0;
  padding:0;
  margin: 0;
  width: 100% !important;
  text-align: left;
  /* width: 129px !important; */
  display: block;
}
a.ui-corner-all:hover {
    background-color:transparent !important;
}
li.ui-menu-item:focus {
    background-color:rgb(64, 151, 231) !important;
    cursor:pointer;
    transition:ease-in-out all 1s;
}
li.ui-menu-item:hover {
    background-color:rgb(64, 151, 231);
    cursor:pointer;
    transition:ease-in-out all 1s;
}
a {
    cursor: pointer;
}
::selection {
    color: #fff;
    background: #23A5C5;
}
label {
    width: 100%;
}
select + div.btn-group {
    width: 100%;
}
select + div.btn-group > button.multiselect {
     width: 100%;
     background-color:#fff !important;
     color:#c2c2c2 !important;
     border:1px solid #e2e2e4 !important;
     text-align: left;
}
select + div.btn-group > button.multiselect > .caret {

    float: right;
    margin-top: 9px;
    margin-right: -5px;

}
select + div.open > ul.multiselect-container {
    width: 100%;
    padding-bottom:10px;
    padding-top:5px;
    background-color: #f8f8f8;
}
select + div.open > ul.multiselect-container > li > a {
    width: 100%;
    background-color: #f8f8f8;
    color:#c2c2c2;

}
select + div.open > ul.multiselect-container > li > a:hover {
    background-color: #1fb5ad;
    color:#fff;

}
ul.multiselect-container.dropdown-menu input[type="checkbox"] {
        height: 16px !important;
        margin-top: 2px;
}
.multiselect-dropdown .dropdown-btn .dropdown-down {
    border-top: 5px solid #adadad !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-up {
    border-bottom: 5px solid #adadad !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
}
.notifyPanel {
    background: black !important;
    color: yellow !important;
}
.dialog-body > mat-dialog-container {
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 11px;
}
.dialog-body .ng-star-inserted > button {
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 6px;
}
.dialog-body .ng-star-inserted > button:first-child {
        background: #228B22 !important;
    }
.dialog-body .mat-dialog-actions > button {
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 6px;
    background: #228B22 !important;
}

/* Added By Debajyoti From Old REAgent Starts */
.MultiArrayWidgetLine {
    cursor: pointer;
}

.hrborder {
    border: 1px solid #0FF;
}

.MultiArrayWidgetLine .hrbutton {
    display: none;
}

.MultiArrayWidgetLine.hrborder .hrbutton {
    display: block;
}

.hrbutton {
    z-index: 99;
    width: 100%;
    height: auto;
    /*text-align: center;*/
    position: relative;
}

.hrbutton .btn.btn-circle.btn-sm {
    margin-bottom: 3px;
    position: absolute;
    right: 40px;
    top: /*-58px*/ -27px;
    border: none;
}

.widgetbutton {
    position: relative !important;
}

.widgetbutton .btn.btn-circle.btn-sm {
    margin-bottom: 3px;
    position: absolute;
    right: 5px;
    top: -55px;
    border: none;
}

.btn.btn-circle.btn-sm {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    width: 25px;
    padding: 0;
}

.btn.btn-circle {
    -webkit-border-radius: 50%!important;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%!important;
    -moz-background-clip: padding;
    border-radius: 50%!important;
    background-clip: padding-box;
    text-align: center;
}

.hrbutton .fa-edit:before {
    padding-top: 5px;
    display: block;
}

.buttonWidth {
    width: 70px!important;
}

.activeTemplate {
    border-color: #146a00!important;
}

.inactiveTemplate {
    border-color: #ccc!important;
}
.btn.btn-circle.btn-sm {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    width: 25px;
    padding: 0;
}
/* Added By Debajyoti From Old REAgent Ends*/


/*@@@@@@ Wizard CSS Start @@@@@@@ */
.emaileditor_body {
    background: #f3f3f3;
}

.emaileditor_cont {
    width: 100%;
    /*max-width:1250px;*/
    margin: 14px auto;
    background: #fff;
}

.wizard_cont {
}

.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}

    .step-indicator li {
        display: table-cell;
        position: relative;
        float: none;
        padding: 0;
        width: 1%;
    }

        .step-indicator li:after {
            background-color: #ccc;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            width: 100%;
            top: 32px;
        }

        .step-indicator li:after {
            left: 50%;
        }

        .step-indicator li:last-child:after {
            display: none;
        }

        .step-indicator li.active .step {
            border-color: #4183D7;
            color: #4183D7;
        }

        .step-indicator li.active .caption {
            color: #4183D7;
        }

        .step-indicator li.complete:after {
            background-color: #87D37C;
        }

        .step-indicator li.complete .step {
            border-color: #87D37C;
            color: #87D37C;
        }

        .step-indicator li.complete .caption {
            color: #87D37C;
        }

    .step-indicator .step {
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 24px;
        height: 64px;
        line-height: 64px;
        margin: 0 auto;
        position: relative;
        width: 64px;
        z-index: 1;
    }

        .step-indicator .step:hover {
            cursor: pointer;
        }

    .step-indicator .caption {
        color: #ccc;
        padding: 11px 16px;
    }

    .step-indicator > li > .step > i {
        margin-top: 17px;
    }

.slidingdiv {
    width: 100%;
    padding: 20px 30px;
    margin-top: -9px;
    float: left;
    background: #fff;
}

    .slidingdiv > .filed_cont {
        width: 100%;
        height: 120px;
        margin: 0;
        padding: 0;
        float: left;
    }

.filedhight {
    height: 45px !important;
    overflow: hidden;
}

.slidingdiv .slidbar {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    background: url(../images/midline.jpg) left top repeat-x;
}

    .slidingdiv .slidbar .upset {
        width: 40px;
        height: 40px;
        background: url(../images/uparo.jpg) left top no-repeat;
        margin: 0 auto;
        cursor: pointer;
    }

    .slidingdiv .slidbar .down {
        background: url(../images/downaro.jpg) left top no-repeat !important;
    }

.selecttemplate {
    width: 100%;
    padding: 20px 30px 40px 20px;
    margin-top: 10px;
    float: left;
    background: #fff;
}

.lastfooter {
    width: 100%;
    padding: 15px;
    margin-top: -9px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #e5e5e5;
}

.lastfooter_inner {
    margin-top: 0 !important;
}

.editemail_maincont {
    width: 100%;
    height: 775px;
    overflow: hidden;
    padding: 20px 50px 40px 50px;
    margin-top: -9px;
    float: left;
    background: #fff;
    position: relative;
}

.bottomhight {
    width: 100%;
    height: 70px;
    float: left;
    background: #fff;
}

.edit_cont {
    width: 800px;
    height: 775px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin-top: 20px;
    float: left;
    background: #fff;
}

.widgetsbar {
    width: 302px;
    position: absolute;
    right: 50px;
    top: 20px;
}

.edit_cont_preview {
    margin: 0 auto !important;
    float: none !important;
    width: 800px;
}

.warrow {
    width: 32px;
    height: 32px;
    background: url(../images/warrow01.jpg) left top no-repeat;
    position: absolute;
    left: 0;
    top: 32px;
    cursor: pointer;
}

.warrow_down {
    background: url(../images/warrow02.jpg) left top no-repeat;
}

.widgets_maincont {
    width: 280px;
    height: 32px;
    height: 775px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f6f6f6;
    position: absolute;
    left: 32px;
    top: 0;
}

.widgetsbarhover {
    right: -270px;
}

.editcont_titlehover {
    width: 1140px !important;
}

.edit_conthover {
    /*width: 1140px !important;*/
}



.editcont_title {
    width: 800px !important;
    background: #45515f;
    padding: 10px 0;
    font-size: 16px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.fieldstree_cont {
    width: 100%;
    /*height:272px;*/
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.fieldstree_header {
    width: 100%;
    height: 32px;
    padding: 5px 10px 0 10px;
    float: left;
    background-color: #737b92;
    color: #fff;
    font-size: 16px;
}

.fieldstree_body {
    width: 100%;
    height: 240px;
    margin-top: 10px;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

    .fieldstree_body.freespace {
        height: auto !important;
        overflow-x: auto !important;
    }

.webkit P {
    color: #000 !important;
}

.widgets_cont {
    width: 100%;
    float: left;
}

.widgets_header {
    width: 100%;
    padding: 5px 7px;
    border-bottom: 1px solid #727b92;
    font-size: 15px;
    float: left;
    position: relative;
    cursor: pointer;
}

    .widgets_header img {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.widgets_body {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #cbcdd5;
    float: left;
}

.hidebody {
    display: none !important;
}

.widgets_button {
    border: none;
    margin-left: 4px;
}

@media screen and (min-width:320px) and (max-width:1199px) {

    .slidingdiv > .filed_cont {
        height: 200px;
    }

    .filedhight {
        height: 90px !important;
    }
}

@media screen and (min-width:320px) and (max-width:1380px) {

    .widgetsbar {
        right: -270px;
    }

    .widgetsbarhover {
        right: 50px;
    }
}
/*@@@@@@ Wizard CSS End @@@@@@@ */

/***********Added by Deajyoti Starts************/
.mat-form-field-underline {
    background-color: #1fb5ad !important;
}
.mat-radio-button ~ .mat-radio-button {
    margin-left: 16px;
}
.searchText {
    float: left;
    width: 10%;
    padding: 6px 12px;
    background: #2196F3;
    color: white;
    font-size: 14px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  .searchText:hover {
    background: #0b7dda;
  }
  .searchTextIcon {
    font-size: 20px !important;
  }
  .searchTextContainer {
    display: flex;
    flex-wrap: nowrap;
  }
  .clearicon {
    font-size: 16px;
    padding-top: 2px;
    padding-right: 10px;
  }
  #searchText, #selectedPropertyText {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .ma_footer_cont {
    margin-right: 0;
    margin-left: 0;
  }
/***********Added by Deajyoti Ends**************/