﻿/*input[type="button"], input[type="submit"] {
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent !important;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}
.btn-green {   
    background-color: #28a745 !important;
}
.btn-red {
    background-color: #d14944;  
}
.btn-lnk {
    background-color: transparent !important;
    color: gray !important;
}
.btn-blue,.btn-cm-blue {
    background-color: #3389ca;
}

.btn-black,.btn-cm-black {
    background-color: #0E1014 !important;
    margin-left: 0.25rem;
}

.ml-px-10{
    margin-left:10px;
}

.datepicker .datepicker-days td, .datepicker .datepicker-days th {
    width: 30px !important;
    height: 30px !important;
}

.datepicker table {
    width: 100%;
}

.datepicker-dropdown {
    max-width: 250px !important;
    max-width: 230px;
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    padding: 20px !important;
}

.datepicker-months > table > thead > tr > th > i.icon-left-arrow, .datepicker-years > table > thead > tr > th > i.icon-left-arrow {
    top: 7px !important;
    left: 7px !important;
}

.datepicker-months > table > thead > tr > th > i.icon-right-arrow, .datepicker-years > table > thead > tr > th > i.icon-right-arrow {
    top: 7px !important;
    right: 7px !important;
}

.icon-left-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: 12px;
    left: 12px;
    background-image: url('/Content/svg/Left-Arrow-Black.svg');
}

.icon-right-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: 12px;
    right: 12px;
    background-image: url('/Content/svg/Right-Arrow-Black.svg');
}

.icon-left-arrow-white-button {
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: 82.5px;
    left: 20px;
    background-image: url('/Content/svg/Left-Arrow-White-Button.svg');
}
.icon-svg-col {
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: -27px;
}

.icon-tick-green {
    background-image: url('/Content/svg/Tick-With-Circle-Green.svg');
    left: 37%;
}
.icon-tick-blue {
    background-image: url('/Content/svg/Tick-With-Circle-Blue.svg');
     
}
.icon-svg-col-tick-blue {
    position: relative;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}
.dv-center {
    margin-top: 10px !important;
    padding-top: 5px;
    border-top: 1px gray solid;
    border-bottom: 1px gray solid;
    margin: 0 auto;
}
.dv-hide{
    display:none!important;
}
.ml-px-39 {
    margin-left: 39px!important;
}
.mt-px-10 {
    margin-top: 10px !important;
}
#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 30001;
    opacity: .7;
    filter: alpha(opacity=70);
    display: none;
}

div#divLoading > p {
    position: absolute;
    top: 40%;
    left: 45%;
    color: White;
}
.lnkText
{
    color:#3389ca;
}
.txt-unsubscribe {
    font-size: 20px;
    font-weight: bold;
}
.dvicon
{
    padding-bottom:50px;
}
.dvresubscribe
{
    line-height:5;
}*/
.cm-body-content
{
    padding-right:0!important;
    padding-left:0!important;
}

#btnCMPreviewRun, #btnCMPreviewInsertFirstRecipient, .btn-cm-blue, .btn-cm-black {
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent !important;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

#btnCMPreviewRun {
    background-color: #28a745 !important;
}

#btnCMPreviewInsertFirstRecipient {
    background-color: #3389ca !important;
}

    #btnCMPreviewRun:focus, #btnCMPreviewRun:active, #btnCMPreviewRun:hover, #btnCMPreviewInsertFirstRecipient:focus, #btnCMPreviewInsertFirstRecipient:active, #btnCMPreviewInsertFirstRecipient:hover {
        outline: none !important;
        box-shadow: none !important;
        color: #fff !important;
    }

#txtEmailAddress:focus {
    outline: none !important;
    box-shadow: none !important;
}

.documentmanagerfile {
    color: transparent;
    width: 130px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

    .documentmanagerfile::-webkit-file-upload-button {
        visibility: hidden;
    }

    .documentmanagerfile::before {
        content: 'Upload Document';
        color: black;
        display: inline-block;
        background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        pointer-events: none;
      
    }

    .documentmanagerfile:hover::before {
        border-color: black;
    }

    .documentmanagerfile:active {
        outline: 0;
    }

        .documentmanagerfile:active::before {
            /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);*/
        }

