@charset "UTF-8";

/* CSS Document */

.panel_menu {
    width: 100%;
    list-style: none;
    text-align: right;
    padding: 0;
}

.panel_menu i {
    font-size: 16px;
}

.panel_menu li {
    width: 100%;
    font-size: 13px;
    margin-bottom: 3px;
}

.panel_menu li a,
.panel_menu li i {
    color: #777;
}

.panel_menu li:hover a,
.panel_menu li:hover i {
    color: #333;
}

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
    font-size: 2.2rem;
    line-height: 5rem;
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
    border-radius: 15px;
    overflow: hidden;
}

.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.circle-tile-heading.green:hover {
    background-color: #138F77;
}

.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}

.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}

.circle-tile-heading.red:hover {
    background-color: #CF4435;
}

.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}

.green {
    background-color: #16A085;
}

.blue {
    background-color: #2980B9;
}

.orange {
    background-color: #F39C12;
}

.red {
    background-color: #E74C3C;
}

.purple {
    background-color: #8E44AD;
}

.dark-gray {
    background-color: #7F8C8D;
}

.gray {
    background-color: #95A5A6;
}

.light-gray {
    background-color: #BDC3C7;
}

.yellow {
    background-color: #F1C40F;
}

.text-dark-blue {
    color: #34495E;
}

.text-green {
    color: #16A085;
}

.text-blue {
    color: #2980B9;
}

.text-orange {
    color: #F39C12;
}

.text-red {
    color: #E74C3C;
}

.text-purple {
    color: #8E44AD;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.padding5 {
    padding: 10px;
    margin-bottom: 15px;
}

.profile_data {
    width: 100%;
    border-collapse: collapse;
}

.profile_data tr td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

.red_txt {
    color: red;
}

.tc {
    text-align: center;
}

th.tc {
    text-align: center !important;
}

.strip_all_tour_list h6 {
    font-size: 14px;
    margin: 5px;
    padding-right: 5px;
    border-right: 3px solid #16A085;
}

.notification {
    width: calc(100% - 2px);
    padding: 5px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    margin-bottom: 10px;
    display: table;
}

.notification .title {
    width: calc(50%);
    float: right;
    color: #333;
    margin-bottom: 5px;
}

.notification .regDate {
    width: calc(50%);
    float: right;
    text-align: left;
    direction: ltr;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.notification .body {
    width: calc(100%);
    float: right;
    color: #555;
    margin-bottom: 5px;
}

.notification.success {
    background-color: rgb(196, 240, 215);
    border: 1px solid rgb(139, 194, 163);
}

.notification.success .title {
    color: seagreen;
}

.notification.success .body {
    color: seagreen;
}

.notification.success .regDate {
    color: rgb(38, 117, 73);
}

.notification.error {
    background-color: rgb(240, 196, 198);
    border: 1px solid rgb(206, 112, 117);
}

.notification.error .title {
    color: tomato;
}

.notification.error .body {
    color: tomato;
}

.notification.error .regDate {
    color: rgb(248, 126, 105);
}

.ticket {
    width: calc(100% - 2px);
    padding: 5px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    margin-bottom: 10px;
    display: table;
}

.ticket .title {
    width: calc(50%);
    float: right;
    color: #333;
    margin-bottom: 5px;
}

.ticket .regDate {
    width: calc(50%);
    float: right;
    text-align: left;
    direction: ltr;
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.ticket .body {
    width: calc(100%);
    float: right;
    color: #555;
    margin-bottom: 5px;
}

.alert {
    border-radius: 15px;
}

.alert a {
    color: brown;
}

.rounded-circle {
    border-radius: 50%!important;
    width: 60px !important;
    height: 60px !important;
}

.menuhead {
    font-size: 13px;
    font-weight: bold;
    padding: 5px auto;
}