/*
    Created on : Oct 31, 2017, 8:54:28 PM
    Author     : Sathiyaraj
*/

/*web font*/
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
        url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
        url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
        url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
        url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
        url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
        url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoColorEmoji';
    src: url('../fonts/NotoColorEmoji.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*web font ends here*/

/*common css starts here*/
body{
    font-family: 'helvetica';
    color:#1c3739;
}
ul{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
:hover, :active, :focus{
    outline: none;
}
p{
    font-size: 15px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'helvetica';
    font-weight: normal;
    margin: 0px;
}
h1{
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 33px;
}
h2{
    font-size: 20px;
}
h3{
    font-family: 'source_sans_probold';
    font-size: 18px;
}
.sanspro-bold{
    font-family: 'source_sans_probold';
}
.no-padding-top{
    padding-top: 0px !important;
}
.no-pad-lft{
    padding-left: 0px;
}
.pad-lft-15-imp{
    padding-left: 15px !important;
}
.pad-lft-20-imp{
    padding-left: 20px !important;
}
.pad-lft-30-imp{
    padding-left: 30px !important;
}
.pad-lft-5{
    padding-left: 5px;
}
.pad-lft-10{
    padding-left: 10px;
}
.pad-lft-15{
    padding-left: 15px;
}
.pad-lft-20{
    padding-left: 20px;
}
.pad-lft-30{
    padding-left: 30px;
}
.pad-lft-40{
    padding-left: 40px;
}
.pad-lft-50{
    padding-left: 50px;
}
.no-pad-rgt{
    padding-right: 0px;
}
.no-pad-rgt-imp{
    padding-right: 0px !important;
}
.pad-rgt-15-imp{
    padding-right: 15px !important;
}
.pad-rgt-20-imp{
    padding-right: 20px !important;
}
.pad-rgt-30-imp{
    padding-right: 30px !important;
}
.pad-rgt-5{
    padding-right: 5px;
}
.pad-rgt-10{
    padding-right: 10px;
}
.pad-rgt-15{
    padding-right: 15px;
}
.pad-rgt-20{
    padding-right: 20px;
}
.pad-rgt-30{
    padding-right: 30px;
}
.pad-rgt-40{
    padding-right: 40px;
}
.pad-top-5-imp{
    padding-top:5px !important;
}
.pad-top-5{
    padding-top:5px;
}
.pad-top-10{
    padding-top:10px;
}
.pad-top-20{
    padding-top:20px;
}
.pad-top-30{
    padding-top:30px;
}
.pad-top-40{
    padding-top:40px;
}
.pad-top-50{
    padding-top:50px;
}
.pad-bottom-5{
    padding-bottom:5px;
}
.pad-bottom-10{
    padding-bottom:10px;
}
.pad-bottom-20{
    padding-bottom:20px;
}
.pad-bottom-30{
    padding-bottom:30px;
}
.pad-bottom-40{
    padding-bottom:40px;
}
.pad-bottom-50{
    padding-bottom:50px;
}
.mar-top-0{
    margin-top:0px;
}
.mar-top-10{
    margin-top:10px;
}
.mar-top-15{
    margin-top:15px;
}
.mar-top-20{
    margin-top:20px;
}
.mar-top-30{
    margin-top:30px;
}
.mar-top-40{
    margin-top:40px;
}
.mar-top-50{
    margin-top:50px;
}
.mar-bottom-0{
    margin-bottom:0px;
}
.mar-bottom-8{
    margin-bottom:8px;
}
.mar-bottom-10{
    margin-bottom:10px;
}
.mar-bottom-15{
    margin-bottom:15px;
}
.mar-bottom-20{
    margin-bottom:20px;
}
.mar-bottom-25{
    margin-bottom:25px;
}
.mar-bottom-30{
    margin-bottom:30px;
}
.mar-bottom-40{
    margin-bottom:40px;
}
.mar-bottom-50{
    margin-bottom:50px;
}
.mar-lft-10{
    margin-left: 10px;
}
.mar-lft-15{
    margin-left: 15px;
}
.mar-lft-30{
    margin-left: 30px;
}
.mar-rgt-10{
    margin-right: 10px;
}
.mar-rgt-15{
    margin-right: 15px;
}
.width-100{
    width:100%;
}
.center-text-btn{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
    margin-right: 15px;
}
/*Popup css*/
.white-popup-block {
    background: #FFF;
    max-width: 570px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.small_popup .popup-content {
    padding: 25px 0;
}
.popup-header span{
    position: relative;
    top: -22px;
    right: 5px;
    font-size: 16px;
}
.pop-up-radio-blk label{
    margin-right: 10px !important;
    margin-bottom: 10px;
}
/*table common css starts here*/
.table-bordered {
    border: 1px solid #dddddd;
}
.dataTable > thead:first-child > tr:first-child > th{
    background: #edf8f9;
    font-size: 15px;
    font-weight: normal;
    font-family: 'source_sans_probold';
    padding:12px 32px 6px 8px;
    white-space: nowrap;
    word-break: normal;
}

.table > thead:first-child > tr:first-child > th span{
    padding-right: 10px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #f9f9f9;
}
.table-bordered > tbody > tr > td{
    font-size: 15px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
/*    padding:11px 8px 5px;*/
    font-size: 15px;
    border: 1px solid #dddddd;
    vertical-align: middle;
}
.table-bordered>tbody>tr>th{
    background: #edf8f9;
    border-bottom: 2px solid #dddddd;
    font-weight: normal;
    font-family: 'source_sans_probold';
}
.table-bordered>tfoot>tr>th{
    font-size: 15px;
    font-weight: normal;
    font-family: 'source_sans_probold';
    border-bottom: 0px;
}
/*table common css ends here*/

/*tab common css starts here*/
.nav-tabs-custom{
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0px;
}
.nav-tabs-custom>.tab-content{
    padding: 0px;
}
.nav-tabs-custom > .nav-tabs > li{
    margin-right: 0px;
}
.nav-tabs-custom>.nav-tabs>li>a{
    font-size: 15px;
}
.nav-tabs-custom>.nav-tabs>li.active{
    border-top-color: #62c3d0;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a{
    font-family: 'source_sans_probold';
    color: #62c3d0;
}
.nav-tabs-custom>.nav-tabs>li>a:hover{
    color: #62c3d0;
}
.nav-tabs > li > a{
    padding: 25px 10px;
    min-width: 130px;
    text-align: center;
}
/*tab common css ends here*/
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color:  #3bacb5;
}
.daterangepicker .calendar th{
    font-family: 'source_sans_probold';
    font-weight: normal;
    font-size: 15px;
    background-color: #3bacb5;
    border-radius: 0px;
    color: #fff;
}
.daterangepicker .calendar th.prev:hover{
    background-color: #62c3d0;
    color:#fff;
}
.daterangepicker .calendar th.next:hover{
    background-color: #62c3d0;
    color:#fff;
}
.daterangepicker .input-mini{
    padding: 5px 6px 0 28px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.daterangepicker .input-mini{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.daterangepicker .input-mini.active{
    border-color: #3bacb5;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #3bacb5;
    color: #fff;
}
.datepicker.dropdown-menu th{
    font-family: 'source_sans_probold';
    font-weight: normal;
    font-size: 15px;
    background-color: #3bacb5;
    border-radius: 0px;
    color: #fff;
}
.datepicker table tr td{
    width: 20px !important;
    height: 20px !important;
    padding: 6px 0 4px !important;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker table tr td span:hover{
    background-color: #3bacb5 !important;
    color:#fff;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.active, .datepicker table tr td span.active.active{
    background: #3bacb5 !important;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #62c3d0 !important;
}
.range_inputs .btn-success{
    background: #3bacb5;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
}
.range_inputs .btn-default{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
}
.input-group-addon{
    padding: 4px 6px;
}
.input-group .input-group-addon{
    background-color: #f4f4f4;
}
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i{
    width: 20px !important;
    height: 20px !important;
}
.tool-tip i {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    color: #3bacb5;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ccc !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding:0px !important;
}
.select2-container .select2-selection--single{
    height:30px !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: #fff url(../img/select-drop.png) no-repeat scroll right 0 !important;
    height:28px !important;
    width:32px !important;
    border:none !important;
    left: -8px !important;
    top: 2px !important;
}
/*common css ends here*/

select.form-control {
    background: #fff url("../img/select-drop.png") no-repeat scroll right 0;
    color:#434343;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 5px 40px 2px 12px;
}
select option {
    color: #434343;
    padding: 3px 3px 4px;
}
.form-control:focus{
    box-shadow: none;
}
/* Custom Checkbox */
.form-group {
    display: table;
    width: 100%;
}
.form-control:focus{
    border-color: #3bacb5;
}
.form-control {
    padding: 5px 12px 2px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
}
/*input[type="checkbox"], input[type="radio"] {
    display: none;
}*/
input[type="checkbox"], input[type="radio"] {
    opacity: 0;
    display: block !important;
    /* display: block; */
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 8px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    cursor: pointer;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 8px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    cursor: pointer;
}
input[type="radio"] + label span {
    width: 25px;
    height: 25px;
}
input[type="checkbox"] + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    background-position: 0px;
}
input[type="checkbox"]:checked + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    background-position: -31px;
}
input[type="radio"]:disabled + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    opacity: 0.5;
}
input[type="radio"] + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    background-position: -64px;
}
input[type="radio"]:checked + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    background-position: -90px;
}
input[type="checkbox"]:disabled + label span {
    background: url(../img/checkbox-radio-2x.png) no-repeat;
    opacity: 0.5;
}
input[type="checkbox"]:focus + label span{
    box-shadow: 0 0 15px rgba(81, 203, 238, 1)!important;
    border: 0px solid rgba(81, 203, 238, 1)!important;
}
.checkbox + .checkbox, .radio + .radio {
    margin-top: -2px;
}
.checkbox label, .radio label {
    padding-left: 0;
}
.checkbox label small{
    padding-top: 7px;
    display: inline-block;
    font-size: 100%;
    font-size: 15px;
}
.radio-blk{
    padding-top: 10px;
}
.radio-blk label small{
    padding-top: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}
