﻿
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../font/OpenSans/OpenSans-Bold/OpenSans-Bold.eot');
    src: local('☺'), url('../font/OpenSans/OpenSans-Bold/OpenSans-Bold.ttf') format('truetype'),url('../font/OpenSans/OpenSans-Bold/OpenSans-Bold.eot'), url('../font/OpenSans/OpenSans-Bold/OpenSans-Bold.woff') format('woff'), url('../font/OpenSans/OpenSans-Bold/OpenSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../font/OpenSans/OpenSans-Light/OpenSans-Light.eot');
    src: local('☺'), url('../font/OpenSans/OpenSans-Light/OpenSans-Light.otf') format('opentype'), url('../font/OpenSans/OpenSans-Light/OpenSans-Light.ttf') format('truetype'), url('../font/OpenSans/OpenSans-Light/OpenSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans/OpenSans-Regular/OpenSans-Regular.eot');
    src: local('☺'), url('../font/OpenSans/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'),url('../font/OpenSans/OpenSans-Regular/OpenSans-Regular.eot'), url('../font/OpenSans/OpenSans-Regular/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype');
    src: url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.eot');
    src: local('☺'), url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype'),url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.eot'), url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'), url('../font/OpenSans/OpenSans-Semibold/OpenSans-Semibold.woff2') format('woff2');
}

body {
    font-family: 'OpenSans-Regular';
    margin: 0px;
    padding: 0px;
    background-color: rgba(241, 241, 241, 0.89);
}

a:hover, a:focus {
    text-decoration: none;
}

.header {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1002;
}

.header-topbar {
    background: #2b3c4e;
}

.header_content {
    padding: 0px 15px;
}

.header_content {
    width: 100%;
    display: flex;
}

.logo_section {
    width: 26%;
    padding: 15px;
    height: 50px;
    line-height: 20px;
    margin-right: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    overflow: hidden;
}

    .logo_section a {
        color: #fff;
    }

.brand-tip {
    color: #f75a5f;
    margin-left: 5px;
}

.account_section {
    width: 80%;
}

.header-topbar .navbar-toolbar > li > a {
    padding: 15px;
    height: 50px;
    color: #6d7c85;
}

.header-topbar .dropdown-user a.dropdown-toggle img {
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: 10px;
}

