
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.Tutorials-rows h4.font-title {
    height: 35px;
    margin-top: 24px;
    margin-bottom: 7px;
}
.salesperson .flash-message.container.Session-alert-msg{
display: none;
}
table#SalespersonTable.dataTable thead > tr > th {
        padding-right: 20px;
}
a { outline: none; }
a:focus, a:hover { outline: none; }
.left-nav-btn{
	display: flex;
    position: relative;
    float: left;
    text-align: center;
    width:50px;
    height: 223px;
    position: relative;
	left: 8px;
}
.right-nav-btn{
    display: flex;
    position: relative;
    float: left;
    text-align: center;
    width: 35px;
    height: 223px;
    position: relative;
	right:8px;

}
img.profile-icon.img-circle { width: 30px !important; }
div.wrapper {
  position: relative;
  /*padding: 50px;*/
}
div.tableArea, div.tableArea1 {
  white-space: nowrap;
  overflow: hidden;
  margin:0px 15px;
}
div.tableArea a, div.tableArea1 a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.tableArea a:hover, div.tableArea1 a:hover {
  background-color: #777;
}
.leftNav {
  display: inline-block;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  background: #16aa9d;
  position: absolute;
  top: 40%;
  
  left: 0;
  padding: 17px;
  font-size:21px;
}
.rightNav {
   display: inline-block;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  background: #16aa9d;
  position: absolute;
  top: 40%;
  
  left: 0;
  padding: 17px;
  font-size:21px;
}
.leftNav1 {
  display: inline-block;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  background: #16aa9d;
  position: absolute;
  top: 40%;
  
  left: 0;
  padding: 17px;
  font-size:21px;
}
.rightNav1 {
   display: inline-block;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  background: #16aa9d;
  position: absolute;
  top: 40%;
  
  left: 0;
  padding: 17px;
  font-size:21px;
}

.terri-fields{
	font-size:12px;
	padding: 10px !important;
}

.wizard {
    border-bottom: 1px solid #CCC;
    margin-bottom: 35px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}

.ml-20{
    margin-left: 20px;
}

.ml-10{
    margin-left: 10px;
}

/***/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    /*width: 50%;*/
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/* .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 96%;
    height: 3px;
    background-color: #ccc;
    z-index: 0;
} */

.stepwizard-step:before{
	top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    left:0px;
}
.stepwizard-step {
    display: table-cell; width: 200px;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
    position: relative;
}
.completed-step:before{
	background-color:#00a09b;
}

.completed-step .fa-check-circle{
	color: #00a09b;
}
.ongoing-step:before{
	background-color:#00a09b;
}
/***/


.btn-group-xs>.btn, .btn-xs { margin: 0 5px 5px 0; }
.sidebar-menu, .products-list, .fc-color-picker, .list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments { font-weight: 500; }


/*dashboard*/
.panel-info {
    background-color: #ffffff;
}
.widget-icon {
    float: left;
    font-size: 80px;
    min-height: 80px;
    line-height: 35px;
    opacity: 0.5;
}
.widget-details {
    text-align: right;
    position: absolute;
    right: 15px;
    padding-right: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt15{
    margin-top: 15px;
}
/****/
.pac-container{
z-index:9999;
}

ul.navbar-nav li#connect_sfdc a span { font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; }

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    display: block;
    margin-left: -3px !important;
    margin-right: -3px;
    font-size: 18px;
    margin-top: 10px;
}

.skin-purple .main-header .navbar, .skin-purple .main-header li.user-header, .skin-purple-light .main-header .navbar, .skin-purple-light .main-header li.user-header { height: 55px; }

/**/
.testimonial.testimonial-success .testimonial-section {
    border-color: #16aa9d;
    color: #000000;
    background-color: #ffffff;
}
.testimonial.testimonial-success .testimonial-section::before {
    border-top-color: #16aa9d;
}
.testimonial-section::before {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    transform: rotate(180deg);
}
.testimonial-section {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
}

.color_code{
   width:15px;
   height:15px;
   margin:0 5px;
   float:left;
   border-radius: 10px;
}
.status_code_main ol{
    list-style: none;
    padding:0 5px;
}

