
html{
    background: #F7F7F7;
    overflow-x: hidden;
}

body{
    color:#5c7086;
    background: #111c2c;
    overflow-x: hidden;
}

/*login*/
.login-body{
    height:100vh;
    background-color: #fff;
}
.login-body .row{
    margin-left: 0px;
    margin-right: 0px;
}
.login-form-sec{
    background-image: url("../../images/white-wing-01.png");
    background-size: cover;
    height: 100vh;
    background-position: top right;
}
.dark-wing-sec{
    background-image: url("../../images/wing-01.png");
    background-size: cover;
    height: 100vh;
}
.login-cont{

    margin:0 auto;
    text-align: center;
}
.login-cont img{
    width:200px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.login-form-inputs{
    margin: 0 auto;
    width:85%;
    text-align: center;
}
.login-body .form-control{
    margin:5px 0px;
}
.login-btn{
    margin: 10px 0px;
    width: 100%;
    color: #fff;
    padding: 10px;
    /*    background-image: linear-gradient( #213151, #3499A8); */
    background-color:#065f91;
    /*background-color: #F5B119;*/
}
.cl-logo{
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}
.pattern{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}

.alert-danger, .alert-error {
    color: red;
    background-color: transparent;
    border-color: transparent;
}

.alert-danger:first-letter, .alert-error:first-letter {
    text-transform: capitalize;
}

#myDatepicker3  .timepicker-picker  table td  a span,
#myDatepicker3  .timepicker-picker  table td,
#myDatepicker3  .timepicker-picker  table td  span
{
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    padding:0px !important;
    border: none !important;
}

#myDatepicker4  .timepicker-picker  table td  a span,
#myDatepicker4  .timepicker-picker  table td,
#myDatepicker4  .timepicker-picker  table td  span
{
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    padding:0px !important;
    border: none !important;
}

#myDatepicker1 .table-condensed td a span,
#myDatepicker1 .table-condensed td,
#myDatepicker1 .table-condensed td  span
{
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    padding:0px !important;
}

#myDatepicker2 .table-condensed td a span,
#myDatepicker2 .table-condensed td,
#myDatepicker2 .table-condensed td  span
{
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important;
    padding:0px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .example {background: red;}

    .cl-logo{
        padding-left: 0px;
        padding-top: 10px;
    }

    .login-form-sec{
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .login-cont img{
        width:350px;
    }
    .login-cont{
    }
    .login-form-inputs{
        width:50%;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    .login-cont{
    }
    .login-form-inputs{
        width:70%;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .example {background: blue;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .example {background: orange;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {background: pink;}
}


/*login*/


::-webkit-scrollbar
{
    width: 4px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d0d0d0;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.top_nav .navbar-right li {
    padding-right: 10px !important;
}

.nav-md
{
    background: #f7f7f7 !important;
}

.nav-md .container.body .col-md-3.left_col
{
    background: #111c2c !important;
}


.my-custom-scrollbar
{
    position: relative;
    height: 250px;
    overflow: auto;
}

.table-wrapper-scroll-y
{
    display: block;
}

.submit-button
{
    background-color: #FF9800;
    border: 2px solid #FF9800;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}

.remove-button
{
    background-color: #e82547;
    border: 2px solid #e82547;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}

.cancel-button
{
    background-color: #5a5a5a;
    border: 2px solid #5a5a5a;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}

.nav.side-menu>li.active, .nav.side-menu>li.current-page
{
    border-right: 5px solid #e8d6d5 !important;
}

.fc-day-grid-event .fc-content
{
    height: 15px;
    /*background-color: #747fc7;
     */
}

.fc-content .fc-title
{
    padding-left: 3px;
}

td span {
    line-height: 0px !important;
}

.fc-event
{
    border: none !important;
}

.fc-event, .fc-event-dot
{
    /*background-color: #747fc7 !important;*/
}

.applyBtn
{
    background: #e82547 !important;
    border: 2px solid #e82547 !Important;
}

.cancelBtn
{
    background: #5a5a5a !important;
    border: 2px solid #5a5a5a !Important;
    color: #fff !important;
}

.add-anchor
{
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: transparent;
    border: transparent;
}

.add-anchor-image
{
    width: 50px;
    height: 50px;
}

.fc-toolbar .fc-center {
    margin-top: 10px;
}

.page-title {
    height: 0px !important;
}

#prev, #next {
    border: none;
    box-shadow: none;
    background: transparent;
}

#calendar-container {
    height: calc(100vh - 50px);
}

.x_panel {
    padding: 0px 0px !important;
    border: none !important;
}

.x_panel, .x_title {
    margin-bottom: 0px !important;
}

.x_panel2 {
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.nav_menu
{
    border-bottom: none !important;
    margin-bottom: 0px !important;
    height: 50px;
}

@media (max-width: 991px) {
    .right_col {
        padding: 0px !important;
    }
}

.nav-md .container.body .right_col {
    padding: 0px 0px 0 !important;
}

canvas
{
    height: 20em !important;
    width: 100% !important;
}

.fc-left h2
{
    font-weight: bold;
    padding-top: 5px;
    color: #1f2654;
}

.no-record
{
    font-weight: bold;
    color: red;
    margin-top: 5px;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}
.radio input {
    display: none;
}
.radio input + span {
    line-height: 15px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}
.radio input + span:not(:empty) {
    padding-left: 22px;
}
.radio input + span:before, .radio input + span:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}
.radio input + span:before {
    background: #D1D7E3;
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #5D9BFB;
}
.radio input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.radio:hover input + span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}
.radio:hover input + span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}
.radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

#loading img
{
    width: 4%;
}


@media only screen and (max-width: 600px) {
    /*.fc-day-grid-container
    {
        height: 355px !important;
    }

    .fc-time-grid-container
    {
        height: 355px !important;
    }*/

    .add-anchor
    {
        right: 2px;
    }
    .add-anchor-image
    {
        width: 30px;
        height: 30px;
    }
    .toggle a i {
        font-size: 20px !important;
    }
    .fc-left h2
    {
        font-size: 15px;
    }

    .radio-inline input
    {
        margin-top: 2px;
    }

    #loading img
    {
        width: 15%;
    }
}