.panel_with_buttons .panel-heading {
    height: 53px;
}

.panel_with_buttons .panel-title{
    padding-top: 7.5px;
}

#recaptcha_privacy {
    display: none;
}

#ldap_test_result_message .alert{
    margin-bottom: 0px;
}

.modal_vm_resize input[name="confirm_resize"]{
    margin-top: 9px;
}

a.oauth-linked {
    margin-bottom: 5px;
}

.disabled-tab{
    pointer-events: none;
}

.input-group-addon .glyphicon-refresh{
    cursor: pointer;
}

/* glyphicon dans des onglets */
ul.nav-tabs > li > a > .glyphicon{
    background-color: transparent;
    margin-left: 8px;
}

.tabs_node {
    margin-top: 50px;
}

.modal fieldset legend {
    margin-bottom: 10px;
}

/* Source : Laravel Spark */
.uicb-nav-stacked a {
    border-bottom: 1px solid #e4ecf2;
    border-left: 0px solid transparent;
    color: #636b6f;
}
.uicb-nav-stacked > li.active > a, .uicb-nav-stacked > li.active > a:hover, .uicb-nav-stacked > li.active > a:focus {
    background-color: #fff;
    color: #636b6f;
}
.uicb-nav-stacked li a:active, .uicb-nav-stacked li a:link, .uicb-nav-stacked li a:visited {
    background-color: #fff;
}
.uicb-nav-stacked li a:hover{
    background-color: #eee;
}
.uicb-nav-stacked li.active a {
    border-left: 3px solid #3097d1;
}
.panel-flush .panel-body, .panel-flush .panel-header {
    padding: 0;
}

.uicb-nav-stacked.nav-pills > li > a {
    border-radius: 0;
}

.uicb-nav-stacked.nav-stacked > li + li {
    margin-top: 0;
}

#amazon_left_menu h4 {
    margin-top: 7px;
}

.link_sn a {
    margin-left: 5px;
}

.table-column-multi-select {
    width: 38px;
    text-align: center;
}

#table_autoscaling_security_groups_wrapper {
    margin-bottom: 20px;
}

#table_autoscaling_security_groups_wrapper > .row:nth-child(2) > div {
    height: 300px;
    overflow: auto;
}

#table_new_elb_security_groups_wrapper {
    margin-bottom: 20px;
    height: 300px;
    overflow: auto;
}



.form-group.multiselect_refresh .btn-group, .form-group.multiselect_refresh .multiselect
{
    width:100%;
}

.custom_flavors .form-inline > .form-group{
    margin-left: 30px;
}

/*source  sb-admin*/
/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.sidebar-cloud .sidebar-cloud-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar-cloud ul li {
    background-color: #fff;
    color: #636b6f;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-cloud ul li > a {
    color: #636b6f;
}

.sidebar-cloud ul li.active > a {
    color: #636b6f;
    border-left: 3px solid #3097d1;
}

.sidebar-cloud .arrow {
    float: right;
}

.sidebar-cloud .fa.arrow:before {
    content: "\f104";
}

.metismenu .active>a>.fa.arrow:before,
.metismenu .metismenu_active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar-cloud .nav-second-level li,
.sidebar-cloud .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar-cloud .nav-second-level li a {
    padding-left: 37px;
}

.sidebar-cloud .nav-third-level li a {
    padding-left: 52px;
}



table .glyphicon-minus, table .glyphicon-plus{
    cursor: pointer
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.modal_hight {
  height: 300px;
  overflow: auto;
}
a.help-tool-tip, a.help-tool-tip:hover, a.help-tool-tip:visited {
    color: black;
}

/* prepare deployment */
input[name=keypair_name], input[name=placement_group_name]{
    width:80% !important;
}

.region_form_group{
    margin-left: 5px;
}

.glyphicon-refresh:hover {
    cursor: pointer;
}



td.details-control {
    background: url('https://datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.clickable
{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px
}

.clickable .glyphicon
{
    margin-top: 1px;
}

.panel-heading .clickable
{
    margin-top: -22px;
    font-size: 15px;
    margin-right: -10px;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }

.dt-button-collection > li > a:focus, .dt-button-collection > li > a:hover {
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
}

/*#vsphere_left_menu #btn_vsphere_tree_refresh {
    margin-top: 3px;
    position: absolute;
    margin-left: 5px;
    float: right
}*/

#vsphere_left_menu #btn_vsphere_tree_refresh {
    cursor: pointer;
}

#vsphere_tree_menu{
    /*float: left;*/
    height: 500px;
    overflow: auto;
    overflow-x: scroll;
    white-space: pre;
    width: auto;
}

#vsphere_tree_menu .list-group-item{
    padding: 2px 2px 2px 5px;
    border: 0px;
}

#vsphere_tree_menu .fa-stop-circle
{
    color:rgb(190, 1, 1); /* rouge */
}

#vsphere_tree_menu .fa-play-circle
{
    color:green;
}

#vsphere_view
{
    min-height: 235px;
}

/* http://stackoverflow.com/questions/1964839/how-can-i-create-a-please-wait-loading-animation-using-jquery */
#vsphere_view_loading {
    display:    block;
    position:   absolute;
    z-index:    1000;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/img/ajax-loader2.gif') 
                49% 200px 
                no-repeat;
    overflow: hidden;
}

#header_navbar .dropdown-menu.multi-level
{
    z-index:5000;
}
/* 
 source : http://bootsnipp.com/snippets/BDN1r
*/
.gly-spin {
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
source : http://bootsnipp.com/snippets/8deZ
 */
.btn-circle2 {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
    cursor: default;
    pointer-events: none;
}

.btn-circle2-micro {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    line-height: 0.1;
    border-radius: 30px;
    cursor: default;
    pointer-events: none;
}

.btn-circle2-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
    cursor: default;
    pointer-events: none;
}

.btn-circle2-lg {
    width: 79px;
    height: 79px;
    text-align: center;
    padding: 13px 0;
    font-size: 30px;
    line-height: 2.00;
    border-radius: 70px;
    cursor: default;
    pointer-events: none;
}

/* source : */
.mini-box {
    /*min-height: 120px;*/
    padding: 25px;
    background-color:#f5f5f5;
}
.text-muted {
    color: #777
}
.mini-box .box-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;

}

.mini-box .box-info p {
    margin: 0
}

.size-h1 {
    font-size: 36px
}

.size-h2 {
    font-size: 30px
}

.size-h3 {
    font-size: 24px
}

.size-h4 {
    font-size: 18px
}

.text-thin {
    font-weight: 300
}

.text-ultralight {
    font-weight: 100
}


/* aws css */
.aws-service-icon {
    background-image: url('/img/aws/icon-sprite-aws.png');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0
}
.aws-service-icon-size-lg {
    height: 24px;
    width: 24px;
    background-position-y: 0;
}
.aws-service-icon-size-med {
    height: 20px;
    width: 22px;
    background-position-y: -24px;
}
.aws-service-icon-size-sm {
    height: 16px;
    width: 16px;
    background-position-y: -44px;
}
.aws-service-icon-svc-ec2 {
    background-position-x: -36px;
}
