/*authentication style*/

.authentication {
    width: 100%;
}

.authentication .left-panel {
    padding: 0;
}

.authentication .left-panel img {
    max-width: 100%;
    height: 100vh;
    width: 100%;
}

.authentication .right-panel {
    padding: 0;
}

.authentication .right-panel .powered-by {
    margin: 0;
    font-size: 13px;
    color: #a9b5be;
    position: fixed;
    bottom: 10px;
    right: 98px;
}

.authentication .right-panel .authentication-container {
    padding: 0 30px;
}

.authentication .login-text-block {
    margin-top: 80px;
}

.authentication .login-text-block .title {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
}

.authentication .login-text-block .sub-title {
    color: #a0a9b4;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.authentication .login-inputs {
    padding-bottom: 30px;
    margin-top: 0px;
}

.authentication .login-input {
    color: #a0a9b4;
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid;
}

.authentication .login-buttons {}

.authentication .login-button-forgot {
    margin-left: 14px;
}

.authentication .forgot-text-block {
    margin-top: 80px;
}

.authentication .forgot-text-block .title {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
}

.authentication .forgot-inputs {
    padding-bottom: 30px;
    margin-top: 40px;
}

.authentication .forgot-inputs .title {
    margin: 0;
    color: #32c5d2;
    font-size: 24px;
    font-weight: 300;
}

.authentication .forgot-inputs .instruction {
    margin: 20px 0;
    color: #a0a9b4;
    font-size: 15px;
    line-height: 22px;
}

.authentication .forgot-inputs input {}

.authentication .forgot-buttons {}

@media (max-width: 768px) {
    .authentication {
        width: unset;
    }
    .authentication .right-panel .authentication-container {
        padding: 0 20px;
    }
    .authentication .right-panel .powered-by {
        position: unset;
        text-align: right;
        padding: 20px;
    }
}


/*tpl style*/

.header {
    height: 50px;
    background-color: #f7f7f9;
    -webkit-box-shadow: 0 0 1px #e1e1e8 inset;
    box-shadow: 0 0 1px #e1e1e8 inset;
}

.header .logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.header .application-name {
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #7f878f;
    vertical-align: middle;
}

.header .team-select {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 13px;
    color: #7f878f;
    font-weight: 100;
    cursor: pointer;
}

.header .team-select .title {
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

.header .team-select .icon {
    font-weight: 500;
}

.header .team-select:hover {}

.header .team-select.clicked .title {
    text-decoration: underline;
    color: #000;
}

.header .team-select.clicked .icon {
    color: #000;
}

.header .team-select:hover .title {
    color: #3598DC;
}

.header .team-select:hover .icon {
    color: #3598DC;
}

.header .team-select .teams-block {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: fixed;
    top: 50px;
    width: 260px;
    z-index: 2;
    border: 1px solid #d4d6d8;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(210, 214, 216, 0.67);
    box-shadow: 0 1px 3px rgba(210, 214, 216, 0.67);
}

.header .team-select .teams-block.show {
    display: inline-block;
}

.header .team-select .teams-block .first:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 15px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-right: 1px solid #d4d6d8;
    border-bottom: 1px solid #d4d6d8;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header .team-select .teams-block .team-block {
    height: 45px;
    line-height: 35px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
}

.header .team-select .teams-block .team-block:hover,
.header .team-select .teams-block .team-block.active {
    background-color: #e1e1e8;
    color: #3598DC;
}

.header .team-select .teams-block .separate-block {
    height: 1px;
    border-top: 1px solid #d4d6d8;
}

.header .team-select .teams-block .team-block.team-button {
    text-align: center;
    color: #3598DC;
    background-color: #fbfdfd;
}

.header .team-select .teams-block .team-block.team-button:hover {
    background-color: #fbfdfd;
}

@media (max-width: 1200px) {
    .header .team-select .teams-block {
        left: calc((100% - 970px) / 2 + 115px);
    }
}

@media (max-width: 992px) {
    .header .team-select .teams-block {
        left: calc((100% - 750px) / 2 + 115px);
    }
}

@media (max-width: 768px) {
    .header .team-select .teams-block {
        left: 55px;
    }
}

