@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/PTS75F-webfont.eot');
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS75F-webfont.woff') format('woff'),
        url('../fonts/PTS75F-webfont.ttf') format('truetype'),
        url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansnormal';
    src: url('../fonts/PTS56F-webfont.eot');
    src: url('../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS56F-webfont.woff') format('woff'),
        url('../fonts/PTS56F-webfont.ttf') format('truetype'),
        url('../fonts/PTS56F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.media .fa-refresh {
    display: inline;
    color:yellowgreen;
}
.media .fa-remove {
    display: inline;
    color:yellowgreen;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTS55F-webfont.woff') format('woff'),
        url('../fonts/PTS55F-webfont.ttf') format('truetype'),
        url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ios7-icon';
    src:
        url('../fonts/icons/icon.woff') format('woff'),
        url('../fonts/icons/icon.ttf') format('truetype'),
        url('../fonts/icons/icon.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: rgba(255,255,255,0.1);
}
::-moz-selection {
    background: rgba(255,255,255,0.1);
}

* {
    box-shadow: none;
    -ms-touch-action: manipulation; 
    touch-action: manipulation;    
}
input, select {
    border-radius:0 !important;
}

*:focus, *:active {
    outline: none !important;
}

html {
    overflow-x: hidden ;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
}
html {
    background:url('../img/bg.jpg') top left repeat-x;
    background-size: cover;
    background-attachment: fixed;
    position: static;
}

body {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 14px;
    background:none;
}


body, button, input, textarea, select, .btn {
    -webkit-font-smoothing: antialiased;
}

body, a, input , .help-block{
    color: #fff;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'pt_sansregular', sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    margin-top: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
    color: rgba(255,255,255,0.5);
}
a {
    cursor:pointer;
}
a:hover, a:focus {
    color: #FFD600;
    text-decoration: none;
    cursor:pointer;
}

a.underline {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

a.underline:hover, a.underline:focus {
    border-color: #FFD600;
}

small {
    color: #fff;
}

img {
    max-width: 100%;
}

/* --------------------------------------------------------
    Template Settings
-----------------------------------------------------------*/
#settings {
    position: fixed;
    right: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.88);
    padding: 7px 8px;
    top: 120px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
    font-family: pt_sansregular;
    border-radius: 5px 0px 0px 5px !important;
    line-height: 20px;
    width: 34px;
    white-space: nowrap;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    transition: width 300ms;
}

#settings i {
    font-size: 21px;
    float: left;
    margin-right: 10px;
}

#settings:hover {
    background: #fff;
    width: 130px;
}

.template-skins [class*="col-"] img {
    border: 3px solid rgba(0,0,0,0.5);
}

.template-skins [class*="col-"] img:hover {
    opacity: 0.8;
}

.template-skins [class*="col-"] {
    margin-bottom: 10px;    
}

/* --------------------------------------------------------
    Bootstrap Overrides
-----------------------------------------------------------*/

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm {
    padding-left: 7px;
    padding-right: 7px;
}

.col-sm {
    float: left;
}

.dropdown-backdrop { display: none !important; }


/* --------------------------------------------------------
    Blockquote
-----------------------------------------------------------*/
blockquote {
    padding: 0px 14px;
    border-left: 3px solid rgba(255, 255, 255, 0.51);
}

blockquote p {
    font-size: 15.5px;
}

blockquote small {
    color: #eee;
}



/* Header */
#header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    min-height: 50px;
    position: relative;
    padding-right: 7px;
}

#header, #header > .media-body, #header #top-menu {
    overflow: visible;
} 
.organization {
    background: #333 none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    box-shadow: 0 0 6px #000 inset;
    margin: 5px;
    padding: 3px 8px;
}
/* Logo */
.logo {
    width: 233px;
    height: 50px;
    text-align: center;
    padding: 14px 0 12px 40px;
    font-size: 16px;
    margin-right: 9px !important;
    background: rgba(0, 0, 0, 0.23);
}


/* Sidebar */
#sidebar {
    background: rgba(0,0,0,0.4);
    height: 100%;
    width:100%;
    padding: 5px;
}

#sidebar .side-menu  {
    margin: 0;
}
#sidebar .iconBtns a {
    margin: 3px 1px;
}
.menu-toggled .side-menu {
    overflow: hidden;
}

.side-menu > li > a {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 12px;
    height: 42px;
    margin-bottom: -4px;
    text-align: center;
    opacity: 0.55;
}

.side-menu .menu-item {
    white-space: nowrap;
    background: rgba(0,0,0,0.95);
    z-index: 9;
    width: 188px;
    display: block;
    line-height: normal;
    text-align: left;
    -webkit-backface-visibility: hidden;
}

.side-menu span.menu-item {
    top: 0;
    padding: 13px 15px 13px 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-menu .dropdown span.menu-item {
    top: 0;
}

.side-menu ul.menu-item {
    top: 42px;
    padding: 5px 0 13px;

}

.side-menu ul li > a {
    padding: 4px 8px;
    float: left;
    width: 100%;
}

ul.menu-item a.active {
    color: #FFD600;
}

.side-widgets {
    width: 188px;
    float: left;
    position: relative;
}


/* HR */
hr {
    margin: 0;
    float: left;
    width: 100%;
}


.tile {
    position: relative;
    margin-bottom: 15px;
}

.tile-title {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 7px 10px 7px;
}

.tile-config {
    position: absolute;
    top: 0;
    height: 27px;
    right: 5px;
}

.tile-config > .tile-menu {
    width: 34px;
    height: 26px;
    display: inline-block;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icon/tile-actions.png);
}
.tile-config > .tile-menu:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    display: block;
    text-align:center;
}
.tile-config > a:hover {
    background-color: rgba(0,0,0,0.3);
}


/* Progress bar */
.progress {
    background-color: rgba(0,0,0,0.45);
    margin: 5px 0;
    height: 8px;
}

.progress-small {
    height: 4px;
}

.progress-alt {
    padding: 2px;
}

.progress-bar {
    box-shadow: none;
}

.progress-vertical {
    width: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.progress-vertical.small {
    width: 4px;
}

.progress-vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}


.progress-vertical .progress-bar {
    width: 100%;
}

/* Tooltips */
.tooltip {
    z-index: 10000;
}

.tooltip-inner {
    padding: 3px 8px 4px;
    font-size: 11px;
    font-family: 'pt_sansregular', sans-serif;
    text-transform: none;
}

/* Popover */
.popover {
    background: rgba(255,255,255,0.85);
    border: 0;
    color: #000;
}

.popover-title, .popover {
    font-family: 'pt_sansregular', sans-serif;
}

.popover.top .arrow:after {
    border-top-color: rgba(255,255,255,0.85); 
}

.popover.right .arrow:after {
    border-right-color: rgba(255,255,255,0.85); 
}

.popover.left .arrow:after {
    border-left-color: rgba(255,255,255,0.85); 
}

.popover.bottom .arrow:after {
    border-bottom-color: rgba(255,255,255,0.85); 
}

/* List View */
.listview-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
}

