﻿.form-box {
    /*padding-top: 40px;*/
    padding-bottom: 40px;
}

.form-wizard {
    padding-top: 25px 0px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* font-size: 16px;*/
    font-weight: 400;
    color: #888;
    /* line-height: 30px;*/
    text-align: center;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border: 1px solid rgba(0,0,0,.07);
}

.pagination {
    color: #222;
    font-size: 12px;
}

.form-wizard strong {
    font-weight: 500;
}

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
    font-size: 25px;
    font-weight: 400;
    color: #18aacc;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-wizard h4 {
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #18aacc;
    line-height: 26px;
    width: 100%;
}

    .form-wizard h4 span {
        float: right;
        font-size: 15px;
        font-weight: 400;
        color: #868686;
        line-height: 26px;
    }

.form-wizard h5 {
    font-weight: normal;
}

.form-wizard table tr th {
    font-weight: normal;
}

.form-wizard img {
    max-width: 100%;
}
/*
.form-wizard ::-moz-selection { background: #ea2803; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #ea2803; color: #fff; text-shadow: none; }*/


/*.form-control {
  height: 44px;
  width:100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 9px;
  margin-left: -20px;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #ea2803 inset;
}

.form-control:focus {
  outline: 0;
  background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#ea2803; }

.form-wizard .btn {
  min-width: 105px;
  height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard .btn:hover {
  background:#f34727; 
  color: #fff; 
  }
.form-wizard .btn:active { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
  }
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #18aacc; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #18aacc; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}
*/

.form-wizard .success h3 {
    color: #4F8A10;
    text-align: center;
    margin: 20px auto !important;
}

.form-wizard .success .success-icon {
    color: #4F8A10;
    font-size: 100px;
    border: 5px solid #4F8A10;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}

.form-wizard .progress-bar {
    background-color: #ea2803;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-wizard-step {
    padding-top: 10px !important;
    border: 2px solid #fff;
    background: #ccc;
    -ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}

    .form-wizard-step.active {
        background: #18aacc;
    }

    .form-wizard-step.activated {
        background: #18aacc;
    }

.form-wizard-progress {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #ea2803;
}

.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #ea2803;
}

.form-wizard-tolal-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-4 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-5 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}

.form-wizard-step.activated .form-wizard-step-icon {
    background: #18aacc;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
}

.form-wizard-step.active .form-wizard-step-icon {
    background: #fff;
    border: 1px solid #fff;
    color: #18aacc;
    line-height: 38px;
}

.form-wizard-step p {
    color: #fff;
    -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}

.form-wizard-step.activated p {
    color: #fff;
}

.form-wizard-step.active p {
    color: #fff;
}

.form-wizard fieldset {
    display: none;
    text-align: left;
    border: 0px !important;
}

.form-wizard-buttons {
    text-align: right;
    margin-bottom: 10px;
}

.form-wizard .input-error {
    border-color: #ea2803;
}

/** image uploader **/
.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}

    .image-upload a[data-action] i {
        width: 1.25em;
        text-align: center;
    }

    .image-upload a[data-action]:hover {
        color: #ea2803;
    }

    .image-upload a[data-action].disabled {
        opacity: 0.35;
        cursor: default;
    }

        .image-upload a[data-action].disabled:hover {
            color: #555;
        }

.settings_wrap {
    margin-top: 20px;
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

    .image_picker .settings_wrap .drop_target,
    .image_picker .settings_wrap .settings_actions {
        float: left;
    }

    .image_picker .settings_wrap .drop_target {
        margin-right: 18px;
    }

    .image_picker .settings_wrap .settings_actions {
        float: left;
        margin-top: 100px;
        margin-left: 20px;
    }

.settings_actions.vertical a {
    display: block;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}

    .drop_target input[type="file"] {
        visibility: hidden;
    }

    .drop_target::before {
        content: 'Drop Hear';
        font-family: FontAwesome;
        position: absolute;
        display: block;
        width: 100%;
        line-height: 220px;
        text-align: center;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.3);
        transition: color 0.2s;
    }

    .drop_target:hover,
    .drop_target.dropping {
        background: #f80;
        border-top-color: #cc6d00;
    }

        .drop_target:hover:before,
        .drop_target.dropping:before {
            color: rgba(0, 0, 0, 0.6);
        }

    .drop_target .image_preview {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 2;
    }

