﻿.panel-graph1
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #00c0ef;
    color: #fff;
}

.panel-graph2
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #00a65a;
    color: #fff;
}

.panel-graph3
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f39c12;
    color: #fff;
}

.menu_mgmt {
    height: 32px;
    background: url(../../../../../Images/bg_mgmt_menu.gif) 0 0 repeat-x;
    margin: 1% 3%;
}

.menu_mgmt .left_img {
    width: 15px;
    height: 32px;
    float: left;
}

.menu_mgmt .center_menu {
    height: 32px;
    width: 90%;
    float: left;
    padding: 5px;
}

.menu_mgmt_links li {
    display: inline;
    margin-left: 2%;
}

.menu_mgmt_links li img {
    vertical-align: middle;
}

.menu_mgmt_links li a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 0.6%;
    font-size: 12px;
    font-family: arial;
}

.menu_mgmt_links li a:hover {
    color: #000;
    text-decoration: none;
}
.menu_mgmt .right_img {
    width: 15px;
    height: 32px;
    float: right;
}

.font td
{
    padding-left:20px;}

.row label
{
        font-size: 15px;
    font-weight: 500;
    color: #1F4F6B;
    padding-left: 10px;
    }
    
    .sep_horz {
    clear: both;
    background: url(../../../../Images/bg_mgmt_menu_footer.gif) 0 0 repeat-x;
    height: 5px;
}

/*------------------------Summary of entities------------------------------*/

.summ {
        width: 100%;
    behavior: url('border-radius.htc');
    position: relative;
    height: auto;
    /* border: #1F1F1F 2px solid; */
    /* margin: 5%; */
    float: left;
    /* background-color: #CBDAE0; */
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}
.summ_head {
    background: url(../../../../Images/bg_summary_left.gif) 0 0 repeat-x;
    height: 33px;
    border-bottom: #d0d0d0 1px solid;
    vertical-align: middle;
}

.summ_head h2.book {
    color: #C2DF02;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 0px 0px 50px;
}
.summ_body {
    float: left;
    margin: 1%;
    width: 94%;
    padding: 2%;
}
.table-booking tr {
    background-color: #FFFFFF;
}
.table-booking tr th {
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #fafafa;
    padding: 2px;
    background-color: #fafafa;
}
.table-booking tr td {
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
}

/*--------------------Pop Up------------------------------------*/

.hdbgpb {
    width: 800px;
    position: fixed;
    z-index: 9999;
    background: #FFF;
    left: 260px;
    top: 100px;
    display: none;
    height: 450px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    border: 5px solid #3077B5;
}
#divPopup .header {
    background-color: #3077B5;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    height: 25px;
    text-align: center;
    font-family: Arial;
    
}
#divPopup .header .close {
    float: right;
    width: 25px;
    cursor: pointer;
    top: -45px;
    height: 22px;
}

#divPopup .tbl_content h5 {
    color: #669710;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #CFCFCF;
    width: 98%;
    padding-bottom: 2px;
    height: 35px;
    text-align:center;
}

#divPopup .tbl_content td 
{
    padding:10px;
}

.hdbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 1111;
    left: 0;
    top: 0;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    display: none;
}

.datetime
{
        font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
    float: right;
    background-color: #367fa9;
    width: 290px;
    text-align: center;
    color: #fff;
}

