/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    color: #3e3e3e;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

/*Custom styles*/
.error {
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
    border: 1px solid red;
    outline: none;
}

.logo-style{
    max-width: 230px;

}

.hide {
    display: none;
}

select:invalid {
    color: gray;
}

option {
    color: black;
}

.width-100 {
    width: 100%;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-28 {
    padding-right: 28px;
}

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

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.display-flex {
    display: flex;
}

.input-label {
    height: 34px;
}

.input-label:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.info-shadow {
    padding: 10px;
    box-shadow: 1px 1px 10px #e5e9f2;
}

.not-allowed {
    cursor: not-allowed;
}

.min-width25 {
    min-width: 25px;
}

/* Table style*/
table, th, td {
    border: 1px solid #d2d6de;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
}

th {
    text-align: left;
}

.green_c_point,
.red_c_point {
    cursor: pointer;
}

.green_c_point:hover {
    color: #28a745;
}

.red_c_point:hover {
    color: red;
}

.dropdown-custom {
    padding: 6px 12px;
    text-align: center;
    border: 1px solid transparent;
}

.gray-border {
    border: 1px solid #ddd;
}

.text-color-gray {
    color: gray;
}

.pt-0 {
    padding-top: 0 !important;
}

.d-inline {
    display: inline !important;
}

[class*=icheck-] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}

[class*=icheck-] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.icheck-success > input:first-child:checked + input[type=hidden] + label::before, .icheck-success > input:first-child:checked + label::before {
    background-color: #28a745;
    border-color: #28a745;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0;
    margin-left: -29px;
}

[class*=icheck-] > input {
    opacity: 0;
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

/* Helper Classes*/

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

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

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

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

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

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-minus-8 {
    margin-bottom: -8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* ------------ login Form ---------------------- */
#login-form {
    background: url('../images/login_bg.jpg');
    background-size: cover;
}

#login-form .login-title {
    padding-top: 80px;
    color: #fff;
}

#login-form .login-title span {
    font-size: 30px;
    line-height: 1.9;
    display: block;
    font-weight: 700;
}

#login-form .form-box {
    position: relative;
    background: #ecf0f5;
    max-width: 375px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

#login-form .caption {
    margin-bottom: 40px;
}

#login-form .login-form input[type=text], #login-form .login-form input[type=password] {
    margin-bottom: 10px;
}

#login-form .login-form input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 40px;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#login-form .login-form input[type=submit] {
    cursor: pointer;
    background: #3ac47d;
    width: 100%;
    border: 0;
    padding: 8px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-height: 40px;

}

.info-box-content {
    padding: 20px 10px;
    margin-left: 90px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;

}

.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}

.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}

.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}

.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block \9;
}

.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}

.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none \9;
}

.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}

.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.tagsinput-add:hover {
    background-color: #3bb8af;
}

.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

/*advanced table*/

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

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length, .adv-table .dataTables_filter {
    padding: 15px 0;
}

/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}

.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}

/*  My Default Setting */

.box {
    border: 0;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all;
}

.box-header {
    color: #3e3e3e;
    padding: 4px 0 0 15px;
    /*margin-bottom: 20px;*/
    /*background: #00bcd4;*/
}

.box-title {
    padding: 10px;
}

.box-body {
    padding: 20px;
}

.my-form-body {
    margin: 0 auto;
    width: 70%;
    padding-top: 40px;
}

label {
    font-weight: 500;
}

.form-control {
    border-radius: 4px;
}

.flash-msg {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
}

/*advanced form*/

.form-body {
    padding: 20px;
}

.panel-heading {
    margin-bottom: 10px;
}

/*  IOS Checkhox*/
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].tgl-ios + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].tgl-ios + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 5px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].tgl-ios + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 5px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].tgl-ios + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios:checked + label:after {
    margin-left: 26px;
}

input[type="checkbox"].tgl-ios:checked + label:before {
    background: #28a745;
}

/* SMALL */

input[type="checkbox"].tgl-ios-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].tgl-ios-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

input[type="checkbox"].tgl-ios-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

input[type="checkbox"].tgl-ios-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

input[type="checkbox"].tgl-ios-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].tgl-ios-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].tgl-ios-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].tgl-ios-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].tgl-ios-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].tgl-ios-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    color: white;
    margin-bottom: 25px;
    border-radius: .5rem;
}

.info-box-content {
    padding: 20px 10px;
    margin-left: 130px;
}

.info-box-text {
    text-transform: uppercase;
    font-weight: bolder;
}

.bg-night-fade {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%) !important;
}

.bg-arielle-smile {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}

.bg-happy-green {
    background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
}

.bg-happy-red {
    background-image: linear-gradient(to bottom, #f15c5e, #ff8cb0) !important;
}

.card-inf {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 85px;
    width: 85px;
    text-align: center;
    font-size: 45px;
    line-height: 85px;
}

.btn {
    position: relative;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    margin-left: 0.5em;
}

.btn-info {
    color: #333;
    background: none;
    border-color: #3abbf1;
}

.btn-info:hover {
    color: #fff;
    background-color: #3abbf1;
    border-color: #3abbf1;
}

.btn-danger {
    color: #333;
    background: none;
    border-color: #f15c62;
}

.btn-danger:hover {
    color: #fff;
    background-color: #f15c62;
    border-color: #f15c62;
}

.btn-warning {
    color: #333;
    background: none;
    border-color: #b799d7;
}

.btn-warning:hover {
    color: #fff;
    background-color: #b799d7;
    border-color: #b799d7;
}

.btn-success {
    color: #333;
    background: none;
    border-color: #18b48c;
}

.btn-success:hover {
    color: #fff;
    background-color: #18b48c;
    border-color: #18b48c;
}

.label-success, .progress-bar-green {
    background-color: #18b48c !important;
}

.label-warning, .progress-bar-yellow {
    background-color: #b799d7 !important;
}

.label-danger, .progress-bar-red {
    background-color: #f15c62 !important;
}

.label-info, .progress-bar-aqua {
    background-color: #3abbf1 !important;
}

.text-green {
    color: #18b48c !important;;
}

.text-red {
    color: #f15c62 !important;;
}

.text-yellow {
    color: #b799d7 !important;;
}

.progress-bar {
    transition: width 0.6s ease;
}

.progress-bar::after, .progress-bar-animated-alt .progress-bar::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    animation: progress-active 2s ease infinite;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #f15c62 !important;
}

.content-header {
    padding: 0;
}

.content {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.dropdown-menu>li>a {
    display: block;
    padding: 7px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

b.currency {
    font-weight: 700;
    color: #f79a23;
}

span.rate {
    color: rebeccapurple;
}

.tooltip_n .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #ff008c;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    top: 10px;
}

.tooltip_n:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    visibility: hidden;
}
.tooltip_n {
    color: #ff008c;
}