.list-mass-actions {
    margin: 1px 0 0 1px;
}

.list-mass-actions > li {
    padding: 0;
    width: 29px;
    text-align: center;
    opacity: 0.8;
}

.list-mass-actions > li > a {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    height: 26px;
}

.list-mass-actions > li:hover {
    background: rgba(0,0,0,0.15);
    opacity: 1;
}

.listview .media:not(.listview-header) {
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding: 10px 15px;
}

.listview .media:not(.listview-header):hover {
    background-color: rgba(0,0,0,0.07);
}

.listview .media .media-body {
    padding-top: 1px;
}

.listview .media:last-child {
    border-bottom: 0;    
}

.listview.narrow .media {
    padding: 5px 10px;
}

.list-options {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 100;
    height: 27px;
    margin-top: -14px;
    top: 50%;
    display: none;
}

.listview .media:hover .list-options {
    display: block;
}

.listview .counts {
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.56);
    color: #FFF;
    font-size: 23px;
    text-shadow: none;
}

.media.ui-sortable-placeholder {
    background: rgba(0,0,0,0.2) !important;
    visibility: visible !important;
}

.listview .media .attrs {
    padding: 4px 7px 5px;
    line-height: 100%;
    margin: 4px 5px 2px 0;
    font-size: 11px;
    float: left;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
}

.icon-list .media .icon{
    font-size: 17px;
    margin: -4px 7px 0 -3px;
    opacity: 0.6;
}

.list-title {
    width: 170px;
    margin-top: 1px;
}

.list-date {
    width: 50px;
    text-align: right;
}

/* Pagination */
.pagination {
    margin: 0; 
}

.pagination > li > a, .pagination > li > span {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    color:#fff;
    box-shadow: 0 0 2px #333;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background:none;
    border:1px solid;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: rgba(255,255,255,0.15);
}

.pagin-value {
    float: left;
    padding-top: 1px;
}
.pagination .pag-info span:hover {
    color:#fff;
    background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,0.1);
    cursor: default;
}

/* Tables */
.scrollTable
{
    overflow-x:auto;
    width:100%;

}
.table > thead > tr > th {
    font-weight: normal;
    padding: 5px 8px 6px;
    text-transform: uppercase;
    border-bottom: 0;
    vertical-align: middle;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-condensed > thead > tr > th {
    padding: 3px 5px 5px;
}
.table-condensed select:not([multiple]) {
    height:auto;
    padding:2px 10px;
    padding-right: 30px;
}
.table-condensed .radio, .table-condensed .checkbox, .table-condensed  .checkbox label {
    margin:0;
}

.table-bordered, .table-responsive {
    border: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background:none;
}


.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    border-bottom: 0;
    border-left: 0;
}

.table-bordered > tbody > tr > td:last-child,
.table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.table-hover > tbody > tr:hover {
    background:none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgba(0,0,0,0.1);
}
.table-striped 
{
    border-collapse: separate;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: rgba(128,128,128,0.1);
}

.table .fa-check {
    color: #59ad05;
    font-size: 1.3em;
    text-shadow: 0 0 2px #000;
}
.table .fa-remove {
    font-size: 1.3em;
    text-shadow: 0 0 2px #000;
    color: #CC1E1E;
}
.table .table {
    background-color: rgba(0,0,0,0.2);
}
.table .table th {
    color:#FFD600;
}
.schedulePanelRegular .table.table-condensed {
    border-collapse:separate;
}
.schedulePanelRegular .table.table-condensed tr > td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.4);

}
.schedulePanelRegular .table.table-condensed  td > span {
    opacity: 0.7;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top:1px solid rgba(255,255,255,0.3);
}
.table .su
{
    color:#ffcc00;
    font-weight: bold;
}
.table .sa
{
    color:#ff9933;
    font-weight: bold;

}
.table .sl
{
    color:#ffff00;
    font-weight: bold;
}
.table .sc
{
    color:#ff00ff;
    font-weight: bold;
    font-size: 18px;
}
.scrollTable .table.table-striped > tbody > tr > td.InConflictInactive, td.InConflictInactive
{
    background:rgba(120,10,10,0.7) !important;
    font-weight: bold;
}
.scrollTable .table.table-striped > tbody > tr > td.InConflictDuplicated, td.InConflictDuplicated
{
    background:rgba(170,20,20,0.7) !important;
    font-weight: bold;
}
.fixedTable .table.table-striped > tbody > tr > td.maiMic 
{
    background:rgba(66,78,87,0.7);
    font-weight: bold;
}
.fixedTable .table.table-condensed > tbody > tr > td.maiMare
{
    background:rgba(54,79,124,0.7);
    font-weight: bold;
}
.fixedTable .table.table-condensed > tbody > tr > td.egal
{
    font-weight: bold;
}
.fixedTable {
    background:rgba(0,0,0,0.7);
    position:fixed;
    bottom:0;
    width:100%;
    left:0;
    z-index: 2;
}
.fixedTable .table.table-condensed > tbody > tr > td {
    padding: 0;
}
.table .totalHorizontalHidden
{
    color:#ff99cc;
    font-weight: bold;
}
.table .totalHorizontalHiddenRed
{
    color:#ff0000;
    font-weight: bold;
}

.table .rowSelected {
    color:#F00;
    background: rgba(128,128,128,0.4);
    font-weight: bold;
}

/* Breadcrumb */
.breadcrumb {
    background: none;
    float: right;
    margin: 0;
    padding: 8px 15px;
    font-size: 11px;
}

.breadcrumb>.active {
    color: #FFD600;
}

/* Dropdown */
.dropdown-menu {
    border: 0;
    margin: 0;
    font-size: 12px;
    background: rgba(0,0,0,0.9);
}

.dropdown-menu:not(.animated) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.dropdown-menu, .elfinder-button-menu, .elfinder-contextmenu {
    background: rgba(255,255,255,0.85);
    margin-top: -1px;
    overflow: hidden;
    color: #000;
}

.dropdown-menu-alt {
    background: rgba(0, 0, 0, 0.68);
}


.dropdown-menu > li > a {
    color: #000;
    padding: 3px 13px;
    font-family: pt_sansregular;
}
.dropdown-menu.colors > li > a {
    font-family: 'FontAwesome';
    cursor: pointer;
}
.dropdown-menu.colors {
    min-width: 0;
}
.dropdown-menu-alt > li > a {
    color: rgba(255,255,255,0.8);
    text-shadow: none;
}


.dropdown-menu > li > a:hover, .elfinder-button-menu-item:hover, .elfinder-contextmenu .ui-state-hover {
    background: rgba(0, 0, 0, 0.14);
    color: #000;
}