.link_action td{ padding: 5px; border-bottom:1px solid #e8e8e8;}
.link_action td a{font-family:Verdana, Arial, Helvetica; font-size: 0.8em; color:#005aaf; text-decoration:underline; font-weight:bold;}

.link_action td a:hover{color:#ff4c00; text-decoration:none;}
.link_action td a{font-family:Verdana, Arial, Helvetica; font-size: 0.8em; color:#005aaf; text-decoration:none; font-weight:bold;}


/************ CSS Add for Admin Dashboard Accordian****************/

.drawer
{
	width:100%;
	border-top:1px solid #E0E0E0;
	border-radius:3px;.aht: 40px;
}
.accordion-item
{
	border-bottom:1px solid #E0E0E0;
}
.accordion-item-active .accordion-header
{
	    background: #00c0ef;
	transition:.25s;
}
.accordion-item-active .accordion-header-icon
{
	color:#fff;
}
.accordion-item-active .accordion-header h1
{
	color:#fff;
}
.accordion-header
{
    background: #FAFAFA;
    padding: 10px;
    cursor: pointer;
    /*border-top: 1px solid #c6f4ff;*/
    border-left: 1px solid #00add8;
    min-height: 35px;
    border-right: 1px solid #00add8;
    transition: .25s;
}
.accordion-header h1
{
	/*float:left;*/
	font-size:15px;
	font-weight: normal;
	/*margin:0;*/
	margin:-2px;
	line-height: 1.3em;
	color: #00c0ef;
}
.accordion-content
{
	border-left:1px
}
.accordion-content
{
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	display:none;
	padding:12px;
	
	line-height:1.55em;
	font-family: 'Open Sans' !important;
    color: #333;
    
    font-size: 14px;
}
.accordion-content p
{
	margin:0;
	margin-bottom: 3px;
}
.accordion-header-icon
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float: right;
       color: #00add8;
    font-size: 15px;
    vertical-align: middle;
    margin: -16px 0 0 0;
    /* top: 0; */
    /* right: 0; */
}
.accordion-header-icon.accordion-header-icon-active
{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	color:#fff;
}

/***********************For Admin Panel**************************/
.panelheight
{
        height: 225px;
    overflow-y: auto;
    }
    
    .panelheight::-webkit-scrollbar {
    width: 0.5em;
}

     
.panelheight::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.panelheight::-webkit-scrollbar-thumb {
     background-color: #9E9E9E;
    outline: 1px solid slategrey;
}
    
    /****************For Booking Sttaus U Control *******************/
    
    .tdcss
{
    padding-right:8px;
}

.imgDelete
{
float:right;
right:-150px;
top:-150px;
cursor:pointer;
}



#Thpanel
{
padding:2px;
display:block;
/*border-left:solid 1px #c2c2c2;
border-right:solid 1px #c2c2c2;
border-bottom:solid 1px #c2c2c2;*/
background-color:#F8F8F8;
}

#Tour
{
padding:2px;
display:none;
/*border-left:solid 1px #c2c2c2;
border-right:solid 1px #c2c2c2;
border-bottom:solid 1px #c2c2c2;*/
background-color:#F8F8F8;
}
#Phpanel
{
padding:2px;
display:none;
/*border-left:solid 1px #c2c2c2;
border-right:solid 1px #c2c2c2;
border-bottom:solid 1px #c2c2c2;*/
background-color:#F8F8F8;
}

#imgp
{
    display:block;
}
.left_flip 
{padding-top: 8px;
    padding-bottom: 9px;
   
    font-size: 14px;
    font-family: arial;
    border: #fff 1px solid;
   color: #fff;
    background-color: rgba(0, 0, 0, 0.67);
    cursor: pointer;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    }

    .booknig-tabs > li.active > a, .booknig-tabs > li.active > a:hover, .booknig-tabs > li.active > a:focus {
    color: #26320e;
    cursor: default;
        background-color: #ffffff;
        border-top: 2px solid #009651;
    border-bottom-color: rgba(0, 0, 0, 0);
    
}
.booknig-tabs > li{margin-left:2px;}

.booknig-tabs > li > a{
   
    border-top: 2px solid #009651;
    background-color: #009651;
     color:#fff;
     
}
.tab-content{
background: #ffffff;
min-height: 345px;
padding:10px;}
.nav>li>a {
    position: relative;
    display: block;
    
}
.tab-content{height: 180px;min-height: 0px;}


/*-----------------------------Add New CSS For Heliport-------------------------------------*/


.widget {
    width: 105%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 125px;
    position: relative;
}

.widget.widget-default {
    color: #1b1e24;
}

.widget.widget-default {
    background: #ffffff;
}

.widget.widget-padding-sm, .widget.widget-item-icon {
    padding: 10px 0px 5px;
}



.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: uppercase;
}



.widget-subtitle {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 15px;
     color: #1b1e24;
}

.widget-title,.widget-subtitle, .widget-int, .widget-big-int {
    width: 100%;
    float: left;
    text-align: center;
}


.widget-int {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: arial;
}

.carousel-indicators li 
{
    border: 1px solid #cecece;
    background-color: #cecece;
    width:13px;
    height:13px;
    }
    .carousel-indicators .active
    {
        background-color: #949494;
        width:15px;
    height:15px;
        }
        
   .widget-big-int {
    font-size: 42px;
    line-height: 45px;
    font-weight: 300;
}

.widget.widget-item-icon .widget-item-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding-right: 10px;
}

.widget.widget-item-icon .widget-item-left, .widget.widget-item-icon .widget-item-right {
    width: 70px;
    padding: 20px 0px;
    text-align: center;
}

.widget .widget-item-left {
    margin-left: 10px;
    float: left;
    width: 100px;
}

.widget.widget-item-icon .widget-data {
    padding-left: 90px;
}
     
     .widget .widget-data .widget-title, .widget .widget-data-left .widget-title, .widget .widget-data .widget-subtitle, .widget .widget-data-left .widget-subtitle, .widget .widget-data .widget-int, .widget .widget-data-left .widget-int, .widget .widget-data .widget-big-int, .widget .widget-data-left .widget-big-int {
    text-align: left;
}   

.widget.widget-default .widget-controls a {
    color: #1b1e24;
    border-color: #1b1e24;
}

.widget .widget-controls a.widget-control-right {
    right: 10px;
    top: 10px;
}

.widget .widget-controls a {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    color: #FFF;
    border: 1px solid #FFF;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

        .plugin-clock span {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    margin-right: 2px;
}

/* Animations */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
/* END Animations */


/*----------------------------------CSS For Message PopUp--------------------------*/

  .x-navigation.x-navigation-horizontal {
    height: 50px;
    background: #963636;
}

.x-navigation {
    background: #1b1e24;
}

.x-navigation, .x-navigation ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    display: block;
    z-index: 3;
}

.x-navigation.x-navigation-horizontal li {
    width: auto;
    position: relative;
}

.x-navigation li {
    float: left;
    display: block;
    width: 100%;
        padding-top: 3px;
    margin: 0px;
    position: relative;
}

.x-navigation.x-navigation-horizontal > li > a:hover {
        background: rgba(109, 107, 107, 0.54)!important;
}

.x-navigation li > a:hover {
    background: #262a33;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.x-navigation.x-navigation-horizontal .xn-icon-button > a {
    padding: 15px 10px;
    text-align: center;
    width: 50px;
}

.x-navigation.x-navigation-horizontal > li > a {
    padding: 15px;
    border-bottom: 0px;
    line-height: 20px;
    color: #ffffff;
    text-shadow: none;
}

.x-navigation li > a {
    display: block;
    float: left;
    width: 100%;
    line-height: 19px;
    color: #8b91a0;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 10px 15px 15px;
    text-decoration: none;
    border-bottom: 1px solid #17191e;
    vertical-align: text-bottom;
}

.message-box.open {
    display: block;
}

.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.message-box .mb-container {
    position: absolute;
    left: 0px;
    top: 35%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
}

.message-box .mb-container .mb-middle {
    width: 75%;
    left: 10%;
    position: relative;
    color: #FFF;
}

.message-box .mb-container .mb-middle .mb-title {
    /*width: 100%;*/
    float: left;
    padding: 10px 20px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
    border-right: 1px solid #fff;
}

.message-box .mb-container .mb-middle .mb-title .fa, .message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 38px;
    float: left;
    margin-right: 10px;
}

