/*
* @author wmontalvo
* Custom css sheet
**/
@charset "UTF-8";

.
.containerBotton {
    cursor: pointer;
    display: inline;
    font-size: 18px;
}

.red {
    color: red;
}

.black {
    color: black;
}

.ui-datepicker-trigger {
    width: 25px;
    height: 25px;
}

input[type="radio"], input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.bold {
    font-weight: bold;
    width: 156px;
}

.trRows:hover {
    background: #EDE6E6;
}

tr.trRows.ng-scope:hover {
    background: #EDE6E6;
}

.vMaxShadow {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
}

.iconCenter {
    border-radius: 24px;
    height: 30px;
    width: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand {
    background-image: url("http://manager-assets-dev.s3-us-west-2.amazonaws.com/vmaxManager/vmaxmanager_logo-new.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 57px;
    margin-left: 0px !important;
    width: 55px;
}
.navbar-version {
    marging-left: 55px;
}


.table > thead > tr > th.sortable {
  cursor: pointer;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #000000;
}

/** This is for the Scroll Wrap */

.scrollableContainer {
    height: 310px;
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}
.scrollableContainer .headerSpacer {
    border: 1px solid #d5d5d5;
    border-bottom-color: #bbb;
    position: absolute;
    height: 36px;
    top: 0;
    right: 0;
    left: 0;
}
.scrollableContainer th .orderWrapper {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
}
.scrollableContainer th .orderWrapper .order {
    font-size: 8pt;
    color: #BDBDBD;
}
.scrollableContainer th .orderWrapper .active {
    color: #464646;
}

.scrollArea {
    max-height: 180px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #d5d5d5;
    /*  the implementation of this is still quite buggy; specifically, it doesn't like the
        absolutely positioned headers within
    -webkit-overflow-scrolling: touch;  */
}
.scrollArea table {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    width: 100%;
    border: none;
    /*border-collapse: separate;*/
}
.scrollArea table th {
    padding: 0 !important;
    border: none !important;
    min-width: 40px;
}
.scrollArea table .th-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0;
    height: 36px;
    line-height: 36px;
}

.scrollArea table th .box {
    padding: 0 8px;
    padding-right: 11px;    /*  order icon width*/
    border-left: 1px solid #ddd;
}

/*  to hack fix firefox border issue    */
@-moz-document url-prefix() {
    .scrollArea table th .box{
        border-right: 1px solid #ddd;
        border-left: none;
    }
}

.scrollArea table .th-inner .ng-scope {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrollArea table tr th:first-child th .box {
    border-left: none;
}
.scrollArea table .th-inner.condensed {
    padding: 0 3px;
}
.scrollArea table tbody tr td:first-child {
    border-left: none;
}
.scrollArea table tbody tr td:last-child {
    border-right: none;
}
.scrollArea table tbody tr:first-child td {
    border-top: none;
}
.scrollArea table tbody tr:last-child td {
    border-bottom: 2px solid #ddd;
}
.scrollArea table tbody tr td {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollableContainer .scaler {
    position: absolute;
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #CFCFCF;
}

.scrollableContainer{
	max-height: 250px;
}

.scrollableContainer th .resize-rod {
    position: absolute;
    top: 0;
    right: 0;
    cursor: col-resize;
    width: 4px;
    height: 100%;
}

.scrollable-resizing .scrollableContainer {
    cursor: col-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/** / This is for the Scroll Wrap */
.customMonth {
  width: 10% !important;
}

.action-button-grid {
    padding: 2px 6px 3px 6px !important;
    border-radius: initial !important;
}

/** Menu Changes - Overwrites main.css **/
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 255px;
  background-image: linear-gradient(180deg, #616266, #142134);
}
nav#menu div.mm-panels ul.mm-listview li.menu-logo {
  background-color: transparent !important;
}
nav#menu div.mm-panels ul.mm-listview li {
  color: grey;
}
a.menu-active {
  border-left: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  font-weight: 500;
}
a.menu-active i {
  color: #ffffff !important;
  background-color: transparent !important;
}
nav#menu div.mm-panels ul.mm-listview li a {
  padding: 10px;
  border-left: 0 !important;
}

 /** Vertical Tabs **/

/* .tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
 }
 .tabs-left {
    border-right: 1px solid #ddd;
 }
 .tabs-right {
    border-left: 1px solid #ddd;
 }
 .tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
 }
 .tabs-left>li {
    margin-right: -1px;
 }
 .tabs-right>li {
    margin-left: -1px;
 }
 .tabs-left>li.active>a,
     .tabs-left>li.active>a:hover,
         .tabs-left>li.active>a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
 }

 .tabs-right>li.active>a,
 .tabs-right>li.active>a:hover,
 .tabs-right>li.active>a:focus {
   border-bottom: 1px solid #ddd;
   border-left-color: transparent;
 }
 .tabs-left>li>a {
   border-radius: 4px 0 0 4px;
   margin-right: 0;
   display:block;
 }
 .tabs-right>li>a {
   border-radius: 0 4px 4px 0;
   margin-right: 0;
 }*/