.dropdown-menu-alt > li > a:hover, .profile-menu > li > a:hover {
    color: #fff;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-menu-alt .divider {
    background-color: rgba(255, 255, 255, 0.12);
}
.navbar-nav  .dropdown-menu > li {
    -moz-user-select: none;
    cursor: pointer;
    position: relative;
    border-bottom:1px dotted #ccc;
    border-bottom:1px dotted rgba(0,0,0,0.15);
}
.navbar-nav .dropdown-menu  {
    overflow:visible;
}
.navbar-nav .open .dropdown-menu .sub-menu {
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    border-top-left-radius: 0;
    box-shadow: none;
    display: none;
    left: 100%;
    margin-top: -1px;
    position: absolute;
    top: 0;
}
.navbar-nav .open .dropdown-menu .sub-menu.right {
    left:-100%;
    border-radius: 0;
}
.navbar-default .navbar-nav > li.username > a {
    color: #fff;
    font-size: 1em;
    padding: 0 5px;
}
.nav .username > a:hover {
    color:#FFD600;
}
.navbar.navbar-default {
    border-radius:0;

    background: #6d7073; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNzA3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzQwNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("../img/grid.png") repeat scroll 0 0%,-moz-linear-gradient(top,  #6d7073 0%, #3c4044 100%); /* FF3.6+ */
    background: url("../img/grid.png") repeat scroll 0 0%,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d7073), color-stop(100%,#3c4044)); /* Chrome,Safari4+ */
    background: url("../img/grid.png") repeat scroll 0 0%,-webkit-linear-gradient(top,  #6d7073 0%,#3c4044 100%); /* Chrome10+,Safari5.1+ */
    background: url("../img/grid.png") repeat scroll 0 0%,-o-linear-gradient(top,  #6d7073 0%,#3c4044 100%); /* Opera 11.10+ */
    background: url("../img/grid.png") repeat scroll 0 0%,-ms-linear-gradient(top,  #6d7073 0%,#3c4044 100%); /* IE10+ */
    background: url("../img/grid.png") repeat scroll 0 0%,linear-gradient(to bottom,  #6d7073 0%,#3c4044 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7073', endColorstr='#3c4044',GradientType=0 ); /* IE6-8 */

    color: #afafaf;
    box-shadow: 0 1px 10px black inset;
    min-height:0;
    border:none;
    border-bottom:1px solid #999;
    border-bottom:1px solid rgba(255,255,255,0.14);
}
.navbar.navbar-default.lini li a {
    font-size: 1.1em;
    padding:3px 10px;
}
.navbar.navbar-default.lini  {
    background-color: rgba(0,0,0,0.2);
}
.navbar-nav > li  {
    margin:0;
}
.navbar-nav > li > a{
    padding:10px 5px;
    border-right:1px solid #fff;
    border-right:1px solid rgba(255,255,255,0.2);
    border-left:1px solid rgba(0,0,0,0.2);
    cursor:pointer;
    color:#afafaf;
    text-shadow: -1px 1px 1px #fff;    
}
.navbar-right select {
    height: auto;
    margin-top: 5px;
    padding: 4px 30px 4px 4px;
}
.navbar-nav > li:first-child > a{
    border-left:1px solid #fff;
    border-left:1px solid rgba(255,255,255,0.4);
}
.navbar-nav > li:first-child > a:before {
    content:"";
    width: 1px;
    border-left:1px solid rgba(0,0,0,0.2);
}
.navbar-nav > li > a .caret {
    margin:0 5px;
}

.right-caret:after, .left-caret:after {
    font-family:"FontAwesome";
    content:"\f105";
    color:#999;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    position:absolute;
    right:10px;
}

.navbar-default .navbar-nav > li > a {
    color:#afafaf;
    text-shadow: -1px 1px 0 rgba(0,0,0,0.3);
    font-size:1.2em;
}
.navbar-default .navbar-nav > li > a:hover {
    color:#fff;
    background:#aaa;
    background:rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li a {
    font-size: 14px;
}
.profile-menu {
    background: transparent;
    box-shadow: none;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    z-index: 0;

}
.username {
    padding:9px;
    color:#ffd600;
}
.username span {
    padding-right: 7px;
}
.profile-menu > li {
    position: relative;
}

.profile-menu > li > a {
    color: #fff;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Modal + Dialog + Dark UI */
.modal {
    background: rgba(255, 255, 255, 0.25);
    overflow-y: auto;
}

.dark {
    padding: 0;
}

.modal-content, .dark {
    background: rgba(0, 0, 0, 0.68);
    border: 0;
    color: #fff;
}

.modal-header, .dark-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 10px 15px 8px;
}

.modal-body, .dark-body {
    padding: 15px;
}
.modal-body-chart, .green-body {
    padding: 15px;
        background: rgba(255, 255, 255, 1);
    border: 0;
    color: #000;
}

.modal-title, .dark-title {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.modal-footer, .ui-dialog-buttonpane, .dark-footer {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    text-align: left;
}

.modal .btn, .elfinder-dialog .btn, .dark .btn {
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 2px 10px 3px;
    background: none;
}

.modal .btn:hover, .dark .btn:hover {
    background: rgba(0,0,0,0.4);
}

.modal-close {
    cursor: pointer;
}

/* Label */
.label {
    font-weight: normal;
    padding: 2px 8px 2px;
    font-family: pt_sansregular;
}

.h1 .label, h2 .label, h3 .label, h4, .label {
    font-family: pt_sansregular;
}

.label-default {
    background-color: rgba(255, 255, 255, 0.68);
    color: #000;
}

/* Images */
.img-rounded {
    border-radius: 6px !important;
}

.img-circle {
    border-radius: 50% !important;
}

.img-shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.img-thumbnail {
    background: rgba(0, 0, 0, 0.24);
    border: 0;
}

/* Close */
.close {
    font-size: 16px;
    text-shadow: none;
}

.close:hover {
    opacity: 1 !important;
}

.modal-header .close, .dark-header .close {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    opacity: 0.3;
}

/* Alerts */
.alert {
    border: 0;
    background: rgba(255,255,255,0.7);
    font-family: pt_sansregular;
    font-size: 14px;
    font-weight:bold;
    letter-spacing:-0.5px;
}

.alert-icon {
    position: relative;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.alert-icon .icon {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 50px;
    line-height: 100%;
}

.alert-success {
    color: #069727;
    border-left: 5px solid #048F23;
}

.alert-success a {
    color: #069727;
    border-bottom: 1px dotted #09e33b;
}

.alert-info {
    color: #0B628D;
    border-left: 5px solid #0B628D;
}

.alert-info a {
    color: #0B628D;
    border-bottom: 1px dotted #61A8CA;
}

.alert-warning {
    color: #A78C00;
    border-left: 5px solid #A78C00;
}

.alert-warning a {
    color: #A78C00;
    border-bottom: 1px dotted #e9c300;
}

.alert-danger {
    color: #E02C29;
    border-left: 5px solid #FF524F
}

.alert-danger a {
    color: #E02C29;
    border-bottom: 1px dotted #FC9997;
}

.alert a:hover {
    opacity: 0.7;
}


/* Lightbox */
.img-popup {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.img-popup img {
    width: 100px;
    border: 3px solid rgba(0, 0, 0, 0.28);
    box-sizing: content-box;
}

.img-popup:hover {
    opacity: 0.8
}

/* Tabs */
.nav-tabs {
    background: rgba(0,0,0,0.35);
    border-bottom-color: rgba(0,0,0,0.0);
}

.tab-content {
    padding: 10px 13px;
}

.tab-right > li {
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: rgba(0,0,0,0.15);
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background: rgba(0,0,0,0.35);
    color: #fff;
}

.nav-tabs > li > a {
    padding: 5px 10px 6px;
    margin-right: 0;
    display: inline-block;
    width: 100%;
}

.tab-vertical {
    margin: 0 !important;
    min-width: 120px;
}

.tab-vertical > li {
    float: none;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.tab-vertical > li:last-child {
    border-bottom: 0;
}

/* Panel + Collapse*/
.panel, .panel-group .panel-heading + .panel-collapse .panel-body {
    background: transparent;
    border: 0;
}

.panel-primary > .panel-heading, .panel-footer {
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 7px;
    border: 0;
}
.panel-primary .panel-body {
    border-left:1px solid rgba(0, 0, 0, 0.35);
    border-right:1px solid rgba(0, 0, 0, 0.35);
}
.panel-title, .panel-title > a {
    font-size: 12px;
    color: #fff;
}

.panel-title > a {
    display: block;
    width: 100%;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}


.accordion .panel-heading .panel-title a:after, .accordion .panel-heading .panel-title a.active:after {
    font-family: fontAwesome;
    float: right;
    font-size: 18px;
    margin-top: -2px;
}

.accordion .panel-heading .panel-title .accordion-toggle:after {
    content: "\f107";
}

.accordion .panel-heading .panel-title .active:after {
    content: "\f106" !important; 
}

/* Badge */
.badge {
    font-size: 11px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    border: 0;
}

.badge-trp {
    background: transparent;
    color: #fff;
}

/* List Groups */
.list-group {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.list-group-flat, .list-group-flat .list-group-item {
    border: 0;
}

.list-group-item {
    border: 1px solid rgba(255,255,255,0.15);
    border-bottom: 0;
    background: transparent;
    margin: 0;
    padding: 6px 10px;
}

a.list-group-item {
    color: #fff;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.15);
}

a.list-group-item:hover,
a.list-group-item:focus {
    background: rgba(0,0,0,0.1);
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: 0;
}



.title {
    padding: 8px 15px 9px;
    font-size: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 20px 0 15px 0;
    text-transform:uppercase;
}

.butoane-title {
    float:right;
    margin-right: 13px;
    margin-top: 5px;
}

.tile-light {
    background: rgba(0,0,0,0.25);
}

.tile , .tile-dark, .tile-title, .table th {
    background: rgba(0,0,0,0.35);
}

/* Media */
.thumbnail, .well {
    border: 0;
}

.media-object {
    max-width: 50px;
}

.media-heading {
    font-weight: bold;
}


#error-page {
    position: absolute;
    width: 100%;
    top: 20%;
    min-height: 200px;
    text-align: center;
    padding: 30px 15px;
}

#error-page h1 {
    text-shadow: 0 0 10px #fff;
}

#sidebar,
#top-menu .tm-icon,
#top-menu .tm-icon span,
.side-menu li
.shortcut img,
.drawer,
.shortcut,
.chat-list,
.btn-alt,
.profile-menu > li i {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}


/* Login */
.bgBus {
    position:absolute;
    content:"";
    width:40%;
    height:100%;
    background:url('../img/bgBus.png') 0 190px no-repeat;
    background-size:contain;
    z-index:2;
}
.black-inputs .inputs > li:first-child, .inputs.black-input > li:first-child {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85) inset;
}
.mainPageLogo {
    margin:90px auto;
    display:block;
    text-align:center;
    font-size:48px;
}
#loginForm input {
    width: 212px;
    box-shadow: none;
}
#loginForm li {
    list-style: none;
    text-align: left;
}
#loginForm ul {
    padding-left: 0;
    border-radius: 3px;
}
#loginForm {
    text-align: center;
    margin: 50px auto 100px;
    width: 280px;
    position:relative;
    z-index:30;
}
#loginForm span.fa {
    margin-right: 8px;
}
.inputs.black-input {
    box-shadow: 0 0 0 1px rgba(51, 153, 255, 0) inset, 0 2px 5px rgba(0, 0, 0, 0.75) inset, 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
    background: #4b4b4b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNGI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMyMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4b4b4b 0%, #323232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(100%,#323232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4b4b4b 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4b4b4b 0%,#323232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4b4b4b 0%,#323232 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4b4b4b 0%,#323232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#323232',GradientType=0 ); /* IE6-8 */
    border-color: #777777;
    color: white;
}
.black-inputs .inputs > li:first-child, .inputs.black-input > li:first-child {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.85) inset;
}
.black-inputs .inputs > li:last-child, .inputs.black-input > li:last-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.inputs.large > li {
    line-height: 50px;
    padding: 0 19px;
}
.input-unstyled {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    line-height: 16px;
    vertical-align: baseline;
}
.large > .input-unstyled, .large > li > .input-unstyled {
    padding-bottom: 17px;
    padding-top: 17px;
}

.large > .input-unstyled:last-child, .large > li > .input-unstyled:last-child {
    margin-right: -19px;
    padding-right: 19px !important;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    font-family: "EntypoRegular";
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0.23em 0 -0.154em;
    text-transform: none !important;
}
.mid-margin-right {
    margin-right: 8px !important;
}

.mainContent {
    min-height: 500px;
}
.actions {
    text-align:right;
}
/* backgrounds */

.backgrounds li {
    margin: 5px;
}
.backgrounds li a img {
    width:70px;
}
.navbar-nav .open .dropdown-menu .backgrounds.sub-menu.right {
    right:auto;
    min-width: 0;
    margin-top:-5px;
    left: -105px;
}

@media (min-width: 1850px) {
    #routes .col-lg-2 {
        width: 12.5%;
    }
}
@media (min-width: 2850px) {
    #routes .col-lg-2 {
        width:8.332%;
    }
}
@media (min-width: 3750px) {
    #routes .col-lg-2 {
        width:6.25%;
    }
}
@media (min-width: 1200px) {
}

