/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 65px; /* Changed by Aidyl 18/12/2014 */
}


.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    /*padding: 20px;*/ 
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
 

}
.table-wrapper
{
    background: #DDF5DA;
    padding: 10px 11px;
    border-radius: 10px;
}
.table-tap
{
border: 1px solid #ddd;
    padding: 0 15px 15px;
    display: table;
    width: 100%;
}
.forml label
{
    font-size: 17px;
    line-height: 33px;
    font-weight: 300;
    font-family: helvetica;
}
.forml
{
    padding-bottom: 0px;
}
.forml label sup
{color:red;}
.pdng-sm0-Xs15
{padding-right: 0;}
.pdngr
{
padding-left:0 !important;
}
@media(max-width:768px)
{
.pdng-sm0-Xs15
{padding-right: 15px;}
    .pdngr
{
padding-left:15px!important;
}
}
.table-tap .tab-content {
    margin-top: 15px;
}
.table-tap .nav-tabs {
    border: 1px solid #A5E1AC;
    background: #DDF5DA;
    padding: 4px 7px 0px;
    margin: 3px -12px;
    border-radius: 8px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color:#333;
    border: 1px solid #A5E1AC;
    border-bottom-color: transparent;
}
.ritt label {
    font-size: 16px;
}
.ritt input {
    height: 26px;
    width: 20px;
}