.header .user-block {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.header .user-block:hover .user-name {
    color: #3598DC;
}

.header .user-block:hover .down-icon {
    color: #3598DC;
}

.header .user-block.clicked .user-name {
    color: #000;
    text-decoration: underline;
}

.header .user-block.clicked .down-icon {
    color: #000;
}

.header .user-block .user-image-bound {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.header .user-block .user-image {
    max-width: 100%;
    border-radius: 5px !important;
}

.header .user-block .user-name {
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

.header .user-block .down-icon {
    font-size: 19px;
    line-height: 19px;
    vertical-align: text-bottom;
    font-weight: 500;
}

.header .user-block .actions-block {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: fixed;
    width: 260px;
    left: calc((100% - 275px));
    z-index: 2;
    background-color: #e1e1e8;
    border: 1px solid #d4d6d8;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(210, 214, 216, 0.67);
    box-shadow: 0 1px 3px rgba(210, 214, 216, 0.67);
}

.header .user-block .actions-block.show {
    display: inline-block;
}

.header .user-block .actions-block .action-block.first:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-right: 1px solid #d4d6d8;
    border-bottom: 1px solid #d4d6d8;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header .user-block .actions-block .action-block.first:hover:after {
    background-color: #e1e1e8;
}

.header .user-block .actions-block .action-block {
    height: 45px;
    line-height: 35px;
    padding: 5px 20px;
    color: #000;
}

.header .user-block .actions-block .action-block:hover {
    background-color: #e1e1e8;
    color: #3598DC;
}

.header .user-block .actions-block .action-block .icon {
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}

.header .user-block .actions-block .separate-block {
    height: 1px;
    border-top: 1px solid #d4d6d8;
}

@media (max-width: 1200px) {
    .header .user-block .actions-block {
        right: calc((100% - 970px) / 2);
    }
}

@media (max-width: 992px) {
    .header .user-block .actions-block {
        right: calc((100% - 750px) / 2);
    }
}

@media (max-width: 768px) {
    .header .user-block .actions-block {
        right: 15px;
    }
}

.app-container {
    padding-bottom: 50px;
}

.side-bar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-bar .item {
    cursor: pointer;
}

.side-bar .item.active {
    cursor: default;
}

.side-bar .item.active .icon-bound {}

.side-bar .item-link {
    height: 40px;
    line-height: 40px;
    color: #7f878f;
    text-decoration: none;
}

.side-bar .item.active .item-link {
    cursor: default;
}

.side-bar .item-link .icon-bound {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.side-bar .item.active .icon-bound {
    border-color: #7f878f;
}

.side-bar .item:hover .icon-bound {
    border-color: #7f878f;
}

.side-bar .item-link .icon {
    font-size: 16px;
    line-height: 16px;
}

.page-link {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.page-link .link-bound {
    display: inline-block;
}

.page-link .link-bound .link {
    font-size: 13px;
}

.page-link .link-bound .link:hover {}

.page-link .link-bound .link .icon {
    color: #9eacb4;
}

.page-link .link-bound .link.active {
    color: #9eacb4;
    cursor: default;
}

.page-link .link-bound .link.active:hover {
    text-decoration: none;
}

.footer {
    margin-bottom: 15px;
    color: #939393;
    font-size: 14px;
    font-weight: 500;
}


/* rewrite toastr css*/

#toast-container>div {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#toast-container>div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* page spin bar*/

.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
    display: none;
}

.page-spinner-bar>div {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 100%!important;
    background: #6fa7d7;
}

.page-spinner-bar .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.page-spinner-bar .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}


/* rewrite metronic */

.portlet .portlet-title .portlet-refresh {
    margin-right: 5px;
    text-decoration: none;
}

.portlet .portlet-title .portlet-refresh:hover {}

.portlet {
    margin-bottom: 0;
}

.portlet>.portlet-title>.nav-tabs>li>a {
    color: #737373;
}


/*data table*/

.select-item-per-page-block {
    display: inline-block;
    color: #7f878f;
}

.select-item-per-page-block .select-item-per-page-input {
    color: #7f878f;
}

.select-page-block {
    display: inline-block;
    color: #7f878f;
}

.select-page-block .select-page-input {
    color: #7f878f;
    width: 40px;
    text-align: center;
}

.select-page-block .select-page-button {
    color: #7f878f;
}

.select-page-block .select-page-button .icon {
    color: #7f878f;
}

.table-data {
    margin-bottom: 0;
    margin-top: 10px;
}

.table-data-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.data-action-block {
    display: inline-block;
}

.team-member-admin {
    color: #EF4836;
}


/*select team style*/

.select-team {
    height: 255px;
}

.select-team .team-block {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.select-team .team-block .team-name {
    display: inline-block;
    margin: 0;
    width: calc(100% - 30px);
}

.select-team .team-block .select-box {
    display: inline-block;
    margin: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50% !important;
    background-color: #E87E04;
    color: #fff;
    font-size: 14px;
    opacity: 0;
}

.select-team .team-block:hover {
    background-color: #E1E5EC;
}

.select-team .team-block:hover .select-box {
    opacity: 0.6;
}

.select-team .team-block.selected .select-box {
    opacity: 1;
}


/*select member style*/

.select-member {
    height: 255px;
}

.select-member .member-block {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.select-member .member-block .member-name {
    display: inline-block;
    margin: 0;
    width: calc(100% - 30px);
}

.select-member .member-block .select-box {
    display: inline-block;
    margin: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50% !important;
    background-color: #E87E04;
    color: #fff;
    font-size: 14px;
    opacity: 0;
}

.select-member .member-block:hover {
    background-color: #E1E5EC;
}

.select-member .member-block:hover .select-box {
    opacity: 0.6;
}

.select-member .member-block.selected .select-box {
    opacity: 1;
}


/* profile */


/* Cubic Bezier Transition */


/***
New Profile Page
***/

.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.profile-content {
    overflow: hidden;
}


/* PROFILE SIDEBAR */

.profile-sidebar-portlet {
    padding: 30px 0 0 0 !important;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}


/* END PROFILE SIDEBAR */


/* RESPONSIVE MODE */

@media (max-width: 991px) {
    /* 991px */
    /* 991px */
    .profile-sidebar {
        float: none;
        width: 100% !important;
        margin: 0;
    }
    .profile-sidebar > .portlet {
        margin-bottom: 20px;
    }
    .profile-content {
        overflow: visible;
    }
}


/* rewrite summermote*/

.note-editor .modal .modal-body .form-group {
    margin-right: 0;
    margin-left: 0;
}

.note-editor .modal .modal-body .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
}

.note-editor .modal .modal-header .close {
    position: relative;
    margin-left: 0;
    text-indent: unset;
    background-image: unset;
}


/* table button style*/

.table-buttons {
    display: inline-block;
}

.table-button {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    color: #7f878f;
    border: 1px solid #7f878f;
    border-radius: 5px !important;
    background: none;
    outline: none;
    padding: 3px;
    margin-right: 5px;
}

.table-button .icon {
    display: inline-block;
    margin: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.table-button:hover {
    color: #fff;
    background-color: #7f878f;
}

.table-button.disable {
    opacity: 0.5;
    cursor: not-allowed;
}


/*Media*/
.media {

}
.media .media-item {
    border: 3px solid #EEE;
    margin-bottom: 15px;
}
.media .media-item.selected {
	border: 3px solid #F00;
}
.media .media-item.selected:hover {
	border: 3px solid #F00 !important;
}
.media .media-item-swapper {
    padding-left: 5px;
    padding-right: 5px;
}
.media .media-item:hover {
    border-color: #CCC;
}
.media .media-item img {
    width: 100%;
    height: 150px;
    cursor: pointer;
}
.media .media-item .file-name {
    font-size: 12px;
    word-wrap: break-word;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding-left: 3px;
    padding-right: 3px;
}
.media .media-item.uploading > img {
    cursor: default;
    opacity: 0.5;
}
.media .media-item .action {
    padding-left: 3px;
    padding-right: 3px;
}
.media .media-item .progress {
    z-index: 999;
    margin-bottom: 0px;
    position: absolute;
    width: calc(100% - 36px);
    margin-top: 75px;
    margin-left: 10px;
}
/*End for media*/

/* ToTop */
.to-top {
    color: #FFF !important;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
/* End of ToTop */

.subMenu {
    list-style: none;
    margin-left: -40px;   
}

.subMenu li {
    padding: 10px 0px;
    padding-left: 35px;
}

.subMenu li:hover {
    background-color: #f2f6f9;
}

.mediaModel {
    z-index: 999999 !important
}