#hide{
    display:none;
}


.border-1{
    border: 1px #ccc solid;
}
.padding-20{
    padding: 20px;
}
.margin-top-10{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.padding-left-20{
    padding-left: 20px !important;
}
.padding-left-5{
    padding-left: 5px;
}
div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    /*height: 50px;*/
    height: auto;
    line-height: 3.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #b7738a;
    color: #FFF;
}

/** Added by Sumit Parakh on 16 Feb 2018 */
/*div.alert-danger{*/
    /*background-color: #b7738a!important;*/
/*}*/

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #8e8888;
    content: "x";
}
div.message.hidden {
    height: 0;
}
.refresh-color{
    color: #D4E6EC;
}
#loader {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,0.7);
    opacity:1;
}

#loader > img{
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* border: 1px solid #765FB5; */
    border-radius: 4px;
    overflow: hidden;
}
.browseplan{
    cursor: pointer;
    float: right;
}
.word-wrap{
    word-wrap: break-word;
}
.float-left{
    float: left;
}
.addfields{
    width: 7%;
}
.isLoading {
    position: fixed;
    left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible;
    background: #333 url('../../../../adminlte/dist/img/ajax-loader.gif') no-repeat center center;
    opacity : 0.7;
}

.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    /*background-color: #b7738a!important;*/
}

.active-service{
    /*position: absolute; */
    top: -10px;
    right: -18px;
    width: auto;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
    background-color: #3ab656;
    color: #fff;
    padding: 5px 10px 0 20px;
    height: 20px;
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
    /* letter-spacing: 0.03em; */
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.active-service:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid #004d99;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.active-tick{
    position: absolute;
    top: 5px;
    right: 5px;
    /*width: auto;*/
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
    background-color: #3ab656;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    /*height: 20px;*/
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
    /* letter-spacing: 0.03em; */
    /*position: relative;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.position-relative{
    position: relative;
}

/*
.active-tick:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid #004d99;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
*/