 

@font-face {
    font-family: "AvenirNext-Bold";
    src: url('fonts/AvenirNext-Bold.ttf')format("opentype");
}
@font-face {
    font-family: "AvenirNext-DemiBold";
    src: url('fonts/AvenirNext-DemiBold.ttf')format("opentype");
}
@font-face {
    font-family: "AvenirNext-Medium";
    src: url('fonts/AvenirNext-Medium.ttf')format("opentype");
}
@font-face {
    font-family: "AvenirNext-Regular";
    src: url('fonts/AvenirNext-Regular.ttf')format("opentype");
}
@font-face {
    font-family: "RobotoCondensed-BoldItalic";
    src: url('fonts/RobotoCondensed-BoldItalic.ttf')format("opentype");
}

html, body {
    background-color: #d4d7df;
    color:#3a3a3a;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    font-family: "AvenirNext-Regular",Regular;
    /*padding-top: 5rem;*/
}
#navbarCright ul.dropdown-menu.show {
    padding: 8px;
}
input.css-checkbox:focus {
    outline: none;
}
.well{
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.tab-pane{
    padding:10px 10px;
    background: #e9e9e9;
}
.p10{padding:10px;}
#exampleFormControlTextarea3{
    width:100% !important;
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 11px;
}
.well .fa{font-size: 15px !important;}
.form-control .well{background: #e9e9e9 !important;}
.notification .checkbox input[type=checkbox], input[type=radio]{
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
   /*box-shadow: -0 2px 0 #e9e9e9; */
    padding-left: 22px;
    height: 25px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    border: 2px solid #e9e9e9;
    background-position: 0 0;
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer;        
}
.notification{color: #5f5353; font-weight: 300;}




.notification input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  box-shadow: -0 2px 0 #e9e9e9; 
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #e9e9e9;
  /*background-color: #d42c2c;*/
  border-radius: 50%;
}

input[type="text"]#ex1::-webkit-input-placeholder {
  color: #717375;
  text-align: center;
}


.notification input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* appearance for checked radiobutton */
.notification .checkbox input[type="radio"]:checked, input[type=checkbox]:checked {
  background-color: #d42c2c;
}

.notification input[type="radio"]:checked, input[type=checkbox]:checked {
  background-color: #d42c2c;
}

.notification input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 1.4ex;
   height: 1ex;
   background: rgba(0, 0, 0, 0);
   top: 1ex;
   left: 0.4ex;
   border: 3px solid #d42c2c;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.notification input[type="radio"] + label::before,
    input[type="checkbox"] + label::before {
       content: "";
       display: inline-block;
       vertical-align: -9%;
       height: 2ex;
       width: 2ex;
       background-color: white;
       border: 1px solid rgb(166, 166, 166);
       border-radius: 2px;
       box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
       margin-right: 1em;
    }

.notification input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.notification-rec .dropdown-menu a{ color: #000 ;  }

.notification a{color: #fff;}
.notification .dropdown-menu {
    padding: 0.2rem 1rem;
    min-width: 4rem;
    margin: .125rem 0 0 4rem;
    border-radius: 0px;
    font-weight: bold;
    font-size: 11px;
}


.notification-rec .nav-tabs {
        padding-bottom: 7px;
    padding-top: 15px;
    padding-left: 14px;
    font-weight: 1000;
    margin-bottom: -17px;
    border-left: 1px solid #dee2e6;
    background: #fff;
}

.notification .nav-tabs {
        padding-bottom: 7px;
    padding-top: 15px;
    padding-left: 14px;
    font-weight: 1000;
    margin-bottom: -17px;
    border-left: 1px solid #dee2e6;
    background: #fff;
}

.notification-rec .teareal{
    padding-top: 20px;
}

.notification-rec .bgcolorcitiesCities {
    background: #d4d7df;
}
.notification-rec .rlable-r{
    margin-bottom: 13px;
}

.notification .rlable-r{
    margin-bottom: 13px;
}
.notification-rec-box {
    padding-bottom: 12px;
}

.notification-rec .leftback{
    background: #e9e9e9;
}
.notification-rec .rightback{
    background: #fff;
}
.notification-rec .p-l-0{
        padding-left: 0px;
}

.notification-rec .tab-pane{
    padding: 13px 15px;
}

.notification .tab-pane{
    padding: 13px 15px;
}

.notification  #exampleFormControlTextarea3 {
        margin-top: 18px;
        border-radius: 0px;
}

.notification-rec  #exampleFormControlTextarea3 {
    border-radius: 0px;
}
/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}

