/* --------------------- Header Menu----------- */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* --------------------- Header Menu----------- */

/*-----------------------Content ---------------*/
#content{
    padding-top: 100px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.clear{
    display: block;
    clear:both;
}
.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}
.order_arrow_up{
    float: left;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 8px solid;*/
    border-bottom: 10px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    cursor: pointer;
}
.order_arrow_down{
    clear: both;
    float:left;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    cursor: pointer;
}
.order{
    cursor: pointer;
}
th{
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    filter: none;
    color: #fff;
}
/*tr:first-child th:first-child{
    border-top-left-radius: 10px;
}
tr:first-child th:last-child{
    border-top-right-radius: 10px;
}*/
.container{
    margin: auto !important;
}
#loading_container {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../../img/transparent-black.png");
    opacity: 1;
    background-repeat: repeat;
    z-index: 10;
    display: none;
}
#loading_container .loading_message {
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    padding: 20px;
    margin-top: 200px;
}
#loading_container .loading_message .message{
    font-size: 20px;
}
#loading_container .loading_please_wait {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 20px;
}

#popup_container {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../../img/transparent-black.png");
    opacity: 1;
    background-repeat: repeat;
    z-index: 10;
    display: none;
}
.centerbox {
    /*background-color: #efefef;*/
    width: 400px;
    padding: 10px;
    min-height: 50px;
    position: relative;
    top: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}
.pagination{
    margin: 0px;
}
#results_per_page{
    width: 100px;
}
#results_per_page_title{
    margin-right: 15px;
}
.image_input{
    padding: 0px;
}
.enabled a{
    font-weight:bold;
}
.thumb{
    width: 80px;
}
.order_pos{
    float: left;
    clear: both;
    width: 100%;
    text-align:center;
}
.order_elem{
    float:left;
    margin-left: 5px;
}
.actions{
    width: 150px;
    text-align: center;
}
.nr_item{
    width: 50px;
}
.accordion h3{
    min-height: 20px !important;
}
.accordion-form-control{
    width: auto !important;
    float: left;
    height: auto;
}
.accordion-form-control-text{
    float:left;
    margin: 2px 0px 0px 15px;
}
.radio_text{
    margin-left: 10px;
}
.header_img{
    height: 50px;
}
.navbar-brand{
    padding: 0px;
}
tr:first-child th:first-child{
    border-top-left-radius: 10px;
}
tr:first-child th:last-child{
    border-top-right-radius: 10px;
}
/*-----------------------Content ---------------*/
#menu_20{
    width: 150px;
}
.header_img{
    border-radius: 50%;
}
.th_medium{
    width: 200px;
}
.th_medium2{
    width: 250px;
}
.th_large{
    width: 300px;
}
.login_title{
    padding: 0px;
    margin: 0px;
}
.input-large{
    width: 800px;
    margin-left: 15px;
    margin-right: 15px;
}
.accordion .control-label{
    padding-top: 12px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-size: 14px !important;
}
.form-control[type="checkbox"]{
    width: 14px;
    margin-left: 5px;
}
.alert-danger2{
    background-color: #D5242A;
    color: white;
}
.highlightDate a{
   background: #cccccc !important;
}
.ui-datepicker-title{
    color: black;
}
.controlBtn_left{
    top: 53px;
    z-index: 4;
    position: absolute;
    left: 0px;
}
.controlBtn_right{
    top: 53px;
    z-index: 4;
    position: absolute;
    right: 0px;
}
#calendar{
    overflow: hidden;
}
#employees_table{
    min-width: 300px !important;
}
.employee_name{
    line-height: 38px !important;
}
#buttons{
    height: 644px;
    overflow: scroll;
}
.get-org-chart .get-oc-c .link{
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/********* ui tooltip ***************/
.ui-tooltip, .arrow:after {
    background: #044B8F;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px #044B8F;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #044B8F;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/********* ui tooltip ***************/
.pointer{
    cursor: pointer;
}
.user2session{
    padding: 7px 0px;
}
textarea.criterionDesc {
  height: 150px;
}

.hidden {
    display: none;
}
