/*import the google fonts that you want to use*/
/*@import url(http://fonts.googleapis.com/css?family=Aclonica);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);*/
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);

/*end import*/


@import url(normalize.css);

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #555;
    outline: none !important;
}

html{
    height: 100%;
    overflow-y: scroll !important;
}

select{outline: none;}
input, input[type='text'], textarea, select{background: #fafafa;}
label{ color: #575353; font-weight: bold;}

body {/*font-size: 1em; line-height: 1.4;*/}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
    background: #e0faf2;
    text-shadow: none;
}

::selection {
    background: #e0faf2;
    text-shadow: none;
}*/

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
a, a:active, a:focus, a:visited{outline: none; }
a{color: #0BAD6D; outline: none;}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    margin: 0;
    padding: 0px 0px 20px 0px;
    /*background: #E6E6E6;*/
    /*background: #F8F7F7;*/
    color: #575353;
    /*font-family: 'Istok Web', sans-serif;*/
    font-family: Arial;
    background: url(../img/backgrounds/brushed_alu.png);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

h1, h2, h3{
    font-family: 'Helvetica Neue', Helvetica, Arial sans-serif;
}

/*textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-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 linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}*/
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{
    border-color:rgba(105, 192, 167, 0.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6);
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*@media (min-width: 1200px)*/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
    width: 1080px;
}

#site-wrapper{width: 85%; padding: 20px; margin: 0px auto 20px; background: #fff; border-radius:  5px 5px 5px 5px; box-shadow: 0px 0px 5px 1px #ddd; min-height: 380px;}
#menu{margin: 0px 0px 20px 0px;}
.filters{width: 87%; /*padding: 20px;*/ margin: 0px auto 20px;}
.filters .fleft{margin: 0px 20px 0px 0px;}

.login-wrapper{padding: 20px; background: #fff; border-radius:  5px 5px 5px 5px; box-shadow: 0px 0px 5px 1px #ddd; width: 370px; text-align: left; margin: 0 auto;}
table .login-wrapper .btn{font-size: 14px; padding: 4px 14px;}

.navbar-inner{padding-left: 6%; padding-right: 6%; text-align: center;}
.navbar{margin: 0;}
.navbar .nav{/*float: none;*/}
.navbar .nav > li{/*float: none; display: inline-block;*/}
.navbar .nav > li > a{/*padding: 10px 20px; margin: 0px 10px;*/}

/**Calendar Css**/
/* #calendar{width: 80%; margin: 40px auto;} */
#calendar .ui-state-highlight{position: static; background: #CAF0E4 !important;/*#DFF7E4;*//*#b8e2fc;*/ font-size: 12px; border-radius: 0px;}
#calendar .fc-view-agendaDay .ui-state-highlight{background: #fff !important;}
#calendar .fc-event-skin{border-color: #3FC097;/*#DDE6FB*/ background-color: #3FC097;/*#3b7fc5;*/ line-height: 18px;}
#calendar .fc-view-month .fc-event-skin{margin-top: 1px;}
#calendar .ui-state-active{
    /* color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
    /*color: #ffffff;
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#76d2b6;
    background-image:-moz-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#76d2b6), to(#69C0A7));
    background-image:-webkit-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:-o-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:linear-gradient(to bottom, #76d2b6, #69C0A7);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76d2b6', endColorstr='#ff69C0A7', GradientType=0);
    border-color:#276d2b6;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#76d2b6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#calendar .ui-state-active:hover{color:#ffffff;background-color:#69C0A7;*background-color:#69C0A7;}
#calendar .fc-grid .fc-day-number{font-size: 11px;}
#calendar .fc-content{margin: 20px 0px 0px 0px;}
#calendar .fc-header-title h2{line-height: 25px;}
#calendar .fc-past-date{background: #f8f8f8;}
#calendar .fc-cell, .fc-agenda-days tbody tr td, #calendar .fc-view-agendaDay .ui-state-highlight{
    min-height: 80px !important;
    /* background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); */
}

#calendar .ui-state-highlight .fc-cell{
    /*background: #76D2B6;*/
    /*background-color: #b8e2fc;
    background-repeat: no-repeat;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ddf0fb), to(#b8e2fc));
    background-image: -moz-linear-gradient(top, #ddf0fb, #b8e2fc);
    background-image: -ms-linear-gradient(top, #ddf0fb, #b8e2fc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddf0fb), color-stop(100%, #b8e2fc));
    background-image: -webkit-linear-gradient(top, #ddf0fb, #b8e2fc);
    background-image: -o-linear-gradient(top, #ddf0fb, #b8e2fc);
    background-image: linear-gradient(top, #ddf0fb, #b8e2fc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf0fb', endColorstr='#b8e2fc', GradientType=0);*/
}
#calendar .fc-border-separate thead tr.fc-last th{
    height: 30px;
    vertical-align: middle;
    font-weight: normal;
    overflow: visible;
    color: #777777;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    /* color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false); */
}