@media (min-width: 1200px) {
    /* Sidebar */
    .side-widgets .profile-pic:hover {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    /* List views */
    .sortable.todo-list .media {
        padding-left: 20px;
        background: url(../img/sort.png) no-repeat 8px 11px;
    }
}
@media (max-width: 1100px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 1.1em;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 1199px) {
    .table > thead > tr > th {
        padding-left: 5px;
        padding-right:5px;
    }
    .table .btn.btn-sm {
        font-size: 11px;
        margin:2px;
        padding: 0px 2px;
    }
}
@media (min-width: 1024px) {
    /* Sidebar */
    .side-menu > li > a:hover, .side-menu > li.active > a, .side-menu > li > a.active:hover, .side-menu > li.hovered > a {
        background-color: rgba(0,0,0,0.95);
        color: #fff;
        opacity: 1;
    }


    .profile-menu > li i {
        position: absolute;
        top: 8px;
        color: #fff;
    }

    .profile-menu > li i.right {
        right: -30px;
    }

    .profile-menu > li i.left {
        left: -30px;
    }

    .profile-menu > li:hover i.right {
        right: 15px;
    }

    .profile-menu > li:hover i.left {
        left: 15px;
    }

    /* Common */
    .tile , .tile-dark, .tile-title, .table th {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border:1px solid rgba(255,255,255,0.2);
    }
}

@media (min-width: 780px) {
    /* Content */
    #main {
        min-height: 100%;
        min-height: calc(100% - 50px);
    }

    .menu-active #main {
        overflow: visible;
    }

    .menu-active #content {
        margin-left: 0;
    }

    .block-area {
        padding: 15px 15px 0; 
    }

    /* Login */
    #login {
        padding: 30px;
    }

    #login > header > h1, #error-page h1 {
        font-size: 60px;
    }

    #login .box {
        width: 500px; 
    }

}
@media (max-width: 780px) {
    .navbar-nav .open .dropdown-menu .backgrounds.sub-menu.right {
        position: static;
    }
    .navbar-nav .open  .backgrounds li {
        display: inline-block;
    }
    .navbar-nav .open  .backgrounds li a{
        padding:5px 2px;
    }
    .yamm .yamm-content {
        width:100%;
        padding: 10px 2px;
    }
}
@media (min-width: 480px) {
    .profile-summary .btn.hidden-xs {
        display: inline-block !important;
    }
}


