﻿
/*._Logo {
    background-image: url("/Content/Images/esbconnectlogo.png");
    width: 302px;
    height: 248px;
    font-size: 40px;
    background-position: center center;
}*/

.icon-basket {
    background-image: url("/Content/Metronic/Metronic_v3.6/assets/global/img/shop-cart-icon.png");

}

.campaign_status {
    height: 100%;
    width: 100%;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 30px;
    background-color: #1db7d6; /*1db7d6*/
    position: relative;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #1db7d6;
    border-left: solid 1px #1db7d6;
    border-right: solid 1px #1db7d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*margin-bottom: 0.0em;*/
}
.campaign_status ol {
   font-size: smaller;
    text-align: center;
    /*margin-top: 0px;
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 0em;*/
    display: block;
    height: 100%;
    /*width: 102%;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*position: relative;*/
    list-style: none;
    color: #393e41;
}
.campaign_status ol li {
    width: 33%;
    min-width: 100px;
    height: 20px;
    float: left;
    margin: 0;
    margin-left: 1px;
    padding-top: 3px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #FAEBE1;
    /*background: -webkit-linear-gradient(left, #ff8976, #f6f7eb ); *//* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, #ff8976, #f6f7eb); *//* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, #ff8976, #f6f7eb); *//* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, #ff8976, #f6f7eb); *//* Standard syntax */

}

.campaign_status ol li span .step {
    top: -0.4em;
    /*border: 3px solid #ddd;*/
    z-index: 99;
    position: absolute;
    /*font-size: 1.25em;
    color: #ddd;
    width: 1.5em;
    font-weight: 700;
    background-color: #fff;
    border-radius: 0%;*/
}

.campaign_status ol li span .stage {
    color: #fff;
}

.campaign_status ol li.complete {
        /*height: 20px;*/
        background: #6ed3e6;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        margin-left: 0.1em;
}

.campaign_status ol li.active {
        background: #53dd6e;     /*rgba(141,198,63,0.84);*/ /*#8dc63f;*/
        font-weight: 600;
        color: #fff !important;
        margin-left: 0.1em;

        /*background-image: repeating-linear-gradient(-20deg, transparent, transparent 12px, #8dc63f 12px, rgba(183, 238, 106, 0.66) 24px);*/
        /*-webkit-animation: progress 3s infinite linear;
        -moz-animation: progress 3s infinite linear;
        -ms-animation: progress 3s infinite linear;
        -o-animation: progress 3s infinite linear;
        animation: progress 3s infinite linear;*/
}

/* Align data in grid columns to top 10/08/2017 MR*/
.k-grid tbody tr td 
{
    vertical-align: top
}

.k-grid table tr.k-state-selected
{
    background: rgba(141,198,63,0.84); /*#8dc63f;*/

}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

/* Command buttons on Kendo grid (grid name EditorGrid) */
#EditorGrid .k-grid-content .k-button {
  width: 20px;
  height: 20px;
  border: none;
  min-width: 0 !important;
  border-radius: 0;
  color: transparent;
  text-indent: -10000%;
  box-shadow: none !important;
}

/*.k-grid-content .k-button span {
   display: none;
 }

.k-grid-content .k-button .k-grid-Edit {
  
}*/

#EditorGrid .k-grid-content a.k-button.k-button-icontext.k-grid-edit {
        background: url(../Images/edit.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
}

#EditorGrid .k-grid-content a.k-button.k-button-icontext.k-grid-update {
        background: url(../Images/save.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
}

#EditorGrid .k-grid-content a.k-button.k-button-icontext.k-grid-cancel {
        background: url(../Images/delete.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
}

/*.k-tooltip {
        background-color: white !important;
        border: solid 2px #ccc;
        width: 120px;
        height: 20px;
        color: #333 !important;
    }*/


@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.modalWindow {
    font-size: small;
    margin: 0em 2em 2em 2em;
}

.modalWindow_WithHeaderTitle {
    font-size: small;
    margin: 0em 2em 2em 2em;
}

/*.estimateText {
    padding: 4px; 
    border: solid 1px #00AAD6; 
    border-radius: 5px; 
    background: rgba(250,250,250, 0.6);
}*/
.btn-disabled {
    background-color: #fff;
    color: #808080;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 13px;
    padding-right: 13px;


}

::-webkit-input-placeholder {
   color: #808080;
}

:-moz-placeholder { /* Firefox 18- */
   color: #808080;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #808080;  
}

:-ms-input-placeholder {  
   color: #808080 !important;  
}

.btn {
  /*background: -webkit-linear-gradient(red, blue);*/ /*For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(red, blue);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(red, blue);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(red, blue);*/ /* Standard syntax */
  background: #fff !important;
  border: solid 1px #c0c0c0 !important;
  color: #393E41;
  box-shadow: 1px 1px 1px #888888 !important;
}

.btn:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #393E41 !important;
    color: #fff !important;
}

.btn[disabled] {
    background-color: #c0c0c0;
    box-shadow: 1px 1px 1px #e2e2e2 !important;
}

.btn-default {
  background: #fff !important;
  border: solid 1px #c0c0c0;
  color: #393E41;
  box-shadow: 1px 1px 1px #888888 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #393E41 !important;
    color: #fff !important;
}

.btn.default {
  /*background: -webkit-linear-gradient(red, blue);*/ /*For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(red, blue);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(red, blue);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(red, blue);*/ /* Standard syntax */
  background: #fff !important;
  border: solid 1px #c0c0c0;
  color: #393E41;
  box-shadow: 1px 1px 1px #888888 !important;
}

.btn.default:hover {
    background-color: #393E41 !important;
    color: #fff !important;
}

.dashboard-stat2 {
   border: solid 1px #1db7d6;
   background-color: #f6f7eb !important;
   box-shadow: #c0c0c0 2px 2px;
   border-radius: 5px;
}



.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #53dd6e;
    z-index: 3;
    margin-left: 50%;
    margin-top: 5px;
}

.page-prefooter h2 {
    color: #228fcf;
}

.radio-linedup
{
    padding-top:0px !important;
}

/*override metronic checkbox style for Firefox*/
div.checker input[type=checkbox] {
    -moz-appearance: checkbox;
}

/*input[type=radio]{
    opacity: 1;
}*/

.loginborder{
    border-color: #444;
    border-style:solid;
    border-width:0px;
}