#calendar .fc-agenda-slots tbody tr th, .fc-agenda-allday tbody tr th{
    color: #404040;
    /*background-color: #edecec;*/
}
#calendar .fc-grid .fc-event-time{margin: 0px 5px 0px 0px;}
#calendar .fc-cell-overlay{background: #e0faf2;}
#calendar /*.fc-view-month*/ .fc-event-inner{white-space: nowrap; overflow: hidden;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76d2b6', endColorstr='#69C0A7', GradientType=0);
}

/**Useful**/
.iblock{display: inline-block;}
.vamiddle{vertical-align: middle;}
.nowrap{white-space: nowrap;}
.acenter{text-align: center !important;}
.aright, table td.aright{text-align: right;}
.aleft{text-align: left;}
.bold{font-weight: bold;}
.blue{color:  #0BAD6D;}
.nomargin{margin: 0 !important;}
.pointer{cursor: pointer;}
.cursor-default{cursor: default;}
.fleft{float: left !important;}
.error{border: 1px solid #f00 !important;}
.clear{clear: both;}
.p-err{color: #f00; font-size: 11px;}
.print{display: none; visibility: hidden;}
.print-btn, .print-btn:hover, .dwn-btn, .dwn-btn:hover{cursor: pointer; color: #575353; text-decoration: none; display: inline-block; margin-left: 10px;}
.print-btn:hover, .dwn-btn:hover{color: #0BAD6D;}

#site-form, #pay-form, #pay-form input{margin: 0;}
.form-line{margin: 5px 0px;}

.ui-widget-header, .ui-widget-content{border: 1px solid #ddd;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{text-shadow: none;}
/**Content Css**/
#container{/* width: 80%; margin: 30px auto 20px; */}
#content{/*padding: 6px; border: 1px solid #cecece; box-shadow: 0px 0px 2px #cecece;*/ margin: 0px; min-height: 300px;}
#content .navbar .nav{float: none;}
#content .navbar .nav > li{float: none; display: inline-block;}
#content .navbar .nav > li > a{padding: 10px 20px; margin: 0px 10px;}

.page{/* padding: 0 1% 1%; */}

.site-form{/* text-align: center; */}
/*.site-form .form-content{display: inline-block;}*/
.site-form label{text-align: left;}

.top-search{text-align: right;}

table .btn{padding: 0px 5px; font-size: 11px;}
table .btn-cal{padding: 1px 5px; font-size: 23px;}
table a, table a:hover{color: #555;}
table th a{display: block; vertical-align: middle; cursor: pointer;}
table.table-noborder td{border-top: 0 none; padding: 8px 4px; vertical-align: middle;}
.table th, .table td{padding: 4px;}
.table th a, .table th a:link{color: #777 !important;/* color: #fff !important; */ text-decoration: none;}
.table th a span, .table td a span{color: #333; display: inline-block; vertical-align: middle;}
#editable input{margin: 0; border: 0 none; box-shadow: none; /*padding: 0px 2px;*/ padding: 0px 0px; color: #333; width: 100%; height: 100%; outline: none; }
#editable .price input{width: 80%;}
#editable span{display: inline-block;}
#editable select{margin-bottom: 0; padding: 0px; border: 0 none; height: 21px; line-height: 21px; width: auto;}
#editable td{vertical-align: middle;}
.table-striped tbody tr input{background: #eee;}
.table-striped tbody tr:nth-child(odd) input, .table-striped tbody tr:nth-child(odd) select{background: #f9f9f9;}
.table-striped tbody tr:nth-child(even) input, .table-striped tbody tr:nth-child(even) select{background: #fff;/* background: #eee; */}

table.inverse-header th{
    vertical-align: middle;
    font-weight: normal;
    font-size: inherit;
    color: #ffffff;
    border-bottom: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false); */
    overflow: visible;
    color: #777777;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.navbar-info .navbar-inner{
    color: #ffffff;
    background-color: #76d2b6;/*#49afcd;*/
    *background-color: #2f96b4;
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    /*background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);*/
    background-image: -webkit-linear-gradient(top, #76d2b6, #6fc9af);
    background-image: -o-linear-gradient(top, #76d2b6, #6fc9af);
    background-image: linear-gradient(to bottom, #76d2b6, #6fc9af);
    background-image: -moz-linear-gradient(top, #76d2b6, #6fc9af);
    background-repeat: repeat-x;
    /*border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    border: none;
    border-bottom: 1px solid rgba(90, 166, 144, 0.69);
    border-radius: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff76d2b6', endColorstr='#ff6fc9af', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar-info .btn-navbar:hover, .navbar-info .btn-navbar:active, .navbar-info .btn-navbar.active, .navbar-info .btn-navbar.disabled, .navbar-info .btn-navbar[disabled] {background-color: #69C0A7;}

.navbar-info .nav > li > a{color: #fff; text-shadow: none;}
.navbar-info .nav > .active > a, .navbar-info .nav > .active > a:hover, .navbar-info .nav > .active > a:focus{background-color: #3fc097;/*#2F96B4;*/ color: #F1F0F0;/*#ddd;*/}
.navbar-info .nav > li > a:focus, .navbar-info .nav > li > a:hover {color: #575353; /*#ddd;*/}
.navbar-info .brand{font-weight: bold; margin-left: 0px;}

.form-search .input-append .btn{border-radius: 0px 3px 3px 0px;}
.form-search .input-append .search-query{border-radius:  3px 0px 0px 3px;}

div.pGroup{float: left; background: none; height: 26px; margin: 0px 5px;}
.pDiv2 div.pGroup .btn{padding: 4px 2px;}
div.pGroup .btn{/*padding: 4px 2px;*/ padding: 2px;}
input#crud_page{height: 14px; text-align: center; width: 25px; margin-bottom: 0px; }
.pcontrol{position: relative; top: 2px; overflow: visible; font-size: 11.5px; color: #575353;}

.navbar-info .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{background-color: #3fc097;/*#2F96B4;*/ color: #fff;/*#575353*/ -webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125); -moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);}
.navbar-info .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #fff; border-bottom-color: #fff;}
.navbar-info .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-info .nav li.dropdown.open:hover > .dropdown-toggle .caret, .navbar-info .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-info .nav li.dropdown.active:hover > .dropdown-toggle .caret, .navbar-info .nav li.dropdown.open.active > .dropdown-toggle .caret {border-top-color: #fff; border-bottom-color: #fff;}
.navbar-info .nav li.dropdown:hover > .dropdown-toggle .caret{border-top-color: #575353; border-bottom-color: #575353;}
.tab-content{/*float: left; overflow: visible;*/}
.tooltip-inner{text-align: left; line-height: 18px; font-size: 13px; /*font-family: 'Istok Web', sans-serif;*/ font-family: Arial; -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2); background: #fff; color: #555; border: 1px solid rgba(0, 0, 0, 0.2);}
.tooltip.top .tooltip-arrow{bottom: 1px; border-top-color: #fff;}

.btn, .btn:focus{putline: none;}
.navbar .btn-info, .btn-info{/*65B69F*/
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#76d2b6;
    background-image:-moz-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#76d2b6), to(#69C0A7));
    background-image:-webkit-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:-o-linear-gradient(top, #76d2b6, #69C0A7);
    background-image:linear-gradient(to bottom, #76d2b6, #69C0A7);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76d2b6', endColorstr='#ff69C0A7', GradientType=0);
    border-color:#276d2b6;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#76d2b6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#69C0A7;*background-color:#69C0A7;}
.btn-info:active,.btn-info.active{background-color:#24748c \9;}

.change-pass{width: 30%; margin-left: auto; margin-right: auto; padding: 0px 0px 0px 10px;}
.change-pass input{display: block; margin-bottom: 15px; width: 270px;}

.nav-tabs > li > a{line-height: 19px;}
.navbar .nav > li > .dropdown-menu:after{top: -5px;}
.nav-tabs a{color: #0BAD6D;}
.nav-tabs a:hover{color: #0A8655;}

.pagination ul > li > a, .pagination ul > li > span{line-height: 24px;}

.tab-menu > li{margin-right: 10px;}
.tab-menu > li > a{background: #eee; color: #555;}
.tab-menu > li > a:hover{color: #ffffff; background-color: #0088cc;}

#cboxLoadedContent{border: 1px solid #000; border-radius: 4px;}
#cboxClose{/*top: 1px; right: 1px;*/}

.popup-form{margin: 10px 0px;}
.popup-form textarea{resize: none; height: 100px;}
.popup-form label{font-weight: bold; font-size: 15px;}
.pop-close{font-size: 18px !important; position: absolute; top: 5px; right: 5px; font-weight: bold;}

.fc-icon{margin: 0px 3px 0px 3px; float: left;}
.ic-calendar .fc-icon:before{content: "\f073"; font-family: FontAwesome; font-size: 14px;}
.ic-money .fc-icon:before{/*content: "\f0d6";*/content: "\f09d"; font-family: FontAwesome; font-size: 13px;}

/*.modal{width: auto; min-width: 300px; max-width: 560px;}*/
.modal h3 .label{font-size: 16px; padding: 4px 7px;}

.notif-checkbox{margin: 0px 0px 10px 0px;}
.notification input, .notification select{margin-bottom: 0;}
.notification .btn{font-size: 11px; line-height: 14px; padding: 4px 9px;}
.notification .nmargins{margin: 0px 40px 0px 10px;}

.xray{margin: 20px 0px; text-align: right;}
.float-content .tab-content{overflow: visible; float: left; width: 80%;/*width: 885px;*/}
#antecedents{height: 100px;}
.icon-red{color: #f00;}

.modal{border-radius: 12px;}
.modal-header.info {background-color: #3A87AD; border-radius: 6px 6px 0 0;}
.modal-footer{min-height: 20px;}

.dropdown-menu li a {text-align: left;}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background: #76d2b6;
    background-image: -webkit-linear-gradient(top, #76d2b6, #6fc9af);
    background-image: -o-linear-gradient(top, #76d2b6, #6fc9af);
    background-image: linear-gradient(to bottom, #76d2b6, #6fc9af);
    background-image: -moz-linear-gradient(top, #76d2b6, #6fc9af);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff76d2b6', endColorstr='#ff6fc9af', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.thumbnail:hover{border-color: rgba(105, 192, 167, 0.8); -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6); -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6); box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 210, 182, 0.6);}

.main-content .flexigrid div.mDiv{display: none !important;}
.main-content .crop-anchor{display: none !important;}

.required{color: #f00;}
.form-input-box{float: none !important;}
.form-display-as-box{color:#575353; font-weight: bold; padding: 7px 0px 5px !important; float: none !important;}
/*.flexigrid div.form-div input[type="text"], .flexigrid div.form-div input[type="password"]{width: 100% !important;}*/
/*.flexigrid div.pDiv{padding-left: 0 !important; text-align: center;}
.flexigrid div.form-button-box{float: none !important;}*/

.notification{border-top: 1px solid #ddd; padding: 20px 0px; width: 485px;}
.notification form{margin: 0px;}
.noborder{border: 0 none;}
.actions{text-align: right !important;}

.btn-link{text-decoration: none !important;}
.btn-pop{/*width: 115px;*/ width: 120px;}
.notification-table{width: 55%;}
.notification-table .pDiv2{/*display: none;*/}

#mmodal table td{vertical-align: top;}
#mmodal textarea{resize: none;}
.err-msg{font-size: 12px; color: #f00;}

a.delete-anchor{color: #fff !important;}
table th a.up{background: url('../img/up.png') center right no-repeat;}
table th a.down{background: url('../img/dn.png') center right no-repeat;}
table td.exact-width{width: 1%; white-space: nowrap;}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #76d2b6;
    background-color: #76d2b6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#6fc9af), to(#76d2b6));
    background-image: -moz-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -ms-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fc9af), color-stop(100%, #76d2b6));
    background-image: -webkit-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -o-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: linear-gradient(top, #6fc9af, #76d2b6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc9af', endColorstr='#76d2b6', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #76d2b6 #76d2b6 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  color: #ffffff;
  background: #76d2b6;
  background-color: #76d2b6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6fc9af), to(#76d2b6));
  background-image: -moz-linear-gradient(top, #6fc9af, #76d2b6);
  background-image: -ms-linear-gradient(top, #6fc9af, #76d2b6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fc9af), color-stop(100%, #76d2b6));
  background-image: -webkit-linear-gradient(top, #6fc9af, #76d2b6);
  background-image: -o-linear-gradient(top, #6fc9af, #76d2b6);
  background-image: linear-gradient(top, #6fc9af, #76d2b6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc9af', endColorstr='#76d2b6', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #76d2b6 #76d2b6 #003f81;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
}

.btn-link{color: #0BAD6D;}
.btn-link:hover{color: #0A8655;}
.btn-add{padding: 4px 5px 0px; font-size: 13px; margin-bottom: 9px;}

.small-modal{/*width: 320px;*/width: 325px; margin-left: -160px;}
.small-modal .modal-body{width: 250px; margin: auto}
.small-modal textarea{resize: none;}
/*.ui-autocomplete{overflow: hidden;}*/
.input-xsmall{width: 31px;}
.ui-menu{margin-bottom: 0;}

.modal-header{border-radius: 7px 7px 0px 0px;}
.modal-header.success{
    color: #fff;
    background: #76d2b6;
    background-color: #76d2b6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#6fc9af), to(#76d2b6));
    background-image: -moz-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -ms-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fc9af), color-stop(100%, #76d2b6));
    background-image: -webkit-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: -o-linear-gradient(top, #6fc9af, #76d2b6);
    background-image: linear-gradient(top, #6fc9af, #76d2b6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc9af', endColorstr='#76d2b6', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(90, 166, 144, 0.69);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{background-color: #fafafa;  }
.doc-filter{float: left; margin: 4px 5px 0px 0px; font-weight: bold;}

/*  BOOTSTRAP NOTIFICATIONS WITH JAVASCRIPT */
.notifications {
  position: fixed;
  z-index: 9999999;
}

/* Positioning */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  z-index: 9999;
  margin: 5px 0px;
}

.alert-bangTidy {
  box-sizing: border-box;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.80);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.88) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.80)), color-stop(100%,rgba(0, 0, 0, 0.88)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.80) 0%,rgba(0, 0, 0, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.80)', endColorstr='rgba(0, 0, 0, 0.88)',GradientType=0 );
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), inset 0 0 0 1px rgba(255,255,255,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: white;
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
}


/*  END OF BOOTSTRAP NOTIFICATIONS WITH JAVASCRIPT  */


    /* CUSTOM UPDIVISION ALERTS */


.alerts {
  margin: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message a.close {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

/* END OF CUSTOM UPDIVISION ALERTS */

/* SVG Dinti */

#add_selection {
    position: absolute;
    right: 10px;
    top: 10px;
}

button.color-btn:hover {
    padding: 1px 7px;
    border-width: 3px;
}
button.color-btn.on {
    padding: 1px 7px;
    border-width: 3px;
    border-color: #222;
}

.chair-col0{background: #3FC097;}
.ic-chair1 .fc-chair, .chair-col1{background: #ddd;}
.ic-chair2 .fc-chair, .chair-col2{background: #666;}
.ic-chair3 .fc-chair, .chair-col3{background: #ccc;}
.ic-chair4 .fc-chair, .chair-col4{background: #e7e4d3;}
.ic-chair5 .fc-chair, .chair-col5{background: #626262;}
.ic-chair6 .fc-chair, .chair-col6{background: #f1efe2;}

.ic-chair7 .fc-chair, .chair-col7{background: #a6a1a1;}

.ic-chair1 .fc-chair, .ic-chair2 .fc-chair, .ic-chair3 .fc-chair, .ic-chair4 .fc-chair, .ic-chair5 .fc-chair, .ic-chair6 .fc-chair, .ic-chair7 .fc-chair{width: 12px; height: 12px; float: left; margin: 3px 2px 0px; border-radius: 3px;}

.vip{margin: 15px 0px 0px 0px; display: block;}
.quant, .quant:hover{text-decoration: none; cursor: pointer; color: #575353;}

#inc{float: left; padding: 3px 0px 0px 5px; line-height: 5px;}
#dec{float: left; margin: 12px 0px 0px -8px; line-height: 5px;}

.pat-btns{float: left; margin: 1px;}
.pat-btns .btn{min-width: 60px;}
#logo{margin: 4px 5px 0px 2px;}
.dropdown-hide .select2-search{display: none;}
#pbalance .table-bordered{border-bottom: 0;}
.balance-td{border-bottom: 1px solid #ddd; border-radius: 0px 0px 4px 0px; padding: 4px 10px;}
a.xray_link {
    display: block;
    background: #FFF;
    float: left;
    width: 18px;
    height: 16px;
    padding: 4px;
    margin: 5px 0 0 5px;
    border: 1px solid #ddd;
    text-align: center;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    color: #888;
}

a.xray_link:hover {
    border: 1px solid #bbb;
    text-decoration: none;
    color: #555;
}
.antecedents label{display: inline-block; margin-bottom: 0px; vertical-align: middle; /*width: 95%;*/ width: 90%;}
.antecedents label a{font-size: 12px; text-decoration: none;}
.antecedents input[type='checkbox']{margin: 0px 3px 0px 0px; vertical-align: middle;}
.print-payh{float: left; margin: 7px 0px 0px 5px !important;}

table.valign td{vertical-align: middle;}
table .cal-delete{font-size: 13px; line-height: 24px; padding: 0px 10px;}
table .cal-delete .caret{margin-top: 11px;}
table .del-opt{cursor: pointer;}
table .dropdown > .dropdown-menu:before{content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px;}
table .dropdown > .dropdown-menu:after {border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px;}
table span.dropdown{display: inline-block;}
table .dropdown-menu{top: 26px;}

@media (max-width: 1024px) {
    .navbar .nav>li>a{padding: 10px 7px 10px; font-size: 13px;}
    .form-content input[type='text'], .form-content select{width: 230px;}
    .antecedents label {width: 87%;}
}