@media (max-width: 780px) {
    /* Content */
    #main {
        min-height: 100%;
        min-height: calc(100% - 100px);
    }

    .block-area {
        padding: 15px 10px 0; 
    }
    /* Header */
    #header {
        padding: 0;
    }

    .logo {
        width: 100%;
        margin: 0;
    }

    .main-search:focus {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 40px;
        margin-top: -8px;
        height: 51px;
        background-position: 10px; 
        background-color: rgba(0,0,0,0.9);
    }

    #header > .media-body {
        padding: 0 7px;
        white-space: nowrap;
    }

    #header > .media-body:hover #time {
        display: none;
    }

    /* Sidebar + Content */
    #content {
        margin-left: 0;
    }

    /* Login */
    #login {
        padding: 30px 15px;
    }

    #login .box {
        width: 100%;
        width: calc(100% - 30px); 
    }
}

@media(max-width: 480px) {

}


/* --------------------------------------------------------
    Basic
-----------------------------------------------------------*/
::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7) !important;
}

:-moz-placeholder { 
    color: rgba(255,255,255,0.7) !important;
}

::-moz-placeholder {  
    color: rgba(255,255,255,0.7) !important;
}

:-ms-input-placeholder {  
    color: rgba(255,255,255,0.7) !important;
}

label {
    font-weight: normal;
    font-size: 13px;
}

.form-group {
    margin-bottom: 5px;
}
.spaced {
    padding: 5px 0;
    margin:5px 0;
}

.form-control, .message-search {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    font-family: pt_sansregular;
    -webkit-appearance: none;
    border-radius: 3px;
}

.form-control:focus, .input-focused, .bootstrap-select.open > .form-control {
    border-color: rgba(255,255,255,0.4);
    background: rgba(0, 0, 0, 0);
    box-shadow: none; /* inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255, 255, 255, 0.6); */
}
.form-control.auto-width {
    width:auto;
}

.input-focused {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255, 255, 255, 0.6);
}

.input-transparent {
    border: 0;
}

textarea.form-control {
    resize: none;
    overflow: auto;
}

.select .form-control {
    height: auto;
}

.select .form-control:hover, .select .form-control:focus  {
    color: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(238, 238, 238, 0.09);
}

select:not([multiple]){
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: normal !important;
    padding-right: 30px;
    border-radius: 3px;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("../img/select-bg.png") no-repeat scroll right center, -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.2) 51%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
    background: url("../img/select-bg.png") no-repeat scroll right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(51%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
    background: url("../img/select-bg.png") no-repeat scroll right center, -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 51%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: url("../img/select-bg.png") no-repeat scroll right center, -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 51%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
    background: url("../img/select-bg.png") no-repeat scroll right center, -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 51%,rgba(0,0,0,0.25) 100%); /* IE10+ */
    background: url("../img/select-bg.png") no-repeat scroll right center, linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 51%,rgba(0,0,0,0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#40000000',GradientType=0 ); /* IE6-8 */
}

.ie9 select:not([multiple]){
    background-image: none;
}

select option {
    color: #000;
}

select option:disabled {
    color: white;
    background-color: lightgray;
}

.modal-dialog select option, .caseta_filtrare  select option{
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}

.ie9 select option:first-child, select[multiple] option {
    color: #fff !important;
}

select::-ms-expand {
    display: none;
}

input[type='text'], input[type='password']  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 3px;
}
input[type='file'] {
    border:none;
    background: none;
    box-shadow: none;
}
input.form-control.input60 {
    width:60px;
}
#listContainer .form-inline label {
    display: block;
}
/* --------------------------------------------------------
    Buttons
-----------------------------------------------------------*/
.btn:not(.form-control) {
    background:none;
    color: #fff;
}
.btn:not(.form-control):hover {
    background:rgba(255,255,255,0.4);
    color: #333;
}
.btn {
    border-radius:3px;
    border: 1px solid #cccccc;
    background: #b1dc64; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZGM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmFmYWZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWRlZGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTNlM2U1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #b1dc64 0%, #fafafc 0%, #ededf0 50%, #e3e3e5 51%, #e8e8eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1dc64), color-stop(0%,#fafafc), color-stop(50%,#ededf0), color-stop(51%,#e3e3e5), color-stop(100%,#e8e8eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1dc64 0%,#fafafc 0%,#ededf0 50%,#e3e3e5 51%,#e8e8eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1dc64 0%,#fafafc 0%,#ededf0 50%,#e3e3e5 51%,#e8e8eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1dc64 0%,#fafafc 0%,#ededf0 50%,#e3e3e5 51%,#e8e8eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1dc64 0%,#fafafc 0%,#ededf0 50%,#e3e3e5 51%,#e8e8eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dc64', endColorstr='#e8e8eb',GradientType=0 ); /* IE6-8 */

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.25);

}
.btn.pressed {
    -webkit-box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 7px 0px rgba(0,0,0,0.75);
    border-color:#000;
}

.btn.btn-sm {
    padding: 4px 7px;
    margin:2px;
}
.btn-alt {
    background: none !important;
    filter: none !important
}

.btn:hover, .open .btn.dropdown-toggle {
    text-shadow: 0 0 4px rgba(255,255,255,0.7);
    opacity: 1 !important;
    color: #fff;
}

.btn:not(.form-control):active, .btn:not(.form-control).active, .open .btn.dropdown-toggle:not(.form-control) {
    background: rgba(0,0,0,0.75);
}

.btn-sm {
    padding: 4px 7px;
    text-shadow:-1px 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
}