.table-tap .nav-tabs>li:nth-child(1) {
    margin-left: 19px;
}
.table-tap .nav-tabs>li>a {
  
    line-height: 12px;
    color: #35904D;
  
}
.table-tap .nav-tabs>li:hover,.table-tap .nav-tabs>li a:hover,.table-tap .nav-tabs>li.active:hover,.table-tap .nav-tabs>li.active a:hover
{
border-bottom-color: transparent !important;
}
.table-tap  .nav-tabs>li>a:hover {
    border-color: #CCC8C8 #CCC8C8 #CCC8C8;
}
.table-tap .nav>li>a:hover,.table-tap .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
}
.table-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 46px 0 14px;
    border-radius: 4px;
}
.table-wrapper .btnnn,.btnnn,.table-wrapper .btnnn:hover,.btnnn:hover
{
   padding: 4px 9px;
   /*background: #35904D;
    border: 1px solid #35904D;*/
   line-height: 21px;
}
.nav.custom>li>a:hover, .nav.custom>li>a:focus,.nav.custom>li.active>a {
    text-decoration: none;
/*      background-image: url(../Images/li-bg.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    background: #0F3949;
     color: #fff;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
  
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* Added by Aidyl 18/12/2014 */

.navbar-inverse {
    min-height: 65px;
    border-color: #0ea5de;
    background: #0c3646;
    background: -moz-linear-gradient(left, #ffffff 0%, #2e5d8a 50%, #022140 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#2e5d8a), color-stop(100%,#022140));
    background: -webkit-linear-gradient(left, #ffffff 0%,#2e5d8a 28%,#022140 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#2e5d8a 50%,#022140 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#2e5d8a 50%,#022140 100%);
    background: linear-gradient(to right, #ffffff 0%,#2e5d8a 50%,#022140 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#022140',GradientType=1 );
}
.navbar-inverse .navbar-brand {
	color: #ffffff;
}
.navbar-inverse .navbar-brand img {
	width: 200px;
}
.navbar-inverse .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #9bdff9;
}
.navbar-inverse .navbar-text {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #9bdff9;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #9bdff9;
	background-color: #0ea5de;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #9bdff9;
	background-color: #0ea5de;
}
.navbar-inverse .navbar-toggle {
	border-color: #0ea5de;
    margin-top: 14px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #0ea5de;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
    margin-top: 2px;
    margin-right: 0;
    float: none;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #ffffff;
}
.navbar-inverse .navbar-link {
	color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
	color: #9bdff9;
}

.navbar-nav > li > a {
    padding-top: 20px;
}

.navbar-inverse .navbar-header {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #9bdff9;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #9bdff9;
		background-color: #0ea5de;
	}
}

/* Increase width of datepicker widget (it was overflowing) */
#ui-datepicker-div { width: 21em; }

.table-responsive {
    overflow-x: hidden;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

.sorting, .sorting_asc, .sorting_desc {
    cursor: pointer;
}

.legend-blocked {
    color: #aaaaaa;
    background-color: #FFFFFF;
    border-color: #000000;
}

.legend-open {
    color: #aaaaaa;
    background-color: #DFF0D8;
    border-color: #000000;
}

.legend-booked {
    color: #aaaaaa;
    background-color: #F2DEDE;
    border-color: #000000;
}

.legend-booked-curr {
    color: #aaaaaa;
    background-color: #D9EDF7;
    border-color: #000000;
}

.legend-booked-other {
    color: #aaaaaa;
    background-color: #FCF8E3;
    border-color: #000000;
}

.float-right {
    float: right;
}

ul {
    padding-left: 0px !important;
}

.col-custom {
    margin-top: 2px;
    margin-left: 10px;
    width: 80% !important;
}

#divDate {
    margin-bottom: 0px !important;
}


.custom-size .colorpicker-saturation {
    width: 250px;
    height: 250px;
}

.custom-size .colorpicker-hue,
.custom-size .colorpicker-alpha {
    width: 40px;
    height: 250px;
}

.custom-size .colorpicker-color,
.custom-size .colorpicker-color div {
    height: 40px;
}

/* END 18/12/2014 */

.required{ color: #f00;}
.validation-summary-errors > ul >li{ color: #faa;}

/*================poputp grid=========*/
.modal  input[type="checkbox"] {
    margin-right: 5px;
    border-color: rgba(255, 255, 255, 0);
    outline: 0;
    box-shadow: none !important;
    height: 19px;
}
.modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #DDF5DA;
    /*border-radius: 15px;*/
    /*width: 99%;*/
    /*margin-left: 4px;
    margin-top: 7px;*/
    margin: 7px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 19px;
}
.modal .modal-header .modal-title {
    margin: 0;
    line-height: 1;
    font-size: inherit;
}
.modal button.close {
    border: 1px solid #BCB8B8;
    opacity: 1;
    width: 22px;
    border-radius: 3px;
    background: rgb(238, 240, 237);
}
.modal h3
{
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 26px;
}
.modal .modal-content
{
    /*width: 120%;*/
    width: 100%;
    display: table;
  
    /*margin-left: -20px;*/
}
@media (max-width:768px)
    
{
.modal .modal-content
{
width:100%;
margin-left:0;
}
}
.modal  input[type="checkbox"]:focus
{
    border-color: rgba(255, 255, 255, 0);
    outline: 0;
    box-shadow: none !important;
}

.slider-border-r{
    border-radius:6px;
}

.progress-bar {
    width: 100%;
    height: 8%;
    position: fixed;
    background: #012445;
    padding: 10px 0;
    color: #fff;
    bottom: 0;
    display: block;
}


.slider-wrapper {
    padding: 0 15px;
}
.slider-wrapper .sliderrange
{
    margin-top: 17px;
}

    .slider-wrapper .sliderrange .ui-widget-content {
        height: 12px;
        width: 50%;
        margin-left: 9px;
        cursor: pointer;
        border-radius: 6px;
        border: 1px solid #999;
        box-shadow: inset -2px 1px 3px 2px #ffffff80;
    }

    .slider-wrapper .sliderrange .ui-widget-contentrev {
      
        height: 12px;
        width: 50%;
        margin-left: 9px;
        cursor: pointer;
        border-radius: 6px;
        box-shadow: inset -2px 1px 3px 2px #ffffff80;
    }
    .slider-wrapper .sliderrange .ui-slider .ui-slider-handle {
        width: 23px;
        height: 23px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background-color: #cbcfd5;
        background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
        border-radius: 30px;
        position: absolute;
        z-index: 0;
        outline: 0;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
        margin-top: 0px;
        cursor: pointer;
    }
        .slider-wrapper .sliderrange .ui-slider .ui-slider-handle.state_hover,
        .slider-wrapper .sliderrange .ui-slider .ui-slider-handle:hover {
            border-color: rgba(0, 0, 0, 0.45);
            background-color: #939ba7;
            background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
        }


    .slider-wrapper .levels {
        text-align: center;
    }
.slider-wrapper input[type="checkbox"] {
  height: 17px;
  width: 20px;
  margin-top: 45px;
  margin-bottom: 0;
}

    .slider-wrapper .requrederror{
        color: #fff;
        position: absolute;
        left: -59px;
        margin-top: -43px;
        z-index: 22222;
        background: #c51225;
        width: 89px;
        text-align: center;
        height: 22px;
        border-radius: 3px;
    }
.slider-wrapper .requrederror:after
{
            content: "";
            position: absolute;
             border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c51225;
            right: -9px;
            margin-top: 1px;

}
.slider-wrapper  .commenttext
{
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        border: 1px solid #ddd;
        padding: 5px 10px;
        text-shadow: none;
        outline: none;
}
    .slider-wrapper .dntnw {
    }
.slider-wrapper p
{margin-bottom: 0;}
.slider-wrapper .btngrid
{}
.tfootbtn
{/* margin-top: 20px; */}


.padding-zero {
    padding: 0% !important;
}

.margin-zero {
    margin: 0% !important;
}