.message-box .mb-container .mb-middle .mb-content {
    /*width: 100%;*/
    float: left;
    padding: 10px 20px 0px;
}

.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0px;
}

.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

/*------------------------------------------------------------*/
.x-navigation li.active > .panel {
    display: block;
}

.x-navigation li > .panel.xn-drop-left {
    left: auto;
    right: 0px;
}

.x-navigation li > .panel {
    display: none;
    position: absolute;
    left: 0px;
    top: 56px;
    width: 400px;
    z-index: 3;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel.panel-primary {
    border-top-color: #1b1e24;
}

.panel {
    float: left;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    border-top: 2px solid #E5E5E5;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.x-navigation li > .panel .panel-heading {
    padding: 5px 10px;
}

.xn-panel-dragging .panel-heading:hover {
    cursor: move;
}


/*------------------------------------------------------*/

.box-sm {
    width: 324px;
}

.pad10L {
    padding-left: 10px!important;
}

.pad10R {
    padding-right: 10px!important;
}

.pad5B {
    padding-bottom: 5px!important;
}

.pad5T {
    padding-top: 5px!important;
}

.vertical-button
{
        border-color: #dfe8f1;
}
.dashboard-buttons .btn {
    width: 93px;
    margin: 5px 3px;
}

.icon-separator-vertical {
    font-size: 25px;
    display: block;
    margin: 5px auto;
}

.badge-blue-alt, .bg-blue-alt, .btn-blue-alt, .hover-blue-alt:hover, .label-blue-alt {
    color: #fff;
    background: #65a6ff;
    border-color: #5388d1;
}


.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.hover-green:hover {
    color: #fff;
    border-color: #29b765;
    background: #2ecc71;
}

.hover-orange:hover {
    color: #fff;
    border-color: #d67520;
    background: #e67e22;
}

.hover-azure:hover {
    color: #fff;
    background: #41e5c0;
    border-color: #3acead;
}

.btn-purple
{
    color: #fff;
    background: #8134eb;
    border-color: #752fd6;
    }



.btn-purple:hover, .btn-purple:active, .btn-purple.hover {
    background-color: #00acd6;
}

.btn-purple:hover {
    color: #000;
    background-color: #673AB7;
    border-color: #0d031f;
}

.btn-azure
{
    color: #fff;
    background: #41e5c0;
    border-color: #1fb593;
    }



.btn-azure:hover, .btn-azure:active, .btn-azure.hover {
    background-color: #27d1ab;
}

.btn-azure:hover {
    color: #000;
    background-color: #27d1ab;
    border-color: #00271e;
}

.btn-yellow
{
    color: #fff;
    background: #fc0;
    border-color: #deb200;
    }

    

.btn-yellow:hover, .btn-yellow:active, .btn-yellow.hover {
    background-color: #e1b400;
}

.btn-yellow:hover {
    color: #000;
    background: #e1b400;
    border-color: #c59e00;
}

.mandi-name
{
      font-size: 14px;
    text-transform: uppercase;
    line-height: 86px;
    float: right;
    background-color: #c76060;
    width: 400PX;
    text-align: center;
    color: #e0ccb3;
    padding: 18px;
}

.mandi-name-new
{
    font-size: 14px;
    text-transform: uppercase;
    /*line-height: 86px;*/
    float: right;
    background-color: #c76060;
    width: 400PX;
    text-align: center;
    color: #e0ccb3;
    padding: 15px;
}