.btn-xs {
    padding: 2px 6px;
    font-size: 10px;
}
.btn.btn-success {
    background: #b1dc64; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZGM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjFkYzY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNThiMTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNDk5NDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlYjgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #b1dc64 0%, #b1dc64 0%, #58b104 50%, #499400 51%, #5eb80a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1dc64), color-stop(0%,#b1dc64), color-stop(50%,#58b104), color-stop(51%,#499400), color-stop(100%,#5eb80a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1dc64 0%,#b1dc64 0%,#58b104 50%,#499400 51%,#5eb80a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1dc64 0%,#b1dc64 0%,#58b104 50%,#499400 51%,#5eb80a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1dc64 0%,#b1dc64 0%,#58b104 50%,#499400 51%,#5eb80a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1dc64 0%,#b1dc64 0%,#58b104 50%,#499400 51%,#5eb80a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dc64', endColorstr='#5eb80a',GradientType=0 ); /* IE6-8 */
    text-shadow: -1px 1px 1px rgba(0,0,0,0.35);
    border-color: #6d960c;

}
.btn.btn-danger {
    background: #b1dc64; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZGM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmQ4MzgzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzMwOTA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjYTcwNjA2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MjYyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #b1dc64 0%, #fd8383 0%, #c30909 50%, #a70606 51%, #d42622 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1dc64), color-stop(0%,#fd8383), color-stop(50%,#c30909), color-stop(51%,#a70606), color-stop(100%,#d42622)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1dc64 0%,#fd8383 0%,#c30909 50%,#a70606 51%,#d42622 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1dc64 0%,#fd8383 0%,#c30909 50%,#a70606 51%,#d42622 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1dc64 0%,#fd8383 0%,#c30909 50%,#a70606 51%,#d42622 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1dc64 0%,#fd8383 0%,#c30909 50%,#a70606 51%,#d42622 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dc64', endColorstr='#d42622',GradientType=0 ); /* IE6-8 */
    text-shadow: -1px 1px 1px rgba(0,0,0,0.35);
    border-color: #931a03;
}
.btn.btn-default {
    font-family: "pt_sansbold";
    background: #f5f5f7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5f5f7 0%, #dededf 50%, #d1d1d2 51%, #dcdce0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f7), color-stop(50%,#dededf), color-stop(51%,#d1d1d2), color-stop(100%,#dcdce0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f7 0%,#dededf 50%,#d1d1d2 51%,#dcdce0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f7 0%,#dededf 50%,#d1d1d2 51%,#dcdce0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f7 0%,#dededf 50%,#d1d1d2 51%,#dcdce0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f7 0%,#dededf 50%,#d1d1d2 51%,#dcdce0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#dcdce0',GradientType=0 ); /* IE6-8 */
    color:#676767;
    text-shadow: -1px 1px 1px #fff;
}

.btn.btn-primary {
    background: #b1dc64; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxZGM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkODQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY5ZjAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZGE4ZDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTU5NDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzODgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #b1dc64 0%, #ffd844 0%, #ff9f01 50%, #da8d00 51%, #e59400 80%, #d38800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1dc64), color-stop(0%,#ffd844), color-stop(50%,#ff9f01), color-stop(51%,#da8d00), color-stop(80%,#e59400), color-stop(100%,#d38800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1dc64 0%,#ffd844 0%,#ff9f01 50%,#da8d00 51%,#e59400 80%,#d38800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1dc64 0%,#ffd844 0%,#ff9f01 50%,#da8d00 51%,#e59400 80%,#d38800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1dc64 0%,#ffd844 0%,#ff9f01 50%,#da8d00 51%,#e59400 80%,#d38800 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1dc64 0%,#ffd844 0%,#ff9f01 50%,#da8d00 51%,#e59400 80%,#d38800 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dc64', endColorstr='#d38800',GradientType=0 ); /* IE6-8 */

    border-color: #cc9707;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    border-color:#FF7D49;
    color:#FF7D49;
}
.btn-alt {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, 0.31) !important;
}

.btn-alt:hover {
    background: rgba(255, 255, 255, 0.39) !important;
    color: #000;
}

.btn .caret {
    border-top-color: rgba(255,255,255,0.6);
}

select[multiple], select[size] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px;
}
.butoane-lista .btn {
    display: block;
    margin: 3px;
}
.butoane-lista .btn,
/* --------------------------------------------------------
    Custom Select
-----------------------------------------------------------*/
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1001;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    left: 9px;
    right: 25px;
    text-align: left;
    display:inline-block;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    border-bottom-color: rgba(255,255,255,0.7);
    border-top-color: rgba(255,255,255,0.7);
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    background: none;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 12px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    padding-left: 12px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}    

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle: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;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select .dropdown-menu li a i, .bootstrap-select .filter-option i {
    margin: 3px 7px 0 0;
    line-height: 100%;
    font-size: 11px;
    float: left;
}


/* --------------------------------------------------------
    Form Validation  
-----------------------------------------------------------*/
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.formErrorInsideDialog.formError {
    z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
    z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    display: block;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    white-space: nowrap;
    text-align: left;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: #D42915;
    position:relative;
    color: #fff;
    font-size: 11px;
    padding: 2px 7px 3px;
    bottom: 2px;
    text-shadow: none;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: absolute;
    bottom: -7px;
    right: 10px;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px; top:2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #D42915;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 9px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 7px;
}

.formError .formErrorArrow .line7 {
    width: 5px;
}

.formError .formErrorArrow .line6 {
    width: 3px;
}

.formError .formErrorArrow .line5 {
    width: 1px;
}

.formError .formErrorArrow .line4 {
    width: 0px;
}

.formError .formErrorArrow .line3 {
    width: 0px;
}

.formError .formErrorArrow .line2 {
    width: 0px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 0px;
    border: none;
    background: #ddd;
}

.checkableBox .formError {
    right: auto !important;
    left: 0 !important;
}
/* -------------------------
   CADRE
  ------------------------- */
.tile-config select.form-control {
    height: auto;
    padding: 0 30px 0 5px;
}
.cadre .life-time {
    padding: 3px;
}
.cadre .randuri {
    cursor:row-resize;
}
.cadre .icons, .cadre .infoIcons {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding: 5px;
    background:#000;
    background:rgba(0,0,0,0.8);
}
.cadre .icons {
    right:5px;
}
.cadre .infoIcons {
    left:0;
}
.cadre .col-xs-4 {
    min-height: 13px;
}
.cadre .rand  {
    position: relative;
}
.cadre .icons, .cadre .infoIcons {
    display: none;
}
.cadre  .randuri:hover .icons, .cadre  .randuri:hover .infoIcons {
    display: block;
}

.cadre .tile.nereceptionat {
    box-shadow:0 0 10px red;
}

.cadre .tile.trimis {
    box-shadow:0 0 10px blue;
}

.cadre .tile.receptionat {
    box-shadow:0 0 10px green;
}

.cadre .tile.transmisie {
    box-shadow:0 0 10px yellow;
} 

