@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    background-color: #eeeeee;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    font-style: normal;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

/*----------------------------------------
  Common Styles
------------------------------------------*/

.row {
    margin: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

label {
    margin-bottom: 0px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}




.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-default {
    color: #fff;
    background-color: #404040;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #3F51B5 !important;
    color: #fff !important;
}

.btn-primary {
    /* background-color: #4285F4; */
    background-color: #2b8b96;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #240176 !important;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #00e25e !important;
    color: #fff;
}

.btn-info {
    background-color: #03A9F4;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #14b4fc !important;
    color: #fff;
}

.btn-warning {
    background-color: #FF5722;
}

.btn-warning {
    background-color: #FF5722;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #d74444 !important;
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link:hover {
    background-color: transparent;
}

/*------------------------------
    FORM ELEMENTS
-------------------------------*/

input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #ccc;
}

.form-control:focus,
.has-focus .form-control {
    background: #f8f8f8;
    border-color: #3F51B5;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .controls {
    margin: 5px 0;
}

.form-label {
    font-weight: 400;
    color: #101010;
}

.form-group .desc {
    font-size: 13px;
    color: #999999;
    margin-left: 15px;
}

.help-block {
    color: #999999;
    font-style: italic;
}

/*----------- input group ----------*/

.input-group-btn button {
    border: 1px solid #ccc;
    height: 34px;
}

.input-group-btn:first-child button {
    border-right: 0px;
}

.input-group-btn:last-child button {
    border-left: 0px;
}

.input-group .input-group-addon {
    min-width: 40px;
}

.input-group.transparent .input-group-btn button {
    border: 0px;
    background-color: transparent;
}

.input-group .input-group-addon,
.input-group .input-group-btn button {
    border-color: #e1e1e1;
    background-color: #f5f5f5;
    color: #555555;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group .input-group-btn.input-focus button,
.input-group .input-group-addon.input-focus {
    border-color: #3F51B5;
    height: 34px;
}

.input-group.transparent {
    border: 1px solid #e1e1e1;
    height: 34px;
}

.input-group.transparent .input-group-addon {
    background-color: transparent;
    border: 0px solid transparent;
    height: 32px;
}

.input-group.transparent .input-group-btn.input-focus button,
.input-group.transparent .input-group-addon.input-focus {
    background-color: #f8f8f8;
}

.input-group.transparent .form-control {
    border: 0px solid transparent;
    height: 32px;
}

.input-group.primary .input-group-addon,
.input-group.primary .input-group-btn button {
    border-color: #3F51B5;
    background-color: #240176;
    color: #ffffff;
}

.input-group .dropdown-menu {
    border-color: #f5f5f5;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/*----- fixed colors -----*/

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f44336;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #FFC107;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #4CAF50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #f44336;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #FFC107;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #4CAF50;
}

/*----------------------------------------
  Page Top Bar
------------------------------------------*/



.page-topbar {
    min-height: 60px;
    position: absolute;
    width: 100%;
    background-color: #4f81bc;
    top: 0px;
    left: 0px;
    /* z-index: 10 !important; */
    box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -o-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    max-height: 60px;
}


/* .page-topbar .logo-area {
    background-image: url(../../../asserts/images/logo.png);
    background-repeat: no-repeat;
    width: 150px;
    background-color: #337ab7;
    display: block;
    min-height: 60px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
} */

.page-topbar .logo-area {
    background-image: url(../../../asserts/images/logo.png);
    background-repeat: no-repeat;
    background-color: #4f81bc;
    display: block;
    width:200px;
    height: 60px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
}

.pdspace {
    padding: 5px 0px;
}

/*.page-topbar .logo-area {
    background-image: url(../../../asserts/images/logo2.png);
    background-size: 170px; 
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 15px;
    width: 260px;
    background-color: #3F51B5;
    display: block;
    min-height: 60px;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
}*/

.page-topbar .quick-area .info-menu {
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
}

.page-topbar .quick-area .info-menu li {
    position: relative;
}

.page-topbar .quick-area .info-menu li a.toggle,
.page-topbar .quick-area .info-menu li a.toggle_chat,
.page-topbar .quick-area .info-menu li a.sidebar_toggle {
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}

.page-topbar .quick-area .info-menu li a.toggle .badge,
.page-topbar .quick-area .info-menu li a.toggle_chat .badge,
.page-topbar .quick-area .info-menu li a.sidebar_toggle .badge {
    position: absolute;
    font-size: 10px;
    padding: 4px;
    margin: 10px 0 0 -5px;
    width: 18px;
    height: 18px;
}

.page-topbar .quick-area .info-menu li a.toggle_chat i {
    font-size: 18px;
}

.page-topbar .quick-area .info-menu li.profile a {
    width: auto;
    text-decoration: none;
}

.page-topbar .quick-area .info-menu li.profile img {
    height : 60px;
    width : 200px;
    top : 0px;
    right : 10px;
    position : relative;
    /* background-color: #999999; */
}


.page-topbar i {
    font-size: 14px;
}

.page-topbar .message-toggle-wrapper,
.page-topbar .notify-toggle-wrapper,
.page-topbar .searchform,
.page-topbar li.profile {
    opacity: 0;
}

.page-topbar .message-toggle-wrapper.showopacity,
.page-topbar .notify-toggle-wrapper.showopacity,
.page-topbar .searchform.showopacity,
.page-topbar li.profile.showopacity {
    opacity: 1 !important;
}

.badge-accent {
    background-color: #E91E63;
    color: #ffffff;
}


/*------- Drop Down ----------*/
.page-topbar .quick-area .info-menu li .dropdown-menu {
    width: 360px;
    float: right;
    left: inherit;
    right: 0;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 0px;
    border: 0px solid transparent;
    box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -o-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 0 20px 0 rgba(33, 33, 33, .2);
    margin-top: -1px;
    padding-top: 0px;
}

/*---- top arrow - start ----- */

.page-topbar .dropdown-menu {
    background: #ffffff;
    border: 1px solid #f5f5f5;
}

.page-topbar .dropdown-menu:after,
.page-topbar .dropdown-menu:before {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-topbar .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
}

.page-topbar .dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(80, 80, 80, .1);
    border-width: 10px;
    margin-left: -10px;
}

/*---- dropdown list ----- */



.page-topbar li .dropdown-menu li.list {
    padding: 0 30px;
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

.page-topbar li .dropdown-menu li li {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.page-topbar li .dropdown-menu li li:last-child {
    border-bottom: 0px;
}

.page-topbar li .dropdown-menu li a {
    text-decoration: none;
    color: #717171;
}

.page-topbar li .dropdown-menu li .name,
.page-topbar li .dropdown-menu li .desc {
    display: block;
    position: relative;
}

.page-topbar li .dropdown-menu li .user-img img {
    width: 25px;
    height: 25px;
    float: left;
    margin: 5px 15px 0 0;
    opacity: 0.8;
}

.page-topbar li .dropdown-menu li .profile-status {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.page-topbar li .dropdown-menu li .name {
    color: #aaaaaa;
}

.page-topbar li .dropdown-menu li .name .time {
    color: #cccccc;
}

.page-topbar li .dropdown-menu li .desc {
    color: #999999;
}

.page-topbar li .dropdown-menu li.unread .user-img img {
    opacity: 1;
    margin-bottom: 20px;
}

.page-topbar li .dropdown-menu li.unread .name {
    color: #717171;
}

.page-topbar li .dropdown-menu li.unread .name .time {
    color: #aaaaaa;
}

.page-topbar li .dropdown-menu li.unread .desc {
    color: #777777;
}

.page-topbar li .dropdown-menu li.external a:hover,
.page-topbar li .dropdown-menu li.external {
    height: auto;
    background: #eeeeee;
}

.page-topbar li .dropdown-menu li.external a {
    display: block;
    padding: 15px 30px;
    color: #999999;
    font-size: 13px;
}

/* ---- notifications page top bar ----- */

.page-topbar li .dropdown-menu.notifications li .name .time {
    display: block;
    position: relative;
}

.page-topbar li .notifications .notice-icon i {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    margin-top: 5px;
}

.page-topbar li .notifications .total {
    padding: 0px 30px 0px 30px;
}

.page-topbar li .notifications .total span {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.page-topbar li .notifications .available .notice-icon i {
    background-color: #4CAF50;
}

.page-topbar li .notifications .busy .notice-icon i {
    background-color: rgba(240, 80, 80, 1);
}

.page-topbar li .notifications .away .notice-icon i {
    background-color: rgba(255, 193, 7, 1);
}

.page-topbar li .notifications .idle .notice-icon i {
    background-color: rgba(250, 133, 100, 1);
}

.page-topbar li .notifications .offline .notice-icon i {
    background-color: rgba(169, 169, 169, 1);
}



/*---- profile drop down -----*/

.page-topbar li .dropdown-menu.profile {
    max-width: 180px;
    height: auto;
    padding: 0px;
}

.page-topbar li .dropdown-menu.profile li {
    line-height: 40px;
    display: block;
    height: 40px;
    margin: 0px;
}

.page-topbar li .dropdown-menu.profile li i {
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
    width: auto;
    text-align: center;
}

.page-topbar li .dropdown-menu.profile li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.page-topbar li .dropdown-menu.profile li.last a,
.page-topbar li .dropdown-menu.profile li a:hover {
    background: #eeeeee;
}

.strip {
    background-color: #240176;
    color: #fff;
}


@media (max-width: 450px) {
    .profile .toggle span {
        display: none;
    }

    .page-topbar .quick-area .info-menu li.profile img {
        right: 0px;
    }

    .page-topbar .quick-area .info-menu li.profile .dropdown-menu {
        right: auto;
        left: -122px;
    }

    .page-topbar .profile .dropdown-menu:after,
    .page-topbar .profile .dropdown-menu:before {
        right: 22px;
        left: auto;
    }

    /*.page-topbar .quick-area .info-menu li.sidebar-toggle-wrap{display: none;}*/
    /*.page-topbar .quick-area .chat-toggle-wrapper{display: none;}*/
    /*.page-topbar .quick-area .info-menu li .dropdown-menu{width:290px;}*/
}

@media (max-width: 680px) {
    .profile .toggle span {
        display: none;
    }

    .page-topbar .quick-area .info-menu li.profile img {
        right: 0px;
    }

    .page-topbar .quick-area .pull-left ul.info-menu {
        padding-right: 0px;
    }

    .page-topbar .quick-area .pull-right ul.info-menu {
        padding-left: 0px;
    }
}


@media (max-width: 245px) {
    .page-topbar .quick-area .pull-left {
        display: none;
    }
}


/*--- Search Form ----*/

.page-topbar li.searchform {
    margin-left: 15px;
    height: 34px;
}

.page-topbar li.searchform .input-group {
    top: 6px;
    width: 30px;
    cursor: hand;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.page-topbar li.searchform .input-group-addon {
    border: none;
    margin-left: 30px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    min-width: 10px;
    padding: 0px;
    border-bottom: 5px solid transparent;
}

.page-topbar li.searchform.focus .input-group-addon {
    border-bottom: 0px solid transparent;
}

.page-topbar li.searchform .form-control {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    width: 0px;
    color: #ffffff;
}

.page-topbar li.searchform.focus .form-control {
    display: inline-block;
    width: 100%;
}

.page-topbar li.searchform.focus .input-group {
    width: 260px;
    top: 3px;
    border-bottom: 2px solid transparent;
    height: 34px;
}

.page-topbar li.searchform.focus .input-group {
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    height: 34px;
}

.page-topbar li.searchform input[type="submit"] {
    display: none;
}

.page-topbar li.searchform form {
    display: inline-block;
    height: 34px;
    top: 8px;
    position: relative;
}


.page-container.container-fluid {
    padding: 0px;
    margin-top: 60px;
    background-image: url("../../images/Pattern_2.jpg");
}

#header_date {
    color: #fff;
    /*line-height: 60px;*/
    line-height: 18px;
    padding: 10px 5px;
}

/*----------------------------------------
  Right side main content
------------------------------------------*/

#main-content,
.page-chatapi,
.page-topbar,
.page-sidebar,
.page-topbar .logo-area,
.page-topbar .quick-area .pull-right,
.collapse-wraplist,
.profile-info,
.wraplist,
.chatapi-windows {
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

.main-wrapper {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


.page-sidebar.collapseit {
    width: 60px;
    margin-left: 0px !important;
    z-index: 99;
}

.page-sidebar.chat_shift {
    width: 60px;
    margin-left: 0px !important;
    z-index: 99;
}

#main-content {
    min-height: 650px;
    display: block;
}

#main-content.hor_menu {
    margin-left: 0px;
}

#main-content.chat_shift {
    margin-left: 60px !important;
    margin-right: 260px !important;
}

#main-content.sidebar_shift {
    margin-left: 60px;
    margin-right: 0px;
}

#main-content.sidebar_shift.hor_menu {
    margin-left: 0px;
}

.page-topbar.chat_shift {
    margin-left: -200px !important;
}

.page-topbar.chat_shift .quick-area .pull-right {
    margin-right: 60px !important;
}


/*----------------------------------------
  Page header style
------------------------------------------*/

.page-header {
    padding: 10px;
    margin: 0px;
    background-color: #fefefe;
    color: #333;
}

.page-header h4 {
    margin: 2px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
}

.page-header .breadcrumb {
    margin: 0px;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
}

.page-header .breadcrumb li:last-child {
    font-weight: bold;
}

/*----------------------------------------
  Dashboard style
------------------------------------------*/
section.box.nobox {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

section.box.marginBottom0,
.marginBottom0 {
    margin-bottom: 0px;
}

section.box {
    background-color: #ffffff;
    margin: 15px 0;
    box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -o-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
}

section.nobox .content-body {
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0 0px 0px 0px;
}

.panel_header {
    padding: 10px 20px;
}

section .title {
    text-transform: uppercase;
}

section .content-body {
    padding: 20px 5px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

.r4_counter {
    min-height: 100px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -o-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
}

.db_box {
    padding: 15px 0px 15px 15px;
    min-height: 110px;
}

.db_box {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -o-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 1px 3px rgba(33, 33, 33, .2);
}

.r4_counter .fa {
    margin-right: 0px;
    width: 66px;
    height: 66px;
    text-align: center;
}

.icon-primary.icon-rounded,
.icon-primary.icon-cornered,
.icon-primary.icon-square {
    background-color: #240176;
    color: #ffffff;
}

.icon-md.icon-rounded,
.icon-md.icon-cornered,
.icon-md.icon-square,
.icon-md.icon-bordered {
    padding: 20px;
}

.r4_counter .stats {
    padding-left: 85px;
}

.r4_counter h4 {
    margin: 10px 0 5px 0;
    font-size: 22px;
}

.r4_counter .stats {
    padding-left: 85px;
}

.icon-primary {
    color: #3F51B5;
}

.icon-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 21px;
    background-color: #777777;
    color: #ffffff;
}

.icon-md {
    font-size: 28px;
}

.glyphicon,
.fa {
    font-size: 14px;
}

.icon-md {
    font-size: 28px;
}

.icon-accent.icon-rounded,
.icon-accent.icon-cornered,
.icon-accent.icon-square {
    background-color: #240176;
    color: #ffffff;
}

.icon-purple.icon-rounded,
.icon-purple.icon-cornered,
.icon-purple.icon-square {
    background-color: #673AB7;
    color: #ffffff;
}

.icon-warning.icon-rounded,
.icon-warning.icon-cornered,
.icon-warning.icon-square {
    background-color: #FFC107;
    color: #ffffff;
}

.icon-orange.icon-rounded,
.icon-orange.icon-cornered,
.icon-orange.icon-square {
    background-color: #d14b28;
    color: #ffffff;
}

.icon-green.icon-rounded,
.icon-green.icon-cornered,
.icon-green.icon-square {
    background-color: #018606;
    color: #ffffff;
}

.icon-skyblue.icon-rounded,
.icon-skyblue.icon-cornered,
.icon-skyblue.icon-square {
    background-color: #3399d7;
    color: #ffffff;
}

.icon-red.icon-rounded,
.icon-red.icon-cornered,
.icon-red.icon-square {
    background-color: #c90035;
    color: #ffffff;
}

.primary-app-btn {
    background-color: #e6799a;
    color: #ffffff;
}

.secondary-app-btn {
    background-color: #e6799a;
    color: #ffffff;
}

.btn-success.btn_cstm_status {
    background-color: mediumseagreen !important;
    border-color: mediumseagreen !important;
}

.btn-danger.btn_cstm_status {
    background-color: indianred !important;
    border-color: indianred !important;
}


small.error_msg {
    color: indianred;
    font-size: 12px;
    position: relative;
    left: 2px;
}

#r_oeye,
#r_neye {
    float: right;
    top: -34px;
    right: 10px;
    position: relative;
    cursor: pointer;
}


/* For View Only */

.viewOnly button,
.viewOnly input,
.viewOnly optgroup,
.viewOnly select,
.viewOnly textarea {
    color: #000 !important;
    pointer-events: none !important;
    border: 1px solid #ced4da !important;
    background-color: #e9ecef !important;
}

.viewOnly .input-field label {
    width: 100% !important;
    font-family: Lato-Semibold !important;
    color: #929292 !important;
    margin-bottom: 0px !important;
}

.viewOnly .select-wrapper .caret {
    display: none !important;
}

.viewOnly select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* For IE10 */
.viewOnly select::-ms-expand {
    display: none;
}

.viewOnly .input-field {
    pointer-events: none !important;
    margin-bottom: 0px !important;
}

.viewOnly .checkBoxLabel {
    pointer-events: none !important;
}

.viewOnly .hideOnViewOnly {
    display: none !important;
}

.showOnViewOnly {
    display: none !important;
}

.viewOnly .showOnViewOnly {
    display: block !important;
}



/*Footer Css*/

/* footer{
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background-color: #9b9a9a;
    color: #fff;
    padding: 10px;
    z-index: 9999;
} */

/* footer p{
    margin:0px;
    text-align: center;
} */

footer {
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

/* footer a {
        color: #FF9;
    } */

#footer_2 {
    width: 100%;
    background: #252525;
}

#footer_2 a {
    color: #888;
}

#footer_2 a:hover {
    color: #1ab9a7;
}

