.icon-calendar {
    background-position: -192px -119px;
}
.icon-search {
    background-position: -49px 1px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('../Content/Images/Icon/glyphicons-halflings.png');
    /*background-position: -191px -119px;*/
    background-repeat: no-repeat;
}
.timepicker .btn i {
        background-image: url('../Content/Images/Icon/glyphicons-halflings.png') !important;
}
.input-append .add-on, .input-prepend .add-on {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    border-radius: 0px;
}
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    /*width: auto;*/
    height: 34px;
    min-width: 16px;
    width: 8%;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    background-color: #EEE;
    border: 1px solid #CCC;
    margin: 0 auto;
}
/*.add-on {
    position: absolute;
    right: 16px;
    top: 1px;
    z-index: 500;
}*/
.page-wrap form div.field-row .add-on {
    margin: 6px 0;
}
.datepicker, .datetimepicker, .monthpicker,.hijri {
    width: 92%;
    float: left;
    border-radius: 4px 0px 0 4px;
}
.input-append, .input-prepend {
font-size: 0px;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 0px;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.dropdown-menu ul, ol {
    padding: 0px;
}
.collapse.in {
    height: auto;
}
.collapse {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: height 0.35s ease 0s;
}
.dropdown-menu ul li {
    line-height: 20px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    color: #FFF;
    text-decoration: none;
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #08C, #0077B3);
    background-repeat: repeat-x;
}
.icon-time {
    background-position: -48px -24px;
}
.icon-chevron-up {
    background-position: -283px -120px;
}
.icon-chevron-down {
    background-position: -312px -119px;
}
.timepicker .btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.timepicker .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.field-row .add-on {
    top: 6px !important;
}
.response-message {
    /*height: 31px;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom:5px;
    position: relative;
}
.success-message {
    background-color: rgb(123, 237, 123);
}
.error-message {
    background-color: rgb(251, 107, 83);
}
.warning-message {
    background-color: rgb(252, 176, 82);
}
.closemsg {
    background: url("../Content/images/icon/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat scroll 670px 110px  #cccccc;
    height: 17px;
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    height: 13px;width: 13px;
}
.field-validation-error{color: rgb(255, 65, 34);}
.table tr td .datepicker,.table tr td .datetimepicker,.table tr td .monthpicker,.table tr td .hijri {
    width: 82% !important;
    border-radius: 4px 0 0 4px !important;
}