.randuri.traseu > span {
    padding: 0 1%;
    display: inline-block;
    text-align: center;
    width:68%;
    overflow: hidden;
}
.randuri.traseu > span:first-child {
    width:70%;
    padding-left: 0;
}
.randuri.traseu > span:nth-child(3) {
    width:20%;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.randuri.traseu > span:last-child {
    width:10%;
    padding-right: 0;
    border-left: 1px solid rgba(255,255,255,0.3);    
}
.randuri.data {
    text-align:center;
}
.media .fa-plus-circle {
    display: inline;
    color:yellowgreen;
}
.media .fa-send {
    display: inline;
    color:yellowgreen;
}
.media .fa-refresh {
    display: inline;
    color:yellowgreen;
}
.media .fa-remove {
    display: inline;
    color:yellowgreen;
}
.sclr {
    color:#000;
}
.sclr:hover {
    color:initial;
}
#addFrame {
    border: 1px dashed #999;
    display: block;
    font-size: 36px;
    padding: 90px 0;
    text-align: center;
}
.addRow {
    display: block;
}
.listRow {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.listRow:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.cadre .tile-config .btn-sm {
    font-size: 11px;
    margin-top: 3px;
    padding: 4px 5px;
}

/*-------------------------
    Fine tunning
 -------------------------- */

.p5 {
    padding: 5px !important;
}



#filtrare {
    position:fixed;
    z-index: 10;
    left:0;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:100%;
}
.caseta_filtrare {
    background:#000;
    background:rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    float:left;
    width:320px;
    padding: 15px;
    border: 1px solid #000;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.caseta_filtrare .form-group {
    margin-right:7px;
}

.buton_filtrare {
    background:#000;
    background: rgba(0,0,0,0.6);
    padding:15px;
    font-size: 18px;
    color:#fff;
    position: fixed;
    z-index: 10;
    left:0;
    border: 1px solid #000;
    border-left: none;

    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}
#filtrare .input-prepend i {
    cursor: pointer;
}

#timePanel {
    background:rgba(0,0,0,0.4);
    min-height: 200px; 
    overflow-x: scroll; 
    padding-left: 45px; 
}
#timePanel .zoom6 {
    background:url('../img/zoom6.png') repeat;
}
#timePanel .zoom7 {
    background:url('../img/zoom7.png') repeat;
}
#timePanel .zoom8 {
    background:url('../img/zoom8.png') repeat;
}
#timePanel .zoom9 {
    background:url('../img/zoom9.png') repeat;
}
#timePanel .zoom10 {
    background:url('../img/zoom10.png') repeat;
}
.timelineBorder {
    border-left:1px rgba(255,255,255,0.4) solid;
}

/* -----------------------------------------
   JQTRANSFORM
-------------------------------------------*/


form.jqtransformdone label{
    margin-top:4px;
    margin-right: 8px;
    display: block;
    float:left;
}
form.jqtransformdone div.rowElem{
    clear:both;
    padding:4px 0px;
}

.jqTransformSafari .jqTransformInputInner div {
    position: relative;
    overflow: hidden;
    margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
    background-color: none;
    position: absolute;
    top: -10px;
    left: -2px;
    height: 42px; 
    padding-left: 4px;
}


/* -------------
 * Checkboxes & Radios
 * ------------- */
.jqTransformRadio {
    border-radius: 50%;
}

span.jqTransformCheckboxWrapper, .jqTransformRadioWrapper{
    display:inline-block;float:left;
    margin:2px 8px 0 0;
}

a.jqTransformCheckbox, .jqTransformRadio  {
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    width: 15px;
}

a.jqTransformCheckbox:hover, a.jqTransformRadio:hover  {
    border: 1px solid rgba(255, 255, 255, 0.7);
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background:#ccc; background:rgba(255, 255, 255, 0.4);}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
    width: 45px;
    position:relative;
    height: 31px;
    border:1px solid #fff;
    border:1px solid rgba(255,255,255,0.3);
    float:left;
}

