/* = Buttons
------------------------------------------------------------------------------*/
.button-submit {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.button-submit:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.button-submit:active {
    background-color: #357ae8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
    background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.clear-button-submit {
    border: 1px solid transparent;
    color: #fff !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #d14836;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    background-image: linear-gradient(top, #dd4b39, #d14836);
    cursor: pointer;
}

.clear-button-submit:hover {
    border: 1px solid #b0281a;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #c53727;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
    background-image: -o-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.clear-button-submit:active {
    border: 1px solid #992a1b;
    background-color: #b0281a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#b0281a));
    background-image: -webkit-linear-gradient(top, #dd4b39, #b0281a);
    background-image: -moz-linear-gradient(top, #dd4b39, #b0281a);
    background-image: -ms-linear-gradient(top, #dd4b39, #b0281a);
    background-image: -o-linear-gradient(top, #dd4b39, #b0281a);
    background-image: linear-gradient(top, #dd4b39, #b0281a);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff
}

/* = Page header
------------------------------------------------------------------------------*/
.page-header {
    margin: 30px auto 0px auto;
}
.page-title {
    font-weight: 400;
    float: left;
    color: #697882;
    font-family: "Open Sans", sans-serif;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue",sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
}

/* = Page action-menus
------------------------------------------------------------------------------*/
.page-action-menu {
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    float: right;
    min-width: 200px;
}

.page-action-menu ul {
    float: right;
}

.page-action-menu ul li {
    float: left;
    position: relative;
}

.page-action-menu ul > li > a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #333;
    background: #e4e4e4;
    margin: 0px 0px 0px 10px;
    min-width: 60px;
    padding: 0px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue",sans-serif;
}

.page-action-menu ul > li > a i {
    padding: 0px 5px 0px 0px;
}

.page-action-menu ul > li > a:hover {
    color: #DA883D;
}

.page-action-menu.inside-page {
    margin: 15px 2.5% 0px 2.5%;
}

/* = Ajax Page content
------------------------------------------------------------------------------*/
.ajax-content {
    background: #fff;
}

.suggestion-dropdown {
    background: #f4f4f4;
    padding: 5px;
    position: relative;
}

.remove-suggestion {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    background: #e4e4e4;
}

.suggestion-dropdown a {
    display: inline-block;
    padding: 5px 8px;
    background: #e9e9e9;
    margin: 5px 5px 5px 0px;
    color: #333;
}

.suggestion-added-element {
    display: inline-block;
    padding: 5px 5px;
    background: #e9e9e9;
    margin: 5px 5px 5px 0px;
    color: #333;
}

.suggestion-added-element a {
    display: inline-block;
    background: #e4e4e4;
    color: #333;
    margin: 0px 5px;
}

/* = Page content
------------------------------------------------------------------------------*/
.page-content {
    background: #fff;
    min-height: 400px;
    margin-top: 20px;

}

.form-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #222;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.no-records {
    text-align: center;
    padding: 80px 0px;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 14px;
}

/* = Form dropdown
------------------------------------------------------------------------------*/
.form-element-drop {
    position: relative;
    width: 100%;
    background: #333;
}

.form-element-drop-content {
    display: none;
    position: absolute;
    background: #e6e6e6;
    top: 100%;
    width: 100%;
    border-bottom: 2px solid #d5d5d5;
}

.form-element-drop-content.hover {
    display: block;
}

.form-element-drop-close-btn {
    text-align: right;
    background: #BE462C;
    color: #fff;
    display: block;
    float: right;
    font-size: 9px;
    padding: 3px 8px;
    margin: 5px;
}

.form-element-drop-content > ul {
    clear: both;
    padding: 0px !important;
    margin: 0px !important;
}

.form-element-drop-content > ul > li {
    display: block !important;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}

.form-element-drop-content > ul > li:hover {
    background: #d4d4d4;
    color: #00588E;
}

/* = Page menus
------------------------------------------------------------------------------*/
.page-menu {
    margin: 20px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.page-menu ul {
    float: right;
}

.page-menu ul li {
    float: left;
    position: relative;
}

.page-menu ul > li > a {
    display: block;
    padding: 0px 0px;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px 0px 10px;
    min-width: 60px;
    padding: 0px 10px;
    color: #fff;
    background: #048C5C;
    border-radius: 3px;
}

.page-menu ul li:hover::after, .page-menu ul li.active::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #222;
    position: absolute;
    top: 100%;
    left: 47%;
}

.page-menu ul > li.active > a, .page-menu ul > li:hover > a {
    background: #DA883D;
}

.page-menu ul li:hover::after, .page-menu ul li.active::after {
    border-top-color: #DA883D;
}

/* = Page tabs
------------------------------------------------------------------------------*/
.page-tabs {
    background: #e4e4e4;
}

.page-tabs > li {
    display: inline-block;
}

.page-tabs > li > a {
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.page-tabs > li.active > a {
    color: #048C5C;
    background: #fff;
}

/* = form
------------------------------------------------------------------------------*/
.checkbox span {
    vertical-align: baseline;
    display: inline-block;
    font-size: 13px !important;
    margin: 0px 0px 0px 0px;
}

/* = one col form
------------------------------------------------------------------------------*/
.one-col-form {
    width: 60%;
    min-width: 300px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.one-col-form ul {
    width: 100%;
}

.one-col-form ul li {
    width: 80%;
    margin: 15px 10% 0px 10%;
}

.one-col-form li input[type=text],
.one-col-form li input[type=password],
.one-col-form > ul > li textarea,
.one-col-form li select, .one-col-form li .input-text {
    width: 100%;
    min-width: 200px;
}

.one-col-form > ul > li textarea {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* = Two col form 
------------------------------------------------------------------------------*/
.two-col-form > ul {
    width: 100%;
}

.two-col-form > ul > li {
    width: 45%;
    float: left;
    min-width: 200px;
    margin: 15px 2.5% 0px 2.5%;
    min-height: 60px;
}

.two-col-form > ul > li.full-width, .two-col-form > ul > li.form-section {
    width: 95%;
}

.two-col-form > ul > li.full-width.submit-form {
    padding: 10px 0px;
    text-align: right;
}

.two-col-form > ul > li.full-width.submit-form .button {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.two-col-form > ul > li input[type=text],
.two-col-form > ul > li input[type=password],
.two-col-form > ul > li textarea,
.two-col-form > ul > li select, .two-col-form > ul > li .input-text {
    width: 100%;
    min-width: 200px;
}

.two-col-form > ul > li textarea {
    min-height: 100px;
}

@media screen and (max-width: 518px) {
    .two-col-form > ul > li {
        width: 95%;
    }
}

.form-section h3 {
    display: block;
    background: #e4e4e4;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

/* = Notification
------------------------------------------------------------------------------*/
.notification-box {
    width: 100%;
    font-size: 14px;
    background: #f8f9f9;
    margin: 20px auto;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
}

.notification {
    box-sizing: border-box;
    margin: auto;
}

.error-notification {
    color: #B64926;
}

.success-notification {
    color: #007369;
}

/* = pagination
------------------------------------------------------------------------------*/
#pagination {
    margin: 10px 0px 0px 0px;
}

#pagination ul {
    text-align: center;
    background: #e4e4e4;
    padding: 10px 0px;
    font-size: 13px;
}

#pagination ul li {
    display: inline-block;
    line-height: 30px;
}

#pagination ul li a {
    display: block;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: #333;
}

#pagination ul li.current-page-li a {
    background: #337AB7;
    color: #fff;
    border: 1px solid #337AB7;
}

/* = Tables
------------------------------------------------------------------------------*/
.table-wrapper {
    width: 95%;
    margin: 15px auto;
    overflow: auto;
    font-family: "Open Sans", sans-serif;
}

.table-wrapper table {
    width: 100%;
    min-height: 150px !important;
}

.table-wrapper table tr td {
    padding: 10px 10px;
}

.table-wrapper table tr td a {
    color: #222;
}

.table-wrapper table thead tr td {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
}

.table-wrapper table tbody tr td {
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.table-wrapper table tbody tr:hover {
    background-color: #f4f4f4;
}

.table-wrapper table tbody tr td.action a {
    display: inline-block;
    background: #e9e9e9;
    padding: 0px 10px;
    line-height: 20px;
    color: #222;
    font-size: 12px;
    font-weight: 600;
}

.table-wrapper table tbody tr td.action a:hover {
    background: #222;
    color: #fff;
}

.table-wrapper .table-striped > tbody > tr:nth-child(odd) > td {
    *background-color: #f4f4f4;
}

.table-records-count {
    background: #e4e4e4;
    padding: 10px;
    margin: 15px 0px 20px 0px;
    text-align: right;
}

.table-records-count b {
    font-style: italic;
}

/* = filter page
------------------------------------------------------------------------------*/
.filter-wrapper {
    background: #ced5de;
}

.filter-wrapper form {
    width: 95%;
    margin: 0px auto;
    padding: 10px 0px;
}

.filter-wrapper form ul {
    width: 100%;
}

.filter-wrapper form ul li {
    display: block;
    float: left;
    padding: 10px 10px 10px 0px;
    width: 16.66%;
    min-width: 150px;
    box-sizing: border-box;
}

.filter-wrapper form ul li input, .filter-wrapper form ul li select, .filter-wrapper form ul li a {
    width: 100%;
    height: 35px !important;
    line-height: 35px !important;
    box-sizing: border-box;
}

/* = dashboard page
------------------------------------------------------------------------------*/
.dashboard-block {
    width: 48%;
    float: left;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    background: #f9f9f9;
}

.dashboard-block.right {
    margin: 0px 0px 10px 0px;
    float: right;
}

.dashboard-block a {
    display: block;
    color: #333;
    padding: 20px;
}

.dashboard-block a h3 {
    font-weight: 600;
}

.dashboard-block a h3 i {
    color: #00588E;
}

.dashboard-block a p {
    padding: 5px 0px;
    font-size: 14px;
}

/* = info page
------------------------------------------------------------------------------*/
.info-page .two-col > ul {
    width: 100%;
}

.info-page .two-col > ul > li {
    width: 48%;
    float: left;
    min-width: 200px;
    margin: 0px 0px 0px 0px;
    background: #fff;
}

.info-page .two-col > ul > li.left {
    margin-right: 2%;
}

.info-page .two-col > ul > li.right {
    margin-left: 2%;
}

.info-page .two-col li.full-width {
    width: 100%;
}

.info-page .two-col > ul > li > ul > li {
    padding: 10px 0px;
    display: block;
}

@media screen and (max-width: 518px) {
    .info-page .two-col > ul > li {
        width: 100%;
        margin: 0px 0px 0px 0px !important;
    }
}

.info-page .two-col > ul > li.block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-page .two-col > ul > li.block > ul {
    border: 1px solid #e9e9e9;
}

.info-page .two-col > ul > li h3 {
    background: #e9e9e9;
    padding: 0px 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    color: #222;
}

.info-page .two-col > ul > li > ul > li {
    border-bottom: 1px solid #e9e9e9;
}

.info-page .info-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0px 8px;
}

.info-page .info-label {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #222;
    padding: 0px 8px;
}

/* = count block
------------------------------------------------------------------------------*/
.count-wrapper {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.count-block {
    width: 22%;
    min-height: 100px;
    display: inline-block;
    margin: 5px 1%;
    background: #555;
    box-sizing: border-box;
}

.count-block a {
    display: block;
    box-sizing: border-box;
    padding: 5% 3%;
}

.count-block .count-icon {
    padding: 0px 10px;
}

.count-block .count-text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.count-block i {
    font-size: 30px;
    color: #fff;
}

.count-block .count-no {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 20px;
}

.count-block .count-string {
    font-weight: bold;
    font-size: 13px;
}

.count-block.red {
    background: #D9534F;
}

.count-block.yellow {
    background: #F0AD4E;
}

.count-block.green {
    background: #5CB85C;
}

.count-block.blue {
    background: #337AB7;
}

/* = picture li
-----------------------------------------------------------------------------------------------*/
.picture-li .input-text {
    height: auto;
    padding: 0px;
}

.picture-li .input-text img {
    float: left;
    height: 70px;
    margin: 0px 20px 0px 0px;
}

.picture-li .input-text p {
    line-height: 70px;
}