.header-topbar .navbar-toolbar > li > a, .header-topbar .navbar-toolbar > li > a > i {
    color: #b4bcc8;
}

    .header-topbar .navbar-toolbar > li > a:hover, .header-topbar .navbar-toolbar > li > a:focus {
        background-color: transparent;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-menu {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
}

.navigation {
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navigaion_content {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .navigaion_content li {
    }

        .navigaion_content li a {
            color: #6d7c85;
            display: block;
            padding: 14px 10px;
            border-bottom: 2px solid #18c5a9;
            border-color: transparent;
        }
        /*.navigaion_content li a:hover{
     border-bottom: 2px solid #f75a5f;
}*/

        .navigaion_content li.active {
            border-bottom: 2px solid #f75a5f;
        }

ul.submenu {
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.navigaion_content ul.submenu {
    display: none;
}

.navigaion_content > li:hover ul.submenu {
    display: block;
}

.ripple_icon {
    margin-right: 3px;
}

.content_wrapper {
    padding-top: 100px;
    margin-bottom: 15px;
    /*min-height: 552px;*/
}

.footer {
    background: #fff;
    padding: 8px;
    width: 100%;
    /*bottom: 0;
    position: absolute;*/
}

.footer_text {
    margin: 0px;
    font-size: 13px;
}

.c_red {
    color: #f75a5f;
}

@media screen and (min-width: 1200px) {

    .container {
        width: 98%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.page_content {
    /*min-height: 553px;*/
}

.-info_box {
    display: flex;
}

.info_box_year {
    width: 55%;
}

.info_box_month {
    width: 55%;
    margin-left: 8px;
}

.info_box_button {
    width: 10%;
    margin-left: 8px;
}

.info_box_link {
    width: 98%;
    margin-left: 8px;
    padding-top: 4px;
}

.-mb_10px {
    margin-bottom: 10px;
}

.info_box_week {
    width: 77%;
}

.page_main {
    padding: 20px 0px 0px 0px;
}

.page_title {
    margin: 0px;
    margin-top: 4px;
}

.panel {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 0px;
    position: relative;
    border: 0px;
}

    .panel:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        left: 0;
        right: 0;
        background: #f1efef;
        top: -4px;
    }

.panel-heading {
    background: #f2f2f2;
    padding: 10px;
}

.panel-footer {
    border: 0px;
}

.btn-custom {
    min-width: 100px;
    padding: 4px 10px;
    border-radius: 3px;
}

.btn-primary {
    background-color: #06d79c;
    border-color: #06d79c;
    transition: all 0.2s ease-in-out;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #06d79c;
        border-color: #06d79c;
    }



    .btn-primary:focus {
        color: #fff;
        background-color: #06d79c;
        border-color: #06d79c;
        box-shadow: none;
        outline: none;
    }

    .btn-primary:active:hover {
        color: #fff;
        background-color: #06d79c;
        border-color: #06d79c;
        box-shadow: none;
        outline: none;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #f75a5f;
        border-color: #f75a5f;
        box-shadow: none;
        outline: none;
    }

.btn-danger {
    color: #fff;
    background-color: #fd7b6c;
    border-color: #fd7b6c;
    transition: all 0.2s ease-in-out;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #fd7b6c;
        border-color: #fd7b6c;
    }

    .btn-danger:focus {
        color: #fff;
        background-color: #fd7b6c;
        border-color: #fd7b6c;
        box-shadow: none;
        outline: none;
    }

    .btn-danger:active {
        color: #fff;
        background-color: #fd7b6c;
        border-color: #fd7b6c;
        box-shadow: none;
        outline: none;
    }

        .btn-danger:active:hover {
            color: #fff;
            background-color: #fd7b6c;
            border-color: #fd7b6c;
            box-shadow: none;
            outline: none;
        }

.table_responsive {
    overflow-x: auto;
}

.table thead > tr > th {
    text-align: center;
    background: #34495f;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    border: 0px;
    border-right: 1px solid #cecece;
    /*min-width:50px;*/
}

#table1 > thead > tr > th {
    padding: 5px !important;
    line-height: 1.7 !important;
    vertical-align: middle;
}

#table1 > tbody > tr > td {
    padding: 5px !important;
    line-height: 1.4 !important;
}
/*.table td, th {
    padding: 4px !important;
}*/
.table tbody tr td {
    text-align: center;
    border: 0px;
    border-right: 1px solid #f5f5f5;
    color: #6d7c85;
    vertical-align: middle;
    font-size: 13px;
}
.table.datatable-column__search tbody tr td {
    padding-left: 2px;
    padding-right: 2px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-color: #f5f5f5;
}

.table tbody tr td select {
    -webkit-appearance: none;
    text-align: center;
    /* padding-left: 12px; */
    appearance: none;
    padding: 2px 4px;
    /* border: 1px solid #efecec; */
    -moz-appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .table tbody tr td select::-ms-expand {
        display: none;
    }

.form-inline .form-control {
    width: 100%;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5ff;
}

.width_200px {
    min-width: 200px !important;
}
/*.today_hilight{
    background:#06d79c!important;
    border-bottom:1px solid #f4f4f4 !important;
    color:#000 !important;
}*/
.form-horizontal .control-label {
    font-weight: 400;
    font-size: 12px;
}

.weekday_label {
    margin-top: 3px;
    font-weight: 400;
    font-family: 'OpenSans-Semibold';
}

.info_box_link a {
    color: #f75a5f;
    font-family: 'OpenSans-Semibold';
    cursor: pointer;
    outline: none;
    text-decoration: underline;
}

.planner_btn {
    border-radius: 0px;
    background: transparent;
    border: 1px solid lightblue;
    padding: 3px 12px;
    color: #34495f;
}

.flex {
    width: 100%;
}

.custom_input_box {
    width: 60% !important;
    display: inline-block !important;
}

.table_edit_btn {
    padding: 2px 8px;
    outline: none;
    border-radius: 0px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

button.btn.table_edit_btn.fa.fa-check-circle:before {
    color: white;
    font-size: 19px;
}

button.btn.table_edit_btn.fa.fa-times-circle:before {
    color: white;
    font-size: 19px;
}

.dp_none {
    display: none;
}

.dp_block {
    display: block;
}

._text_blue {
    color: blue;
}

._text-orange {
    color: #f96868;
    background-color: transparent;
    border-color: #f96868;
}


.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #f00;
}



.table > tbody > tr > th span {
    width: 100%;
}

#Companytable tbody tr td {
    cursor: pointer;
}

    #Companytable tbody tr td span {
        width: 100%;
        display: block;
    }

.input-group-addon {
    padding: 5px 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 0px 10px;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    font-weight: 300;
    width: 30px;
    height: 30px;
    border-radius: 1px;
    border: none;
}

/*auto suggestion*/


.bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 100px;
}

.twitter-typeahead {
    width: 100%;
}

.typeahead, .tt-query, .tt-hint {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 3px 12px;
    /*/ width: 396px; /
    box-shadow: none;*/
}

.typeahead {
    background-color: #FFFFFF;
}

    .typeahead:focus {
        border: 1px solid #66afe9;
    }

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 100%;
}