.input-group-addon i {
    border: 1px solid #565656;
}
.btn-floating{
    background-color: #16aa9d;
    border-radius: 50%;
}
.custom-floating {
  position: fixed;
right: 25px; display: none;
bottom: 25px;
height: 46px;
width: 51px;
}
.btn-floating i.fa.fa-dot-circle-o {
    color: #fff;
}
#sortable li.list-group-item {
  cursor: pointer;
  padding-left: 0.4em !important;
  list-style-type: decimal !important;
  list-style-position: inside;
  display: list-item !important;
}
ol#sortable {
    list-style: none;
}

.checkboxbig {
    width:17px; 
    height:17px;
}

.cluster-title{
    font-size: 18px;
    text-align: left;
    padding: 7px 10px;
    margin-top: 0;
    background-color: #16aa9d !important;
}

/*****
*
*DRAG AND DROP
*
*****/

/* line 4, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.hero-unit {
    background: white;
    text-align: center;
    margin-bottom: 0; }

/* line 8, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.example {
    display: none; }

/* line 12, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.page-header h1, h2, #test {
    padding-top: 40px; }

/* line 14, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #e5e5e5; }
/* line 18, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.footer p {
    margin-bottom: 0;
    color: #555555; }

/* line 22, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
table.docs {
    table-layout: fixed; }
/* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
table.docs th:nth-child(1) {
    width: 150px; }
/* line 27, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
table.docs th:nth-child(2) {
    width: 350px; }

/* line 1, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
body.dragging, body.dragging * {
    cursor: move !important; }

/* line 4, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000; }

/* line 10, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical {
    margin: 0 0 9px 0;
    min-height: 10px; }
/* line 13, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee; }
/* line 20, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
/* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none; }

/* line 32, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol {
    list-style-type: none; }
/* line 34, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol i.icon-move {
    cursor: pointer; }
/* line 36, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol li.highlight {
    background: #333333;
    color: #999999; }
/* line 39, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol li.highlight i.icon-move {
    background-image: url("../img/glyphicons-halflings-white.png"); }

/* line 42, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nested_with_switch, ol.nested_with_switch ol {
    border: 1px solid #eeeeee; }
/* line 44, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nested_with_switch.active, ol.nested_with_switch ol.active {
    border: 1px solid #333333; }

/* line 48, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
    cursor: pointer; }

/* line 51, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.simple_with_animation {
    border: 1px solid #999999; }

/* line 54, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.switch-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px; }

/* line 60, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.navbar-sort-container {
    height: 200px; }

/* line 64, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li, ol.nav li a {
    cursor: pointer; }
/* line 66, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav .divider-vertical {
    cursor: default; }
/* line 69, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li.dragged {
    background-color: #2c2c2c; }
/* line 71, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li.placeholder {
    position: relative; }
/* line 73, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }
/* line 84, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav ol.dropdown-menu li.placeholder:before {
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    margin-left: none;
    top: 0;
    left: 10px;
    border-right: none; }

/* line 94, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr {
    cursor: pointer; }
/* line 96, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
/* line 103, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }

/* line 114, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th {
    cursor: pointer; }
/* line 116, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th.placeholder {
    display: block;
    background: red;
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0; }
/* line 124, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }

.cluster_company_li{
    /*height: 32px;*/
    vertical-align: middle;
    cursor: move;
}
.m-r-10{
    margin-right: 10px;
}
ol.cluster_company li {
    display: block;
    position: relative;
/*    height: 100%;*/
    padding: 3px !important;
}
.gray_text{
    color: #555555 !important;
}
.waypoint_title_no{
    margin-left: 5px;
}
.cluster_title_container{
    font-weight: bold;
}
.white-text{
    color: #fff !important;
}

.route_selection_radio{
    position: relative !important;
    bottom: 3px !important;
    margin-right: 5px !important;
}
.waypoint_selected{
    border: 2px solid #16aa9d !important;
    border-radius: 3px !important;
}
#cluster_container{
    height: 700px;    
    overflow-y: scroll;
}