.radio-blk label{
    margin-right: 50px;
}

.radio-blk-small label small{
    padding-top: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}
.radio-blk-small label{
    margin-right: 20px;
}
/* Custom Checkbox */

/* Custom Checkbox white */
.white-border-chk-rd input[type="checkbox"], .white-border-chk-rd input[type="radio"] {
    display: none;
}
.white-border-chk-rd input[type="checkbox"] + label span, .white-border-chk-rd input[type="radio"] + label span {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 8px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    cursor: pointer;
}
.white-border-chk-rd input[type="checkbox"] + label span, .white-border-chk-rd input[type="radio"] + label span {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 8px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    cursor: pointer;
}
.white-border-chk-rd input[type="radio"] + label span {
    width: 25px;
    height: 25px;
}
.white-border-chk-rd input[type="checkbox"] + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    background-position: 0px;
}
.white-border-chk-rd input[type="checkbox"]:checked + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    background-position: -31px;
}
.white-border-chk-rd input[type="radio"]:disabled + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    opacity: 0.5;
}
.white-border-chk-rd input[type="radio"] + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    background-position: -64px;
}
.white-border-chk-rd input[type="radio"]:checked + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    background-position: -90px;
}
.white-border-chk-rd input[type="checkbox"]:disabled + label span {
    background: url(../img/checkbox-radio-white-2x.png) no-repeat;
    opacity: 0.5;
}
.white-border-chk-rd .checkbox + .checkbox, .white-border-chk-rd .radio + .radio {
    margin-top: -2px;
}
.white-border-chk-rd .checkbox label, .white-border-chk-rd .radio label {
    padding-left: 0;
}
.white-border-chk-rd .checkbox label small{
    padding-top: 7px;
    display: inline-block;
    font-size: 100%;
    font-size: 15px;
}
.white-border-chk-rd .radio-blk{
    padding-top: 10px;
}
.white-border-chk-rd .radio-blk label small{
    padding-top: 5px;
    display: table-cell;
    font-size: 15px;
    font-weight: normal;
}
.white-border-chk-rd .radio-blk label{
    margin-right: 50px;
}

