body{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.padding0{
    padding:0;
}
/* header */

.main-head {
    background-color: #00529b;
    height: 60px;
    /*overflow: hidden;*/
    font-family: 'open-sans',sans-serif;
    border-bottom: 2px solid #000;
}

.logo {
    display: inline-block;
    margin: 14px 0 14px;
}

.right-head-info li:first-child {
    border-left: 1px solid #5687b3;
}

.right-head-info li {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    margin-left: -5px;
    border-right: 1px solid #5687b3;
    color: #FFF;
    line-height: 39px;
}

.right-head-info li a {
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
}

.right-head-info li a > i{
    font-size: 22px;
}

.right-head-info .fa-question-circle{
    color: #80a9cd;
}
.right-head-info li a,
.right-head-info li a:hover {
    color: #fff;
}

.right-head-info li:hover{
    background-color: rgba(255,255,255,1);
    transition: background-color 0.2s ease;
}

.right-head-info li:hover a{
    color: rgba(0,83,155,1);
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.notification i.not-count {
    position: absolute;
    right: 8px;
    top: 6px;
    background: #F26862;
    padding: 2px 8px;
    display: inline-block;
    line-height: 1;
    border-radius: 8px;
    font-size: 11px;
    font-style: normal;
}

.user-info .user-image img {
    height: 37px;
    width: 37px;
    border-radius: 18px;
    border: 1px solid white;
    vertical-align: middle;
}

.user-info .user-name {
    margin: 0 10px;
}

.main-nav {
    height: 60px;
    background-color: #2B303B;
}

.sub-menu {
    padding: 0;
    margin: 0;
}

.main-nav .sub-menu li:first-child {
    padding-left: 0;
}

.main-nav li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    color: #949fb8;
    line-height: 39px;
    margin-right: 15px;
}

.main-nav li a,
.main-nav li .icon {
    color: #949fb8;
    font-size: 14px;
    transition: 0.3s all;
    position: relative;
    text-decoration: none;
}

.main-nav li .icon i{
    color:#fff;
}

.main-nav li a.active .icon {
    background-color: #48b0f7;
    color: #FFF;
    border: 1px solid #48b0f7;
}

.main-nav li a:hover{
    color: #FFF;
}

.main-nav li .icon {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    background-color: #1b1e25;
    border: 1px solid #17191f;
    margin-right: 8px;
    margin-top: -2px;
    color: #949fb8;
    text-align: center;
}

.main-nav li .fa {
    vertical-align: top;
    margin: 6px 2px;
}

nav.main-nav .dropdown .dropdown-toggle{
    font-size: 14px;
}

nav.main-nav .dropdown .dropdown-toggle .fa.fa-chevron-down {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.main-nav .sub-menu-right {
    margin: 0;
}

.main-nav .sub-menu-right > li:first-child {
    border-left: 2px solid #000;
}

.main-nav .sub-menu-right > li {
    border-right: 2px solid #000;
    margin-right: 0;
    padding: 10px 20px;
}

.main-nav .sub-menu-right > li > a > span{
    margin:0;
}

nav.main-nav .dropdown .dropdown-menu {
    top: 48px;
    right: -18px;
    background-color: #2B303B;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    left:-55px;
}

nav.main-nav .dropdown .dropdown-menu li a:hover {
    background-color: #000;
    color: #fff;
}

nav.main-nav .dropdown .dropdown-menu li a {
    padding: 10px 20px;
    cursor: pointer;
    color:#949fb8;
}

nav.main-nav .dropdown .dropdown-menu li {
    border: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
}

.main-search {
    width: 28%;
    padding: 10px;
}

.main-search .input-group input{
    font-size:16px;
    height:38px;
    border:none;
}
.main-search .input-group-addon {
    background-color: #fff;
    border: 0;
}

/* DropDowns */

.menu-dropdown .btn.dropdown-toggle,
.menu-dropup .btn.dropdown-toggle {
    background-color: #48b0f7;
    font-size: 13px;
    color: #fff;
    min-width: 100px;
    text-transform: capitalize;
    border-radius: 5px;
    min-height: 30px;
    padding: 5px;
}

.btn.dropdown-toggle > .fa {
    margin-left: 6px;
    font-size: 12px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size:13px;
}

.dropdown-menu{
    border:1px solid #48b0f7;
}

.menu-dropdown .dropdown-menu{
    top:28px;
}

.menu-dropup .dropdown-menu{
    top:auto;
    bottom:100%;
    left:-60px;
}

.btn-group.menu-dropdown.open > button {
    border-bottom-right-radius:0; 
    border-bottom-left-radius:0; 
}

.menu-dropdown.open > ul{
    border-top-left-radius:0;
}

.btn-group.menu-dropup.open > button{
    border-top-right-radius:0; 
    border-top-left-radius:0; 
}

.menu-dropup.open > ul{
    border-bottom-right-radius:0;
}

/* Buttons */

.btn-primary{
    min-width:100px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 20px;
    background-color: rgba(72,176,247,1);
    color: rgba(255,255,255,1);
    border-radius: 6px;
    border:none;
    transition: background-color 0.2s ease;
}

.btn-primary.active{
    background-color: rgba(0,83,155,1);
}

.btn-primary:hover{
    background-color: rgba(0,83,155,1);
    transition: background-color 0.2s ease;
}

.btn-icon{
    border: 1px solid #48b0f7;
    color: #48b0f7;
    background: #fff;
    font-size: 12px;
    min-width: auto;
    padding: 0 10px;
    min-height: 24px;
}
.btn.btn-icon[disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-icon:hover,.btn-icon.active{
    color: rgba(255,255,255,1);
    background-color: rgba(72,176,247,1);
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.btn-icon > .icon-right {
    margin-right: 6px;
    font-size: 12px;
}


/* Input  Groups*/

input.form-control{
    height:38px;
    font-size:16px;
}

.input-group input{
    border-right:none;
}

.input-group-radio input{
    border-left:none;
} 

.input-group .icon-right,
.input-group-radio span{
    background: #fff;
}

.input-group-left-text input,
.input-group-radio input{
    border-right:1px solid #ccc;
}

/* Navs */

.ingram-nav .nav-tabs,.ingram-pills .nav-tabs{
    border:none;
}

.ingram-nav .nav-tabs li a{
    color: rgba(40,40,40,1);
    padding: 0;
    border:none;
    margin: 0 30px 0 0;
    padding:10px;
}

.ingram-nav .nav-tabs li a:hover{
    border-bottom: 3px solid rgba(72,176,247,1);
    background-color: #fff;
    border-style:none none solid none;
    padding-bottom:9px;
}

.ingram-nav .nav-tabs li.active a{
    font-weight: bold;
    border-bottom: 3px solid rgba(72,176,247,1);
    border-style:none none solid none;
    padding:10px;
}

.ingram-nav .tab-content{
    border:1px solid rgba(220,220,220,1);
    padding:15px;
}

.ingram-pills .nav-tabs > li > a{
    padding:5px 10px;
    background-color: #949fb8;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-right:10px;
    margin-bottom: 5px;
    border-radius:4px;
}

.ingram-pills .nav-tabs > li.active > a,
.ingram-pills .nav-tabs > li.active > a:focus{
    background-color: #e5e5e5;
    color: #00529b;
    font-weight: bold;
    border-top: 1px solid #48b0f7;
    margin-bottom: 0;
    padding: 5px 10px 10px 10px;
    border-radius: 4px 4px 0 0;
}

.ingram-pills .nav-tabs > li.active > a:hover{
    color: #00529b;
    background-color: #e5e5e5;
}
.ingram-pills .tab-content{
    border:10px solid #e5e5e5;
    padding:10px;
}
.nav-tabs > li > a:hover{
    color: #00529b;
}

/* Breadcrumbs */

.breadcrumbsWithButton{
    border:1px solid #ccc;
    background:#ffffff;
}

.breadcrumbsWithButton button.btn{
    margin:4px;
}

.btn-breadcrumb.btn-group .btn {
    margin-left: -5px;
    min-width: auto;
    background-color: #fff;
    padding:6px 12px 7px 24px;
    margin:0;
    border:none;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 7px 10px;
    border-radius:0;
}

.btn-breadcrumb .btn:last-child {
  padding:6px 18px 7px 24px;
  border-radius:0;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn{
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 11px;
    min-height: 30px;
    text-align: center;
    margin: 5px;
    outline: 0;
    line-height: 1.8;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after{
  border-left: 10px solid #00539B;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before{
  border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn.btn-default:hover{
    background-color: #00539B;
    color: #fff;
}

/* Pagination */

.pagination > li > a, .pagination > li > span{
    font-size:13px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,.pagination > li > span:focus{
    color: #fff;
    background-color: #00539B;
    border-color: #ddd;
}

/* Panels*/

.ingram-panel .panel-heading a button.btn-collapse:after{
  font-family: "FontAwesome";
  content: "\f068";
  color: #9FA4AA;
  border: 1px solid #c8c8c8;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #F0F0F0;
  font-size:17px;
}

.ingram-panel.panel-default {
  border-color: #dcdcdc;
  border-radius:0;
}

.ingram-panel .panel-heading button.btn-collapse {
  background-color: #fff;
  border: none;
  outline:none;
}

.ingram-panel .panel-heading span{
    color:#000;
}

.ingram-panel.panel-default > .panel-heading {
  color: #000;
  border-bottom:1px solid #48b0f7;
  font-size:21px;
  background-color: #fff;
}

.ingram-panel .panel-heading a.collapsed button.btn-collapse:after{
  content: "\f067";
}

.ingram-panel.panel.panel-default > .panel-heading span.heading-small {
  font-size: 12px;
  color: #505050;
}

.ingram-panel .dropdown-spinner button.btn.btn-border {
    padding: 0 40px 0 10px;
    background-color: #fff;
    font-size:13px;
    margin:5px;
    border: 1px solid #48b0f7;
    color: #48b0f7;
    background: #fff;
    min-width: auto;
    min-height: 24px;
}

.ingram-panel .dropdown-spinner button .fa:first-child {
    top: 2px;
}

.ingram-panel .dropdown-spinner button .fa {
    position: absolute;
    right: 8px;
}

.ingram-panel .dropdown-spinner button .fa:last-child {
    top: 8px;
}

.ingram-panel .dropdown-spinner.dropup-menu.btn-group ul.dropdown-menu {
    left: -39px;
    top: 27px;
}

.ingram-panel .dropup-menu.btn-group.open > .dropdown-menu {
    top: 36px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
}

.ingram-panel .dropup-menu.btn-group.open .dropdown-toggle {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom:none;
    box-shadow:none;
}

.ingram-panel.panel.panel-default > .panel-heading span i.fa {
    margin-right: 10px;
}

.ingram-panel .btn-icon > .icon-left {
    margin-left: 6px;
}

.ingram-panel.panel.panel-default > .panel-heading .heading-subtitle span:first-child {
    font-weight: bold;
    margin-right: 10px;
}

.ingram-panel.panel.panel-default > .panel-heading .heading-subtitle span:last-child {
    padding-left: 15px;
    border-left: 1px solid #333;
}

.ingram-panel .panel-body .table {
    margin-bottom: 0;
}

.ingram-panel .panelTable.table th {
    text-align: center;
    text-transform: uppercase;
}

/* Table */

.ingram-panel .panelTable.table-striped>tbody>tr>td{
    border-left: 1px solid #c8c8c8;
    font-size: 13px;
}

.ingram-panel .panelTable.table-striped>tbody>tr>td:first-child{
    border-left:none;
}

/* SQUARED THREE */

.squaredThree {
    width: 20px;
    position: relative;
    display:inline-block;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left:0;
    margin-bottom: 0;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, rgba(72,176,247,1) 0%, rgba(72,176,247,1) 100%);
    background: -moz-linear-gradient(top, rgba(72,176,247,1) 0%, rgba(72,176,247,1) 100%);
    background: -o-linear-gradient(top, rgba(72,176,247,1) 0%, rgba(72,176,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(72,176,247,1) 0%, rgba(72,176,247,1) 100%);
    background: linear-gradient(top, rgba(72,176,247,1) 0%, rgba(72,176,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* toggles */

.toggle-controls input[type="radio"] + label,
.toggle-controls input[type="checkbox"] + label{
    font-size: 14px;
    cursor:pointer;
}

    /* Custom radio and checkbox styles */

.toggle-controls input[type=radio] + label:before{
    border-radius:50%;
}

.toggle-controls input[type=radio],
.toggle-controls input[type=checkbox]{
    visibility: hidden;
    position: absolute;
}

.toggle-controls input[type=radio] + label:before{
    height:16px;
    margin-right: 10px;
    content: " ";
    display:inline-block;
    vertical-align: baseline;
    border:1px solid #ccc;
    border-radius:10px;
    box-shadow: inset 0 -3px 6px #fff;
}

.toggle-controls input[type=checkbox] + label:before{
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
}

    /* Default */

.toggle-controls input[type=radio] + label:before{
    border-radius:50%;
    width:16px;
}

    /* Checked */

.toggle-controls input[type=radio]:checked + label:before{
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #48b0f7;
}

.toggle-controls input[type=checkbox]:checked + label:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #48b0f7;
    color: #fff;
}

.toggle-controls input[type=radio]:hover + label:before,
.toggle-controls input[type=checkbox]:hover + label:before
{
    border:1px solid #000;
}

.toggle-controls input[type=radio]:checked:hover + label:before,
.toggle-controls input[type=checkbox]:checked:hover + label:before{
    border:1px solid #ccc;
}

.toggle-controls input[type=radio][disabled="disabled"] + label:before,
.toggle-controls input[type=checkbox][disabled="disabled"] + label:before{
    box-shadow: inset 0 0 0 1px #eee;
    background-color: #eee;
    cursor: not-allowed;
}
.toggle-controls input[type=radio][disabled="disabled"]:hover + label:before,
.toggle-controls input[type=checkbox][disabled="disabled"]:hover + label:before{
    border:1px solid #ccc;
}

    /* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}
.switch input {
    display:none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color:#ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #92cdf6;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
  /* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* SQUARED THREE */
.squaredThree {
    width: 20px;    
    margin: 20px auto;
    position: relative;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Popover */

.ingram-popover,.ingram-popover.btn.btn-default:hover{
    font-size: 11px;
    background-color: #E7E7E7;
    border: 1px solid #C9C9C9;
    color: #333;
}

.popover-content {
  padding: 9px 14px;
  font-size: 11px;
  background-color: #000;
  color:#fff;
  border:transparent;
  border-radius:10px;
}
.popover.top > .arrow:after {
  border-top-color: #000;
}

.popover.fade.top.in{
    border:none;
    box-shadow:none;
}
/* Alerts */

.alert{
    font-size: 11px;
}