.ongoing-step .btn-primary { background: #00a09b !important; }
.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #007a6e;
    border-color: #139186;
}
.panel-success {
    border-color: #139186;
}

.text-success {
    color: #16aa9d;
}

.panel { border-radius: 10px; }
.panel-heading {  border-top-left-radius: 7px;
  border-top-right-radius: 7px;}
.panel-danger {
    border-color: #b93849;
}
.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #e94a5d;
    border-color: #b93849;
}

.table { width: 100% !important; }
.modal-backdrop{
    position: unset;
}
.error {
  color: #e70909de;
  border-color: #e70909de!important;
  font-weight: 600;
}
.close{
    display: none;
}
h4#exampleModalLabel .close{
    display: block;
}
span.token {
    float: right;
}
#dvLoading {
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 50%;
    margin: 0 auto;
    bottom: 0;
    right: 0;
}
.myOverlay{
    position: absolute!important;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 9999;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

 #dvLoading {
    position:absolute;
    top:33%;
    left:0;
    z-index:9999;
    display:none;
}
.tuto-title {
    padding-left: 20px;
}
.column {
  float: left;
  width: 33.33%;
  height: 280px; /* Should be removed. Only for demonstration */
}
h4.font-title {
    font-weight: 600;
}
/* New Dashboard Design */
.widget-icon.image-icon {
    opacity: 1;
        margin-right: 7%;
}

.panel.panel-info {
    min-height: 175px;
}
h2.panel-title {
    padding-top: 0px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: gray;
    padding-bottom: 10px;
}
.what-this {
    text-align: center;
}
.what-this a {
    color: blue !important;
    text-decoration: underline;
}
.what-this a:hover {
    color: blueviolet !important;
}
.panel-widget {
    position: relative;
        padding: 0px;
    right: inherit;

    padding-top: 10px;
}
.panel-btn a {
  
    width: 130px;
    height: 40px;
    line-height: 25px;
    font-size: 16px; font-weight: bold;
    color: #fff !important;
    border-color: #13978a !important;
}
.panel-btn {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.panel-btn a:hover {
    background-color: #007a6e !important;
}
a.need-help.btn-link.btn {
    padding-bottom: 0px;
    font-size: 16px;
    color: #59595ad1 !important;
    font-weight: bold;
}
a.btn-link.btn {
    padding-bottom: 0px;
    font-size: 16px;
    color: #59595ad1 !important;
    font-weight: bold;
	/*cursor: default !important;*/
}
a:hover.btn-link.btn {
    padding-bottom: 0px;
    font-size: 16px;
    color: #13978a !important;
    font-weight: bold;
}
div.widget-container a.btn-link{
    text-decoration: none;
    cursor: default !important;
}
.what-this p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.inner-body {
    width: 260px;
    margin: 0 auto;
}
.what-this .tooltip.right {
    width: 100%;
}

.btn {font-weight: 500 !important;}
.btn:active, .btn-app:active, .btn-app:focus {box-shadow: none !important;}

section.content-header.dashboard-main-section {
    padding: 27px 20px 15px;
}
section.content-header.dashboard-main-section h1 {
    font-size:  26px;
    font-weight: 600;
    color: #4d4d4d;
    padding-left: 10px;
}
.panel.panel-info {
    min-height: 175px;
    box-shadow: 1px 2px 8px;
}
@media(max-width: 1280px){
    .inner-body{
        width: 100%;
    }
}
img.profile-icon.img-circle {
    width: 45px;
}
@media(max-width: 767px){
  
    .skin-purple .main-header .navbar, .skin-purple .main-header li.user-header, .skin-purple-light .main-header .navbar, .skin-purple-light .main-header li.user-header{
            height:85px;
    }
    .sidebar-mini.sidebar-open .main-sidebar{
    background-color: #ffffff;    width: 20% !important;
    text-align: left;
    z-index: 999;
    top: 30px;
    }
    span.logo-mini{
  display: none !important;
}
    .sidebar-mini.sidebar-open .main-header .navbar{
            /*margin-left: 50px;*/
    }
    .sidebar-mini.sidebar-open .main-header .logo{
        /*width: 50px;*/
    }
    .sidebar-mini.sidebar-open .content-wrapper, .sidebar-mini.sidebar-open .right-side, .sidebar-mini.sidebar-open .main-footer {
    margin-left: 50px !important;
    z-index: 840;
    }
    .sidebar-mini.sidebar-open .main-sidebar .user-panel>.info, .sidebar-mini.sidebar-open .sidebar-form,
    .sidebar-mini.sidebar-open .sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-open .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-open .sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-open .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
    }
    .sidebar-mini.sidebar-open .content-wrapper{
        width: inherit;
    }
     .sidebar-mini .content-wrapper{
        width: 100%; margin-top: 50px;
    }
    .sidebar-mini.sidebar-open .main-header .logo .logo-lg{
        display: block !important;
    }
    .sidebar-mini.sidebar-open .main-header .logo .logo-mini{
        display: none !important;
    }
    ul.nav.navbar-nav {
        float: none;
        display: inline-block;
        padding-right: 0px;
            text-align: center;
    width: 100%;
    }
    ul.nav.navbar-nav li {
        display: inline-block;
            text-align: center;
    }
    label.header.m-t-20.text-gray {
        display: none;
    }
}