.white-border-chk-rd .radio-blk-small label small{
    padding-top: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}
.white-border-chk-rd .radio-blk-small label{
    margin-right: 20px;
}
/* Custom Checkbox */



/*custom browse file button css starts here*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 100%;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 6px 15px 3px;
    width:140px;
    text-align: center;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile-1 + label {
    color: #fff;
    background-color: #3bacb5;
    font-weight: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #359ba3;
}
/*custom browse file button css ends here*/

/*button css starts here*/
.green-btn{
    background: #3bacb5;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #fff;
    display: table;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    font-size: 15px;
    vertical-align: middle;
    margin: 0px auto;
}
table#grptable td a.green-btn{
    display: block;
}
.green-btn:hover, .green-btn:focus, .green-btn:active{
    background-color: #359ba3;
    color: #fff;
}
.yellow-btn{
    background: #d5a035;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    font-size: 15px;
    white-space:nowrap;
}
.yellow-btn:hover, .yellow-btn:focus, .yellow-btn:active{
    background-color: #c38e22;
    color: #fff;
}
.gray-btn{
    background: #6c7b7e;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    font-size: 15px;
}
.gray-btn:hover, .gray-btn:focus, .gray-btn:active{
    background-color: #4e5a5c;
    color: #fff;
}
.dk-gray-btn{
    background: #6c7b7d;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    font-size: 15px;
}
.dk-gray-btn:hover, .dk-gray-btn:focus, .dk-gray-btn:active{
    background-color: #627173;
    color: #fff;
}
.white-border-btn{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    border:1px solid #dddddd;
    padding: 5px 23px 2px;
    color: #1c3739;
    font-size: 15px;
    display: inline-block;
}
.white-border-btn:hover, .white-border-btn:focus, .white-border-btn:active{
    border:1px solid #3bacb5;
    color: #3bacb5;
}
.white-border-btn i{
    padding-right: 7px;
}
.plus-gray-btn{
    background: #f4f4f4;
    border:1px solid #dddddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #1c3739;
    padding: 5px 23px 2px;
}
.plus-gray-btn:hover, .plus-gray-btn:active, .plus-gray-btn:focus{
    color: #1c3739;
    border-color: #adadad;
}
.a-link-green{
    color:#3bacb5;
    font-size: 15px;
    font-family: 'source_sans_probold';
    text-decoration: underline;
}
.a-link-green:hover{
    color:#3bacb5;
}
.tag-close-btn a{
    background: #f4f4f4;
    border: 1px solid #dddddd;
    padding: 7px 12px 5px;
    display: inline-block;
    font-size: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #1c3739;
}
.tag-close-btn a i{
    padding-left: 15px;
}
.green-btn i{
    padding-right: 10px;
}
.common-btn-width-110 a{
    width:110px;
}
.form-txt-align{
    padding-top:7px;
}
.tag-close-container ul li{
    float: left;
    margin-right: 10px;
}
.greentxt{
    color: #3bacb5;
    font-size: 15px;
}
/*flipswitch button css starts here*/
.flipswitch {
    position: relative;
    width: 39px;
    height: 18px;
    float: left;
    margin-right: 12px;
    margin-top: -3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.flipswitch input[type=checkbox] {
    display: none;
}

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    height: 18px;
    position: relative;
    top: -9px;
}