ul#footer-nav {
    color: #fff;
    margin: 20px 0;
    padding-top: 20px
}

.ui-widget-content a,
.ui-widget-header a {
    color: #222;
}

ul#footer-nav li:first-child {
    margin-right: 30px;
}

ul#footer-nav li {
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.copyright ul {
    list-style-type: none;
    color: #fff;
    margin: 20px 0;
    padding-top: 20px;
}

.copyright ul li {
    font: 500 13px/1.7 'Open Sans', sans-serif;
    color: #d8d8d8;
    display: inline;
    padding: 0 7px;
}


#adminFormData input {
    margin-bottom: 10px;
}

#adminChangePwdModal input {
    margin-bottom: 10px;
}

.searchContainer input {
    margin-bottom: 10px;
}

#recordFormData input {
    margin-bottom: 10px;
}

.modalCustomHeader {
    padding: 15px;
}



/*
.rightside_menu{    
    background-image: url("../../images/Pattern_2.jpg");
}
*/
@media (min-width: 992px) {
    .col-md-3.leftside_menu {
        width: 16%;
    }

    .col-md-9.rightside_menu {
        width: 84%;
    }
}


@media only screen and (max-width: 600px) {
    #topnav_user {
        font-size: 1.93rem;
        padding-right: 7px;
        /* margin-left: -132px; */
    }

    #topnav_angle {
        font-size: 1.93rem;
    }

    .popover {
        width: 180px
    }
}

