/* PROFILE CSS */
.pd{
    margin-right:0;
    margin-left:0;
}
#right_col1 #sidebar {
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-right: 1px solid #E8ECF1;
}
#right_col1 #sidebar .sidebar-toggler {
    position: absolute;
    top: 8px;
    left: 32px;
    font-size: 36px;
    cursor: pointer;
}
.visible-xs{
    display: none !important;
}
#sidebar h3 {
    margin: 0;
    margin-left: 30px;
    font-size: 19px;
    padding: 22px 0;
}
#sidebar .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sidebar .menu li a.active, #sidebar .menu li a:hover {
    color: #6787DA;
}
#sidebar .menu li a i.fa-address-book {
    font-size: 30px;
    position: relative;
    top: 4px;
}
#sidebar .menu li a i {
    min-width: 30px;
}
#sidebar .menu li a {
    display: block;
    padding: 13px 30px;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#right_col1 #panel {
    background: #fff;
    top: 0;
    position: relative;
    width: 100%;
    padding: 20px 50px;
    /*padding-bottom: 80px;*/
}
#panel.profile h3 {
    margin: 0;
    font-size: 18px;
}
#panel.profile .intro {
    margin-top: 25px;
    color: #555;
}
form .msg_box{
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 8s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
}
.msg_box{
    z-index:4;
    padding-top:30px;
    padding-bottom:10px;
    font-size:15px;
    text-align:center;
    height: auto;
    /*  width: 250px;
      bottom: 10px;
      right: 10px;*/
    width: 300px;
    bottom: 50%;
    right: 40%;
    position: fixed;
    transition: all 0.8s;
    border-radius: 10px;
    vertical-align:top;
    border:1px solid #26b99a;
    background-color: #fff;
    font-family: arial !important;

}
.res_msg{
    z-index:4;
    color:green;
    background: #f2f5f7;
    border:1px solid #26b99a;
}
.res_err{
    z-index:4;
    color:red;
    border:1px solid #C0392B;
}
.headrerr{
    padding-right:5px;
    font-size:13px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    background: #C0392B;
    text-align: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.8s;
    cursor: pointer;
    color:#fff;
}
.headr{
    padding-right:5px;
    font-size:13px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    background: #26b99a;
    text-align: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.8s;
    cursor: pointer;
    color:#fff;
}
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -9999px;
    }
}
@keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -9999px;
    }
}
.filters{
    padding-left:0px;
    margin-bottom:5px;
}
.pagination>.active>a{
    z-index:0;
}


/************ RESELLER PROFILE ****************/
.ttp .fa{
    padding:5px;
    color:#26B99A;
    font-size: 16px;
    cursor: pointer;
}
.value input {
    padding: 2px;
    margin: 2px;
    border-radius: 2px;
}
.name input {
    padding: 2px;
    margin: 2px;
    border-radius: 2px;
}
.btn2{
    font-size:12px;
    padding: 3px 9px;
}
a:hover{
    text-decoration: underline;
}
.btn-xs{
    padding: 3px 5px;
}
.dropdown-menu>li>a{
    padding:5px 20px;
    font-weight: 550;
}
.reply{
    font-size:16px;
}
.company-msg{
    width:85%;
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
}
.client-msg{
    width:85%;
    border: 2px solid #ccc;
    background-color: #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
}
.time-right {
    float: right;
    color: #aaa;
}
.btngroup{
    padding:25px;
}