.notification-droupdown .list-box input[type=checkbox], input[type=radio]{
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
   /*box-shadow: -0 2px 0 #e9e9e9; */
    padding-left: 15px;
    height: 18px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    border: 2px solid #e9e9e9;
    background-position: 0 0;
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer;        
}

.notification-droupdown .list-box{   
    margin-bottom: 20px !important;  
    background: #f5f5f5;
    -webkit-box-shadow: 0 15px 10px #777;
   -moz-box-shadow: 0 15px 10px #777;
   box-shadow: 0px 2px 14px #cacaca;
   padding-left: 10px;
  /* -webkit-transform: rotate(-3deg);*/
  /* -moz-transform: rotate(-3deg);
   -o-transform: rotate(-3deg);
   -ms-transform: rotate(-3deg);
   transform: rotate(-3deg); */
}

.notification-droupdown .list-box div{
    border: 1px solid #e0e0e0;
    padding: 6px;
    font-size: 14px;
    border-left:0px;
}

.notification-droupdown .list-box div h5{
    font-weight: 800;
    line-height: 2;
    font-size: 15px;
}







.notification .btnaddnew{padding:15px;}
.notification label{margin-bottom: 0px;}
.notification-droupdown .shadow label{margin-bottom: .5rem;}


.fixtop{ padding: 0px 0px 0px 0px; }
.nav-tabs{padding-bottom: 0px; padding-top: 10px; padding-left: 14px; font-weight: 1000; color: }
.nav-tabs>li>a{padding: 10px 15px;}
.graytextcolor{ color: #acacac!important; }
.whitetextcolor{ color: #fff!important; }
.well-active{background: #fff!important;}
.well-bottom{background: #000; color: #f3eded;padding: 0px 7px; font-size: 14px;}
.mb0{margin-bottom: 0px !important;}


/*Above Is Notification pages css by nitin*/




.whitetextcolor{ color: #fff!important; }
.redtextcolor{ color: #d42c2c!important; }
.redBTNBg{ 
    background: #d42c2c!important;
    color: #fff!important;
    border: 0;
 }
 .btnaddnew{ padding: 10px 0; }
 .btnaddnew-map{ padding: 7px 0; }
.starter-template {
    text-align: center;
    padding-top: 10%;
}
.textalignEnd{text-align: end;}
::placeholder { color: #c0c0c0; }
:-ms-input-placeholder {color: #c0c0c0;}
.header { background: #3a3a3a !important;}
.logoAlign {margin: 0 auto; padding: 10px 0;}
.logoAlignnew {padding: 10px 0;}
.logoAlign img, .logoAlignnew img{    width: 245px;}   
img.profileimg {
    background: #fff;
    border-radius: 25px;
    width: 34px;
    padding: 3px 6px;
}
#navbarCright a.dropdown-toggle {
    padding-left: 10px;
    color: #838383;
}
.profileusername {
    color: #fff;
    font-weight: 600;
}

.panel.panel-default .panel-heading, .panel.panel-default {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel.panel-default .panel-body, .panel.panel-default {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/********************************/
.rTitle{ font-weight: 600;}
.rlead p{    
    font-size: 21px;
    font-weight: 300;
    padding: 35px 0 50px;
    line-height: 27px;
}
.full-height {height: 100vh; }
.backlogin{
    color: #d42c2c;
    border-bottom: 1px solid #d42c2c;
    font-weight: 400;
}

.backlogin:hover {
    color: #d42c2c;
    text-decoration: none;
}

.pnlbgcolr{    background: #fff;}
.cpanelheading {
    padding: 20px 0;
    font-size: 26px;
    font-weight: 600;
    background: #dde0e8;
    border: 0.5px solid #c1c1c1;
    border-bottom: 0;
}
.rcpbody{
    padding: 6px;
    font-size: 25px;
    border: 0.5px solid #c1c1c1;
}
.rcinput {
    border: none;
    width: 100%;
    background: #e9e9e9;
    padding: 12px 10px;
}
.rcbutton{
    border: none;
    width: 100%;
    padding: 13px 10px;
    
}
.cmb6{ margin-bottom: 6px;}
.pt10{padding-top: 4%;}

#navbarCleft li {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
        padding-top: 5px;
}
#navbarCleft {}
#navbarCright {}
/******************************/
.cphColor {
    background: #393939;
    color: #fff;
        font-size: 14px;
    padding: 12px 25px;
    font-weight: 600;
}
 .form-city {
    width: 100%;
    max-width: 465px;
    padding: 15px;
    margin: 0 auto;
}
.form-city .panel-body { padding: 4px 0;background: #fbfbfb;}
.rowCity {display: -webkit-box;}
.citybtn, .citybtn2 {
  
    background: transparent;
    border: 2px solid #d42c2c;
    color: #d42c2c;
    font-size: 13px;
    padding: 10px 32px;
    margin: 5px 0;
    font-weight: 600;
}

.citybtn2 {
   margin: 5px 5px;
   padding: 10px 24px;
}
.row.pd-body-12 {
    padding: 5px 10px;
}
.amiL span{}
.amiR span {font-weight: 600;}
.lfta.amiL {text-align: right;}
@media screen and (max-width: 767px) {
    .lfta.amiL {text-align: left;}
}
.lfta, .lftb {
    line-height: 40px;
    font-size: 14px;
    color: #666666;  

}

.redattc {
    font-size: 13px;
    font-weight: 100 !important;
}
img.attachmenticn {
    width: 18px !important;
}
.textaligncenter{text-align: center;}

.steteselect {
    border: 0.1px solid #dad7d7c7;
    padding: 10px 14px;
    float: left;
    height: 40px;
}
.bgcolorcities {
    background: linear-gradient(to bottom right, #eeeeee 10%, #fbfbfb 60%);
}
.bgcolorcitiesCities {
    background: #fbfbfb;
    min-height: 500px;
    margin-bottom: 30px;
    }

.statebox {
    border-bottom: 1px solid #e8e8e8;
    padding: 6px 0px;
    margin-bottom: 6px;
}

.col-md-12.textaligncenter {
    border: 0.1px solid #cccccc6b;
    padding: 10px 0;
    margin: 6px 0;
}
.Citiesinput{
    float: left;
    border: 0.1px solid #dad7d7c7;
    padding: 8px 30px;
}

.col-md-1212 {
    width: 100%;
    padding: 0 5px 0 5px;
    display: initial;
}
.actionbtn {
    padding: 0 !important;
    width: 128px;
    float: left;
}

.actionbtn .citybtn {
width: 88%;
}
.citiestable tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.citiestable td, .citiestable th {
    padding: 0px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.citybtn1 {
    padding-top: 5px;
}
tr.editresult td{
   
}

#cityname{
    border: none;
    width: 100%;
    background: #e9e9e9;
    padding: 10px 10px;
}

.inlineedit span.redattc.redtextcolor {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
}

.citiestable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #e7e7e7;
    padding: 20px 10px 5px;
}


.searchicon {
    float: left;
    color: #c7c7c7;
    position: absolute;
    left: 35px;
    z-index: +99;
    padding: 10px 0 0;
}



/*****************/
.data-page .Citiesinput{
    float: left;
    border: 0.1px solid #dad7d7c7;
    padding: 10px 10px;
        font-weight: bold;
        font-size: 12px;
    margin-right: 10px;
    background: #e9e9e9;
}

.data-page .statebox{
    width: 100%;
        border-bottom: none;
}

.data-page .usericon:after{
    content: " ";

}

.data-page .redcolor{
    
    color: #6d6d6d;

    border-bottom: 1px solid;
    border-radius: 0px;
    padding: 0px;
        text-decoration: none;
}

.data-page .card-header{
border-bottom: none;
}

.data-page .grycolor{
    /*color: #6d6d6d;*/
    padding: 0px;
}

.collapsed{
    color: #d42c2c !important;

}
.data-page .btn-link:hover{
    text-decoration: none;
}


.data-page .fa {
        font-size: 12px;
}

.data-page .fared{
     color: #d42c2c;
}

.data-page .card-body{
    background: #e7e7e7;
}

.data-page .colinside {
    padding: 5px 22px 4px 0px;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 20px;
    width: 85%;
    color: #888888;
}

.data-page slable {
    float: left;
    width: 41%;
}

.data-page textarea{
        display: block;
    width: 86%;
    padding-left: 10px;
    padding-top: 6px;
    border: none;
    color: #a09b9b;
    margin-top: 8px;
    background: #f0f0f0;
}

.data-page .col-md-12.loadmore {
    text-align: center;
    color: #d42c2c;
    font-weight: bold;
    padding: 15px 0px 40px 0px;
    font-size: 14px;
        cursor: pointer;
}
.data-page .loadmoreimg {
    width: 11px !important;
        margin-left: -66px;

}

.data-page .marginZeroAuto {
    color: #9a9595;
}

.data-page img.uping {
    position: relative;
    float: left;
    margin-left: -44px;
    top: 7px;
}
    
.data-page .redtextcolor{
       color: #bd4848!important; 
}

.user-page .citybtn{
background: transparent;
    border: 2px solid #d42c2c;
    color: #d42c2c;
    font-size: 13px;
    padding: 10px 17px;
    margin: 5px 0;
    font-weight: 600;
}

.user-page .fa {
    font-size: 8px;
}
.user-page .tablecol {
    font-size: 13px;
}

.user-page .redcolor {
    font-size: 11px;
}

.user-page .actionc {
    padding: 0px;
}

.user-page .colinside{
    font-size: 13px;
}

.user-page .topdiv{
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}
.user-page toplable{
    margin-right: 10px;
}

.user-page valuetop {
    float: right;
    text-align: left;
}
.user-page img.uping {
    position: relative;
    float: left;
    margin-left: -32px;
    top: 11px;
    width: 16px;
}

.user-page .lastcol valuetop {
    width: 59%;
}

.user-page .row.topdivrow {
    padding: 3px 0px 12px 0px;
}

.user-page .toptextc.lred {
    color: #d42c2c;
}

.collapse.show {
     padding: 0px 10px 0px 10px;
}

.user-page .sidebar .sfone-1 input[type="text"], .user-page .sidebar .sfone-1 input[type="password"] {
    border: none;
    background: #fff;
    padding: 14px 0px 13px 17px;
    /*width: 35%;*/
    font-size: 13px;
		    margin-bottom: 3px;

}

.user-page .sidebar .btnaddnew {
        padding: 13px 9px;
        font-size: 12px;
}

.user-page i.fa.fa-search {
    position: absolute;
    padding: 14px;
    pointer-events: none;
    color: #a2a2a2;
    z-index: 99;
}

.user-page .sidebar .fa {
    font-size: 12px;
    margin-top: 3px;
}

.user-page .sidebar input.search {
    padding-left: 53px;
    font-size: 12px;
    margin-left: 0px;
    padding: 13px 13px 13px 29px;
    border: none;
    /*width: 65%;*/
}


.user-page .steteselect {
    border: 0.1px solid #dad7d7c7;
    float: left;
    height: 53px;
    margin: 11px 0px 11px 0px;
    background: #fff;
    color: #cac7c3;
    font-size: 13px;
}

.user-page .row{
        margin: 0px;

}

.user-page .sidebar .row {
    margin: 0px;
    padding: 0px;
}

.sbc-input{
    width: 69%;
}

.user-page .sidebar .citybtn{
        padding: 12px 17px;
}

.sfone-2 {
        padding: 13px 0px 0px 16px;
}

.sfone-3 {
        padding: 13px 0px 0px 16px;

}

.sfone-3 input.sfone {
    width: 34%;
    padding: 8px 0px 10px 6px;
    border: none;
}

.user-page .citybtn1 {
    margin-bottom: -15px;
    padding-top: 0px;
}

.user-page .trakb{
	width: 60%;
	font-size: 12px !important;
}
.user-page .editb{
	width: 33%;
	font-size: 12px !important;
}
.user-page .sfone-0 {
	background: #cecece;
}
.user-page .sfone-1 {
    padding-top: 10px;
        padding-bottom: 10px;
}
.user-page .sfone-2-1 input {
    border: none;
    background: #eaeaea;
    padding: 14px 0px 13px 17px;
    /* width: 35%; */
    font-size: 13px;
    margin-bottom: 3px;
    }
.user-page .addnew{
	font-size: 14px;
    padding: 13px 0px 13px 0px !important;
}
.user-page .sfone-3-1, .sfone-2-1{
	background: #fff;
}

 .user-page .sfone-3-1 input.sfone {
    border: none;
    background: #eaeaea;
    padding: 14px 0px 13px 17px;
    /* width: 35%; */
    font-size: 13px;
    margin-bottom: 3px;
}

.user-page .sidebar .col-md-12 {
    padding-left: 28px;
}

.p0{
	    padding: 0;
}

.p-r-10{
	    padding: 0px 10px 0px 0px;
}
.t-a-c {
	text-align: center;
}

.white-back {
    background: #f1f1f1 !important;	
}

.user-page-2 .inputtable input[type="text"] {
    width: 100%;
    padding: 13px 2px 13px 10px;
    background: #eaeaea;
    border: none;
    font-weight: bold;
        font-size: 14px;
}

.user-page-2 .card{
	border: none;
}

.user-page-2 .card-header{
	    padding: 8px 13px 0px 12px;
}

.red {
	    color: #d42e2c;
}

.user-page-2 img.upingbk {
    position: relative;
    margin-left: -32px;
    top: 0px;
    width: 22px;
}

.user-page-2 .row.pd-body-12 {
    padding: 0px 0px;
}

.user-page-2 .toprow {
	background: #cecece;
    padding: 8px 0px 0px 0px;
}

.user-page-2 .col-md-1212 {
    width: 100%;
    padding: 0px 0px 0 0px;
    display: initial;
}

.user-page-2 .toprow input{
    background: #fff;
    border: none;
    padding: 9px 0px 10px 28px;
}

.user-page-2 .toprow .fa{
    font-size: 14px;
}

.user-page-2 .toprow select{
	height: 45px;
    border: none;
    background: #fff;
    font-size: 14px;
}

.chbox {
	    font-size: 14px;
    padding: 4px 0px 7px 0px;
}

.amountse{
	padding: 9px 0px 10px 7px !important;
}

 .mrtop-12{
    margin-top: 12px !important;
}

.p-b-10 {
	padding-bottom: 10px;
}

.top-box-2{
	    margin-top: 16px;
}

.progress{
        /*height: 1.5rem;*/
        margin: 10px 0px 0px 0px;
}

.progress-text {
        font-size: 13px;
    position: relative;
    bottom: -9px;
}

span.trainer-text {
    display: block;
    font-size: 15px;
}
.dashboard h5{
    font-size: 15px;
}

.dashboard .row.pd-body-12 {
    padding: 20px 10px;
    background: #fff;
        margin: 0px;
}

.round-c span.trainer-text {
    float: left;
    width: 50%;
    text-align: center;
}

round {
    border: 3px solid #d42e2c;
    /*padding: 17px 0px 17px 0px;*/
    display: block; 
    border-radius: 63%;
    font-size: 17px;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    width: 64px;
}

.dashboard .progress-bar {
        background-color: #9c2726;
}

.t-align-right{
    text-align: right;
}

.top5box {
    padding-top: 17px;
}

.dashboard .download-link {
    float: right;
    margin-right: 21px;}

.row.botom-d {
    padding-top: 20px;
    padding-bottom: 34px;
    border-bottom: 1px solid #e8e5e5;
    /*background: #e0e0e0;*/
}

.dashboard .colinside {
    padding: 5px 22px 4px 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-left: 20px;
    width: 85%;
    color: #888888;
        font-size: 15px;

}
.margintop10{
    margin-top: 10px;
}

round span {
    position: relative;
    top: 26%;
}

.colinside.removeborder {
    border: none;
}


.dashboard stext {
    color: #969696;
}


.map-search-day {
    width: 560px;
    background-color: #ffffffc7;
    margin: 10px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    left: 50px;
    margin-top: 101px;
}


.maptoptext {
    position: absolute;
    z-index: 99;
    margin-left: 59px;
    padding: 11px 8px 10px 20px;
    background: #000;
    color: #fff;
    margin-top: 56px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;

}

.map i.fa.fa-search {
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 22px;
}

.map .search {
        padding-left: 31px;
    margin-right: 7px;
}

.map .search2{
    margin-right: 7px;
}

.map .form-control{border-radius: 0px;}

.map .chbox {
    font-size: 14px;
    padding: 4px 0px 7px 0px;
}

.dashboard .progrssbar-1 {
    /*background-image: linear-gradient(to right, #ea6969, #e55c5a, #e04e4b, #da3f3c, #d42e2c);*/
    background-image: linear-gradient(to right, #fdb0b0, #ec9393, #f77875, #e04441, #d42e2c);
    
}

.dashboard .progrssbar-2{
    background-image: linear-gradient(to right, #ea6969, #e5719e, #c985c7, #a19adc, #7faade);
}

.dashboard .progrssbar-3{
    background-image: linear-gradient(to right, #ea6969, #ef6686, #ec6aa4, #df72c2, #c97fdd);
}

.save-city .form-city-1{
    margin: 0 auto;
}

/************/
@media screen and (min-width: 767px) and (max-width: 992px) {

   .rps{ font-size: 12px; }
   .data-page .citybtn{
    padding: 10px 13px;
   }
   .data-page img.uping{
       margin-left: -30px;
            top: 11px;
    width: 15px;
    }
    .user-page  .citybtn{
    	font-size: 10px;
    }
    .user-page .topdiv {
    	text-align: left;
    }
    .user-page .lastcol valuetop {
    	width: auto;
	}
	.user-page .sfone-3-1 {
	    padding-bottom: 13px;
}
.user-page .sidebar .col-md-12 {
    padding-left: 15px;
}

.p-r-10 {
    padding: 8px 10px 0px 0px;
}

.rp-b-10{
	padding-bottom: 10px; 
}


.user-page-2 .toprow select{
	    margin: 10px 0px 10px 0px;
}

.user-page-2 .amountse {
    margin-bottom: 10px;
}
.user-page-2 .actionc {
    text-align: left !important;
}

.user-page-2 .p-r-10 {
    padding: 8px 0px 0px 0px;
}
.user-page-2 .rp-b-10 {
    padding-bottom: 10px !important;
}

.top5box {
    padding-top: 30px;
}
    round{
    width: 65px;
    margin: 0px auto;
    } 

}


@media screen and (min-width: 140px) and (max-width: 767px) {
.rpsmb{margin-bottom: 5px;}
.user-page .topdiv {
    	text-align: left;
    }
    .user-page .lastcol valuetop {
    	width: auto;
	}

.user-page .sfone-3-1 {
	    padding-bottom: 13px;
}
.user-page .sfone-2-1 	{
    	padding-top: 5px;
    }

    .user-page .sidebar .col-md-12 {
    padding-left: 15px;
}
.p-r-10 {
    padding: 8px 10px 0px 0px;
}
.rp-b-10{
	padding-bottom: 10px; 
}

.user-page-2 .toprow select{
	    margin: 10px 0px 10px 0px;
}

.user-page-2 .amountse {
    margin-bottom: 10px;
}
.user-page-2 .actionc {
    text-align: left !important;
}

.user-page-2 .p-r-10 {
    padding: 8px 0px 0px 0px;
}

.user-page-2 .rp-b-10 {
    padding-bottom: 10px !important;
}

.top5box {
    padding-top: 30px;
}

.dashboard .download-link{
    margin-right: 0px !important; 
}

round {
    width: 65px;
    margin: 0px auto;
}

.t-align-right {
    text-align: left;
}
.maptoptext {
    margin-left: 0px;
}

.map-search-day{
         left: 0px; 
             margin: 1px;
             margin-top: 101px;
             padding: 0px;
}
.map i.fa.fa-search {
        top: 32px;
}
}

@media screen and (max-width: 1024px) {
    .inlineedit span.redattc.redtextcolor { border: 0 !important;}
}
/*****************************/
.marginZeroAuto{margin: 0 auto;}



@media screen and (min-width: 991px) {
.displayc{
    padding: 17px 0px 0px 0px;
}
}