.tt-suggestion {
    font-size: 12px; /*/ Set suggestion dropdown font size /*/
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }

.tt-highlight {
    font-weight: 500;
}
/*auto suggestion end*/
/*modal popup*/
.modal {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    background: #1a2530;
    color: white;
}

    .modal-header .close {
        margin-top: -2px;
        outline: none;
    }

button.close {
    -webkit-appearance: none;
    padding: 2px 5px;
    cursor: pointer;
    /* background: 0 0; */
    border: 0;
    background: #fdfdfd;
    margin-right: -3px;
    position: absolute;
    right: 0;
    top: -3px;
    opacity: 2;
}

.close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #7c2d30;
    /* text-shadow: 0 1px 0 #fff; */
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .6;
    /* color: white; */
    border-radius: 50%;
}

    .close:focus, .close:hover {
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 1;
        color: #7c2d30;
        background: #fdfdfd;
    }

.modal-footer {
    padding: 5px;
    text-align: right;
    /* border-top: 1px solid #e5e5e5; */
    padding-right: 20px;
    border-top: none;
}
/*error _ message*/
.error_container {
    position: absolute;
    background: #b0becc;
    display: none;
    overflow: hidden;
    z-index: 999;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0.2;
    padding: 0;
    margin-left: -15px;
    min-height: 42vh;
    color: red;
    font-size: 14px;
}
/*mobile menu bar*/
.menu_icon {
    display: none;
    position: absolute;
    right: 0;
    padding: 6px 32px;
}

.item_see_nav {
    width: 30px;
}


@media screen and (max-width: 786px) {
    .menu_icon {
        display: inline-block;
    }

    .nav_item_mobile {
        display: block !important;
        background-color: rgb(245, 245, 245);
        position: absolute;
        top: 50px;
        z-index: 999;
        width: 200px;
        margin-Left: -200px;
        background: #2b3c4e;
        border-top: 1px solid whitesmoke;
        transition: 1s ease-in-out;
        opacity: 0.95;
        height: 100vh;
    }

    ul.navigaion_content.nav_item_mobile > li > a {
        color: #c5c1c1;
    }

    .navigation {
        min-height: 7vh;
    }

    .navigaion_content {
        display: none;
    }

        .navigaion_content .submenu {
            position: relative;
            min-width: 200px;
            background: #354556;
        }

        .navigaion_content > li:hover ul.submenu {
            display: block;
        }

        .navigaion_content ul.submenu li a {
            color: #c5c1c1;
        }
}

#table1 th p {
    margin: 0px;
    font-size: 10px;
    font-weight: 600;
}

.color_orange {
    color: #f75a5f;
}