.flipswitch-inner {
    display: flex;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    height: 18px;
}

.flipswitch-inner:before, .flipswitch-inner:after {
    content: "";
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

.flipswitch-inner:before {
    background-color: #3BACB5;
}

.flipswitch-inner:after {
    background-color: #939c9d;
}

.flipswitch-switch {
    position: absolute;
    top: -1px;
    right: 21px;
    width: 18px;
    height: 18px;
    background: #F4F4F4;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    transition: right 0.3s ease-in 0s;
    z-index: 2;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: -1px;
}
/*flipswitch button css ends here*/

/*Admin lte css modify starts here*/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    background: #fff;
}
.skin-blue .main-header .navbar{
    background: #3bacb5;
}
.skin-blue .main-header .logo{
    background: #62c3d0;
}
.skin-blue .main-header .logo:hover {
    background-color: #359ba3;
}
.main-header .logo{
    height:50px;
    padding: 0;
}
.main-header .navbar{
    height:50px !important;
}
.main-sidebar, .left-side{
    padding-top:50px;
}
.sidebar-collapse .main-sidebar{
    padding-top: 50px;
}
.sidebar-collapse .flyer-img{
    display: none;
}
.sidebar-mini.sidebar-collapse .main-header .logo{
    height:50px !important;
    margin: 0px;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{
    background: #edf8f9;
    border-left-color: #62c3d0;
    color: #1c3739;
}
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion{
    color:#939c9d;
    font-size: 15px;
    width: 25px;
}
.sidebar-menu .treeview-menu{
    padding-left:0px;
}
.skin-blue .sidebar a{
    color: #1c3739;
    font-size: 15px;
}
.skin-blue .sidebar-menu>li>.treeview-menu{
    background: #f3f6f9;
    margin: 0px !important;
}
.sidebar-menu .treeview-menu .treeview-menu{
    background: #dfe7ee;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover{
    color: #1c3739;
}
.skin-blue .treeview-menu>li>a{
    color: #1c3739;
}
.sidebar-menu .treeview-menu>li>a{
    padding: 12px 20px 12px 45px;
}
/*.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header{
    white-space: inherit;
}*/
.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background: rgba(0,0,0,0.1);
}
/*
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body{
    background-color: #fed330 !important;
    color:#000 !important;
    font-size: 13px !important;
    padding: 3px 3px 0px !important;
    font-weight: normal;
}
*/
.skin-blue .main-header li.user-header{
    background-color: #3babb6;
}
.sidebar-menu li > a > .fa-caret-left,
.sidebar-menu li > a > .pull-right-container > .fa-caret-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #939c9d;
}
.sidebar-menu li > a > .fa-caret-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-caret-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-caret-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-menu li.active > a > .pull-right-container > .fa-caret-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.breadcrumb{
    background: #dfe7ee;
    margin: 0;
}
.breadcrumb li a{
    color:#1c3739;
}
.breadcrumb > .active{
    color: #1c3739;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    text-align: left;
    padding: 0px;
    height: auto;
}
.account-settings ul li{
    border-bottom: 1px solid #42b5be;
}
.account-settings ul li a{
    color: #fff;
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.account-settings ul li a:hover{
    background:#56bcc8;
}
.account-settings ul li i{
    color:#9dd6da;
    padding:0 10px 0 5px;
}
.custom-header-dropdown .dropdown-menu{
    background-color: #3bacb5;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header{
    background-color: #56bcc8;
    border-bottom: 1px solid #56bcc8;
    color: #fff;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{
    background-color: #56bcc8;
    border-bottom: 1px solid #56bcc8;
    color: #fff !important;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{
    border-bottom: 1px solid #56bcc8;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{
    background: #42b5be;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4{
    color: #fff;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{
    color: #fff;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #1c3739;
    content: ">\00a0";
}
/*Admin lte css modify ends here*/

/*body container css starts here*/
.white-wrapper{
    background:#fff;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    padding:25px 0px;
}
.inner-blk-container{
    padding-left: 20px;
    padding-right: 20px;
}
.red-color{
    color:#d63434;
}
.form-horizontal .control-label{
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
    padding-top: 0px;
}
.browse-file label{
    margin: 0px;
    display: block;
}
.browse-file-container p{
    padding-top: 7px;
}
.browse-file-container .tool-tip{
    padding-left: 15px;
}
.browse-file-container p{
    padding-right: 10px;
}
.browse-file-container .tool-tip i{
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    color:#3bacb5;
}
.multi-check-container .checkbox{
    margin-bottom: 5px;
}
.multi-check-container{
    border: 1px solid #d2d6de;
    overflow: hidden;
    padding: 7px 7px 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.gray-bg{
    background: #f4f4f4;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 20px 0px;
}
.detail-lists ul li{
    padding-bottom: 4px;
    font-size: 15px;
}
.admin-detail-list ul li{
    padding-bottom: 4px;
    font-size: 15px;
}
.admin-list-label{
    width: 14.66666667%;
}
.form-details-admin i{
    background: #3bacb5;
    color: #fff;
    border-radius: 48%;
    font-size: 12px;
    padding: 4px;
    margin-right: 8px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{
    top: 12px;
    margin-left: 10px;
}
.dt-edit-icon{
    color:#3bacb5;
    font-size: 20px;
    margin: 0 5px;
}
.dt-copy-icon{
    color: #3bacb5;
    font-size: 20px;
    /*font-size: 19px;*/
    margin: 0 5px;
}
.dt-delete-icon{
    color:#d69f34;
    font-size: 20px;
}
.dt-reply-icon{
    color:#3bacb5;
    font-size: 18px;
    margin: 0 8px;
}
.pagination>li>a, .pagination>li>span{
    padding: 6px 12px 2px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #3bacb5;
    border-color: #3bacb5;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color:#1c3739;
}
div.dataTables_filter {
    display: none;
}
.dt-search{
    position: relative;
    margin-right: -10px;
    margin-bottom: 10px;
}
.dt-search input{
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
    width: 100%;
    padding: 5px 37px 2px 5px;
}
.dt-search-icon{
    background: #f4f4f4;
    position: absolute;
    padding: 6px 8px 2px;
    top: 1px;
    right: 1px;
    border-left: 1px solid #dddddd;
    cursor: pointer;
}
.dt-export-data{
    float: left;
}
.dt-length-change ul li{
    display: inline;
}
.dt-refresh-btn {
    margin-bottom: 15px;
}
.dt-refresh-btn a{
    background: #f4f4f4;
    padding: 6px 8px 2px;
    border: 1px solid #dddddd;
    display: inline-block;
    color:#1c3739;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.dt-refresh-btn a:hover{
    background: #359ba3;
    color:#fff;
    border: 1px solid #359ba3;
}
.app-range-label{
    font-weight: normal;
    font-size: 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 0px;
}
.app-usage-wrapper{
    position: relative;
}
.app-usage-wrapper .table{
    margin-bottom: 0px;
}
.app-usage-wrapper table.dataTable{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.percentage-view-container{
    position: absolute;
    right: 20px;
    top: 26px;
}
.info-box-icon{
    width:116px;
    height: 108px;
}
.info-box{
    height: 108px;
    box-shadow: none;
    border-radius: 0px;
    background: none;
}
.info-box-content {
    padding: 35px 10px;
    margin-left: 126px;
}
.info-box-text {
    text-transform: none;
    font-size: 15px;
}
.info-box-number{
    font-weight: normal;
    font-family: 'source_sans_probold';
    font-size: 22px;
}
.bg-dull-green{
    background-color: #62c3d0 !important;
    padding: 3px 3px 0px !important;
    border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
}
.login-page, .register-page{
    background: #ecf0f5;
}
.login-logo-blk{
    background: #62c3d0;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
    padding-top: 20px;
}
.login-container{
    padding: 0 25px;
}
.form-control-feedback{
    color:#777777;
}
.login-box-msg, .register-box-msg{
    font-size: 24px;
    color:#1c3739;
}
.login-bottom{
    padding-bottom: 15px;
    overflow: hidden;
}
.forgot-pass{
    color: #3bacb5;
    font-size: 15px;
    text-decoration: underline;
}
.forgot-pass:hover{
    color: #3bacb5;
    text-decoration: none;
}
.login-main-footer{
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.top-header-select{
    width: 96px;
    float: left;
}
.header-settings{
    float: left;
    padding-right: 12px;
}
.app-top-header-btn:first-child{
    margin-right: 12px;
}
.app-top-header-btn {
    width: 112px;
}
.app-top-white-btn{
    margin-top: 4px;
}
.single-blk .form-horizontal .form-group{
    margin-bottom: 0px;
}
.border-cont{
    border: 1px solid #f5f5f5;
    padding: 10px 20px;
    min-height: 72px;
}
.color-link{
    width: 16px;
    height: 16px;
    background: #000;
}
.multi-nav-menu ul li{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.color-branding span{
    background: #34a559;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 2px;
    margin: 6px 10px;
    text-indent: -99999px;
}
#calendar h2{
    font-size: 30px;
}
.box{
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border:none;
}
.fc th{
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
}
.fc-day-grid-event .fc-time{
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
}
.tag-close-container span{
    display: block;
    float: left;
    margin-right: 10px;
    text-decoration: underline;
}
.tag-close-container .fa-trash{
    font-size: 20px;
    color: #d69f34;
    margin-top: 4px;
}
.oops-page{
    max-width: 700px;
    width:100%;
    margin: 7% auto;
}
.oops-page h4{
    font-size: 63px;
    text-transform: uppercase;
    font-family: 'source_sans_probold';
    text-align: center;
    padding: 20px 0 10px;
    color: #3bacb5;
}
.oops-page p{
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
}
/*tooltip*/
.tooltip.right {
    padding: 0 5px;
    margin-left:10px;
}
.tooltip-inner {
    text-align: left;
    background: rgba(28,55,57,.8);
    padding: 10px 15px;
}
.tooltip.right .tooltip-arrow{
    border-right-color: rgba(28,55,57,.8);
    border-width: 10px 10px 10px 0;
    margin-left: -5px;
    margin-top: -10px;
}

/**/
a.add-plus img{
      display: inline-block;
    position: relative;
    top: -5px;
    padding: 0 7px;
}

.active-btn{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #d8eef0;
    border:1px solid #3bacb5;
    padding: 5px 10px 2px;
    color: #1c3739;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 110px;
}
.inactive-btn{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #f2e7d2;
    border:1px solid #d69f34;
    padding: 5px 10px 2px;
    color: #1c3739;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 110px;
}
@media (max-width: 1100px){
    .get-data-btn-sm .green-btn{
        padding: 6px 10px 4px;
        width: 100%;
    }
}
@media (max-width: 991px){
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
        background: #3bacb5 !important;
    }
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{
        background-color: #56bcc8 !important;
        border-bottom: 1px solid #56bcc8;
    }
    .export-data-btn-sm{
        float: left !important;
        padding-bottom: 30px;
    }
    .percentage-view-container{
        position: static;
        padding: 30px 20px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 999px){
    .main-header .logo{
        height: 50px;
    }
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
    .no-pad-rgt-sm-15{
        padding-right: 15px;
    }
    .no-pad-lft-sm-15{
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .login-box, .register-box{
        width:360px;
        max-width: 90%;
    }

}
@media (max-width: 767px) {
    .pad-top-20-sm{
        padding-top: 20px;
    }
    .no-pad-rgt-sm-15{
        padding-right: 15px;
    }
    .no-pad-lft-sm-15{
        padding-left: 15px;
    }
    .no-pad-rgt-sm-0{
        padding-right: 0px;
    }
    .no-pad-lft-sm-0{
        padding-left: 0px;
    }
    .width-100-sm {
        width: auto;
    }
    .width-100-percent-xs {
        width: 100%;
    }
    .float-none-xs{
        float: none;
    }
    .main-header .logo {
        height: 50px;
    }
    .main-sidebar, .left-side {
        padding-top: 100px;
    }
    .sidebar-collapse .main-sidebar{
        padding-top: 100px;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #56bcc8;
    }
    .table-responsive{
        border-top: 0px;
    }
    .app-range-label{
        float: none;
        width: 100%;
    }
    .get-data-btn-sm{
        float: right;
        padding-right: 0px;
        padding-top: 15px;
    }
    .nav-tabs-custom>.nav-tabs>li{
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-custom>.nav-tabs>li>a{
        width: 100%;
    }
    .nav-tabs > li > a{
        padding: 15px 20px;
    }
    .dataTable > thead:first-child > tr:first-child > th{
        border-top: 1px solid #ddd;
    }
}
label.error {
    color: red !important;
    margin-top: 5px;
    font-weight: normal;
    opacity: 0.7;
}

/*conversations page*/
.conversation-wrapper{
    overflow: hidden;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li{
    background: #f9f9f9;
    border-bottom: 2px solid #dddddd;
    border-top: none;
    padding:0 9px;
    position: relative;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li a{
    padding:10px 0 !important;
    text-align: left;
}
.conversation-wrapper .nav-tabs-custom .tab-content li{
    border-bottom: 1px solid #dddddd;
}
.conversation-wrapper .nav-tabs-custom .tab-content li:hover{
    background:#edf8f9 !important;
}
.conversation-wrapper .nav-tabs-custom .tab-content li:nth-child(even){
    background: #f9f9f9;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li.active{
    background: #edf8f9;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li.active a{
    background:none;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li a{
    padding:10px;

}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li.active a {
    background: none;
}
.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}
.conversation-wrapper .nav-tabs-custom > .nav-tabs > li a {
    padding: 10px;
}
.conversation-wrapper .nav-tabs-custom>.nav-tabs>li a, .conversation-wrapper .nav-tabs-custom>.nav-tabs>li.active>a, .conversation-wrapper .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    font-family: 'source_sans_probold';
    color: #1c3739;
}
.conversation-wrapper ul li div{
    padding:12px;
    position:relative;
}
.conversation-wrapper ul li h3{
    font-size:15px;
    /*color:#1c3739*/
}
.conversation-wrapper ul li p{
    font-family: 'helvetica';
    font-size:15px;
    margin:4px 0;
}
.conversation-wrapper ul li span{
    font-family: 'helvetica';
    font-size:13px;
}
.conversation-wrapper .nav-tabs-custom{
    border: 1px solid #f1f1f1;
}
.conversation-head h3{
    font-size: 17px;
}
.conversation-head p{
    font-size: 17px;
    border-bottom:1px solid #dddddd;
}
.conversation-head ul{
    padding:0 20px;
}
.conversation-head li p{
    border-bottom:none;
}
.conversation-head li{
    margin:10px 0;
    width:85%;
   float:left
}
.conversation-head li div{
     border-radius: 5px;
     position:relative;
}
.conversation-head li:nth-child(odd){
  /*     float:left; */
}
.conversation-head li:nth-child(even){
 /*   float:right; */
}
.conversation-head li:nth-child(odd) div{
    background:#ecf0f5;

}
.conversation-head li:nth-child(even) div{
    background:#9d9d9d;
        box-shadow: 0 5px 3px -1px #ecf0f5;
}
/*.conversation-head li .senderdiv .arrow{
    background: url(../img/left-arrow.png);
    width: 34px;
    height: 50px;
    display: block;
    position: absolute;
    left: -25px;
    z-index: 9999;
    margin: auto;
    top: 0;
    bottom: 0;
}
.conversation-head li .receiverdiv .arrow{
    background: url(../img/right-arrow.png);
    width: 34px;
    height: 50px;
    display: block;
    position: absolute;
    right: -25px;
    z-index: 9999;
    margin: auto;
    top: 0;
    bottom: 0;
}*/
.conversation-head ul{
    padding:0 20px;
}
.conversation-head ul li h3{
    font-size: 17px;
    margin-top:5px;
}
.conversation-head li:nth-child(even) h3, .conversation-head li:nth-child(even) p{
    /*color:#ffffff; */
}
.left-blk .nav-tabs-custom>.nav-tabs li:nth-child(1){
    border-right:1px solid #dddddd;
}

.conversation-wrapper ul.nav.nav-tabs li span{
    background: #fed330;
    padding: 5px 4px 4px 4px;
    line-height: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 9px;
}
.msg-no{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 9px;
    width: 14px;
    height: 19px;
    text-align: center;
    bottom: 0;
    margin: auto;
    background: #fed330;
}
.conversation-info{
    padding:10px 7px 10px 33px;
    position: relative;
    background: #fffbea;
    border-bottom: 1px solid #dddddd;
}
.conversation-info span{
    background: url(../img/info-icn.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text-editor{
    margin-top: 15px;
    float: left;
    width: 100%;
}
.text-editor textarea{
    font-family: 'source_sans_probold';
    width: 100%;
    background: #ecf0f5;
    border: none;
    font-size:17px;
    text-align: center;
    color:#1c3739;
}
.other-con-blk{
    display:none;
}
@media (max-width: 1100px){
    .get-data-btn-sm .green-btn{
        padding: 6px 10px 4px;
        width: 100%;
    }

     .conversation-head{
        margin-top:20px;
    }
}
@media (max-width: 991px){
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
        background: #3bacb5 !important;
    }
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{
        background-color: #56bcc8 !important;
        border-bottom: 1px solid #56bcc8;
    }
    .export-data-btn-sm{
        float: left !important;
        padding-bottom: 30px;
    }
    .percentage-view-container{
        position: static;
        padding: 30px 20px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 999px){
    .main-header .logo{
        height: 50px;
    }
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
    .no-pad-rgt-sm-15{
        padding-right: 15px;
    }
    .no-pad-lft-sm-15{
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .login-box, .register-box{
        width:360px;
        max-width: 90%;
    }

}
@media (max-width: 767px) {
    .pad-top-20-sm{
        padding-top: 20px;
    }
    .no-pad-rgt-sm-15{
        padding-right: 15px;
    }
    .no-pad-lft-sm-15{
        padding-left: 15px;
    }
    .no-pad-rgt-sm-0{
        padding-right: 0px;
    }
    .no-pad-lft-sm-0{
        padding-left: 0px;
    }
    .width-100-sm {
        width: auto;
    }
    .width-100-percent-xs {
        width: 100%;
    }
    .float-none-xs{
        float: none;
    }
    .main-header .logo {
        height: 50px;
    }
    .main-sidebar, .left-side {
        padding-top: 100px;
    }
    .sidebar-collapse .main-sidebar{
        padding-top: 100px;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #56bcc8;
    }
    .table-responsive{
        border-top: 0px;
    }
    .app-range-label{
        float: none;
        width: 100%;
    }
    .get-data-btn-sm{
        float: right;
        padding-right: 0px;
        padding-top: 15px;
    }
    .nav-tabs-custom>.nav-tabs>li{
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-custom>.nav-tabs>li>a{
        width: 100%;
    }
    .nav-tabs > li > a{
        padding: 15px 20px;
    }
    .dataTable > thead:first-child > tr:first-child > th{
        border-top: 1px solid #ddd;
    }
}


@media (min-width: 992px) and (max-width: 1100px){
    .conversation-wrapper .left-blk, .conversation-wrapper .right-blk{
        width:100%;
    }

}
.modal_select {
    width: 48%;
    padding-left: 0!important;
    padding-right: 0px!important;
    float: left;
}

.modal_select span.select2.select2-container {
    width:95% !important;
}
.search-container{
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
input#chat-search-bar {
margin: 0 auto;
width: 100%;
height: 34px;
/*padding: 0 3% 0 7%;*/
border: 1px solid #d2d6de;
outline: none;

}
input#chat-search-bar:focus {
	border: 1px solid #008ABF;
	transition: 0.35s ease;
	color: #008ABF;
}
 input#chat-search-bar::-webkit-input-placeholder {
 transition: opacity 0.45s ease;
 opacity: 0;
}
 input#chat-search-bar::-moz-placeholder {
 transition: opacity 0.45s ease;
 opacity: 0;
}
 input#chat-search-bar:-ms-placeholder {
 transition: opacity 0.45s ease;
 opacity: 0;
}
.search-icon {
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	top: -30px;
	left:5px;
}
.selected_label {
    background: #ff7a7a;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    color: #fff;
	margin: 15px 0 0;
    cursor: pointer;
}
.selected_label .close {
    float: right;
    color: #fff;
    line-height: 20px;
    text-align: right;
    padding-left: 5px;
  }
  .search-container a {
    height: auto;
    position: absolute;
}
.selected_label {
    background: #ff7a7a;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    margin: 15px 10px 0 0;
    cursor: pointer;
}
.m_select_right {float:right}
.m_select_right span.select2.select2-container {
    float: right;
}
.add_rule_button{
    width:40px;
    height:40px;
    float:right;
    cursor: pointer;
}

.imgplus{
    display: inline-block;
    margin-bottom: 5px;
    float: right;
}

#rule_buttons{
    text-align: center;
}

.rule_left_arrow{
    float: left;
    width: 100px;
    height: 40px;
    padding: 0px 25px 0px 0px;
}

/*span.select2-container {
    z-index:10050;
}*/

/*div.popup-content .select2-dropdown {
z-index: 10060;
}

div.popup-content .select2-close-mask {
z-index: 10055;
}*/

.select2-container--open {
    z-index: 10003;          /* form dialog z-index:10002 (computed)*/
}

/*.multi-items .multi-item:first-child {
    margin-left: 40px;
}*/

section.file_add_div .white-wrapper {
    background: #fff;
    -moz-box-shadow: 0px;
    box-shadow: none!important;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    padding: 25px 0px;
}

.file_add_div-p .white-wrapper {
    background: #fff;
    -moz-box-shadow: 0px;
    box-shadow: none!important;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    padding: 25px 0px;
}

.design_flip{
        margin: -12px 0 0 !important;
}
.design_switch{
    margin-top: 12px !important;
}
.design_flip:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}
.design_flip:checked + .flipswitch-label .flipswitch-switch {
    right: 0;
}
.tox-collection__group .tox-collection__item-icon{
    font-family: 'NotoColorEmoji' !important;
}
/*for template custom menu popup error messsaage*/
span.nameerror {
    color: red !important;
    margin-top: 5px;
    font-weight: normal;
    opacity: 0.7;
}

.grpid-width{
    width: 5%;
}

#template_save{
    position: fixed;
    z-index: 999;
    width: auto;
    right: 25px;
/*    background: rgba(236,240,245,0.5);*/
    width: 80%;
    padding-top: 0px;
}

#total_menu{
    margin-top: 50px;
}

#new_template_save{
    margin: 0px 0px 2px 0px !important;
}
#msg_first_body{
    padding: 0px !important;
}
#select_all_msg_th{
    width: 4%;
}
.msg_option{
    display: none;
}
.eyeball {
  /*fill: #3bacb5;*/
  /*fill: rgb(60, 141, 188) !important;*/
  fill: #3bacb5 !important;
}
.or_element{
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}
.dt-copy-icon-msg_stats{
    color: #3bacb5;
    /*font-size: 20px;*/
    /*font-size: 19px;*/
    margin: 0 5px;
}
.msg_stats_action_td{
    padding: 0px !important;
}
.clearfix {
  padding-bottom: 20px;
}



.tooltip2 {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

#genapikey {
  margin-bottom: 5px;
}

.flex-cont {
  display: flex;
}
