
@media(max-width:480px){
    .modal-content {
        width: 100% !important;
    }

}
@media (min-width:767px) {
    .top-flag img {
        width: 15px;
    }
    .add-hour-modal {
        width: 70% !important;
    }
}
@media(min-width:768px){
    .add-hour-modal {
        width: 40% !important;
    }

}
@media(min-width:992px){
    .add-hour-modal {
        width: 30% !important;
    }
}
@media(min-width:1200px){
    .add-hour-modal {
        width: 25% !important;
    }
}

.img-container{
    width:100%;
    max-height:100%;
}

.input-error{
    border: 2px solid #d63737 !important;
}

.checkbox label {
    width: 100%;
}

h3.config {
	padding: 5px 0;
}

.user-list-dp {
	width: 36px;
}
.campaign-stat{
    display: -webkit-box;
}

.login-page {
	    background-image: -ms-linear-gradient(top, #F25514 0%, #E02708 100%);
    background-image: -moz-linear-gradient(top, #F25514 0%, #E02708 100%);
    background-image: -o-linear-gradient(top, #F25514 0%, #E02708 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F25514), color-stop(100, #E02708));
    background-image: -webkit-linear-gradient(top, #F25514 0%, #E02708 100%);
    background-image: linear-gradient(to bottom, #F25514 0%, #E02708 100%);
    background: #fff;
    /*padding-top: 50px;*/
    background: #07075f url(../images/bg1.png) bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.content-header>.breadcrumb {
  float: none;
  position: relative;
  top: 0px;
  right: auto;
}

/*
.header-top {
	 position: fixed;
	background: rgba(0, 0, 0, 1);
}*/

header {
    background: #e8e8e8;
    padding: 0px 0;
}

header .menu-landscape>ul>li {
    padding: 6.5px 15px;
}

header input {
    color: rgba(0,0,0,0.75);
}

.login-box-body .glyphicon {
    position: absolute;
    line-height: 34px;
}

.sidebar-toggle {
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.sidebar-toggle:before {
    content: "\f0c9";
}

.fixed .content-wrapper, .fixed .right-side, .main-sidebar, .left-side {
    padding-top:  33px;
}


@media only screen 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .fixed .content-wrapper, .fixed .right-side, .main-sidebar, .left-side {
    padding-top:  50px;
}
}

.modal-lg {
  max-width: 900px;}
@media (min-width: 768px) {
   .modal-lg {
    width: 100%;
  } 
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.options_sub {
    margin: 10px 0;
}

.inline-edit {
    width: 100%;
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ECF0F5;
    border-bottom: 1px solid #ECF0F5;
}

.inline-edit-heading {
    font-weight: bold;
    text-transform: capitalize;
}

.inline-edit-footer {
    /*padding: 10px 0 0;*/
}

.inline-edit-group label {
    font-weight: normal;
}

.inline-edit-group label .opt-title {
    font-size: 12px;
    font-style: italic;
    padding-right: 10px;
}

#bulk-users {
    height: 150px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    padding: 0 10px;
    color: #6D6D6D;
    font-size: 12px;
}
.rmvuser {
    color: #ccc;
}

.rmvuser:hover {
    color: #c00;
    cursor: pointer;
    cursor: hand;
}
fieldset.laststep {
    width: 65%;
    margin: auto;
}
.step-by-step p {
    display: inline-block;
    /*margin-right: 10px;*/
}
.step-active {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #4181f2;
    border: 2px solid #325e84;
    color: #fff;
    text-align: center;
    font: 19px Arial, sans-serif;
}
p.active {
    background: #4181f2;
    color: #fff;
    /*padding: 7px 15px 5px 15px;*/
    border-radius: 10px;
    border: 2px solid #337ab7;
}
/*p.add-campaign {
    margin-right: 30px;
    padding-right: 20px;
}
p.add-business{
    margin-right: 30px;
}*/
.stepbg{
    display: inline-block;
    cursor: pointer;

}
.campaign .stepbg{  
    width: 100%;
    text-align: left;

}
.business-listing .stepbg {
    width: 100%;
    text-align: left;
}
.stepactive p {
    color: #fff;
}
.stepdeactive {
    background: #ccc;
    border-radius: 25px;
}
.stepactive{
    background: #4181f2;
    border-radius: 25px;
}
.stepactive p,.stepdeactive p {
    margin-bottom: 0px;
}
.step {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #4181f2;
    /* border: 2px solid #666; */
    color: #fff;
    text-align: center;
    font: 19px Arial, sans-serif;
}
h3.campaign {
    text-align: center;
    color: #000;
    font-size: 30px;
}
.form-top-left {
    width: 100% !important;
    text-align: center;
}

#changeTempPasswordModal .modal-dialog {
    margin-top: 11%;
}
.btn1 {
    margin-bottom: 5px;
}
i.fa.fa-fw.fa-circle {
    color: #008d4c;
}
i.fa.fa-fw.fa-pause {
    color: #3c8dbc;
}
i.fa.fa-fw.fa-remove {
    color: #ec0000;
}
.bootstrap-tagsinput {
    width: 100%;
    min-height: 20em;
    max-height: 20em;
    overflow: auto;
}
.bootstrap-tagsinput span.tag:after {
    content:"\000A" !important;
    white-space: pre !important;
}
ul#workingSchedules>li>span, ul#workingSchedules>li>a {
    /* margin: 2px; */
    display: table-cell;
    padding-right: 7px;
}
ul#workingSchedules>li {
    display: table-row;
}
td.campaign_selected {
    background: #deebff;
}

td.td_selected {
    background: #deebff;
    font-weight: bold;
    border: 1px solid #337ab7 !important;
}
.mright2{
    margin-right: 2px;
}
.fright{
    float: right !important;
}
.profile-images img {
    width: 100px !important;
    height: 100px;
    z-index: 99;
    position: absolute;
    right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.uploadprofile {
    position: relative;
    font-size: 25px;
    padding: 22px;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 100%;
    display: inline-block;
}

.uploadprofile:hover {
    z-index: 9999;
    cursor: pointer; 
}

.profile-images img:hover{
    z-index: 1;
}

a.user-nav {
    padding: 10px 70px 10px 75px;
}

code {
    padding-right: 20px;
    background: none;
}
