/* -------------------------------- 

Primary style

-------------------------------- */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Raleway,Arial;
  font-size: 12pt;
  background-image: url('../images/master/bg.png');
  color:#000000;
}

body, html {
  /* prevent horizontal scrolling
  overflow-x: hidden;*/
}

p{
  margin-bottom:0 !important;
}
/*VERDI CUSTOM*/

.top-menu{
  width:100%;
}
.top-menu-right{
  float:right !important;
}
.top-menu ul li {
  display: inline;
  height:50px;
}
.top-menu ul li:hover
{
  border-bottom: solid 2px #8b0000;
}

.no-padding-lr{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin-lr{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-padding-tb{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-all{
  padding: 0 !important;
}

.margin-l{
  margin-left:15px !important;
}
.margin-r{
  margin-right:15px !important;
}

.margin-t{
  margin-top: 10px;
}

.top-bottom-menu{
  width:100%;
  background-color:#444444;
  height:60px;
  border-top:solid 1px #8b0000;
}

.component-menu{
  font-family: Raleway;
  width:100%;
  padding: 0px 10px 20px 10px;
  text-align: right;
  margin: 5px 0px 5px 0px;
}
.component-menu a{
  text-align: center;
  padding:5px;
}

.left-menu-item{
  margin-right:15px;
  padding-left:5px;
}

.left-menu-item-notify{
  color: #edb900;
}

.content{
}

.main a:hover{
  color:#999999;
  text-decoration: none;
}


a, a:active, a:visited{
  color:#999999;
  text-decoration: none;
}

a:hover{
  color:#ffffff;
  text-decoration: none;
}
.link a:visited{
  color:#999999;
  text-decoration: none;
}

.link a:hover,
.link a:active
{
  color:#003d3d;
  text-decoration: none;
}


.user-name{
  padding-left:5px;
  padding-right:15px;
  vertical-align: middle;
  padding-top:25px;
}

span.num {
  position: relative;
  font-size: 1em;
  left:5px;
}

.notified i,
.notified span{
  margin-right:5px;
  color: #edb900;
}
.notified:hover{
  color:#8e7d75;
}


.dd-top-menu-item{
  width:100%;
  display: inline-block;
}
.dd-top-menu-item i{
  float:left;
}
.dd-top-menu-item span{
  padding-left:10px;
  float:right;
}

.dd-top-menu-item:hover{
  color:#8e7d75;
}

.to-right{
  position:relative;
  display:inline;
  float:right;
  text-align:right !important;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;

  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.bigger{
  /*font-size: 1.2em;*/
}

.app-name2{
  font-family: 'vanadine';
  letter-spacing: 5pt;
  font-weight: bolder;
  color:#ffffff;
  margin: 0 15px  0 25px;
  text-align: center;
}
.app-name2:hover *{
  color:#ffffff;
  text-decoration: none !important;
}

/*VERDI CUSTOM end*/

/*BOOTSTRAP OVERRIDES*/
.navbar{
  padding-left:0 !important;
  background-color: #333333;
  border-radius: 0px;
}

.navbar-brand {
  position: relative;
  bottom: 7px;
}

.navbar-nav > li > a{
  padding-bottom:0 !important;
  line-height: normal;
}

.popover{
  width: 100%; /* Max Width of the popover (depending on the container!) */
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
  background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

#extended_menu.dropdown-menu {
  width: 110% !important;
  margin-top:3px;
  min-width: 230px;
}

/*BOOTSTRAP OVERRIDES end*/

/* -------------------------------- 

.main Components 

-------------------------------- */
.main {
  padding: 10px 25px 25px 25px;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.options-box{
  /*hide additional scrollbar in options section*/
  padding-right:20px;
}

.navigation-is-open .main {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}


.cd-nav-trigger {
  z-index: 3;
  background-color: transparent;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s;
}

.cd-nav-trigger:hover{
  color:#ffffff;
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  color:#ffffff;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/master/bg.png');
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,333333+100 */
 /* background: -moz-linear-gradient(left, #bfbfbf 0%, #333333 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(left, #bfbfbf 0%,#333333 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to right, #bfbfbf 0%,#333333 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#333333',GradientType=1 ); !* IE6-9 *!*/
  overflow-y:auto;

}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top:0px;
  /*padding: 50px 50px 15px 15px;*/
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
/* animated go to options menu icon - disabled temporary(?)
.focused-icon {
  -webkit-animation: bring-attention 20s infinite; !* Safari 4.0 - 8.0 *!
  -webkit-animation-delay: 10s; !* Safari 4.0 - 8.0 *!
  animation: bring-attention 20s infinite;
  animation-delay: 10s;

}

!* Safari 4.0 - 8.0 *!
@-webkit-keyframes bring-attention {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.5) rotate(360deg);

  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes bring-attention {
  0% {
    transform: scale(1) rotate(0deg);

  }
  25% {
    transform: scale(1.5) rotate(360deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}*/


/*TABLES*/
.header1{
  background-color: #798593;
}

.header2{
  background-color: #cccccc;
}

.border-top{
  border-top: solid 1px #000000;
}

.done{
  color:#008000;
  font-weight: bold;
  font-style: italic;
}
/*CALENDAR TASK DEF CON*/
.def_con{
  position:relative;
  top:5px;
  right:5px;
  float:right;
}

.def_con_normal{
  color: #2f6000;
}
.def_con_warn{
  color: #ddb700;
}
.def_con_urgent{
  color: #dd6e00;
}
.def_con_critical{
  color: #dd0000;
}
.def_con_failed{
  color: #2b2b2b;
  font-weight: bold;
}

/*datatables override*/
button.dt-button, div.dt-button, a.dt-button{
  font-size: 12px !important;
  display: inline-block !important;
  outline: none !important;
  background: #ffffff !important;
  cursor: pointer !important;
  border: solid 4px #003d3d !important;
  color:#003d3d !important;
  border-radius: 0!important;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover{
  background-color: #003d3d!important;
  color:#ffffff!important;
}

.bordered {
  border: solid 1px #8b0000;
}

.opts{
  display:none;
}

/*shop*/
.additionals{
  width:100%;
  border: solid 1px #666666;
}

.additionals th{
  background-color: #8c8c8c;
}

.additionals th,
.additionals td{
  padding:5px;
  text-align: center;
}
.additionals tr:nth-child(even) {background: #cacaca}
.additionals tr:nth-child(odd) {background: #BBCDCD;}

.client2-btn{
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size:14px;
}
.client2-btn:hover
{
  background-color: #003d3d;
  border-color: #003d3d;
  color:#fff;
}
.f_control {
  height: 22px;
  padding: 0px;
  font-size: inherit;
}


.order-box{
  border: solid 1px gray;
  padding: 10px;
  background-color: #ffffff;
}

.full-width{
  width:100%;
}

/*client3 section*/
.top-border-red{
  text-align: right;
  border-top: solid 2px #800000;
}

.caladditem {
  cursor: pointer;
  cursor: hand;
  float: right;
  padding: 2px 0px 0px 0px;
  margin: 3px;
  color: #acacac;
}

.caladditem:hover {
  color: #003d3d;
}


.border-cell{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
}
.border-cell-no-l{
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #000000;
}

.border-cell-no-lr{
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #000000;
}

.header2 th{
  border-right: solid 1px #000000;
}


.summary_table{
  width:100%;
}

.summary_table .header td{
  background-color: #8c8c8c;
}
.summary_table th,
.summary_table td{
  padding:10px;
  text-align: center;
}

.summary_table tr:nth-child(even) {background: #e3e3e3;}
.summary_table tr:nth-child(odd) {background: #FFF;}

.summary_table.toleft td{
  text-align: left;
}

.center {
  margin: auto;
  width: 75%;
  padding: 10px;
}

.right{
  float:right;
}

.datarow, .cdatarow{
  line-height: 30pt;
}

.brd{
  border:solid 1px red;
}

/*pagination */

/*price boxes*/
.pricing-table {
  /*padding-top: 30px;*/
  padding-bottom: 10px;
}


.pricing-table .addons{
  color:#d84600;
}

.pricing-table .pricing-header {
  position: relative;
  background: #34495e;
  padding: 22px 22px;
  text-align: center;
  color:#ffffff;
  border:solid 15px #ffffff;
  outline: solid 2px #999999;
}

.pricing-table .pricing-account{
  background: #666666;
}

.pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.pricing-table .pricing-header .pricing-title-account {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
}

.pricing-table .pricing-header .pricing-rate{
  font-size: 70px;
  font-weight: 700;
  color: #d84600;
  position: relative;
  text-align: center;
}

.pricing-table .pricing-header .pricing-title-small {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.pricing-table .pricing-header .pricing-rate-small{
  font-size: 24px;
  font-weight: bold;
  color: #d84600;
  position: relative;
  text-align: center;
}


.pricing-table .pricing-header .pricing-role{
  font-size: 34px;
  font-weight: 300;
  color: #d84600;
  position: relative;
  text-align: center;
}

.pricing-table .pricing-header .pricing-role-gold {
  color: gold !important;
}
.pricing-table .pricing-header .pricing-rate-cash{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.pricing-table .pricing-header .pricing-rate-cash span {
  font-size: 16px;
  color: #bdc3c7;
  text-transform: uppercase;
}

.pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #bdc3c7;
}
.pricing-table .pricing-header .pricing-rate span {
  font-size: 16px;
  color: #bdc3c7;
  text-transform: uppercase;
}
.pricing-list {
  padding: 10px 0 15px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
.pricing-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
.pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #bdc3c7;
  font-size: 16px;
  line-height: 42px;
}
.pricing-list ul li:last-child {
  border: none;
}
.pricing-list ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
.pricing-list ul li span {
  color: #34495e;
}

/*pagination navigation!*/
.pagination-nav{
  text-align: center;
}

/*INFO TABLES*/
.info-table {
  padding-top: 30px;
  padding-bottom: 30px;
}

.info-table .info-header {
  position: relative;
  /*background: #34495e;*/
  background: #e6dfda;
  padding: 22px 22px;
  text-align: center;
  color:#000000;
  border:solid 15px #ffffff;
  outline: solid 2px #999999;
}

.info-table hr{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}


.info-table .info-header .info-title {
  color: #d84600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.info-table .info-header .info-row{
  font-size: 16px;
  color: #000000;
}

.info-table .info-header .info-row span{
  font-size: 20px;
  color: #666666;
}

.info-table textarea,
.info-table textarea:focus,
.info-table textarea:active{
  background-color: #ffffff!important;
}

.btn-custom {
  color: #bdc3c7;
  background-color: transparent;
  font-size: 18px;
  border: 1px solid #bdc3c7;
}
.btn-custom:hover {
  color: #ffffff;
  background-color: #d84600;
  border: 1px solid #ffffff;
}

table.hover tr td:nth-child(1),
table.hover tr th:nth-child(1){
  border-left: solid 1px #000000 !important;
  min-width: 40px;
}
table.hover tr td:last-child,
table.hover tr th:last-child{
  border-right: solid 1px #000000 !important;
}
/*datatables pagination override*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #003d3d;
  background-color: #003d3d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005d3d), color-stop(100%, #003d3d));
  background: -webkit-linear-gradient(top, #005d3d 0%, #003d3d 100%);
  background: -moz-linear-gradient(top, #005d3d 0%, #003d3d 100%);
  background: -ms-linear-gradient(top, #005d3d 0%, #003d3d 100%);
  background: -o-linear-gradient(top, #005d3d 0%, #003d3d 100%);
  background: linear-gradient(to bottom, #005d3d 0%, #003d3d 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(to bottom, #ff6000 0%, #d84600 100%);
  border: 1px solid #d84600;
}


.modal-spinner {
  color:#b80000;
  display:    none;
  position:   fixed;
  z-index:    1000;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 );
  top:0;
  left:0;
  text-align: center;
  vertical-align: middle;
}

.modal-spinner i{
  position: relative;
  top: calc(50% - 10px);
}
.modal-spinner>div{
  color:black;
  font-size:16pt;
  position: relative;
  top: calc(48%);
}

body.loading-spinner {
  overflow: hidden;
}
body.loading-spinner .modal-spinner {
  display: block;
}

/*shortcuts like boxes*/
a div.shortcut{
  height:150px;
  background-color: #003d3d;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor:pointer;
  word-wrap: break-word;
  padding: 45px 10px 10px 10px;
  line-height: 30px;
  outline: 1px solid #666666;
  outline-offset: -7px;
}
a div.shortcut:hover{
  background-color: #d84600;
  outline: 1px solid #ffffff;
}

.creditsmoney {
  font-size: 18pt;
  font-weight: bold;
  color: #bdc3c7;
}

.nav-link{
  cursor:pointer;
  cursor:hand;
}