.mshow{display:none;}
.cursr{cursor: pointer}
.valPlace a:hover,.valPlace a:focus,.btn-custom:hover,.btn-custom:focus{
    text-decoration: none !important;
}
.btn-custom{
    color:#fff !important;
}
.half-opacity{opacity:.5;}
.list{text-align: left;}
.tooltipped:after{
    white-space: normal;
}
.wisely-bar.account .list img,.wisely-bar.account .col-5 + .col-5 .list:last-child img {  
    right: 0px;
    top: 3px;
}
.wisely-bar .row,.wisely-bar.account .list{
    overflow: visible;
}
.wisely-bar.account .list span{
    width: 40%;
}
.wisely-bar.account .list span + span{
    width: 60%;
    padding-right: 20px;
}

.panel .text-danger{
    color: #a94442 !important;
}
.no-pad{padding: 0px !important}
.no-pad-right{padding-right: 0px !important}
.no-pad-left{padding-left: 0px !important}
.child-1{
    text-align: center;
}
.child-1 img{
    top:-5px !important
}
.sel-chart{
    float: right;
    display: block;
    box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08);
    color: #6f8fb0;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #989898;
    width: 150px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0px 15px 1px 15px;
    transition: none;
    -webkit-transition: none;
    background: rgba(0,0,0,0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textarea-custom{
    display: block;
    box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08);
    color: #6f8fb0;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #989898;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 5px 15px 5px 15px;
    transition: none;
    -webkit-transition: none;
    background: rgba(0,0,0,0);
    overflow: hidden;
    text-overflow: ellipsis;
}
.textarea-custom-2{
    width: 540px;
    margin: auto;
    margin-bottom: auto;
    border-radius: 50px;
    background: #fff;
    border: none;
    text-align: center;
    padding: 5px 10px;
    color: #677897;
    font-size: 17px;
    font-weight: 300;
    box-shadow: 0 18px 18px rgba(143,178,246,1);
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:100px;
}
.btn-custom{
    padding: 1px 11px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.inherit-a{
    color: inherit;
    text-decoration: none;
}
.inherit-a:hover{
    color: inherit;
}
@media only screen and (max-width: 768px) {
    .mshow{display:block;}
    .mhide{display:none;}
    .m-col-3{
        float:left;
        width:50%;
    }
    .m-col-2{
        float:left;
        width:25%;
    }
    .m-col-1{
        float:left;
        width:10%;
    }
    .panel .col-sm-2,.panel .col-sm-1,.panel .col-sm-3{
        width: 100%;
        padding-bottom: 10px;
    }
    .panel .col-sm-3 span,.panel .col-sm-2 span,.panel .col-sm-1 span{
        padding-left: 5px;
        line-height: 15px !important;
        width: 100%;
    }
    .panel{
        min-height: 65px;
    }
    .panel .bef:before{
        position: absolute;
        left: 8px;
        top: -1px;
        padding: 0;
        color: #6e8fb0;
        font-size: 16px;
        line-height: 20px;
        display: block;
        font-weight: 300;
    }

    .panel:before{
        content:"" !important;
    }
    li .panel{
        padding: 0px !important;
        padding-top: 10px !important;
    }
    .wisely-bar.account .list img, .wisely-bar.account .list:last-child img {
        top: 4px;
        right: 0px;
    }
    .wisely-bar.account .list, .wisely-bar.account .list:last-child {
        min-height: 40px !important;
    }
    .span1-details{
        width:30% !important;
    }
    .span2-details{
        width:70% !important;
    }
    .child-1 img {
        top: 0px !important;
    }
    .sel-chart{
        padding: 0px 15px 1px 15px;
    }
    .panel .no-pad{
        padding-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0px !important;
    }
    .nav-bar .network {
        display: block;
    }
    .nav-bar .network ul {
        width:90px;
    }
    .nav-bar .network .network_btn {
       padding: 4px 12px 4px 5px;
       width: 60px;
    }
}
/*****Loader********/
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*****Loader********/

.banner-bar-field {
    width: 540px;
    margin: auto;
    margin-bottom: auto;
    height: 48px;
    border-radius: 50px;
    background: #fff;
    border: none;
    text-align: center;
    padding: 5px 10px;
    color: #677897;
    font-size: 17px;
    font-weight: 300;
    box-shadow: 0 18px 18px rgba(143,178,246,1);
    margin-bottom: 27px;
}
.scroll-div{
    overflow: auto;
    width:100%;
}
.scroll-div  .col-md-4 {
    max-height: 200px;
    overflow: auto;
    width: 42%;
    float:left;
    font-weight: 300;
    color: #6f8fb0;
   font-size: 18px;
   line-height: 22px;
}
.scroll-div  .col-md-5 {
    max-height: 200px;
    overflow: auto;
    width: 42%;
    float:left;
    font-weight: 300;
    color: #6f8fb0;
   font-size: 18px;
   line-height: 22px;
}
.scroll-div  .col-md-6 {
    max-height: 200px;
    overflow: auto;
    width: 16%;
    float:left;
    font-weight: 300;
    color: #6f8fb0;
   font-size: 18px;
   line-height: 22px;
}
.scroll-div  .col-md-7 {
    max-height: 200px;
    overflow: auto;
    width: 42%;
    float:left;
    font-weight: 300;
    color: #6f8fb0;
   font-size: 18px;
   line-height: 22px;
}


@media (max-width: 768px) {
    .scroll-div .col-sm-1,.scroll-div  .col-sm-2,.scroll-div  .col-sm-3,.scroll-div .col-sm-4,.scroll-div .col-sm-5,.scroll-div .col-sm-6,.scroll-div .col-sm-7,
    .scroll-div .col-sm-8,.scroll-div .col-sm-9,.scroll-div .col-sm-10,.scroll-div .col-sm-11,.scroll-div .col-sm-12 {
        float: left;
    }
    .scroll-div .col-sm-12 {
        width: 100%;
    }
    .scroll-div .col-sm-11 {
        width: 91.66666667%;
    }
    .scroll-div .col-sm-10 {
        width: 83.33333333%;
    }
    .scroll-div .col-sm-9 {
        width: 75%;
    }
    .scroll-div .col-sm-8 {
        width: 66.66666667%;
    }
    .scroll-div .col-sm-7 {
        width: 58.33333333%;
    }
    .scroll-div .col-sm-6 {
        width: 50%;
    }
    .scroll-div .col-sm-5 {
        width: 41.66666667%;
    }
    .scroll-div .col-sm-4 {
        width: 33.33333333%;
    }
    .scroll-div .col-sm-3 {
        width: 25%;
    }
    .scroll-div .col-sm-2 {
        width: 16.66666667%;
    }
    .scroll-div .col-sm-1 {
        width: 8.33333333%;
    }
    .scroll-div  .col-md-1 {
        width: 19.33333333% !important;
        
    }
      .scroll-div  .col-md-2 {
        width: 25% !important;
        display: block !important; 
    }
      .scroll-div  .col-md-3 {
        width: 30% !important;
        display: block !important;
    }
       .scroll-div  .col-md-4 {
        width: 25% !important;
        display: block !important;
        padding-left: 53px;
    }
       .scroll-div  .col-md-3:before{
                        content: ''!important; 
    }
    .scroll-div  .col-md-4:before{
                        content: ''!important;
    }
    .scroll-div .col-md-5 {
    width: 30% !important;
    display: block !important;
    padding-left: 53px;
    }
    .scroll-div  .col-md-6 {
        width:13%;
        font-size:14px;
    }
      .scroll-div  .col-md-7 {
        width: 34% !important;
        display: block !important;
    }
}
    .permissions{
                       width:585px !important;
    }

.loading {    
    background-color: #ffffff !important;
    background-image: url("../images/3.gif")!important;
    background-size: 20px 20px !important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}

/* The container -2 */
.cb-container-2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8290aa;
    height: 25px;
    padding-top: 3px;
}

/* Hide the browser's default checkbox */
.cb-container-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.cb-container-2 .checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 25px !important;
    width: 25px !important;
    background-color: #eee;
    border-radius: 14px;
}

/* On mouse-over, add a grey background color */
.cb-container-2:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container-2 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-container-2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container-2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container-2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


 /* Customize the label (the container) */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 