﻿textarea {
    resize: none;
}

.messageInfo {
    background-color: #c5e8d1;
    border-left: 4px solid #009932 !important;
    padding: 12px;
    box-shadow: 0px 0px 2px 2px #ccc;
}

.messageError {
    background-color: rgba(255, 204, 204,.5) !important;
    border-left: 4px solid #a03 !important;
    padding: 12px;
    box-shadow: 0px 0px 2px 2px #ccc;
}

.message-popup-error {
    background: #fcc;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    position: absolute;
    right: -211px;
    display: block;
    border-left: 4px solid #a03;
    top: 1%;
    box-shadow: 0px 0px 2px 2px #ccc;
    width: 30%;
    z-index: 999;
    height: 40px;
    word-wrap: break-word;
}

.message-popup-info {
    background: #c5e8d1;
    left: 22%;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    display: block;
    border-left: 4px solid #009932;
    top: 1%;
    box-shadow: 0px 0px 2px 2px #ccc;
    width: 35%;
    z-index: 999;
    height: 40px;
    word-wrap: break-word;
}

.workorderinfo {
    color: #666666;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ededed;
}

.fancybox-inner h3 {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.Button-background {
    background: #006699;
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    margin: 0px 0px 5px 0px;
    padding: 5px 50px;
    text-align: center;
    border-radius: 5px;
}

.dnd {
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.map-center-div {
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.icon-mono {
    background-image: url("../themes/blue/images/social-icon.png"), none;
    background-color: #b6b2b2;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 50%;
    background-size: 74px 31px;
}

.icon-123 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    font-size: 0;
    text-indent: -9999px;
}

.icon-mono.twitter {
    background-position: -97px 2px;
}

.icon-mono.facebook {
    background-position: 0px 2px;
}

.icon-mono.linkedin-1 {
    background-position: -122px -76px;
}

.icon-mono.facebook:hover {
    background-color: #39aadf;
    background-position: 0px -14px;
}

.icon-mono.twitter:hover {
    background-color: #39aadf;
    background-position: -97px -13px;
}

.icon-mono.linkedin-1:hover {
    background-color: #39aadf;
    background-position: -122px -92px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
}
#HideColumn ,#ShowColumn{
    width: 90%;
    float: left;
    height: 92%;
    margin-left: 4%;
    margin-right: 4%;
    border: 2px solid #000;
    border-radius: 0px !important;
    overflow-y: auto;
    background: #fbfafa;
        }

#HideColumn option, #ShowColumn option {
    padding: 5px 0px;
}


.arPNM {
    width: 18%;
    height: 90%;
    float: left;
    MARGIN: 0;
    margin-left: 0;
    text-align: center;
    PADDING:80px 20px;
}
.arPNM > button {
    background: #0090b5;
    border: solid 1px #0090b5;
    border-radius: 3px;
    height: auto;
    width: 100%;
    padding: 3px 10px;
    float:left;
    width:100%;
}
.arPNM > button > i, .arPNM > button > i:before{
    color:#fff;
}
.arwLftM {
    margin-bottom: 10px;
}
.arwRgtM {
    margin-bottom: 10px;
}
#rightall{
    margin-bottom: 25px;
}

.i_backward_tick:before {
  content: "\e9b4";
}
.i_double_backward:before {
  content: "\e9b5";
}
.i_double_forward:before {
  content: "\e9b6";
}
.i_forward_tick:before {
  content: "\e950";
}

.availFldHd, .desirdFldHd {
    background: #ededed;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

#HideColumn, #ShowColumn {
    width: 100%;
    float: left;
    height: 92%;
    border: 1px solid #dcdcdc;
    border-radius: 0px !important;
    overflow-y: auto;
    background: #fbfafa;
    margin: 0 !important;
    font-size: 12px;
}
/*User Details Popup*/
div.userdetailerwrapper {
    padding: 0;
    width: 100%;
    float: left;
}

#fieldworker_popup .modal-content {
    border-radius: 4px !important;
}

.usr_dtl_left {
    float: left;
    width: 45%;
    padding: 35px 50px 35px 40px;
    background: #f0f0f0;
    font-family: "MyriadPro-Regular", sans-serif;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 73vh;
}

.usr_dtl_right {
    float: left;
    width: 55%;
    background: #fefefe;
    padding: 5px 20px 0px 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    max-height: 70vh;
}

.usr_pro_img {
    background: #0090b5;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}

    .usr_pro_img img {
        max-width: 100%;
        border-radius: 100%;
        border: 4px solid #d9d7d8;
        width: 100%;
        height: 100%;
    }

.usr_info_sec {
    float: left;
    width: 100%;
    padding-top: 15px;
}

    .usr_info_sec h1 {
        font-size: 26px;
        color: #525252;
        font-weight: normal;
        margin: 0px;
        font-family: "MyriadPro-Regular", sans-serif;
    }

    .usr_info_sec b {
        font-size: 14px;
        color: #797979;
    }

.usr_per_info {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0px;
}

    .usr_per_info li {
        display: inline-flex;
        width: 100%;
        justify-content: flex-start;
        /*align-items: end;*/
        padding-right: 77px;
        color: #4d4d4d;
        margin-bottom: 6px;
        line-height: 30px;
    }

        .usr_per_info li a {
            color: #4d4d4d;
            cursor: pointer;
        }

        .usr_per_info li span.material-icons {
            margin-right: 10px;
            font-size: 22px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

.usr-header {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

    .usr-header h4 {
        font-size: 18px;
        font-weight: bold;
        color: #4579a9;
        font-family: "MyriadPro-Regular", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.usr_other_details {
    overflow: auto;
    height: 76vh;
    float: left;
    width: 100%;
}

.usr_skillbox {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #f0f0f0;
}

    .usr_skillbox.user-groups {
        overflow: auto;
        height: 150px;
    }

    .usr_skillbox h5 {
        font-size: 13px;
        font-weight: bold;
        font-family: "MyriadPro-Regular", sans-serif;
        color: #606060;
        width: 100%;
        overflow: visible;
        text-transform: uppercase;
        margin: 20px 0px 15px 0;
    }

button.usr_closebtn {
    background: none !important;
    color: #454545 !important;
    opacity: 1 !important;
    font-size: 30px;
}

.usr_skillbox ul {
    list-style: none;
    margin: 3px;
    padding: 0px;
    display: inline-flex;
    white-space: nowrap;
    flex-wrap: wrap;
    background: #f0f0f0;
}

    .usr_skillbox ul li {
        background: #dedede !important;
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1px 15px;
        font-size: 11px;
        margin: 0 7px 7px 0;
        border-radius: 25px;
        color: #7e7e7e;
        text-transform: uppercase;
        overflow: auto;
    }

        .usr_skillbox ul li a {
            color: #7e7e7e;
        }

        .usr_skillbox ul li:hover, .usr_skillbox ul li:hover a {
            background: #0090b5;
            color: #fff;
            cursor: default;
        }
/*End User Details Popup*/