/* @media only screen and (min-width: 600px){
    .puul-res{
        left:20px;
    }
    .icon-mo{
        
    }
}  */

.navbar-toggle {
    position: fixed;
    top: 5px;
    right: 0;
    font-size: 1px;
    /* color: #240176; */
    background-color: transparent;
    /* background-color: #240176; */
    border-color: #240176;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #240176;
}

.pageHeaderContainer .fa-search {
    font-size: 23px;
    padding-top: 5px;
    cursor: pointer;
}


/*--------------success dialog css start--------------*/

#mySuccessModal .modal-body {
    padding: 0px;
}

#mySuccessModal .successbodyimg {
    text-align: center;
    background: #3fc59d;
    padding: 40px;
}

#mySuccessModal .modal-content {
    border-radius: 0px;
}

#mySuccessModal .successbodyimg img {
    width: 100px;
}

#mySuccessModal .successbodycontent {
    padding: 10px;
}

#mySuccessModal .successbodycontent p {
    font-size: 18px;
    word-break: break-all;
}

#mySuccessModal .successbodycontent button {
    width: 100px;
    border-radius: 25px;
    background: #e2747e;
    border-color: #e2747e;
    color: #fff;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #mySuccessModal .modal-dialog {
        width: 40%;
    }
}

/*--------------success dialog css end--------------*/