/*--------------------------------------------login page styles-----------------------------------------------------*/
.login-container {
    display: table;
    width: 80%;
    margin: 0 auto;
    margin-top: 89px;
}

.login-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 20px;
    display: flex;
}

.loginbody {
    margin: 0px;
    background-color: #45423b;
}

.login-ls {
    width: 60%;
    background: #2b3c4e;
}

.login-rs {
    width: 40%;
    background-color: white;
    color: black;
    position: relative;
}

.loginls-content {
    margin: 15% 40px;
}

    .loginls-content hr {
        width: 20%;
        margin: 20px auto;
        border-top: 1px solid #2196F3;
    }

    .loginls-content p {
        color: #ffeb3b;
        font-size: larger;
    }

        .loginls-content p i {
            margin-right: 5px;
            color: white;
        }

    .loginls-content label {
        text-align: left !important;
        padding-left: 0px !important;
        font-weight: 400;
    }

    .loginls-content input {
        border-radius: 0px !important;
    }

.login-footer {
    background-color: lightgray;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

    .login-footer p {
        margin-bottom: 0px;
        color: red;
    }

.loginls-content a:hover, .loginls-content a:active, .loginls-content a:focus {
    color: blueviolet;
    margin: 10px 0px;
}

@media(max-width:768px) {
    .login-ls {
        display: none;
    }

    .login-rs {
        width: 100%;
    }
}

.mt-5px {
    margin-top: 5px;
}

.loginls-content a {
    cursor: pointer;
}

#cancelbtn {
    background: #ff5722;
    border-color: #ff5722;
}
/*login page sgtyles end*/
.dropdown-user {
    cursor: pointer;
}

.dataTables_filter {
    display: none;
}

.mr-10px {
    margin-right: 10px;
}



.table_responsive {
    overflow-x: hidden !important;
}



.color_orange {
    color: #fd7b6c;
    font-weight: 600;
}

div#DataTables_Table_0_paginate {
    text-align: right;
}

.alert-danger {
    text-align: center;
    width: 100%;
}



/* Radio Button Styles*/

.radio.radio-inline {
    margin-top: 0;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

/* check box button style*/
.c-form__control-text {
    /*display: block;*/
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    padding-right: 10px;
    font-size: 12px;
}

.treeview__1 .c-form__control-text {
    font-weight: normal;
}


.custom-unchecked {
}

.c-form__control-text input[type="checkbox"], .c-form__control-text input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-form__control-text .-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #808080;
}

    .c-form__control-text .-indicator:after {
        content: '';
        position: absolute;
        display: none;
        left: 5px;
        top: 2px;
        width: 5px;
        height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.c-form__group.-radio .c-form__control-text .-indicator:after {
    left: 2px;
    width: 10px;
    height: 10px;
    background: #2b3c4e;
    border: none;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.c-form__group.-radio.-inline .c-form__control-text, .c-form__group.-checkbox.-inline .c-form__control-text {
    /*display: inline-block;*/
    min-width: 7.5%;
    font-weight: 400;
}

.c-form__group.-radio .c-form__control-text .-indicator {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.c-form__control-text input[type="checkbox"]:checked ~ .-indicator:after, .c-form__control-text input[type="radio"]:checked ~ .-indicator:after {
    display: block;
}

.c-form__control-text input[type="checkbox"]:checked ~ .-indicator {
    background: #92c053;
    border-color: #92c053;
}
/*.c-form__control-text input[type="checkbox"]:checked + label::after, .c-form__control-text input[type="radio"]:checked + label::after {
 content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    top: 6px;
    left: 3px;
    border: 3px solid blue;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox {
    padding-left: 20px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* End Radio Button Styles*/

.ui-draggable, .ui-droppable {
    background-position: top;
}

.table-tfoot__header {
    display: table-header-group;
}

.datatable-column__search thead tr th {
    background: #34495f !important;
    color: #fff;
    vertical-align: middle;
    padding-left: 2px !important;
    padding-right: 2px !important;
}


/*===== hanuma ===========*/
.width150{
    width:150px;
}