/* ************ CLient Profile CSS **************** */
.menubar {
    /*    position: absolute;
        top: 0;
        left: 0;*/
    width: 100%;
    height: 63px;
    padding: 0px 40px 20px 40px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    background: white;
    z-index: 99;
}
.menubar .page-title {
    /*float: right;*/
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #333;
}
.menubar .btn.pull-right {
    position: relative;
    /*top: -55px;*/
    font-weight: bold;
    letter-spacing: .3px;
}
.content-wrapper .profile-content {
    float: left;
    min-height: 250px;
}
.content-wrapper .profile-content .tabs {
    background: #F5F6F8;
    border-bottom: 1px solid #CED9EB;
    padding: 0 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.06);
}
.content-wrapper .profile-content .tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content-wrapper .profile-content .tabs ul li {
    display: inline-block;
}
.content-wrapper .profile-content .tabs ul li a.active {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}
.content-wrapper .profile-content .tabs ul li a {
    padding: 12px 20px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #688EA7;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*a {
    color: #428bca;
    text-decoration: none;
}*/
.content-wrapper .profile-content .tab-content {
    margin: 30px 30px 0;
    position: relative;
}
.admintask div {
    padding: 20px;
}
.content-wrapper .profile-content .tabs ul li a.active:after {

    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1DDBF1;
    left: 0;
    bottom: -1px;
}
.content-wrapper .profile-content .tab-content {
    margin: 30px 30px 0;
    position: relative;
}
.content-wrapper .profile-content .tab-content .tab.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}
.content-wrapper .profile-content .tab-content .tab {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
table.dataTable {
    font-size: 13px;
    margin: 0 auto;
    clear: both;
    width: 100%;
    margin-bottom: 35px;
}
.profile-info {
    background: #fff;
    border-right: 1px solid #E8EBF0;
    -webkit-animation: showProfileInfo 0.4s ease-out forwards;
    -moz-animation: showProfileInfo 0.4s ease-out forwards;
    -o-animation: showProfileInfo 0.4s ease-out forwards;
    -ms-animation: showProfileInfo 0.4s ease-out forwards;
    animation: showProfileInfo 0.4s ease-out forwards;
}
.profile-info .avatar {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE2E9;
    background:  linear-gradient(to bottom,#666 0,#a1a1a1 100%);
    font-weight: 600;
    /*background: url(bg.jpg);*/
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    color:#fff;
}
.profile-info .main-details {
    border-bottom: 1px solid #DFE2E9;
}
.profile-info .main-details .col {
    float: left;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
}
.profile-info .main-details {
    border-bottom: 1px solid #DFE2E9;
}
.profile-info .main-details .col:first-child {
    border-right: 1px solid #DFE2E9;
}
.profile-info .details {
    padding: 0 20px;
    margin-top: 20px;
}
.profile-info .details .field {
    margin-bottom: 15px;
    font-size: 12px;
}
.profile-info .details .field label {
    text-transform: uppercase;
    color: #999;
    letter-spacing: .2px;
}
.profile-info .details .field .value {
    font-weight: 600;
    color: #454545;
}

#user_profile .btn-primary {
    color: #fff;
    background-color: #26B99A;
    border-color: #169F85;
}
.b1{
    margin-top:15px;
}
.editicon{
    color:#000;
}
/*.table>tbody>tr>td{
    padding:14px;
}*/
.table>tbody>tr>td{
    padding:6px;
}
.btn1{
    font-size: 11px;
    border-radius: 15px;
}

/* ********** TICKET CSS *********** */

.compose-header1 {
    padding: 5px;
    background: #169F85;
    color: #fff;
    border-top-left-radius: 5px;
}
#demo{
    padding:15px;
}
.msg_box1 {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 8s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
    z-index:4;
    padding-top:30px;
    padding-bottom:10px;
    font-size:15px;
    text-align:center;
    height: auto;
    width: 250px;
    bottom: 10px;
    right: 10px;
    position: fixed;
    transition: all 0.8s;
    border-radius: 10px;
    vertical-align:top;
    background:#fff;

}
#create_customer {
    display: inline-block;
    font-size: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px ;
    margin: auto;
    z-index: 1100;
    opacity: .6;
}

.spn {
    display: none;
    font-size: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px ;
    margin: auto;
    z-index: 1100;
    opacity: .6;
}
.chkbx {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.table>tbody>tr>td {
    padding: 1px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    vertical-align: middle;
    font-size: 12px;
    padding-left: 5px;
}

/*show image on upload css start*/
.file-upload {
    /*background-color: #ffffff;*/
    /*width: 600px;*/
    /*margin: 0 auto;*/
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    /*margin-top: 20px;*/
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 20px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
/*show image on upload css end*/

.image_view:hover {
    -ms-transform: scale(4.5);
    -webkit-transform: scale(4.5);
    transform: scale(4.5);
}
.loading{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999;
    /*background: rgba(255,255,255,0.8) url("/examples/images/loader.gif") center no-repeat;*/
    background: rgba(225,225,225,0.8) center no-repeat;
}
#skilled_row,#skilled_row a {
    color: red;
}
#semiskilled_row,#semiskilled_row a {
    color: blue;
}
#nonskilled_row,#nonskilled_row a {
    color: black;
}
#emergency_row,#emergency_row a{
    color:blue;
}

.table_head_bg{
    background-color:#b8c199!important; 
}
/*ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,*/