/*--------------error dialog css start--------------*/

#myErrorModal .modal-body {
    padding: 0px;
}

#myErrorModal .modal-content {
    border-radius: 0px;
}

#myErrorModal .errorbodyimg {
    text-align: center;
    background: #e2747e;
    padding: 40px;
}

#myErrorModal .errorbodyimg img {
    width: 100px;
}

#myErrorModal .errorbodycontent {
    padding: 10px;
}

#myErrorModal .errorbodycontent p {
    font-size: 18px;
    word-break: break-all;
}

#myErrorModal .errorbodycontent button {
    width: 100px;
    border-radius: 25px;
    background: #e2747e;
    border-color: #e2747e;
    color: #fff;
    font-weight: bold;
}

#myErrorModal,
#mySuccessModal {
    z-index: 99999 !important;
}

@media screen and (min-width: 768px) {
    #myErrorModal .modal-dialog {
        width: 40%;
    }
}


/*--------------error dialog css end--------------*/

.placeholderred::-webkit-input-placeholder {
    color: red !important;

}

.placeholderred:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

.placeholderred::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

.placeholderred:-ms-input-placeholder {
    color: red !important;
}

.placeholderred {
    border: 1px solid red !important;
}

.dropdown_borderred {
    border-color: red !important;
}

.multiselect.dropdown_borderred {
    border-color: red !important;
}