@media only screen and (min-width: 240px) and (max-width: 640px) {
    #btnCMPreviewRun, #btnCMPreviewInsertFirstRecipient {
        width: auto !important;
        height: 26px !important;
    }

    #txtEmailAddress {
        height: 16px !important;
    }
}

.btn-cm-blue {
    background-color: #3389ca;
}

.btn-cm-black {
    background-color: #0E1014;
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 30001;
    opacity: .7;
    filter: alpha(opacity=70);
    display: none;
}

div#divLoading > p {
    position: absolute;
    top: 40%;
    left: 45%;
    color: White;
} 

/********BOOTSTRAP*/
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb!important;
}

.alert {
    position: relative;
    /*padding: 0.75rem 1.25rem;*/
    /*margin-bottom: 1rem;*/
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.red-cross { 
    background-image: none, url('../svg/Cross-Without-Circle-Red.svg');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -10px;
    top: -25px;
    /*background-color: transparent;*/
}

.red-cross-div {
    position: absolute;
    top: 50%;
    right: 0px;
}
 

    .error-container > div, .success-container > div, .test-success-container > div {
        padding: 1.5rem 0 1.5rem 0; 
    }
.alert-success {
    color: #28a745;
    background-color: #d4edda;
    border-color: #d4edda;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 12px 15px 15px 15px;
}

.alert-success-cross {
    background-image: none, url('/Content/themes/base/svg/Cross-Without-Cricle-Green.svg');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -10px;
    top: -1px;
    background-color: transparent;
    cursor: pointer;
    border:none;
}

 
.list-success-alert {
    margin-bottom: 1rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

/*****Datepicker CSS********/
/*.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}*/
/*.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
/*.table-condensed {
    font-size: 11px;
}*/
/*.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}*/
/*.datepicker-dropdown {
    top: 0;
    left: 0;
}*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 4px 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-family: Arial;
    max-width: 250px;
}
/*.datepicker  {
    padding: 0!important;
}*/
.datepicker table {
    width: 100%;
}
 
.datepicker-months > table > thead > tr > th > i.icon-left-arrow, .datepicker-years > table > thead > tr > th > i.icon-left-arrow {
    top: 7px !important;
    left: 7px !important;
}

.datepicker-months > table > thead > tr > th > i.icon-right-arrow, .datepicker-years > table > thead > tr > th > i.icon-right-arrow {
    top: 7px !important;
    right: 7px !important;
}

.icon-left-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: -4px;
    left: -6px;
    background-image: url('/Content/svg/Left-Arrow-Black.svg');
}

.icon-right-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: -4px;
    right: -6px;
    background-image: url('/Content/svg/Right-Arrow-Black.svg');
}

.icon-left-arrow-white-button {
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    top: 82.5px;
    left: 20px;
    background-image: url('/Content/svg/Left-Arrow-White-Button.svg');
}

/***Datepicker class ends here******/
.errormsg > ul > li, .md-error-msg > ul > li {
    list-style-type: none;
    font-family: Arial,'Arial MT',sans-serif;
    color: #d14944;
    font-size: 12px;
    padding-bottom: 5px;
}
    .errormsg > ul > li:last-child, .md-error-msg > ul > li:last-child {
        padding-bottom: 0;
         
    }
    /* Only for print button functionality to retain styles*/
* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
.datepicker 
{
    padding:8px!important
}
.alert {
    position: relative;
    border: 1px solid transparent;
}
    .alert > label {
        margin-bottom: 0;
        font-size:12px;
        font-family: Arial,'Arial MT',sans-serif;
    }
.alert-success-cross {
    background-image: none, url(/Content/svg/Cross-Without-Cricle-Green.svg);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -10px;
    top: -1px;
    background-color: transparent;
    cursor: pointer;
}

.mb-px-0{
    margin-bottom:0px;
}

.marginTop-1rem{
    margin-top:1rem;
}
