﻿/*
Template Name: DASHGUM FREE - Bootstrap 3.2 Admin Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://blacktie.co
Premium: http://www.gridgum.com
*/
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px;
    background-color: white;
}

ul li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #68dff0;
    color: #fff;
}

::-moz-selection {
    background: #68dff0;
    color: #fff;
}

#portal_container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}


/* Bootstrap Modifications */
.modal-center {
  text-align: center;
  padding: 0 !important;
}

.modal-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.btn-round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}


/*Theme Backgrounds*/
/*light blue*/
.bg-theme {
    background-color: #68dff0;
}
/*purple*/
.bg-theme02 {
    background-color: #ac92ec;
}
/*light green*/
.bg-theme03 {
    background-color: #48cfad;
}
/*indian red*/
.bg-theme04 {
  background-color: #ed5565;
}

.label-theme {
    background-color: #68dff0;
}

/*Theme Buttons*/

.btn-theme {
  color: #fff;
  background-color: #68dff0;
  border-color: #48bcb4;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-clear-g {
	color: #48bcb4;
	background: transparent;
	border-color: #48bcb4;
}

.btn-clear-g:hover {
	color: white;
}

/*Helpers*/

.centered {
	text-align: center;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

.mt {
	margin-top: 25px;
}

.mb {
	margin-bottom: 25px;
}

.ml {
	margin-left: 5px;
}

.mr {
    margin-right: 5px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.form-caption {
    text-align: right;
}

.form-row-offset-2 {
    margin-top:24px;
}

/*sidebar navigation*/

#portal_sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #A1D3F8;
    background-image: url("images/menu_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#portal_sidebar h5 {
	color: #f2f2f2;
	font-weight: 700;
}

#portal_sidebar ul li {
    position: relative;
}

#portal_sidebar .sub-menu > .sub li  {
    padding-left: 20px;
}

#portal_sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 1px;
}

#sidebar-menu-heading {
    width: 100%;
    height: 24px;
    color: #fff;
    background-color: #9BCDF0;
    border-bottom-color: #DDE5E8;
    margin-top: 50px;
    background-image: url("images/menu_header.png");
    background-position: left;
    background-repeat: no-repeat;
}

#sidebar-menu-body {
    overflow: auto;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url("images/nav-expand.png") no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
}
.active .dcjq-icon {
    background: url("images/nav-expand.png") no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 5px;
}

#portal_sidebar > ul > li > ul.sub {
    display: none;
}

#portal_sidebar > ul > li.active > ul.sub, #portal_sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li {
    background-color: transparent;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0px groove #424a5d;
}

ul.sidebar-menu li ul.sub li:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 14px;
    font-weight: normal;
	  padding: 10px 0 8px 0px;
    line-height: 18px;
    height: 35px;
    color: #3A466D;
    white-space:nowrap;
    text-decoration: none;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li ul.sub li a:hover {
	  color: #FF7F27;
	  background: transparent;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li.sub-menu a{
    font-size: 14px;
    font-weight: normal;
    color: #3A466D; 
    text-decoration: none;
    display: block;
    padding: 10px 0 8px 10px;
    outline: none;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a img {
    border-width:0;
    margin-right:3px;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background-color: transparent;
    color: #1933EC;
    font-weight: bold;
    white-space:nowrap;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF7F27;
}

ul.sidebar-menu li.sub-menu a.active i {
    color: #1933EC;
}

ul.sidebar-menu li ul.sub li a.active, ul.sidebar-menu li ul.sub li a.active i {
    color: #1933EC;
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li a:hover span {
    background-color: transparent;
    color: #FF7F27;
    text-decoration: underline;
    white-space:nowrap;
}

ul.sidebar-menu li a i {
    font-size: 14px;
    padding-right: 6px;
}



/* MAIN CONTENT CONFIGURATION */
#portal_main-content {
    margin-left: 210px;
    background-color: #BBDFF7;
}

.portal_header, .portal_footer {
    min-height: 50px;
    padding: 0 15px;
}

.portal_header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.portal_header-bg {
    border-bottom: 0px solid #F0F8FB;
    background: #5EB3E9 url("images/bg_header.jpg") no-repeat top left fixed;
}

.portal_wrapper {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

a.portal_logo {
    font-size: 20px;
    color: #006AA6;
    float: left;
    margin-top: 15px;
    text-decoration:none;
}

a.portal_logo b {
    font-weight: 900;
}

a.portal_logo:link {
	text-decoration:none;
}
a.portal_logo:visited {
	text-decoration:none;
}

a.portal_logo:hover, a.portal_logo:focus {
    text-decoration: none;
    outline: none;
}

a.portal_logo span {
    color: #006AA6;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px solid #666666;
    padding: 2px 6px;
    margin-right: 15px;
    margin-top: 15px;
    text-decoration: none;
    vertical-align: bottom;
    min-height: 28px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    color: #FFD777;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #b6b6b6;
    background-color: transparent;
    text-decoration: none;
}

ul.top-menu li > a:link {
    text-decoration: none !important;
}

ul.top-menu li > a:visited {
    text-decoration: none !important;
}

ul.top-menu li > a:hover {
    text-decoration: none !important;
}

ul.top-menu li > a:active {
    text-decoration: none !important;
}

ul.top-menu > li > .logout {
    font-size: 14px;
    border: 1px solid #64c3c2 !important;
}

ul.top-menu > li.navbar-right {
    float: right !important;
}

ul.top-menu > li.profile {
    font-size: 12px;
    padding-right: 15px;
}

.dropdown-menu.profile {
    float: left;
    font-weight: 600;
    padding-left: 2px;
    margin-top: -1px;
}


.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #portal_sidebar > ul {
    display: none;
}

.sidebar-closed #portal_main-content {
    margin-left: 0px;
}

.sidebar-closed #portal_sidebar {
    margin-left: -180px;
}


/* FORMS CONFIGURATION */
.form-panel {
	background: #ffffff;
	margin: 10px;
	padding: 10px;
	box-shadow: 0px 3px 2px #aab2bd;
	text-align: left;
}

.form-horizontal.style-form .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.round-form {
	border-radius: 500px;
	-webkit-border-radius: 500px;
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: left;
	}
}

.focusedInput {
	border: 1px solid #ed5565;
	box-shadow: none;
}

.add-on {
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}


/*footer*/
.site-footer {
    background: #68dff0;
    color: #fff;
    padding: 10px 0;
    display: none;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}

/*
number-spinner
*/
.number-spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -40%;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}


.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-footer-default {
	color:#000;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #F5F5F5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.h-divider{
    margin-top:5px;
    margin-bottom:5px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}
.v-divider{
    margin-left:5px;
    margin-right:5px;
    width:1px;
    height:100%;
    border-left:1px solid gray;
}

/*
    dropdown-submenu
*/
.nav .dropdown-submenu {
    position: relative;
    border: 0px solid greenyellow;
}

.nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    min-width: 150px;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #C3C3C3;
}

.nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.nav .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;
}

.nav .dropdown-submenu:hover > a::after {
    border-left-color: #555;
}

/* submenu placement itself on the left side */
.nav .dropdown-submenu.ddmenu-left {
    float: none;
}
.nav .dropdown-submenu.ddmenu-left > .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-right: 0px;
    margin-left: 10px;
}
/* arrow position */
.nav .dropdown-submenu.ddmenu-left > a::after {
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
}

.nav .dropdown-submenu.ddmenu-left:hover > a::after {
    border-right-color: #555;
}