.nofeaturediv {
    z-index: 1 !important;
    position: absolute;
    background: #fffdfd;
    text-align: center;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.nofeaturediv img {
    height: 300px;
    margin: auto;
}

.nofeaturediv p {
    text-align: center;
    font-size: 38px;
    color: #ccc;
    position: relative;
    top: 5% !important;
}

.tdspan {
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    font-weight: bold;
    min-width: 100px;
}

.row-hr {
    border-bottom: 1px solid #f8f8f8;
    padding: 5px 0px;
    margin-bottom: 3px !important;
}

.row-hr label {
    font-size: 13px;
    color: black;
    font-weight: normal;
    word-break: break-all;
}

.notf-modal-container .col-md-8 label {
    font-size: 13px;
    color: black;
    font-weight: normal;
    word-break: break-all;
}

.notf-modal-container h5 {
    background: #ccc;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

/* .logo-area img {
    padding: 10px;
} */

.leftside_menu {
    width: 140px;
    position: fixed;
    top: 60px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.rightside_menu {
    margin-left: 140px;
}

.page-container {
    position: relative;

}

.page-topbar {
    position: fixed;
    z-index: 999;
}

.leftside_menu #side-menu .parent-option {
    text-align: center;
}

.leftside_menu #side-menu .parent-option a {
    padding: 25px 0px;
    font-size: 26px;
}

.leftside_menu #side-menu .parent-option a img {
    margin: auto;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #25233c;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track-piece {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #25233c;
}