.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%; max-width:100%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#eaf0f4;}
.incoming_msg { padding:  0 0 0 20px;margin:26px 0 26px; }
.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
    /* text-align: right; */
    padding: 0 0 0 200px; left: 0px;
}

.incoming_msg_img {
  display: inline-block;
  width: 5%;
}

.incoming_msg:before, .outgoing_msg:before {left: auto; margin: 0 0 0 15px;}
.outgoing_msg:after { left: 215px; }
.incoming_msg:after { left: 35px; width: 89%; }

.incoming_msg_img img { max-width:100%;}
.received_msg {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #eaf0f4 none repeat scroll 0 0;
  border-radius: 3px 15px 15px 3px;
  color: #444444;
  font-size: 14px;
  margin: 0;
  padding: 15px 15px 15px 15px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { max-width: 100%; width: 94%; display: inline-block;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

 .sent_msg p {
  background: #139186 none repeat scroll 0 0;
  border-radius: 15px 3px 3px 15px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 15px 15px 15px 15px;
  width:100%;
}

.sent_msg {
display: inline-block;
    padding: 0 10px 0 10px;
    vertical-align: top;
    width: 100%; max-width: 86%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}
.input_msg_write input:focus, .msg_send_btn:focus {
   outline: none;
}
.type_msg {/*border-top: 1px solid #c4c4c4;*/position: relative;}
/*.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0; padding: 0 15px;
  top: 11px;
}*/
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

.form-group input#excel_file_file_input{
	height: auto !important;
}

/********Generel Loader***************/
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.3);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:#16aa9d;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite ;
}


/*****************/      
.sidebar .sidebar-menu li a {padding: 10px 10px;} 
.text-dark {color: #333333 !important; padding-top: 0px !important; font-size:12px;}
.navbar .sidebar-toggle {display: block;}

.main-header .logo .logo-lg {background: transparent;    text-align: center;
    width: 45px;
    padding: 5px 0 0 0;}
.main-header .logo .logo-lg img {}

.skin-purple .main-header .navbar .sidebar-toggle:hover, .skin-purple-light .main-header .navbar .sidebar-toggle:hover {background-color: #ffffff !important;}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side, .skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side, .skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side, .skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side, .skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side, .skin-purple .wrapper, .skin-purple .main-sidebar, .skin-purple .left-side {background: #ffffff;}

.navbar .sidebar-toggle { display: none;}

@media(max-width: 768px){
 .navbar .sidebar-toggle { display: block;}
 .content {margin-top: 50px;}
}

@media(max-width: 520px){
  
    .sidebar-mini.sidebar-open .main-sidebar{
    background-color: #ffffff;    width: 30% !important;
    text-align: left;
    z-index: 999;
    top: 30px;
    }

}