@charset "UTF-8";

.box.box-navy {
    border-top-color: #001f3f;
}

.no-pad-h {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #001f3f !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #001f3f !important;
    border-color: #001f3f !important;
}

.content-header {
    min-height: 41px;
}

.infoClass {
    width: 100%;
    float: left;
}

.infoClass .block {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
}

.infoClass .block-full {
    width: 95%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
}

.infoClass .block:nth-of-type(3n+0) {
    margin-right: 0;
}

.infoClass .block .labeltext {
    font-weight: bold;
    margin-right: 10px;
}

.infoClass .block-full .labeltext {
    font-weight: bold;
    margin-right: 10px;
}

.profile-user-img {
    height: 100px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #001f3f !important;
}

.right-box:hover,
.link:hover,
.link-table:hover {
    cursor: pointer;
    color: #428bca;
}

.link {
    color: #444;
    /*font-size: 16px !important;*/
}

.delimeter {
    padding: 0 5px;
    font-size: 11px !important;
}

.icon-check {
    color: #444;
}

.icon-check:hover {
    cursor: pointer;
    color: #00b33c;
}

.icon-navy {
    color: #001f3f;
}

.icon-green {
    color: green;
}

.icon-red {
    color: red;
}

.icon-green:hover,
.icon-red:hover {
    color: dimgrey;
}

.def-row {
    color: green;
    font-weight: bold;
}

.warning-row {
    color: orange;
    font-weight: bold;
}

.red-row {
    color: red;
    font-weight: bold;
}

.right-box {
    margin-left: 10px;
    font-weight: normal;
    color: #444;
    font-size: 16px !important;
}

.breadcrumb-title a {
    color: #444;
}

a .breadcrumb-title :hover {
    color: #428bca;
}

.fieldRequired {
    color: #e74c3c !important;
    margin: 2px 1px 0 2px;
}

.checkbox {
    position: relative;
    display: inline !important;
    margin-top: 10px;
    margin-right: 15px !important;
}

.checkbox-side {
    margin-top: 30px;
}

.radio {
    position: relative;
    display: inline !important;
    margin-top: 10px;
    margin-right: 22px;
    margin-left: 22px;
}

.space {
    margin-right: 4px !important;
}

.double-space {
    margin-right: 8px !important;
}

.image-input {
    cursor: default !important;
}

.btn-file {
    background-color: white !important;
}

.btn-file:hover {
    background-color: whitesmoke !important;
}

.image-show {
    max-width: 400px;
}

.label-tags {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-tags-navy {
    background-color: #001f3f;
}

.label-tags-navy.space {
    margin-right: 5px;
}

.img-thumbnail {
    max-height: 80px;
}

.none {
    display: none !important;
}

.row-role {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.row-role:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.category-role {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 8px;
    margin-left: 5px;
}

.roles-box {
    margin-bottom: 8px;
    padding-left: 20px;
}

.disabled {
    color: #c9c9b6 !important;
}

.question {
    margin-bottom: 20px;
}

.center {
    margin: 0 auto;
    display: block;
}

.main-header .sidebar-toggle:before {
    content: "\F0C9";
}

.text-transparent {
    color: transparent !important;
}

.carousel-inner > .item > img {
    max-height: 400px;
    max-width: 400px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 100% !important;
}

.map-small {
    height: 300px;
}

.map-show {
    max-height: 600px;
}

.title {
    font-weight: bold;
}

.small-info {
    font-size: 11px;
}

.medium-info {
    font-size: 13px;
}

.image-preview {
    max-width: 400px;
    max-height: 400px;
}

.image-preview-form {
    max-width: 50%;
    margin-top: 20px;
}

.warning-notification {
    margin-left: 20px;
    color: firebrick;
}

/*.line {
    border-bottom: solid #ddd;
}*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@font-face {
    font-family: Poppins-Regular;
    src: url('../../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../../fonts/montserrat/Montserrat-Bold.ttf');
}*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

/*---------------------------------------------*/

a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #1C1B17;
}

/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #4b79a1;
    background: linear-gradient(to right, #4b79a1, #283e51);
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 33px 95px;
}

.content-login {
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------------------------
[  ]*/

.login100-pic {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.login100-pic img {
    max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/

.login100-form {
    width: 290px;
}

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.login100-form-sub-title {
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

/*---------------------------------------------*/

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}

/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: #1C1B17;
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #1C1B17;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #1C1B17;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\F06A";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}
.ml-25px {
    margin-left: 25px;
}

.card-accordion-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-accordion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;

}

.todo-list > li {
    border-bottom: 2px solid #e6e7e8 !important;
    background: none !important;
}


.task-percent {
    height: 0;
}

.task-percent svg {
    left: -40px;
    top: -5px;
}

.task-percent svg circle {
    fill: none;
    stroke-width: 3;
    stroke: #000;
    transform: translate(5px, 5px);
    stroke-dasharray: 65;
    stroke-dashoffset: 65;
}

.task-percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: white;

}

.task-percent svg circle:nth-child(2) {
    /*stroke-dashoffset:!*attr(data-percent);*! calc(60 - (60 * 50) / 100);*/
    stroke: #7E1F22;

}