.rrrr {
    position: absolute !important;
    z-index: 999;
}


/* ========================
footer styles start   
===========================*/
.footer_part {
    background-color: #507281 !important;
    padding: 12px 4px !important;
}

.ul#footer-nav {
    padding: 12px 0px;
}

.bottom-bar {
    background: #293233 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 0;
}

.social {
    margin-bottom: 4px !important;
}

.bottom-bar .social {
    margin-bottom: 0;
    text-align: right;
}

footer .footer-content {
    padding: 26px 0px 3px 0px;
    /* background-color: #7b989d !important; */
    color: #000 !important;
    border-top: 3px solid #ccc;
}

footer a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000 !important;
}

/*  */
p.justify {
    padding: 15px 6px;
    line-height: 26px;
}

footer h3.title {
    color: #000 !important;
    font-weight: 600;
}

.land_addr {
    padding: 2px 2px !important;
    margin: 4px 2px !important;
}

.ph_num {
    margin-top: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 2px !important;
}

footer .mail_addr {
    padding-left: 0px !important;

}

.small_company_name {
    color: #e9fdff !important;
    /* color: rgb(167, 0, 103) !important; */
    font-size: 15px !important;
    font-weight: 500;
    font-family: system-ui;
}

.copyright {
    font-size: 13px;
    font-family: system-ui;
}