.jqTransformSelectWrapper div span {

    font-size: 12px;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 31px;
    line-height: 15px;
    padding: 8px 0 0 7px;
    overflow: hidden;
    cursor:pointer;
    /*border: 1px solid #CCCCCC;*/
    /*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0px;
    width: 31px;
    height: 31px;
    background: url(img/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
    position: absolute;
    width: 43px;
    top: 30px;
    left: 0px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index:10;
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:#333;
    background-color: #FFF;
    font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background:#3582c4;
    color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

#some-element {
    border: 1px solid #ccc;
    display: none;
    font-size: 10px;
    margin-top: 10px;
    padding: 5px;
    text-transform: uppercase;
}
#some-div:hover #some-element {
    display: block;
}

.reference, .stReference, .pdiReference {
    display: none;
}
#pdi ul {
    list-style:none;
    padding:0;
}
#pdi ul li {
    padding:0;
    margin:0;
}
.capat_dus, .capat_intors {
    width:100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);    
}
.capat_dus {
    border-bottom:1px solid rgba(255,255,255,0.6);
}
.capat_intors {
    border-top:1px solid rgba(255,255,255,0.6);
}
.capat_intors .btn {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.popover-content > p {
    border-bottom: 1px solid #bbb;
    font-size: 11px;
    width: 55px;
}
.capat_dus > p, .capat_intors > p {
    margin:5px;
    padding: 2px 3px;
    font-weight: bold;
    font-size: 0.8em;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.route {
    width:40%;
    position: relative;
    margin:0 auto;
    height:550px;
    float: left;
}
.route .vehicle {
    position: absolute;
    color:#fff;
    padding: 2px 3px;
    font-size: 0.8em;
    cursor: pointer;
    margin-top: -10px;
    transition: top 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 3;
    border-radius:3px;
    min-width:45px;
    border:1px solid rgba(0,0,0,0.5); 
}
.route .idealTime{
    position: absolute;
    margin-top: -10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom:1px dashed rgba(0,0,0,0.3);
    min-width:45px;
    z-index:2;
    cursor: pointer;
}
.route.dus .idealTime{
    text-align:left;
    padding-right:20px;
    right:0;
}
.route.intors .idealTime{
    text-align:right;
    padding-left:20px;
    left:0;

}
.route.intors .vehicle:after {
    right: 100%; top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(115, 213, 206, 0); 
    border-right-color: rgba(255,255,255,0.5); 
    border-width: 5px; 
    margin-top: -5px;
}
.route.dus .vehicle:after {
    left: 100%; top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(115, 213, 206, 0); 
    border-left-color: rgba(255,255,255,0.5); 
    border-width: 5px; 
    margin-top: -5px;
}
.route .vehicle:hover {
    background:rgba(255,255,255,0.7); 
    text-decoration: none;
    color:#333;
    z-index: 10; 
}
.route .vehicle:hover span {
    color:#dd0;
}
.route.dus {
    border-right: 0.4em solid rgba(0,0,0,0.5);
}
.route.dus .vehicle {
    right:12px;
}
.route.intors .vehicle {
    left:12px;  
}
.route .vehicle span {
    display:inline-block;
    background:#444;
    border:1px solid rgba(255,255,255,0.55);
    border-radius:2px;
    padding:0 3px;
    font-size:0.8em;
}
.route .statie {
    position: absolute;
    font-size: 0.8em;
    cursor: pointer;
    z-index: 2;

    margin-top:-13px;
    width:100%;
}
.route .statie.cuNume {
    border-bottom:1px dashed rgba(255,255,255,0.3);
}
.route .statie.cuNume p{
    display:block;
}
.route .statie p {
    display:none;
    color:#ffd600;
}
.route.dus .statie p {
    float:left;
}
.route.intors .statie p {
    float:right;
}	
.route .statie a {
    position:absolute;
}
.route .statie a.iconStatie { 
    display:block;
    width: 10px;
    height: 10px;
    background:rgba(255,255,255,0.5);
    border-radius: 50%;
    border:1px solid rgba(0,0,0,0.5);
    box-shadow: 0 0 1px #fff;

}
.statie a.iconStatie:hover  {
    background: #ffd600;
    box-shadow: 0 0 3px #fff;
}
.statie a.panelLink.deconectat {
    color:#FFF;
    background:rgba(255,0,0,0.6);
    border:1px solid rgba(0,0,0,0.4);
}
.statie a.panelLink.deconectat:hover {
    color:#fff;
    background:red;
    cursor:default;
}
.statie a.panelLink:hover {
    color:#ffd600;
}
.statie a.panelLink.faraPanou {
    display:none;
}
.statie a.panelLink.conectat span {
    background: rgba(0, 255, 0, 0.3) none repeat scroll 0 0;
    border-radius: 2px;
    color: #000;
    display: block;
    font-size: 0.9em;
    padding: 0 1px;
}
.statie p {
    margin:0;
    padding: 0;
}
.dus a.iconStatie {
    right:-7px;
    top:8px;
}
.intors  a.iconStatie {
    left:-7px;
    top:8px;
}
.dus a.panelLink {
    right:-27px;
    margin-top:4px;
}
.intors a.panelLink {
    left:-27px;
    margin-top:4px;
}
.route.intors {
    border-left: 0.4em solid rgba(0,0,0,0.5);
}
.route.centru {
    width:20%;
}
.route.centru .vehicle {
    border-radius: 0;
    display: block;
    margin: 5px 0;
    padding: 1px 5px;
    position: static;
    text-align: center;
}

.standBy > div, .departures > div,  .standBy .valC {
    display:none;
}

.capat_intors:after {
    clear:both;
    height:0;
    content:"";
    display:block;
}

.picture {
    width: 508px;
}

.routeName {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    margin-bottom:5px;
    display:block;
}
.routeName > span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #777;
    border-radius: 3px;
    padding: 0 3px;
}
.dropdown-toggle sub {
    font-weight:bold;
    margin-left:-5px;
    font-size:8px;
    text-shadow: 0px 0px 2px #000;
}
.popover {
    border-radius:3px;
}
.popover-title, .popover-content {
    padding:3px 5px;
}
.capat_dus > p {
    clear:both;
}
.messageBox {
    width:100%;
    height:256px;
    overflow-y:auto;
    border:1px solid #fff;
    border-radius:3px;
    background:rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    padding:5px;
}
.messageBox a.message {
    color:#000;
}
.messageBox a {
    display: block;
}
#msgReceived a, #msgAlert a{
    padding: 0 0 5px;
}
#msgReceived a:hover {
    background:rgba(0,0,0,0.2);
}
.timeIntervals .input-sm {
    width:60px;
}
.msgCount {
    display: none;
    position: absolute;
    top:-4px;
    right:2px;
    z-index: 5;
}
.msgCount .msgValue , .valC{
    background-color: #dc0d17;
    background-image: linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    padding: 0 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    font-size: 10px;
    line-height: normal;
    min-height: 13px;
    display: inline-block;
}
.msgCount.visible {
    display: block;
}
.navbar.navbar-default.lini li a.remBtn {
    padding:3px 5px;
    margin-left:-5px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm  .navbar-right {
    margin-right:0;
}
.yamm.lini select {
    height:auto;
}
.yamm.lini select:focus { 
    color:#000;
    background: url("../img/select-bg.png") no-repeat scroll right center, linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0.4) 100%);
}
.yamm #zoomMap {
    margin: 2px 0;
    padding-bottom: 2px;
    padding-top: 2px;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
    min-width: 620px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 30px;
    right: 30px;
}
br.clear {
    clear:both;
    height:0;
    display:block;
}

.schedulePanelRegular{
    width: 30%; 
    float: left; 
    padding-right: 15px;
}

.panelPast{
    background-color: lavender;
    display: inline-block; 
    width: 100%;
}

.panelFuture{
    display: inline-block; 
    width: 100%;
}

.no-vehicle{
    background-image: url(../img/traffic-warn-24.png);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    height: 25px;
}
.mapSelect .well {
    background:rgba(0,0,0,0.2);
}
.cadre .evo-colorind,.cadre  .evo-colorind-ie,.cadre  .evo-colorind-ff {
    float:none;
    height: 16px;
    width: 16px;
    border-radius: 4px;	
    margin: 4px 6px;
}
.cadre .evolPick {
    float:right;
    width:auto !important;
}
.btn.addIcon {
    padding:0;
}
.btn.addIcon img {
    max-height:16px;
}
.loading {
    position:fixed;
    background: rgba(255,255,255,0.7);
    z-index:2000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
}
.loading:after {
    background:url(../img/loader.gif) center center no-repeat;
    width:100px;
    height:100px;
    top:49%;
    left:49%;
    position:fixed;
    z-index:2001;
    content:"";
}
.noscroll {
    overflow:hidden;
}
.mapSelect .btn.nrRoute,.mapSelect .btn.nrZone {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.35+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */
}
.btn.nrRoute.addView,.mapSelect .btn.nrZone.addView {
    background:rgba(255, 214, 0, 0.25);
    color:#FFD600;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.table > tbody > tr.planif td a{          color:yellow;font-weight: bold;font-size: 1.1em;}
.table > tbody > tr.noVehicle td a{          color:black;}

.schedulePanelRegular .table.table-condensed tr.planif > td {border-bottom: 1px solid yellow;}  
.schedulePanelRegular .table.table-condensed tr.noVehicle > td {border-bottom: 1px solid red;}

.bootstrap-datetimepicker-widget  a .glyphicon { color:#777;}
.bootstrap-datetimepicker-widget  a:hover .glyphicon { color:black;}

SPAN.conflict-working-program{
    background-color: darkred;
    color: white;
    border-radius: 5px;
    display: inline-block;
    width: 25px;
}
TD.conflict-working-program{
    background-color: darkred !important;
    color: white;
}

TD.conflict-working-program OPTION:enabled, TD.InConflictInactive OPTION:enabled, TD.InConflictDuplicated OPTION:enabled{
    background-color: darkgray;
    font-weight: normal;
}

.fixedTable .table-condensed > tbody > tr > td
{
    padding: 0px;
}

.fixedTable .table-condensed > tbody > tr > td.description
{
    font-weight: bold;
    color: darkgray;
}
