/* ----- Buttons ----- */
.btn-gradient-blue,
.start-buttons .btn-gradient-blue:hover {
    background: #309CC5;
    border: 1px solid #348fd2; 
    /*border-right: 1px solid #fff;*/
    /*border-left: 1px solid #fff;*/
    color: #fff;
/*    border: 1px solid #c2ddf0;
    color: #fff;
    background: linear-gradient(to bottom, #c4d6f8 0%, #5f9bd7 100%);*/
}
.btn-group-apc.designer-actions a {
    text-decoration: none !important;
}
.btn-gradient-blue:hover,
.file-upload:hover ~ .btn-gradient-blue {
    background: #1881d1;
}

.btn, .btn-apc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    /*font-size: 17px;*/
    padding: 6px 15px;
/*  added for independence on screen resolution  */
/*    padding: 1% 2%;*/
    text-align: center;
}

.content-apc{
    margin-top: 10px;
}

.btn-disabled {
    background: #f4f4f7;
    border-color: #edeef1;
    color: #b9c2cb;
}

.btn-light {
    border: 1px solid #dadee0;
    color: #555655;
    /*font-size: 17px;*/
    font-weight: 600;
    padding: 5px 15px;
/*  added for independence on screen resolution  */
/*    padding: 1% 2%;*/
}

.file-upload:hover ~ .gradient-light {
    background: #E6E8EA;
}

.btn-group {
    display: inline-block;
/*  added for independence on screen resolution  */
/*    width  : 100%;*/
}

.btn-group-apc {
    display: inline-block;
/*  added for independence on screen resolution  */
/*    width  : 100%;*/
}
/*#save-div.btn-group {
  added for independence on screen resolution
    width  : 60%;
}*/

.btn-group .btn {
    margin-left: 6px;
/*  added for independence on screen resolution  */
/*    margin-left: 1%;*/
}

.btn-group .btn:first-child, .btn-group-apc .btn-apc:first-child {
    margin-left: 0;
}

.gradient-light {
    background: #E6E8EA;
    background-image: -moz-linear-gradient(bottom, #F4F5F7 0%, #E6E8EA 100%);
    background-image: -ms-linear-gradient(bottom, #F4F5F7 0%, #E6E8EA 100%);
    background-image: -o-linear-gradient(bottom, #F4F5F7 0%, #E6E8EA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F5F7), color-stop(1, #E6E8EA));
    background-image: -webkit-linear-gradient(bottom, #F4F5F7 0%, #E6E8EA 100%);
    background-image: linear-gradient(to bottom, #F4F5F7 0%, #E6E8EA 100%);
}

.btn-large {
    color: #fff;
    height: 50px;
    line-height: 30px;
    padding: 10px 0;
    width: 200px;
}

.btn-small {
    color: #fff;
    height: 35px;
    line-height: 30px;
    padding: 0px 0;
    width: 100px;
}
i.fa.fa-caret-right.right-arrow, em.fa.fa-caret-right.right-arrow {
    display: block;
}

.btn .fa {
    bottom: 2px;
    font-size: 15px;
    padding-right: 8px;
    position: relative;
    display: contents;
}

.btn-white {
    background: #fff;
    border: 1px solid #d1d5d8;
    color: #7e8993;
    font-weight: 600;
    margin-bottom: 5px;
}

.btn .btn-bold {
    font-weight: 700;
}

.link-blue {
    color: #1C9FFF;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.link-blue .fa {
    font-weight: 600;
    padding-right: 8px;
    /*font-size: 19px;*/
}

.link-blue::after {
    background: #1C9FFF;
  bottom: -2px;
  content: " ";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 99999;
  transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.link-blue:hover::after {
    width: 100%;
    left: 0;
}

.btn-group .link-blue {
    margin-right: 12px;
}
.btn-discard {
   /* width: auto;
    background: #d7675f ;
    background-image: -moz-linear-gradient(bottom, #E6B5DC  0%, #DE6D80  100%);
    background-image: -ms-linear-gradient(bottom, #E6B5DC  0%, #DE6D80  100%);
    background-image: -o-linear-gradient(bottom, #E6B5DC  0%, #DE6D80  100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E6B5DC ),color-stop(1, #DE6D80 ));
    background-image: -webkit-linear-gradient(bottom, #E6B5DC  0%, #DE6D80  100%);
    background-image: linear-gradient(to bottom, #E6B5DC  0%, #DE6D80  100%);
    min-width: 1px!important;*/
    border: 1px solid rgba(244, 67, 54, 0.9) !important;
    background: rgba(244, 67, 54, 0.9);
    /*height: 37px;*/
    /*padding: 5px 10px;*/
    color: #fff;
}
.btn.btn-no{
    width: 45px;
}
.btn-trash {
    width: 40px;
    background: #EE2B4B;
    background-image: -moz-linear-gradient(bottom, #F0505B 0%, #EE2B4B 100%);
    background-image: -ms-linear-gradient(bottom, #F0505B 0%, #EE2B4B 100%);
    background-image: -o-linear-gradient(bottom, #F0505B 0%, #EE2B4B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F0505B),color-stop(1, #EE2B4B));
    background-image: -webkit-linear-gradient(bottom, #F0505B 0%, #EE2B4B 100%);
    background-image: linear-gradient(to bottom, #F0505B 0%, #EE2B4B 100%);
    border: 1px solid #ee2749;
    min-width: 1px!important;
    height: 37px;
  padding: 5px 10px;
}

.btn-trash .fa {
    color: #fff;
    font-size: 20px!important;
}

.modal-form .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 12px 0.7% 12px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    background: #f4f4f7 ;
    border-left: solid 2px #eaebef;
    border-bottom: solid 2px #eaebef;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    opacity: 1;
}

.modal-form.blue .close {
    background: #d6eeff;
    border-color: #c4e6ff;
}

.modal-form .close .fa-times {
    color:red; /* color: #b2b4b8; */
    transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.modal-form .close:hover .fa-times {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.modal-form.blue .close .fa {
    color: #59b9ff;
}

.disabled-btn {
/*    background: #6C7B8B !important;
    background: -moz-linear-gradient(top, #363d45, #6c7b8b) !important;
    background: -ms-linear-gradient(top, #363d45, #6c7b8b) !important;
    background: -o-linear-gradient(top, #363d45, #6c7b8b) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#363d45), to(#6c7b8b)) !important;
    background: -webkit-linear-gradient(top, #363d45, #6c7b8b) !important;
    border: 1px solid #88898C;
    color: #fff;
    cursor: default;
    pointer-events: none;
    border: 1px solid #6C7B8B !important;*/
    opacity: 0.6;
    pointer-events: none;
}
.no-pointer-event {
    pointer-events: none;
}
/* ------------------- */


/*******                on - off switch css                   **********************/
.onoffswitch {
    position: relative;
    width: 40px !important;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 25px; padding: 0; line-height: 25px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    background-color: #464647;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; height: 25px; margin: 0px;
    background: #EEEBFA;
    position: absolute; top: 0; bottom: 0;
    right: 13px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #4ae01d;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #4ae01d;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
.ok-btn {
    min-width: 70px;
}.runScenario a {
    font-size: 15px;
}
.cust-btn-white {
    background: #fff;
    border: 1px solid #d1d5d8;
    color: #7e8993;
    font-weight: 600;
    margin-bottom: 5px;
}
.cust-btn{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    padding: 5px 14px;
    /* padding: 1% 2%; */
    text-align: center;
}