.createCampaign- {
    display: none;
}

#campaignBack {
    position: absolute;
    top: 10px;
    right: 10px;
}

.form-wizard table h5 {
    font-weight: bold;
}

.groupName {
    border: solid thin #ccc;
    border-radius: 4px;
    padding: 5px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 13px;
}

    .groupName i {
        font-size: 11px;
        margin-left: 8px;
    }

    .groupName:hover {
        color: #fff;
        background: #18aacc;
        cursor: pointer;
        border-color: #18aacc;
    }

    .groupName.active {
        color: #fff;
        background: #0385a3;
        border-color: #0385a3;
    }

.scroller .alert {
    padding: 9px 19px 9px 15px;
}

.alert input {
    margin-top: 0px;
}

.alert.checkbox {
    margin-top: -7px;
    padding: 7px 19px 7px 15px;
}

.h5, h5 {
    font-size: 13px;
}

.bootstrap-select .dropdown-menu, .bootstrap-select .navbar-nav > .tasks-menu > .dropdown-menu {
    width: auto;
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
}

.small-box h5 {
    color: #2c2c2c;
    font-weight: bold;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

#tableDatapagination .pagination ul li.inactive, #tableDatapagination .pagination ul li.inactive:hover {
    background-color: #ededed;
    color: #bababa;
    border: 1px solid #bababa;
    cursor: default;
}

#tableDatapagination .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#tableDatapagination .pagination {
    width: 480px;
    height: 25px;
}

    #tableDatapagination .pagination ul li {
        list-style: none;
        float: left;
        border: 1px solid #18aacc;
        padding: 2px 6px 2px 6px;
        margin: 0 3px 0 3px;
        font-family: arial;
        font-size: 11px;
        color: #18aacc;
        font-weight: bold;
        background-color: #fff;
    }

        #tableDatapagination .pagination ul li:hover {
            color: #fff;
            background-color: #18aacc;
            cursor: pointer;
        }

.go_button {
    padding: 3px 5px;
    background-color: #18aacc;
    border: 1px solid #18aacc;
    color: #fff;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    margin-top: -1px;
}

.total {
    float: right;
    font-family: arial;
    color: #999;
}

.pagination p {
    float: left;
    padding: 0px;
    margin: 0px;
}

.innerPagination {
    margin-top: -1px;
}

    .innerPagination ul {
        margin: 0px;
    }

.pagedata {
    float: left;
}

.datatodisplay {
    background: #ccc;
    width: 100%;
    height: 100px;
}

.form-wizard-step-icon i {
    margin-top: 12px;
}

.small-box {
    margin-bottom: 14px;
}

    .small-box > .inner {
        border: solid thin #e2e2e2;
        box-shadow: 3px 4px 0px 2px rgba(82,63,105,0.15);
        background-color: #fff;
        border-radius: 8px;
    }

    .small-box h3 {
        margin-top: 5px;
        font-size: 20px;
        color: #676767;
        font-weight: 200;
    }

    .small-box > .inner {
        padding: 6px 10px;
    }

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}
.pagination {margin:0px;
}

.scroller {width:100%; background:#fff;
}
.mb0 { margin-bottom:0px !important;
}
     /** email dashboard **/
        .bg-white{ background: #fff;}
        .small-box{ margin-bottom: 8px;}
        .small-box h3{font-size: 16px;color: #18AACC;font-weight: bold;margin-top: 20px;}
        .small-box h5{color: #2c2c2c;font-weight: bold;}
        .small-box i{ font-size: 20px;position: absolute;top: 10px;right: 20px;color: #667173;}
        .small-box p {color: #424242;font-size: 13px;}
        .background-round {background-color: rgba(234, 234, 234, 1);border-radius: 50%;width: 50px;height: 50px;text-align: center;line-height: 50px;}

.cardbg .carinner {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}
.cardbg .cardheader {
    color: #18AACC;
    padding: 0px;
    position: relative;
    box-shadow: none;
}

.cardbg .cardheader h3 {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: bold;
        padding: 0px;
    margin: 0px;
}
.cardbg .cardheader h3:before {
    position: absolute;
    width: 3px;
    height: 18px;
    left: -10px;
    top: -3px;
    content: '';
    background: #18AACC;
}
