body {
    background: #f5f5f5;
    font-family: arial;
    margin: 0;
    color: #4c5667;
    overflow-x: hidden !important;
}

.wrapper-page {
    background: #fff;
    padding: 50px;
    margin: 7.5% auto;
    width: 360px;
    height: 350px;
}

    .wrapper-page img {
        position: relative;
        padding-bottom: 40px;
        padding: 10px 30px 10px 30px;
        background-color: #fff;
        width: 360px;
        margin: -65px -4px 2px -50px;
        vertical-align: middle;
    }

.text-center {
    text-align: center;
}

.m-t-20 {
    margin-top: 20px !important;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.wrapper-page .form-control {
    height: 40px;
    padding-left: 40px;
}

.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.col-xs-12 {
    text-align: center;
}

.wrapper-page .form-control-feedback {
    left: 15px;
    top: 3px;
    color: rgba(76, 86, 103, 0.4);
    font-size: 20px;
}

.md {
    line-height: inherit;
    vertical-align: bottom;
}

.l-h-34 {
    line-height: 34px !important;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 30px;
}

.text-right {
    text-align: right;
}

.btn-custom.btn-primary {
    border-bottom: 2px solid #2494be !important;
}

.btn-custom {
    border-bottom: 3px solid transparent;
}

.btn-primary {
    background-color: #3bafda !important;
    border: 1px solid #3bafda !important;
}

.btn {
    border-radius: 2px;
    padding: 6px 20px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.w-md {
    min-width: 110px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.validationError {
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 9;
    background: rgba(255, 0, 0, 0.7);
}

.hide {
    display: none !important;
}

/* menu height */
@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}
/* breadcrumbs */
ul#breadcrumbs {
    list-style: none;
    /*padding:10px 2px 10px 10px;*/
    height: 30px;
    -moz-box-shadow: 0 0 3px 0 #000;
}

    ul#breadcrumbs li {
        float: left;
        background: #F5F5F5 url(../images/rightarrow.png)no-repeat right;
        height: 30px;
        padding: 0 22px 0 10px;
        text-align: center;
        text-decoration: none;
        color: #000;
        line-height: 32px;
        font-size: 12px;
    }

        ul#breadcrumbs li.active {
            background: url(bg.png)no-repeat right;
            color: #265893;
        }

        ul#breadcrumbs li a {
            font-size: 13px;
            display: block;
            text-decoration: none;
            color: #333;
            line-height: 32px;
            text-shadow: 0 0 2px #E0E0E0;
            text-transform: capitalize;
        }

            ul#breadcrumbs li a:hover {
                color: #265893;
            }

@media (min-width: 992px) {
}

.br_crumb {
    float: right;
    display: inline-block;
    /*margin-top: 110px;*/
    margin-left: 30px;
}

.wrapper {
    margin-top: 120px !important;
}
/* End */

/* Mega menu */

@media (min-width: 992px) {
    .container {
        position: relative !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu > li {
        float: left !important;
        display: block !important;
        /* position: relative; */
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: normal !important;
        width: 100% !important;
    }
}

#topnav .navigation-menu > li:last-child {
    position: relative;
}

@media (min-width: 992px) {
    #topnav .navigation-menu > li:first-of-type a {
        padding-left: 12px;
    }
}
/* Mega menu End */

.card-box .nav-pills li a {
    border-radius: 0px;
}

.nav > li > a, .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.w-lg {
    min-width: 160px;
}

.tab-active-border-bottom {
    border-bottom: 2px solid #3bafda;
}

.mx-box-100 {
    max-height: 100px;
    min-height: 100px;
}

.mx-box-200 {
    max-height: 200px;
    min-height: 200px;
}
.mx-box-240 {
    max-height: 240px;
    min-height: 240px;
}
.mx-box-300 {
    max-height: 300px;
    min-height: 300px;
}
.mx-box-400 {
    max-height: 400px;
    min-height: 400px;
}
.mx-box-155 {
    max-height: 155px;
    min-height: 155px;
}

.row-border-horizontal {
    border-top: 1px solid #cccccc;
}

.pointer {
    cursor: pointer;
}

.inbox-widget .inbox-item .inbox-item-date {
    top: 13px;
}

.conversation-list .chat-avatar div.Query, .conversation-list .chat-avatar div.Reply, .conversation-list .chat-avatar div.Comment {
    border-radius: 100%;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    padding: 10px;
    background-color: #a7decc;
}

.conversation-list .chat-avatar div.Reply {
    background-color: #7dd1f1;
}

.conversation-list .chat-avatar div.Comment {
    background-color: #fcc86a;
}

.rowSelected, .rowSelected div, .rowSelected td {
    background-color: #017ebc !important;
    color: #ffffff !important;
}

    .rowSelected .ng-binding {
        color: #ffffff !important;
    }

.shadowfor {
    padding: 0px !important;
}

.employeeDetailsTableBorder {
    border-bottom: 1px solid #ddd;
}

.employeeDetailsTable {
    font-weight: normal;
}

.employeedetails {
    padding: 18px !important;
}

.roleMaster {
    border: 1px solid #dddddd;
    height: 150px;
    overflow-y: auto;
}

.employeepanel {
    text-transform: none !important;
    color: black !important;
    border-color: #ddd !important;
}

.shadowfordropdown {
    height: 30px !important;
    padding: 1px !important;
}

.imgcontainer {
    height: 105px;
    width: 250px;
    float: left;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-color: #ddd;
}

.imgpanel {
    position: absolute;
    height: 100px;
    width: 250px;
    float: right;
    overflow: hidden;
    display: inline;
}

.imgportrait img {
    position: absolute;
    height: 100px;
    width: 250px;
    float: right;
    overflow: hidden;
}

.imglandscape img {
    height: 100%;
}

.fullWidth {
    width: 100%;
}
.modal-demo td {
    text-align:left;
}
.modal-demo .panel-body {
    text-align:left;
}
.panel-title { text-align:left !important;}
.custombox-overlay.custombox-overlay-fadein.custombox-overlay-default {
    z-index: 9999 !important;
}
.custombox-modal-wrapper.custombox-modal-wrapper-fadein.custombox-modal-open {
    z-index: 9999 !important;
}

.ui-autocomplete {
    width:180px !important;
    padding:0px !important;
}
.ui-menu-item {
    list-style:none;
    border-bottom:1px solid #cccccc;
    margin:0px;
    cursor:pointer;
}
.ui-menu-item .ui-state-focus {
    background-color:transparent !important;
}
.select2-multiple {
	border:10px solid #ff0000;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select {
    border:1px solid #aaa !important;
}
.select2-container .select2-choice { 
      height:34px !important;
      line-height: 34px !important;
      padding: 0 0 0 15px !important; 
      color: rgba(0, 0, 0, 0.6) !important;
}
.select2-container .select2-choice {
    background:none !important;
    background-image:none !important;
}
.select2-container .select2-choice .select2-arrow {
    background:none !important;
    background-image:none !important;
    border-left: 0px !important;
}
.justificationField {
    height:100px !important;
}
textarea{
    resize:none;
}