.fbicon_cls:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.lnkicon_cls:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.twtricon_cls:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.fbicon_cls {
    padding-top: 1px;
    padding-bottom: 1px;
    display: inline-block;
    padding-right: 10px !important;
    padding-left: 10px !important;
    background-color: #fff;
    border-radius: 30px;
    margin: 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.twtricon_cls {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 7px !important;
    padding-left: 6px !important;
    background-color: #fff;
    border-radius: 30px;
    margin: 0px 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lnkicon_cls {
    padding-top: 2px;
    padding-bottom: 1px;
    display: inline-block;
    padding-right: 8px !important;
    padding-left: 9px !important;
    background-color: #fff;
    border-radius: 30px;
    margin: 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fab_ic {
    color: #252525 !important;
}

@media screen and (max-width:576px) and (min-width: 280px) {
    .bottom-bar .social {
        text-align: left !important;
    }
}

/* for top bar styles start */
#to-top {
    border: 1px solid #2b8b96;
    display: block;
    border-radius: 30px;
    padding: 11px 15px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    background-color: #1a6871;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


/* header styles miossed */
#top-area {
    /* background-color: #cdd3d4; */
    /* background-image: url('../../../asserts/images/event_bg.jpg');
    background-position: top; */
}

.policy_container ul li {
    list-style: none !important;
}

.policy_container ul {
    padding: 4px 8px !important;
}

.fa-check-circle {
    padding: 2px 4px !important;
}

.iconimg {
    height: 200px;
    padding: 10px;
    margin: auto;
}

.main_heading_close_text {
    text-align: center;
    color: #524c4c;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px;
}

.sub_heading_close_text {
    font-size: 20px;
    color: #524c4c;
    text-align: center;
}

.strip {
    background-color: #4f81bc !important;
    color: #fff;
}