html{
	overflow-y: scroll;
}

html,body
{
  background:#333 !important;
  
}

/* HS-54009 fix bootstrap modal keep adding padding-right problem */
body:not(.modal-open){
  padding-right: 0px !important;
}

select option {
  color: black; /* color of all the other options*/
}


select:focus {
  color: black !important; /* color of all the other options*/
}

select:visited {
  color: black !important; /* color of all the other options*/
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

:disabled {
    cursor:not-allowed !important;
}

::placeholder {
    color:#a9a8a9;
}

.text-overflow-ellipsis {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}

.text-overflow-ellipsis:hover {
    overflow: visible;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
            user-select: none;
}

.selectableoption {
	cursor:pointer;
}

.cursornotallow {
	cursor: not-allowed;
}

.warning-color {
	color: #ffa600;
}

.error-color {
	color: #ff3131;
}

/* jquery-ui override */
.ui-dialog .ui-dialog-titlebar {
	padding: .8em 1em;
	position: relative;
}

.ui-progressbar {
	height: 1em;
}
/* end jquery-ui override */

input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
 color:#a9a8a9;
 
}
input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#a9a8a9;
 
}


input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#a9a8a9;
}


input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#a9a8a9;
 
 
}



input[type="password"]::-webkit-input-placeholder { /* WebKit browsers */
 color:#a9a8a9;
 
}
input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#a9a8a9;
 
}


input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#a9a8a9;
}


input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#a9a8a9;
}

.modal-open{padding-right: 0 !important}

.modal-xl {
	width: 1100px;
}

.redbold {
    font-weight: 700; 
    color:#ba4c32;
}



.row_clr{ margin-left:0 !important; margin-right:0 !important;}

.container{ width:1170px !important;max-width: none !important;} 

.common_container{float:none !important; display:block; margin:0 auto;width:899px !important;}

.common_container_2{float:none !important; display:block; margin:0 auto;width:1140px !important;}

.modal-body input[type="text"], .modal-body input[type="password"] {
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
}

.modal-body label {
	font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    margin-right: 10px;
}

.modal-body p {
    overflow-wrap: break-word;
}

/*bootsrap override*/


/*Global*/

.left_arrow{color: #aebe04;}

.top_place_holder{margin-top:10px; margin-bottom:10px;}

.add_link > a{font:14px 'proxima_novasemibold', sans-serif;color: #aebe04;text-transform:uppercase;display: inline-block;margin-top: 14px;margin-bottom:10px;}

.add_link > a:hover{color:#c4d600;}

.cmc_hidden {display: none;}

.red {color: red;}

.reserve_block {visibility: hidden;}

.toggle_on .toggle-icon {
	color: #00cc00;
}

.toggle_off .toggle-icon {
    color: #ff3131;
    transform: rotateY(180deg);
}

input[type='button'].cancel {background: #c0cad0;}

/*Login*/

.login_top_links{float:none !important; display:block; margin:auto;width:910px !important;}

.login_top_links_inner{ float:right;color:#99a1a8; margin-top:10px;}

.login_top_links_inner a{font:12px 'proxima_nova_rgregular', sans-serif; color:#99a1a8;}

.login_top_links_inner a:hover{color:#333e48;}

.login_top_links_active{color:#333e48 !important;}

.login_container{ float:none !important; display:block; margin:auto;  height:480px; position:absolute;top:0; bottom:0; left:0; right:0;
 width:910px !important;}


.login_container_inner{-moz-box-shadow:1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;border:1px solid #9D9D9D;}

.login_container_left{ border-right:1px solid #e9e9e9;height:410px; background:#fff;}

.login_container_left img{ display:block; margin:90px auto 0;}

.login_container_right{height:410px; background:#fff;}

.login_container_right_inner{ width:270px; margin:0 auto;}

.login_container_right_inner h2{font:16px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-top:25px; margin-bottom:20px;}

.login_form_top{ margin-top:15px;}

.login_form_row{ margin-bottom:15px;}

.login_form_row label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:capitalize; display:block;}

.login_form_row input[type="checkbox"]{ vertical-align: bottom;}

.login_form_row input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.login_form_row input[type="password"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.login_form_row a{font:12px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; text-transform:capitalize; display:block; margin-top:5px;}


.login_form_row select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; 
color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}
  
  


.login_form_row_left{ float:left; vertical-align:top;margin-top: 9px;  width: 100%;}

.login_form_row_left label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:inline-block; vertical-align:middle; margin-bottom:0;}

.login_form_row_left input[type="checkbox"]{ margin-top:0;display:inline-block; vertical-align:middle;}

.login_form_row_right{ float:right;vertical-align:top;}

.login_form_row_right input[type="submit"]:disabled{cursor: progress !important;}

.login_form_row_right input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:106px; height:40px;display:block; 
border-radius:5px; background:#aebe04; text-transform:uppercase;}


.login_form_row_right input[type="submit"]:hover{background:#c4d600;}

.login_form_row_right input[type="button"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:106px; height:40px;display:block; 
border-radius:5px; background:#aebe04; text-transform:uppercase;}


.login_form_row_right input[type="button"]:hover{background:#c4d600;}

/*main navigation*/

.top_wrapper{ background:#333e48; height:65px;}

.top_wrapper_left img{ padding-top:18px;}

.top_wrapper_right_with_iam ul li{padding-left:18px !important; padding-right:18px !important;}

.top_wrapper_right ul{ padding-left:15px; float:right;margin-bottom: 0;}

.top_wrapper_right ul li{ float:left; list-style:none; vertical-align:middle; padding-left:20px; padding-right:20px;height:65px; border-right:1px solid #2f3a43; position:relative;}

.top_wrapper_right ul li a{font:14px 'proxima_novalight', sans-serif; color:#fff; text-decoration:none; text-transform:capitalize;padding-top: 25px;display: block;  padding-bottom: 26px;}

.top_wrapper_right ul li:hover > a{ color:#c4d600;}

.top_wrapper_right ul li:hover{background:#212b34;}

.active{background:#212b34; border-top:2px solid #c4d600;}

.active a{color:#c4d600 !important;}

.user_menu a{padding-top: 15px !important;}

.user_menu img{ border-radius:50%;}

.user_menu div{float: left;}

.user_menu_user_id{max-width: 65px; overflow: hidden; text-overflow:ellipsis;}

.user_menu_text{padding-top: 11px;}

.user_menu_inner a{color:#92979d!important;}


.user_menu_inner{ min-width:155px; position:absolute; background:#2f3a43;top: 63px;left: 0; display:none; z-index:9999;}

.user_menu_inner a{padding-top: 15px !important; padding-bottom: 15px!important; padding-left:15px !important;}

.user_menu:hover .user_menu_inner{display:block;}

/*red alert box*/


.alert_red{ margin-top:20px; margin-bottom:20px;}

.dialog_alert_red{margin-bottom:20px;}

.alert_red_inner{ background:#ffbcb5; border:1px solid #e1938c; border-radius:5px;}

.alert_red_normal p{font:14px 'proxima_novasemibold', sans-serif; color:#945e59; margin-bottom:6px;  margin-top: 6px;}

.alert_red_left p{font:14px 'proxima_novasemibold', sans-serif; color:#945e59; margin-bottom:6px;  margin-top: 6px; text-align:center;}

.alert_red_right p{font:14px 'proxima_nova_rgregular', sans-serif; color:#343434; margin-bottom:6px;  margin-top: 5px;}

.alert_red_right p span{font:14px 'proxima_novasemibold', sans-serif; }


/*green alert box*/

.alert_green{ margin-top:20px; margin-bottom:20px;}

.dialog_alert_green{margin-bottom:20px;}

.alert_green_inner{ background:#c4f4d0; border:1px solid #a7d3b2; border-radius:5px;}

.alert_green_inner p{font:14px 'proxima_nova_rgregular', sans-serif; color:#343434; margin-bottom:6px;  margin-top: 6px;}

.alert_green_inner p span{font:14px 'proxima_novasemibold', sans-serif; }

/*grey alert box*/

.alert_grey{ margin-top:20px; margin-bottom:20px;}

.alert_grey_inner{ background:#b1bec6; border:1px solid #333e48; border-radius:5px;}

.alert_grey_inner p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:6px;  margin-top: 6px;}

.alert_grey_inner p span{font:14px 'proxima_novasemibold', sans-serif; }


/*green warning message box*/

.warning_green_row_div {
	background: #c4f4d0;
	border: 1px solid #a7d3b2;
	border-radius: 5px;
	color: #616E14; border : solid 1px #BFD62F; background-color : #DAE691;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #BFD62F;
	background-color: #DAE691;
}

/*dashboard*/
.dashboard_full{ padding-bottom:40px;}

.dashboard_full img{ width:100%;}

.color-box-grey {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #92979d;
}

.color-box-blue {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #0290E4;
}

.color-box-red {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #f03856;
}

.color-box-yellow {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #E1B900;
}

.color-box-green {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #77b65b;
}

.graph-label {
	float: right;
	padding-right: 0px;
}

/*main-tab --- user groups*/

/*manage users*/
.sub_nav_wrapper{background:#212b34; height:40px;}

.sub_nav_wrapper ul{ padding-left:15px; margin-bottom:0;}

.sub_nav_wrapper ul li{ float:left; list-style:none; vertical-align:middle; padding-left:20px; padding-right:20px;height:40px; border-right:1px solid #2f3a43; position:relative;}

.sub_nav_wrapper ul li a{font:14px 'proxima_novalight', sans-serif; color:#fff; text-decoration:none; text-transform:capitalize;padding-top: 14px;display: block;  padding-bottom: 16px;}

.sub_nav_wrapper ul li a:hover{color:#92979d;}

.sub_nav_active{background:#162029;}

.sub_nav_active a{ color:#92979d !important;}


/*sub menus*/

#user_group_sub_menu{ margin-left:272px;}

#account_sub_menu{ margin-left:785px;}

#cluster_sub_menu{ margin-left:260px;}

#alert_sub_menu{ margin-left:760px;}

#iam_sub_menu{ margin-right: 100px; float: right;}

.manage_user_section_1{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.index_search_section_1{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

/*common head*/

.common_head_with_2btns{ padding-top:0px; padding-bottom:0px; border-bottom:1px solid #eef1f4;}

.common_head_with_2btns_left h5{font:16px 'proxima_novalight', sans-serif; color:#333e48; text-transform:uppercase;}

.common_head_with_2btns_left h5 span{color:#c0cad0;}



.common_head_with_2btns_right_inner{ float:right;}

.common_head_with_2btns_right_inner a{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:8px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.common_head_with_2btns_right_btn_1{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:10px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.common_head_with_2btns_right_btn_2{ display:inline-block; vertical-align:middle; background:#c4d600; padding:10px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.common_head_with_2btns_right_btn_3{ text-decoration:none !important;font:13px 'proxima_nova_rgregular', sans-serif; color:#008cee;margin-top: 10px;display: block;}

.common_head_with_2btns_right_inner label{font:13px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; margin-bottom:0; vertical-align:middle;}

.common_head_with_2btns_right_inner input[type="checkbox"]{ margin:0;vertical-align:middle;}


/*end common head*/


.manage_user_section_1_form_elements{ margin-top:25px; margin-bottom:25px;}

.manage_user_section_1_form_elements label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.manage_user_section_1_form_elements input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.manage_user_section_1_form_elements input[type="password"]{font:23px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.manage_user_section_1_form_elements select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}
  

.manage_user_section_1_form_elements input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:46%; height:46px;float:right; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}
.manage_user_section_1_form_elements input[type="submit"]:hover{background:#c4d600;}

.manage_user_section_1_form_elements span{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.manage_user_section_1_form_elements textarea{width: 100%; height: 400px;}

.manage_user_section_1_form_elements.newblock{border-top: 1px solid #d6e0cf; padding-top: 25px;}

.pw_genarate{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:75%; height:46px;display:block; border-radius:5px; background:#c0cad0; 
text-transform:uppercase;}

.add_user_cancel_btn{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:46%; height:46px;display:block; border-radius:5px; background:#c0cad0; 
text-transform:uppercase; float:left;}

.testLdapButton{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:46%; height:46px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}

.manage_user_section_2{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}

.manage_user_section_2 table{ margin-bottom:0;}

.manage_user_section_2 table th{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important;background:#eef1f4;}

.manage_user_section_2 table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;}



/*add user*/

.add_user_section_1{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:50px;display:none;}



/*qos*/

.manage_user_qoa_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:70px;}

.manage_user_qoa_full{ background:#eef1f3; display:none;}

.manage_user_qoa_full h5{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-top:20px;}



.manage_user_qoa_region_drop label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:inline-block; text-transform:capitalize; margin-right:5px;}

.manage_user_qoa_region_drop select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #fff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 30%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block;}



.manage_user_qoa_full table{ margin-top:20px; background:#ffffff; margin-bottom:20px;}

.manage_user_qoa_full table th{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important;}

.manage_user_qoa_full table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.manage_user_qoa_full table td input[type="checkbox"]{ margin-left:10px;}

.manage_user_qoa_btn_full{ margin-bottom:20px;}

.manage_user_qoa_btn_inner{ float:right;}

.manage_user_qoa_btn_1{ display:inline-block; vertical-align:middle; background:#aebe04; padding:10px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}
.manage_user_qoa_btn_1:hover{background:#c4d600; }

.manage_user_qoa_btn_2{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:10px 22px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.manage_user_qoa_btn_3{ display:inline-block; vertical-align:middle; background:#aebe04; padding:10px 25px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}
.manage_user_qoa_btn_3:hover{background:#c4d600; }


.manage_user_qoa_bottom{ background:#ffffff; border-top:1px solid #e6e8eb; }

.manage_user_qoa_bottom_form_element{ margin-top:25px; margin-bottom:25px;}

.manage_user_qoa_bottom_form_element label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.manage_user_qoa_bottom_form_element input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.manage_user_qoa_bottom_form_element input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:46px;display:block; border-radius:5px; background:#c4d600; 
text-transform:uppercase;}

.manage_user_password_strength_div{ margin-top:25px; color: red;}

.manage_user_password_strength_div p{ margin-bottom:0px; }

/*manage group*/

.manage_group_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.manage_grp_section_1_form_elements{ margin-top:25px; margin-bottom:25px;}

.manage_grp_section_1_form_elements label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.manage_grp_section_1_form_elements input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.manage_grp_section_1_form_elements input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:46px;display:block; border-radius:5px; background:#c4d600; 
text-transform:uppercase;}


.manage_grp_section_2{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}

.manage_grp_section_2 table{ margin-bottom:0;}

.manage_grp_section_2 table th{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important;background:#eef1f4;}

.manage_grp_section_2 table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;}



/*rating paln*/

.rating_paln_full{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;margin-bottom:50px;}



.rating_paln_content{background:#ffffff; }

.rating_paln_content table{margin-bottom:0px;}

.rating_paln_content table th{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.rating_paln_content table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;}

.rating_paln_content table td a{font:13px 'proxima_nova_rgregular', sans-serif; color:#008cee;}

/*rating paln edit*/


.rating_paln_edit_full{background:#ffffff;/*-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;margin-bottom:50px;*/ border-bottom:1px solid #ddd;}

.rating_paln_edit_full_new{background:#ffffff;border-bottom:1px solid #ddd; display:none;}

.rating_paln_edit_form{ margin-top:25px; margin-bottom:25px;}

.rating_paln_edit_form label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.rating_paln_edit_form input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.rating_paln_edit_form select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}




.rating_paln_edit_table table{ margin-top:5px;margin-bottom: 10px; background:#ffffff;}

.rating_paln_edit_table table th{font:14px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;vertical-align:middle!important;}

.rating_paln_edit_table table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; vertical-align:middle!important;}

.rating_paln_edit_table table td input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:35px; border-radius:5px;  margin: 5px 0;}

.rating_paln_edit_table table td input[type="checkbox"]{display:block;margin:0 auto !important;}

.rating_paln_edit_table table th input[type="checkbox"]{display:block;margin:0 auto !important;}

.rating_paln_edit_table_delete_btn{font:14px 'proxima_nova_rgregular', sans-serif!important; color:#f7422a!important;  text-align: center;display: block;}

.rating_paln_edit_table_add_btn{  display:block;vertical-align: middle;background: #aebe04;padding: 10px 22px;text-transform: uppercase;text-decoration: none !important;
font: 12px 'proxima_nova_rgbold', sans-serif!important;color: #ffffff!important;border-radius: 5px;margin: 0 auto;width: 69px;}

.rating_paln_edit_table_add_btn:hover{background: #c4d600;}


.rating_paln_edit_table h6{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:0; margin-top:0;}

.rating_paln_edit_table_option{ float:right;}

.rating_paln_edit_table_option_add{ display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:8px;}

.rating_paln_edit_table_option_delete{ display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#f7422a;}


/*accordian*/


.rating_paln_edit_accordian_inner h5{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.rating_paln_edit_accordian_single{ background:#f2f8ee; border:1px solid #d6e0cf; border-radius:3px; margin-bottom:15px; padding-top:8px; padding-bottom:8px;}

.rating_paln_edit_accordian_head{ cursor:pointer;}

.rating_paln_edit_accordian_head i{ color:#737373;}

.rating_paln_edit_accordian_head span{font:14px 'proxima_nova_rgregular', sans-serif;color:#737373; margin-left:5px;}

.drop_active{ display:none;}



/*white paln*/

.white_paln_full{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:50px; }

.white_paln_content{background:#ffffff;}

.white_paln_content table{ margin-bottom:0px;}

.white_paln_content table th{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.white_paln_content table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;}

.white_paln_content table td a{font:13px 'proxima_nova_rgregular', sans-serif; color:#008cee;}



/*white plan edit*/

.white_paln_edit{background:#ffffff;/*-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;*/}


.white_paln_edit_form{ margin-top:25px; margin-bottom:25px;}

.white_paln_edit_form label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.white_paln_edit_form input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.white_paln_edit_form select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}
  
.white_paln_edit_form input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:46px;display:block; border-radius:5px; background:#c4d600; 
text-transform:uppercase;}

.edit_whitelist_cancel_btn{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:46%; height:46px;display:block; border-radius:5px; background:#c0cad0; 
text-transform:uppercase; float:left;}




/*auto tearing*/


.auto_tearing_full{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.manage_auto_tearing_form_elements{ margin-top:25px; margin-bottom:25px;}

.manage_auto_tearing_form_elements label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.manage_auto_tearing_form_elements label span{color:#ff372d; font-size:18px;}

.manage_auto_tearing_form_elements input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}



.manage_auto_tearing_form_elements{ margin-bottom:20px;}

.manage_auto_tearing_form_elements_inner{ float:right; margin-right:15px;}

.manage_auto_tearing_btn_1{ vertical-align:middle; border: none; background:#aebe04; width: 110px; height: 35px; text-transform:uppercase; text-decoration:none !important;font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}
.manage_auto_tearing_btn_1:hover{background:#c4d600;}

.manage_auto_tearing_btn_2{ vertical-align:middle; border: none; background:#aebe04; width: 110px; height: 35px; text-transform:uppercase; text-decoration:none !important;font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}
.manage_auto_tearing_btn_2:hover{background:#c4d600;}
/*main tab-client*/

/*account profile*/

.account_profile_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:50px;}

.account_profile_section_1_form{ padding-top:10px; padding-bottom:10px;}

.account_profile_section_1_form label{font:13px 'proxima_novasemibold', sans-serif; color:#568eba;display:block; text-transform:uppercase;}

.account_profile_section_1_form input[type="text"]{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48; border: 1px solid #dcdcdc;width: 100%;display:block;padding-left: 10px; height:30px; border-radius: 5px;}

.account_profile_section_1_form input[type="password"]{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48; border: 1px solid #dcdcdc;width: 100%;display:block;padding-left: 10px; height:30px; border-radius: 5px;}

.account_profile_section_1_form input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:40px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}

.account_profile_section_1_form input[type="submit"]:hover{background:#c4d600;}

.account_profile_section_1_form input[type="button"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:40px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}

.account_profile_section_1_form input[type="button"]:hover{background:#c4d600;}


.account_profile_section_1_form b{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48;padding-left: 10px;word-wrap: break-word;}

.account_profile_section_2{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}



.account_profile_section_2_form{ margin-top:25px; margin-bottom:25px;}

.account_profile_section_2_form label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.account_profile_section_2_form input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.account_profile_section_2_form input[type="password"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.account_profile_section_2_form input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:40px;display:block; border-radius:5px; background:#c4d600; 
text-transform:uppercase;}

.account_profile_password_strength_div{color: red;}

.account_profile_password_strength_div p{ margin-bottom:0px; }

/*account activity*/

.account_activity_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}


.account_activity_section_2_form{ margin-top:25px; margin-bottom:25px;}

.account_activity_section_2_form label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.account_activity_section_2_form select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}

.account_activity_section_2_form input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.account_activity_section_2_form input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:50%; height:40px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase; float:right;}
.account_activity_section_2_form input[type="submit"]:hover{background:#c4d600;}


/*analytics*/

.analytics_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.analytics_section_1_form{ margin-top:25px; margin-bottom:25px;}

.analytics_section_1_form label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.analytics_section_1_form select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}


/* main tab - cluster*/

.cluster_full{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px;}

.cluster_config_edit_single{ background:#f2f8ee; border:1px solid #d6e0cf; border-radius:3px; margin-bottom:15px; padding-top:8px; padding-bottom:8px;}

/*system status*/

.system_status_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.system_status_section_1_graph h5{font:14px 'proxima_nova_rgbold', sans-serif; color:#333e48; text-transform:uppercase; text-align:center; margin-top:20px; margin-bottom:20px;}

.system_status_section_1_graph img{ margin:0 auto 30px; display:block;}

.system_status_section_1_graph_content{border-top: 1px solid #eef1f4;}

.system_status_section_1_graph_content h5{font:12px 'proxima_nova_rgbold', sans-serif; color:#6dcff6; text-transform:uppercase;  margin-bottom: 0;}

.system_status_section_1_graph_content span{font:14px 'proxima_novasemibold', sans-serif; color:#6d6d6d; display:inline-block; margin-bottom:10px;}


.system_status_section_2{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}

.system_status_section_2_content{ padding-top:10px; padding-bottom:10px;   border-bottom: 1px solid #eef1f4;}


.system_status_section_2_content_left a{font:13px 'proxima_novasemibold', sans-serif; color:#008cee;}

.system_status_section_2_content_right p{font:13px 'proxima_novasemibold', sans-serif; color:#a9a8a9; margin-bottom:0;}



/*node status*/

.cluster_top{/*-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;*/}

.node_status_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px;}


.node_status_section_1_top_selection{ margin-top:20px; padding-bottom:20px;border-bottom: 1px solid #eef1f4;}

.node_status_section_1_top_selection label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:inline-block; vertical-align:middle; text-transform:capitalize; margin-bottom:0; margin-right:10px;}

.node_status_section_1_top_selection select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 30%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block; vertical-align:middle;}

.node_status_section_1_graph{margin-bottom: 20px;}

.node_status_section_1_graph h5{font:14px 'proxima_nova_rgbold', sans-serif; color:#333e48; text-transform:uppercase; text-align:center; margin-top:20px; margin-bottom:20px;}

.node_status_section_1_graph img{ margin:0 auto 30px; display:block;}


.node_status_section_1_graph_content{border-top: 1px solid #eef1f4;border-bottom: 1px solid #eef1f4;}

.node_status_section_1_graph_content h5{font:12px 'proxima_nova_rgbold', sans-serif; color:#6dcff6; text-transform:uppercase;  margin-bottom: 0;}

.node_status_section_1_graph_content span{font:14px 'proxima_novasemibold', sans-serif; color:#6d6d6d; display:inline-block; margin-bottom:10px;}

.node_status_disk_label span {
	font: 10px 'proxima_novasemibold', sans-serif;
	color: #333e48;
}

/*accordian - node status*/
.node_status_accordian_full{ margin-top:30px;}

.node_status_accordian_single{ background:#f2f8ee; border:1px solid #d6e0cf; border-radius:3px; margin-bottom:15px; padding-top:8px; padding-bottom:8px;}

.node_status_accordian_head{ cursor:pointer;}

.node_status_accordian_head i{ color:#737373;}

.node_status_accordian_head span{font:14px 'proxima_nova_rgregular', sans-serif;color:#737373; margin-left:5px;}

.drop_active{ display:none;}

.node_status_accordian_content table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;}

.node_status_accordian_content table th{font:16px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#e1e6de;}

.node_status_accordian_content table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#a9a8a9; }

.node_status_accordian_content table td i{color:#44ac5e;}




.node_status_section_2{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px;}

.node_status_section_2 a{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:8px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.node_status_section_2 a.restart, .node_status_section_2 a.start, .node_status_section_2 a.stop{ background:#aebe04; }

.node_status_section_2 table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;vertical-align:middle;}

.node_status_section_2 table th{font:10px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.node_status_section_2 table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; vertical-align:middle !important; word-break: break-all;}

.node_status_section_2 table td i{color:#44ac5e;}

.node_status_section_2 table td a{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:8px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.node_status_section_2 table td a.restart{ background:#aebe04; }

.node_status_section_3{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}

.node_status_section_3_table table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;vertical-align:middle;}

.node_status_section_3_table table input[type="checkbox"]{ margin:0;}

.node_status_section_3_table table th{font:16px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.node_status_section_3_table table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#a9a8a9; vertical-align:middle !important;}

.node_status_section_3_table table td i{color:#44ac5e;}


.node_status_section_4{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px;}

.node_status_section_4 table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;vertical-align:middle;}

.node_status_section_4 table th{font:10px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.node_status_section_4 table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; vertical-align:middle !important; word-break: break-all;}

.node_status_section_4 table td i{color:#44ac5e;}


/*node status history*/

.node_status_history_section_1{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; }

.node_status_history_section_content{ margin-top:20px; padding-bottom:20px;border-bottom: 1px solid #eef1f4;}

.node_status_history_section_content label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:inline-block; vertical-align:middle; text-transform:capitalize; margin-bottom:0; margin-right:10px;}

.node_status_history_section_content select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 60%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block; vertical-align:middle;}


.node_status_history_section_2{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px;}

.node_status_history_section_2 select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width:100px;height: 30px;border: 1px solid #dcdcdc;border-radius:5px; float:right; margin-top:15px; margin-bottom:15px;}

.node_status_history_section_2 img{ width:100%; display:block;}


.node_status_history_section_3{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:40px; margin-bottom:50px;}

.node_status_history_section_3 img{ width:100%; display:block;  padding:15px 0;}



/*2014/04/07*/

#set_qos_default{cursor:pointer;background:none; color:#aebe04;}
#set_qos_default:hover{color:#c4d600;}

#add_new_group{cursor:pointer;background:none; color:#aebe04;}
#add_new_group:hover{color:#c4d600;}

#add_new_ratingplan{cursor:pointer;background:none; color:#aebe04;}
#add_new_ratingplan:hover{color:#c4d600;}

#group_qos_default{cursor:pointer; background:none;color:#aebe04;}
#group_qos_default{color:#c4d600;}

.manage_user_qoa_full_active{background:none!important;}

.add_user_section_1_active{background:none!important;}

.pointer_image_2{position: absolute;bottom: -20px;right: 226px; display:none;}



.manage_user_qoa_full_active > .pointer_image_2{display:block;}

/*2014/04/07*/

#add_new_user{cursor:pointer;background:none; color:#aebe04;}
#add_new_user:hover{color:#c4d600;}

#download_user_action_log{cursor:pointer;background:none; color:#aebe04;}
#download_user_action_log:hover{color:#c4d600;}

.add_group_section_1{background:#ffffff;display:none;}

#add_qos_default{cursor:pointer;background:none;color:#c4d600;}

.manage_grp_qoa_full_active{background:none!important;}

.add_group_section_1_active{background:none!important;}



.rating_paln_edit_accordian_inner ul{padding-left:0px;}

.rating_paln_edit_accordian_inner ul{padding-left:0px;}

.rating_paln_edit_accordian_inner ul li{padding-right:8px;display: inline-block;vertical-align: middle;padding-bottom:8px;}

.rates_common_click{display: inline-block;vertical-align: middle;background: #c0cad0;padding: 7px 15px;text-transform: uppercase;text-decoration: none !important;font: 14px 'proxima_nova_rgbold', sans-serif;
color: #ffffff;border-radius: 5px;cursor:pointer; width:100%; text-align:center; margin-bottom:20px;}

.rates_common_click_2{display: inline-block;vertical-align: middle;background: #c0cad0;padding: 7px 15px;text-transform: uppercase;text-decoration: none !important;font: 14px 'proxima_nova_rgbold', sans-serif;
color: #ffffff;border-radius: 5px;cursor:pointer; width:100%; text-align:center; margin-bottom:20px;}

.rating_plan_common_tab{margin-bottom:0px; margin-top:10px;}

.rating_plan_common_tab_new{background: #fff;margin-bottom:20px;display:none;}

.rates_common_active  a{background:#c4d600!important;}

.rates_common_active_new a{background:#c4d600!important;}


.rating_paln_edit_accordian_content{ padding-left:0;padding-right:0;}





/*2015 - 04 - 10*/

.add_user_more_btn{ font: 13px 'proxima_nova_rgbold', sans-serif;color: #7BC3EE;border: none;width: 100%;height: 46px;border-radius: 5px;text-transform: capitalize;
  padding: 8px 0px; cursor:pointer;}
  
.add_user_less_btn{ font: 13px 'proxima_nova_rgbold', sans-serif;color: #7BC3EE;border: none;width: 100%;height: 46px;border-radius: 5px;text-transform: capitalize;
  padding: 8px 0px; cursor:pointer;}
  
.manage_user_section_1_form_elements_more_section{display:none;}  

.manage_user_section_2_table_delete{color:red;}


/*bucket*/

.bucket_admin_user_message {
    background-color: #FFF;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bucket_common_tab{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;}

.bucket_full{background:#ffffff;border:1px solid #eef1f4;  margin-bottom: 50px;}

.bucket_top{ background:#f9f9f9;}

.bucket_top ul{ padding-left:0px; margin-bottom:0;}

.bucket_top ul li{float:left; list-style:none;}

.bucket_top ul li a{font: 16px 'proxima_nova_rgregular', sans-serif;color: #b1bec6; text-transform:uppercase;padding: 17px 25px; display:inline-block; cursor:pointer;border-left:1px solid #eef1f4;}

.bucket_top ul li:last-child{border-right:1px solid #eef1f4;}

.bucket_tab_active { background:#ffffff; border-bottom:1px solid #ffffff;color: #333e48!important;}

#bucket_tab_1{ border:1px solid #eef1f4; margin-top:-1px;padding-bottom: 15px;}

#bucket_tab_2{ border:1px solid #eef1f4;margin-top:-1px;}


.bucket_tab_1_top{ background:#f9f9f9; margin-top:20px;border-top:1px solid #eef1f4;border-left:1px solid #eef1f4;border-right:1px solid #eef1f4;}

.bucket_tab_1_top h3{font: 13px 'proxima_novasemibold', sans-serif;color: #333e48; margin-top:8px; margin-bottom:8px;text-transform:uppercase; margin-left:15px;}

.bucket_content_head_left h1{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e47; text-transform:uppercase; margin-top:14px;}

.bucket_content_head_right a{font:14px 'proxima_novasemibold', sans-serif;color: #aebe04;text-transform:uppercase;float: right;display: inline-block;margin-top: 14px;margin-bottom:10px;}
.bucket_content_head_right a:hover{color:#c4d600;}

.bucket_content_head_right .bucket_create_disabled {color:#99a1a8; cursor: not-allowed;}
.bucket_content_head_right .bucket_create_disabled:hover {color:#99a1a8; cursor: not-allowed;}

.bucket_tab_1_table table{ margin-bottom:0;}

.bucket_tab_1_table table th{font:10px 'proxima_novasemibold', sans-serif; color:#454545;border-bottom:none !important; background:#eef1f4;}

.bucket_tab_1_table table th input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;}

.bucket_tab_1_table table th label{ margin:0px; display:inline-block; vertical-align:middle; margin-left:5px;}



.bucket_tab_1_table table td{font:14px 'proxima_novasemibold', sans-serif; color:#333e48;}

.bucket_tab_1_table table td input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;}

.bucket_tab_1_table table td label{display:inline-block; vertical-align:middle; margin-left:5px; margin-bottom:0;}


.trBackground {background-color: #fffff5!important;}

.bucket_tab_1_bottom_add_btn{ background:#f9f9f9;border-bottom:1px solid #eef1f4;border-left:1px solid #eef1f4;border-right:1px solid #eef1f4;cursor:pointer;}

.bucket_tab_1_bottom_add_btn p{margin-bottom:10px;margin-top:10px;font: 14px 'proxima_novasemibold', sans-serif;color: #c4d600; text-align:center; }


.bucket_tab_1_bottom_add_btn_content h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; margin-left:15px; text-transform:uppercase;}

.bucket_tab_1_bottom_add_btn_content label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.bucket_tab_1_bottom_add_btn_content input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:30px; border-radius:5px;margin-bottom:15px;}

.bucket_tab_1_bottom_add_btn_content select{-webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #ffffff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 30px;border: 1px solid #dcdcdc;border-radius:5px; margin-bottom:15px;}


.bucket_tab_1_bottom_add_btn_content input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:30px;display:block; border-radius:5px; background:#c4d600; 
text-transform:uppercase;margin-bottom:15px;}

.bucket_tab_1_bottom_add_btn_content a{font:13px/31px 'proxima_nova_rgbold', sans-serif; border:none; width:100%; height:30px;display:block; border-radius:5px;  
text-transform:uppercase;margin-bottom:15px;text-align: center;vertical-align: top;}

.bucket_tab_1_bottom_add_btn_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:block; text-transform:capitalize;}

.bucket_tab_1_bottom_add_btn_content .toggle_off .toggle-icon {
    color: #ff3131;
    transform: rotateY(180deg);
}

.bucket_tab_1_bottom_add_btn_content .toggle_disabled .toggle-icon {
    color: #c0cad0;
    transform: rotateY(180deg);
}

.bucket_tab_1_bottom_add_btn_content .toggle_on .toggle-icon {
    color: #00cc00;
}

.bucket_tab_1_bottom_add_btn_content .toggle_object_lock {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	text-align: left;
}

.bucket_tab_1_bottom_add_btn_content .toggle_object_lock_disabled {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	text-align: left;
	cursor: not-allowed;
}

.object_lock_retention_div .retention_time_type_select{
	width: 65px;
    margin-left: 10px;
}

.bucket_tab_1_bottom_del_btn{ margin-bottom:8px;margin-top:8px;}

.bucket_tab_1_bottom_del_btn a{color:red; float:right;font:12px 'proxima_novasemibold', sans-serif;}

/*general format for ex_tab element*/

.ex_tab_form {margin-top:10px; margin-bottom:10px;}

.ex_tab_form h5{font: 12px 'proxima_novasemibold', sans-serif; color: #333e48;}

.ex_tab_form input[type="text"] {
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font: 14px 'proxima_nova_rgregular', sans-serif;
	color: #333e48;
	height: 30px;
	border-radius: 5px;
	padding-left: 15px;
	margin-left: 10px;
}

.ex_tab_form label{font: 13px 'proxima_nova_rgregular', sans-serif; color: #333e47; text-transform: capitalize; display: inline-block; vertical-align: middle; margin-bottom: 0; margin-left: 7px;}

.ex_tab_form input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.ex_tab_form .toggle_on .toggle-icon {
	color: #00cc00;
}

.ex_tab_form .toggle_off .toggle-icon {
    color: #ff3131;
    transform: rotateY(180deg);
}

.ex_tab_form .last_row {
	margin-bottom: 10px;
}

/*object explorer*/ 

.bucket_tab_2_section_1{margin-bottom:30px;margin-top:30px;}

.bucket_tab_2_section_1 label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.bucket_tab_2_section_1 select{-webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #ffffff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 250px;height: 30px;border: 1px solid #dcdcdc;border-radius:5px; }

.bucket_tab_2_section_2{margin-bottom:15px;}

.bucket_tab_2_section_2 a{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:8px;}

.bucket_tab_2_section_2 a:last-child{font:14px 'proxima_novasemibold', sans-serif;color:#333e48;}


.bucket_tab_2_section_3{border:1px solid #eef1f4;margin-top:15px;margin-bottom:15px;}

.bucket_tab_2_section_3_table_head{background:#eef1f4;}

.bucket_tab_2_section_3_table_head h3{font:10px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-top:10px;}

.bucket_tab_2_section_3_table_row_single_content{ padding-top:15px;padding-bottom:15px;  border-bottom: 1px solid #eef1f4; word-wrap: break-word;}

.bucket_tab_2_section_3_table_row_single_content input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;}

.bucket_tab_2_section_3_table_row_single_content label{ margin:0px; display:inline-block; vertical-align:middle; margin-left:5px;font:14px 'proxima_nova_rgregular', sans-serif; 
color:#a9a8a9;padding-top: 2px;}

.bucket_tab_2_section_3_table_row_single_content h5{ font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:0; margin-top:3px;}

.bucket_tab_2_section_3_table_row_single_content_click_1{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;display:inline-block; vertical-align:middle;}

.bucket_tab_2_section_3_table_row_single_content_click_2{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;display:inline-block; vertical-align:middle;}


.bucket_tab_2_section_3_table_row_single_content_panel{ background:#eef1f3;}

.bucket_tab_2_section_3_table_row_single_content_panel_tab_head ul{ padding-left:0px;margin-bottom:0px;border: 1px solid #ddd;margin-top: 20px;background:#f9f9f9;}

.bucket_tab_2_section_3_table_row_single_content_panel_tab_head ul li{ float:left; vertical-align:top;list-style:none;border-right: 1px solid #ddd;}

.bucket_tab_2_section_3_table_row_single_content_panel_tab_head ul li a{ background: #f9f9f9;padding:12px 11px;text-transform: uppercase;text-decoration: none !important;
 font: 12px 'proxima_novasemibold', sans-serif;color: #b1bec6;cursor: pointer;text-align: center;display:block;}

.object_ex_click_active a{ background:#fff!important; color:#333e48;}
 
 


.object_ex_tab_1_style table{ margin-top:0px; margin-bottom:0;background:#ffffff;vertical-align:middle; text-align:center;}

.object_ex_tab_1_style table input[type="checkbox"]{ margin:0 auto;}

.object_ex_tab_1_style table input[type="text"]{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48; border: 1px solid #dcdcdc;width: 80%;padding-left: 10px; height:30px; border-radius: 5px;}

.object_ex_tab_1_style table select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 50%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px;}

.object_ex_tab_1_style table th{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#f9f9f9;text-align:center;}

.object_ex_tab_1_style table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; vertical-align:middle !important;}

.object_ex_tab_1_style table td a{color:#f7422a;}

.object_ex_tab_1_style table td div{overflow: hidden; text-overflow: ellipsis;}


.object_ex_tab_1_bottom{padding-bottom: 10px;padding-top: 10px;border:1px solid #dedede; background:#f9f9f9;}

.object_ex_tab_1_bottom p{font: 14px 'proxima_novasemibold', sans-serif;color: #c4d600;text-align: center; margin-bottom:0;}  

.object_ex_tab_1_bottom a{font: 14px 'proxima_novasemibold', sans-serif;color: #c4d600;cursor: pointer;}  

.object_ex_tab_1_bottom_option{ margin-top:15px;margin-bottom:15px;}

.object_ex_tab_1_bottom_option_cancel{background: #c0cad0; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;}

.object_ex_tab_1_bottom_option_close{background: #c0cad0; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;} 

.object_ex_tab_1_bottom_option_suspend{background: #aebe04; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;}
 
 .object_ex_tab_1_bottom_option_suspend_disabled{background: #c0cad0; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: not-allowed;text-align: center;display:inline-block;vertical-align:top;}
 
 .object_ex_tab_1_bottom_option_delete{background: #c0cad0; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;}
 
.object_ex_tab_1_bottom_option_save{background: #aebe04; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;margin-right:15px;}
 
.object_ex_tab_1_bottom_option_apply{background: #aebe04; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;margin-right:15px;}

.object_ex_tab_1_bottom_option_save:hover {
    background: #c4d600;
}

.object_ex_tab_1_bottom_option_mailto{background: #aebe04; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;margin-right:15px;}

.object_ex_tab_1_bottom_option_mailto:hover {
    background: #c4d600;
}

.object_ex_tab_2_style table{ margin-top:20px; margin-bottom:20px;background:#ffffff;vertical-align:middle;}

.object_ex_tab_2_style table th{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#f9f9f9;}

.object_ex_tab_2_style table td label{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; margin-right:10px;}

.object_ex_tab_2_style table td select{-webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #ffffff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 250px;height: 35px;border: 1px solid #dcdcdc;border-radius:5px; }

.object_ex_tab_2_option_cancel{background: #c0cad0; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;}
 
.object_ex_tab_2_option_save{background: #c4d600; width:117px; height:35px;text-transform: uppercase;text-decoration: none !important;
 font: 14px/35px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:inline-block;vertical-align:top;}


.object_ex_tab_3_style table{ margin-top:20px; margin-bottom:20px;background:#ffffff;vertical-align:middle;}

.object_ex_tab_3_style table th{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#f9f9f9;}

.object_ex_tab_3_style table td label{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; margin-right:10px;}

.object_ex_tab_3_style table td input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;}

.object_ex_tab_3_style table td input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;
  height: 35px;border-radius: 5px; width:100%; padding-left:15px;}


.object_mpu_section {background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;}

.object_mpu_section h5 {
    font: 16px 'proxima_novalight', sans-serif;
    color: #333e48;
    text-transform: uppercase;
}

.object_mpu_section table {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    vertical-align: middle;
}

.object_mpu_section table th {
    font: 10px 'proxima_novasemibold', sans-serif;
    color: #333e48;
    text-transform: uppercase;
    border-bottom: none !important;
    background: #eef1f4;
}

.object_mpu_section table table td {
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    vertical-align: middle !important;
    word-break: break-all;
}

.bucket_tab_2_section_4_left {padding-top: 15px;}
.bucket_tab_2_section_4_left a{font:14px 'proxima_novasemibold', sans-serif; color:#aebe04; margin-right:10px; text-transform:uppercase;display: inline-block}
.bucket_tab_2_section_4_left a:hover{color:#c4d600;}

.bucket_tab_2_section_5_right a{cursor: pointer;font: 13px 'proxima_novasemibold', sans-serif;color: #fff;text-transform: uppercase;margin-left:5px;margin-bottom: 20px;margin-top: 11px;background: #aebe04;padding: 10px 20px;border-radius: 5px;}
.bucket_tab_2_section_5_right a:hover{background:#c4d600;}

.bucket_versioning_div{margin-top:10px; margin-bottom:10px;}
.bucket_versioning_div h5{font: 12px 'proxima_novasemibold', sans-serif; color: #333e48;}

/* .object_ex_tab_8_style table{margin-bottom:20px;background:#ffffff;vertical-align:middle;} */

.object_ex_tab_8_style h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#f9f9f9;}

.object_ex_tab_8_style ul{ padding-left:0px;}

.object_ex_tab_8_style ul li{ padding-bottom:10px; list-style:none; display: inline;}

.object_ex_tab_8_style label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.object_ex_tab_8_style input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.bucket_lifecycle_table_edit {color: #337ab7 !important;}

.bucket_tab_content_error_message {
	margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #ff3131;
}

.bucket_tab_content_info_message {
	margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #91999e;
}

/*bucket permission*/
.buck_permission{background: #f9f9f9; border: 1px solid #dedede; padding-top: 20px; margin-bottom: 15px;}

.bucket_permission_config_head{cursor: pointer;}

/*protection policy*/
.pro_policy_inner{border:1px solid #dedede;background:#ffffff;margin-bottom:20px;}

.pro_policy_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border-bottom:1px solid #dedede;}

.pro_policy_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}

.pro_policy_content{background:#ffffff; }

.pro_policy_content_top h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.pro_policy_content_top select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 80%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px; margin-bottom: 15px;}

.pro_policy_content_top_inner{ display:inline-block; vertical-align:top; margin-right:10px;}

.pro_policy_content_top_inner h5{font:10px 'proxima_novasemibold', sans-serif; color:#6dcff6; text-transform:uppercase;}

.pro_policy_content_top_inner h6{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.pro_policy_content_bottom{ background:#ffffff;}

.pro_policy_content_bottom img{ display:block; margin:0 auto; padding-bottom:20px;padding-top:20px;}


.inventory_config_section_1{border:1px solid #dedede;background:#ffffff;}

.inventory_config_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border:1px solid #dedede;}

.inventory_config_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}

.inventory_config_content{background:#ffffff;}

.inventory_config_row_top{ margin-top:8px;margin-bottom:15px;}

.inventory_config_row_top label{font: 12px 'proxima_novasemibold', sans-serif;color: #333e48;text-transform: uppercase; margin-left:15px;}

.inventory_config_row_top input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px;margin-left:10px; }

.inventory_config_row{margin-bottom:15px;}

.inventory_config_row h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:10px;}

.inventory_config_row label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.inventory_config_row input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.inventory_config_row input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px; }

.inventory_config_row input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.inventory_config_row ul{ padding-left: 0px; }

.inventory_config_row li{ display: block; }
  
.inventory_config_row input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}


.lifecycle_policy_section_1{border:1px solid #dedede;background:#ffffff;}

.lifecycle_policy_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border:1px solid #dedede;}

.lifecycle_policy_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}

.lifecycle_policy_content{background:#ffffff;}



.lifecycle_policy_section_1_row_1{ margin-top:8px;margin-bottom:15px;}

.lifecycle_policy_section_1_row_1 label{font: 12px 'proxima_novasemibold', sans-serif;color: #333e48;text-transform: uppercase; margin-left:15px;}

.lifecycle_policy_section_1_row_1 input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;margin-left:15px;margin-right:-5px;}

.lifecycle_policy_section_1_row_1 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px;margin-left:10px; }

.lifecycle_policy_section_1_row_2_col_1 h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:20px;}

.lifecycle_policy_section_1_row_2_col_1 label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.lifecycle_policy_section_1_row_2_col_1 input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.lifecycle_policy_section_1_row_2_col_1 ul{ padding-left: 0px; }

.lifecycle_policy_section_1_row_2_col_1 li{ display: block; }

.lifecycle_policy_section_1_row_2_col_2 h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:20px;}

.lifecycle_policy_section_1_row_2_col_2 label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.lifecycle_policy_section_1_row_2_col_2 input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}

.lifecycle_policy_section_1_row_2_col_2 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 35px;border-radius: 5px; padding-left:15px; }

.lifecycle_policy_section_1_row_2_col_2 select{-webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #ffffff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;height: 35px;border: 1px solid #dcdcdc;border-radius:5px;margin-right:10px; }


.lifecycle_policy_section_1_row_2_col_3 h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:20px;}

.lifecycle_policy_section_1_row_2_col_3 label{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.lifecycle_policy_section_1_row_2_col_3 input[type="radio"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;}


.lifecycle_policy_section_1_row_2_col_4 h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:20px;}

.lifecycle_policy_section_1_row_2_col_4 label{font:11px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.lifecycle_policy_section_1_row_2_col_4 input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;}

.lifecycle_policy_section_1_row_2_col_4 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 35px;border-radius: 5px; padding-left:15px; }

.lifecycle_policy_section_1_row_2_col_4 .tieringUrl { display: none;}
  
.lifecycle_policy_section_1_row_2_col_5 h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;margin-bottom:20px;}

.lifecycle_policy_section_1_row_2_col_5 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 35px;border-radius: 5px; padding-left:15px; }
  
.lifecycle_policy_section_with_version_options label{ font: 12px 'proxima_nova_rgregular', sans-serif; color: #333e48; text-transform: uppercase; margin-left: 10px;}

.lifecycle_policy_section_with_version_options input[type="checkbox"]{ margin: 0px; display: inline-block; vertical-align: middle;}

.lifecycle_policy_schedule_type_warning_message {color:red;}

.lifecycle_policy_schedule_type_warning_message ul {list-style-type: none;}

.lifecycle_policy_schedule_type_warning_message li {float: left;}

.object_tiering_row {padding-bottom: 15px;}
  
.crr_section_1{border:1px solid #dedede;background:#ffffff;}

.crr_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border:1px solid #dedede;}

.crr_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}

.lcrr_content{background:#ffffff;}
  
  
.crr_section_1_row_1{ margin-top:8px;margin-bottom:15px;}

.crr_section_1_row_1 label{font: 12px 'proxima_novasemibold', sans-serif;color: #333e48;text-transform: uppercase; margin-left:15px;}

.crr_section_1_row_1 input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;margin-left:15px;margin-right:-5px;}

.crr_section_1_row_1 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px;margin-left:10px; }
.crr_section_1_row_2 {
	margin-bottom: 15px;
}

.crr_section_1_row_2 label {
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    margin-right: 10px;
}

.crr_section_1_row_2 input[type="text"]{
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
    width: 55%;
}

.crr_section_1_row_2 input[type="password"]{
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
    width: 55%;
}
  
.static_host_inner{border:1px solid #dedede;}
  
.static_host_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border-bottom:1px solid #dedede;}

.static_host_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}
  
.static_host_content{ background:#ffffff; }
  
.static_host_content_row_1{ margin-top:8px;margin-bottom:15px;}

.static_host_content_row_1 label{font: 12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform: uppercase;margin-right:10px;}

.static_host_content_row_1 input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;margin-left:15px;}
  
.static_host_content_row_2{ margin-bottom:15px;}  
  
.static_host_content_row_2 label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.static_host_content_row_2 .hf_share_state label{font: 14px 'proxima_novasemibold', sans-serif; color: #568eba;}

.static_host_content_row_2 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px; width:55%;}  
  
.PUA_inner{border:1px solid #dedede;}
  
.PUA_head{background:#f9f9f9; padding-top:10px;padding-bottom:10px;border-bottom:1px solid #dedede;}

.PUA_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;margin-top:0; margin-left:15px;}
  
.PUA_content{ background:#ffffff; }
  
.PUA_content_row_1{ margin-top:8px;margin-bottom:15px;}

.PUA_content_row_1 label{font: 12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform: uppercase;margin-right:10px;}

.PUA_content_row_1 input[type="checkbox"]{ margin:0px; display:inline-block; vertical-align:middle;margin-right:10px;margin-left:15px;}
  
.PUA_content_row_2{ margin-bottom:15px;}  
  
.PUA_content_row_2 label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-right:10px;}

.PUA_content_row_2 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px; width:55%;}
  
.bucket_tab_2_section_4_left input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px; width:20%;}  
  
.logging_inner {
    border: 1px solid #dedede;
}
  
.logging_content_row_1 {
    margin-top: 8px;
    margin-bottom: 15px;
}

.logging_content_row_2 {
    margin-bottom: 15px;
}
  
.logging_content_row_1 label {
    font: 12px 'proxima_novasemibold', sans-serif;
    color: #333e48;
    text-transform: uppercase;
    margin-right: 10px;
}

.logging_content_row_2 input[type="text"] {
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
    width: 55%;
}

.logging_content_row_2 label {
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    margin-right: 10px;
}

.logging_inner input[type="checkbox"] {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}

.logging_inner  input[type="text"] {
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #333e48;
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
    width: 55%;
}

.logging_content { background: #ffffff; }

.worm_inner {
    border: 1px solid #dedede;
}

.worm_section_1_row_1{ margin-top:8px;margin-bottom:15px;}

.worm_section_1_row_1 label{font: 12px 'proxima_nova_rgregular', sans-serif;color: #333e48;text-transform: uppercase; margin-left:15px;}

.worm_section_1_row_1 input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 30px;border-radius: 5px; padding-left:15px;margin-left:10px; }
  
.worm_section_1_row_1 h4 {
    font: 12px 'proxima_novasemibold', sans-serif;
    color: #333e48;
    text-transform: uppercase;
}

.worm_section_1_row_1 h5 {
    font: 12px 'proxima_nova_rgregular', sans-serif;color: #333e48; margin-left:15px;
}
  
.worm_content { background: #ffffff; }

.worm_policy_completed { margin-bottom: 20px; }
  
/*user group new*/

/*iam*/

.iam_hidden{display: none;}

.iam_hidden_important{display: none !important;}

.iam_block_reserve{visibility: hidden;}

.iam_alert{color: red;}

.iam_clickable_cursor{cursor: pointer;}

.iam_common_tab{background: #ffffff; -moz-box-shadow: 1px 1px 5px #9D9D9D; -webkit-box-shadow: 1px 1px 5px #9D9D9D; box-shadow: 1px 1px 5px #9D9D9D; margin-bottom: 30px; font: 14px 'proxima_nova_rgregular', sans-serif;}

.iam_common_tab form{background: #ffffff; -moz-box-shadow: 1px 1px 5px #9D9D9D; -webkit-box-shadow: 1px 1px 5px #9D9D9D; box-shadow: 1px 1px 5px #9D9D9D; margin-bottom: 50px;}

.iam_common_tab form > div{margin-top: 25px;}

.iam_common_tab form label{font: 14px 'proxima_nova_rgregular', sans-serif; color: #333e48; display: block; text-transform: capitalize;}

.iam_common_tab form input{color: #000; border: 1px solid #dcdcdc; width: 100%; display: block; padding-left: 20px; height: 44px; border-radius: 5px;}

.iam_common_tab form input[type="checkbox"]{display: inline; height: auto; width: auto;}

.iam_common_tab form input[type="text"]{font: 14px 'proxima_nova_rgregular', sans-serif;}

.iam_common_tab form textarea{font: 14px 'proxima_nova_rgregular', sans-serif; color: #000; border: 1px solid #dcdcdc; width: 100%; display: block; padding-left: 20px; height: 100px; border-radius: 5px;}

.iam_common_tab form input[type="password"]{font: 23px 'proxima_nova_rgregular', sans-serif;}

.iam_common_tab form input[type="button"]{font: 13px 'proxima_nova_rgbold', sans-serif; color: #ffffff; border: none; height: 46px; display: block; background: #aebe04; text-transform: uppercase; margin: 10px 0px; padding: 0px;}

.iam_common_tab form input[type="button"]:hover{background: #c4d600;}

.iam_common_tab form input[type='button'].iam_cancel_btn{background: #c0cad0;}

.iam_common_tab form input[type='radio']{width: auto;}

.iam_common_tab form input[type="submit"]{font: 13px 'proxima_nova_rgbold', sans-serif; color: #ffffff; border: none; height: 46px; float: right; border-radius: 5px; background: #aebe04; text-transform: uppercase; margin: 10px 0px; padding: 0px;}

.iam_common_tab form input[type="submit"]:hover{background: #c4d600;}

.iam_common_tab form select{-webkit-appearance: none; -moz-appearance: none; background: url(../images/drop_icon.png) no-repeat 96% center; text-indent: 0.01px; text-overflow: ""; font: 14px 'proxima_nova_rgregular', sans-serif; color: #a9a8a9; padding-left: 10px; width: 100%; height: 44px; border: 1px solid #dcdcdc; border-radius: 5px;}

.iam_common_tab .modal form{-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}

.iam_common_tab .modal form .modal-body > div{margin-bottom: 25px;}

.iam_common_tab .modal form textarea{height: 250px;}

.iam_common_tab .iam_info{font: 18px 'proxima_nova_rgregular', sans-serif; color: #333e48; display: block; min-height: 165px;}

.iam_common_tab .iam_info label{text-transform: capitalize;}

.iam_common_tab .iam_info div.row{margin-top: 10px;}

.iam_common_tab .iam_feature .tabs{background: #f9f9f9;}

.iam_common_tab .iam_feature .tabs ul{padding-left: 0px; margin-bottom: 0;}

.iam_common_tab .iam_feature .tabs ul li{float: left; list-style: none;}

.iam_common_tab .iam_feature .tabs ul li a{font: 16px 'proxima_nova_rgregular', sans-serif; color: #b1bec6; text-transform: uppercase; padding: 17px 25px; display: inline-block; cursor: pointer; border-left: 1px solid #eef1f4; width: 250px;}

.iam_common_tab .iam_feature .tabs ul li:last-child{border-right: 1px solid #eef1f4;}

.iam_common_tab .iam_feature .tabs ul li.iam_active a, .iam_common_tab .iam_feature .tabs ul li.active a, .iam_common_tab .iam_feature .tabs ul li.active{background: #ffffff; border-top: 0px; border-bottom: 1px solid #ffffff; color: #333e48!important;}

.iam_common_tab .iam_feature .content{background: #ffffff;}

.iam_common_tab .iam_feature .iam_content_head div.iam_tab_content.iam_active, .iam_common_tab .iam_feature .iam_content_head div.iam_tab_content.active{display: inherit; background:#ffffff; border-top: 0px; border-bottom: 1px solid #ffffff; color: #333e48!important;}

.iam_common_tab .iam_feature .iam_content_head div.iam_tab_content label { margin-top: 20px;}

.iam_common_tab .iam_policy_form form ul {float: left; list-style: none;}

.iam_common_tab .iam_policy_form form ul li {display: inline; margin: 0px 7px 0px 7px;}

.iam_common_tab .iam_policy_form form ul li label {margin-left: 7px;}

/* Search */

.hyper_search_tab label{font:14px; color:#333e48; margin-right:10px; margin-top:20px;}

.hyper_search_tab{background: #ffffff; -moz-box-shadow: 1px 1px 5px #9D9D9D; -webkit-box-shadow: 1px 1px 5px #9D9D9D; box-shadow: 1px 1px 5px #9D9D9D; margin-bottom: 30px; font: 14px 'proxima_nova_rgregular', sans-serif;}

.hyper_search_tab form{background: #ffffff; -moz-box-shadow: 1px 1px 5px #9D9D9D; -webkit-box-shadow: 1px 1px 5px #9D9D9D; box-shadow: 1px 1px 5px #9D9D9D; margin-bottom: 50px;}

.hyper_search_tab form > div{margin-top: 25px;}

.hyper_search_tab form label{font: 14px 'proxima_nova_rgregular', sans-serif; color: #333e48; display: block; text-transform: capitalize;}

.hyper_search_tab form input{color: #000; border: 1px solid #dcdcdc; width: 100%; display: block; padding-left: 20px; height: 44px; border-radius: 5px;}

.hyper_search_tab form input[type="text"]{font: 14px 'proxima_nova_rgregular', sans-serif;}

.hyper_search_tab form textarea{font: 14px 'proxima_nova_rgregular', sans-serif; color: #000; border: 1px solid #dcdcdc; width: 100%; display: block; padding-left: 20px; height: 100px; border-radius: 5px;}

.hyper_search_tab form input[type="button"]{font: 13px 'proxima_nova_rgbold', sans-serif; color: #ffffff; border: none; height: 46px; display: block; background: #aebe04; text-transform: uppercase; margin: 10px 0px; padding: 0px;}

.hyper_search_tab form input[type="button"]:hover{background: #c4d600;}

.hyper_search_tab form input[type='button'].hyper_search_cancel_btn{background: #c0cad0;}

.hyper_search_tab form input[type="submit"]{font: 13px 'proxima_nova_rgbold', sans-serif; color: #ffffff; border: none; height: 46px; float: right; border-radius: 5px; background: #aebe04; text-transform: uppercase; margin: 10px 0px; padding: 0px;}

.hyper_search_tab form input[type="submit"]:hover{background: #c4d600;}


.resultMessageBlock{ margin-top:20px; margin-bottom:20px;}

.resultMessageBlock .resultMessage.errorMessage{ background:#ffbcb5; border:1px solid #e1938c; border-radius:5px;}

.resultMessageBlock .resultMessage.succeedMessage{ background:#c4f4d0; border:1px solid #a7d3b2; border-radius:5px;}

/* dataTable */

.cloudianDataTable.table-hover tbody tr:hover td{background: #d4f9d5;}

.cloudianDataTable a{cursor: pointer; margin: 0px 10px;}

.cloudianDataTable.fixed-layout {table-layout: fixed}

.cloudianDataTable.fixed-layout tr td.ellipsisCol {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* HyperSearch dataTable */

.hs-dt-text-wrap{word-wrap: break-word;}

.hs-dt-width-300{width:300px;}

/*white list*/  
  
.white_paln_content_head{ background:#eef1f4;border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:8px 0;}
  
.white_paln_content_head p{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;}


.white_paln_content_custom_tbl_single_content{background:#ffffff;border-bottom:1px solid #ddd;padding:8px 0;}

.white_paln_content_custom_tbl_single_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0}

.white_paln_content_custom_tbl_single_content a{font:13px 'proxima_nova_rgregular', sans-serif; color:#008cee; cursor:pointer;}
  
  
/*manage groups*/

 
.manage_grp_section_2_cutom_tbl_head{ background:#eef1f4;border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:8px 0;}
  
.manage_grp_section_2_cutom_tbl_head p{font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;}
  

.manage_grp_section_2_cutom_tbl_single_content{background:#ffffff;border-bottom:1px solid #ddd;padding:8px 0;}

.manage_grp_section_2_cutom_tbl_single_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0} 

.manage_grp_section_2_cutom_tbl_single_content a{font:14px 'proxima_nova_rgregular', sans-serif;} 
  
.manage_user_section_2_table_edit_click{ cursor:pointer;}

.add_group_section_1_new{ border-bottom:1px solid #ddd;}

.white_paln_edit{border-bottom:1px solid #ddd;}
  

/*manage users*/


.manage_user_section_2_cutom_tbl_head{background:#eef1f4;border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:8px 0;}  
  
.manage_user_section_2_cutom_tbl_head p{font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;}


  
.manage_user_section_2_cutom_tbl_single_content{background:#ffffff;border-bottom:1px solid #ddd;padding:8px 0;}

.manage_user_section_2_cutom_tbl_single_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0;word-wrap: break-word;}

.manage_user_section_2_cutom_tbl_single_content span{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0;} 

.manage_user_section_2_cutom_tbl_single_content a{font:14px 'proxima_nova_rgregular', sans-serif;}

.manage_user_section_2_cutom_tbl_single_content a:hover{font-weight: bold;}

.add_user_section_1_new{border-bottom:1px solid #ddd;}   
  
 .manage_user_section_2_table_edit_click_new{cursor:pointer;}

 
 /*rating plan*/
 

.rating_paln_content_head{ background:#eef1f4;border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:8px 0;}
  
.rating_paln_content_head p{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;}


.rating_paln_content_custom_tbl_single_content{background:#ffffff;border-bottom:1px solid #ddd;padding:8px 0;}

.rating_paln_content_custom_tbl_single_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0}

.rating_paln_content_custom_tbl_single_content a{font:13px 'proxima_nova_rgregular', sans-serif; color:#008cee; cursor:pointer;}

.add_rating_plan_click{ cursor:pointer; background:none; color:#c4d600;}


/*cluster rating plan*/

.cluster_main_tab_section_2_server_rack h2{font:16px 'proxima_novasemibold', sans-serif; color:#333e48; text-align:center;}

.cluster_main_tab_section_2_server_rack_inner{ width:230px;border:1px solid #ddd; border-radius:8px; padding-top:10px; padding-bottom:10px; margin:0 auto; min-height:250px;}

.cluster_server_ping{ float:left; width:45%; height:10px; background:#f3f6f8; margin-bottom:3px; border:1px solid #e5e9ec;margin-left: 8px; border-radius:3px; position:relative;}

.cluster_server_ping img{ float:right; margin-right:3px;margin-top: 2px;}

.cluster_server_ping_hover{  background:#ffffff; width:150px; padding:10px;-moz-box-shadow: 1px 1px 5px #f9f9f9;-webkit-box-shadow: 1px 1px 5px #f9f9f9;box-shadow: 1px 1px 5px #f9f9f9;
 border:1px solid #d0dbe1; border-radius:10px;position: absolute;z-index: 10;  top: 17px;left: 15px; display:none;}

.cluster_server_ping_hover h6{font:14px 'proxima_novasemibold', sans-serif; color:#333e48;margin-top: 0;}

.cluster_server_ping_hover p{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:0;}

.cluster_server_ping_active{ position:relative;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;z-index:5; background:#ffffff;}

.rack_handle{position: absolute;bottom: -16px;margin: 0 auto;left: 0;right: 0;}

.cluster_main_tab_section_3_head{ margin-bottom:20px;}
  
.add_node_click{font: 14px 'proxima_novasemibold', sans-serif;color: #ffffff;border: none;border-radius: 5px;background: #c4d600;text-transform: uppercase;
padding: 8px 20px;cursor: pointer; float:right; display:inline-block;}

.cluster_main_tab_section_3_content{ background:#eef1f3; padding-top:20px; padding-bottom:20px; display:none;}

.cluster_main_tab_section_3_content_inner{ background:#ffffff;border:1px solid #dedede;}

.cluster_main_tab_section_3_content_tbl_head{background:#f9f9f9;border-bottom:1px solid #dedede; padding-top:10px;padding-bottom:10px;}

.cluster_main_tab_section_3_content_tbl_head h3{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; margin-bottom:0;margin-top:0; text-transform:uppercase; margin-left:15px;}

.cluster_main_tab_section_3_content_tbl_content{ margin-top:30px; margin-bottom:30px}

.cluster_main_tab_section_3_content_tbl_content label{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;  display:block;}

.cluster_main_tab_section_3_content_tbl_content input[type="text"]{ border:1px solid #dedede; display:inline-block; vertical-align:middle;font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;
  height: 35px;border-radius: 5px; padding-left:15px; width:100%; margin-bottom:20px;}  
  
.cluster_main_tab_section_3_content_tbl_content select{-webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center #ffffff;text-indent: 0.01px;text-overflow: "";
font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;height: 35px;border: 1px solid #dcdcdc;border-radius:5px; width:100%; margin-bottom:20px;}  
  
 .add_node_execute{font: 14px 'proxima_novasemibold', sans-serif;color: #ffffff;border: none;border-radius: 5px;background: #c4d600;text-transform: uppercase;
padding: 8px 20px;cursor: pointer; float:right; display:inline-block;} 


.cluster_main_tab_section_3_content_tbl_content p{font: 14px 'proxima_novasemibold', sans-serif;color: #a9a8a9;margin-bottom:0;margin-top: 8px;}
 
 
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* upload file */
#upload-dialog table tbody tr td {
	padding: 10px;
}
/* end upload file */
 


 /*Tikz*/

.sub_nav_wrapper ul li:first-child{border-left: 1px solid #2f3a43;}

.t_clu_sup_row{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;}

.t_clu_sup_head h1{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e47; text-transform:uppercase;}

.t_clu_sup_head{ border-bottom:1px solid #eef1f4; }

.t_clu_sup_content label{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin: 0px; display: inline-block; vertical-align: middle; margin-left: 5px;}

.t_clu_sup_content input[type="checkbox"]{   margin: 0px; display: inline-block; vertical-align: middle; }

.t_clu_sup_content_1{ padding-top:30px; }

.t_clu_sup_content_common_1{padding-left:15px !important; padding-right:15px !important ; }

.t_clu_sup_content_common select{ display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px; width: 66%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}

.t_clu_sup_content_common label{display: inline-block; vertical-align: middle; margin-right:15px; text-align:right;}

.t_clu_sup_content_common_right{ float:right; }

.t_clu_sup_content_common_right{ }

.t_clu_sup_content_common{ padding:20px 0; }

.t_clu_sup_content_common_left{ padding-top:13px; }

.t_clu_sup_content_common p{font:12px 'proxima_nova_rgregular', sans-serif; color:#333e48; line-height:25px;}

.t_clu_sup_content_common a{ width:200px; text-align:center; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:10px 20px; border-radius:3px; }

.t_clu_sup_content_common_bottom{}

.t_clu_sup_content_common_bottom select{ display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px; width: 66%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}

/*cluster page*/

.cluster_top ul{ padding-left:0px; margin-bottom:0; background:#eef1f4;}

.cluster_top ul li{float:left; list-style:none;}

.cluster_top ul li a{font: 16px 'proxima_nova_rgregular', sans-serif;color: #b1bec6; padding: 17px 25px; display:inline-block; cursor:pointer;border-left:1px solid #eef1f4;}

.cluster_top ul li:last-child{border-right:1px solid #eef1f4;}

.cluster_tab_active a{ background:#ffffff; border-bottom:1px solid #ffffff;color: #333e48!important;}

#cluster_tab_1{ margin-top:-1px;}

#cluster_tab_2{ margin-top:-1px; padding-bottom:50px;}

#cluster_tab_3{ margin-top:-1px;}

.cluster_common_wrapper{background:#ffffff; margin-bottom:30px; padding-left:0px; padding-right:0;}

.cluster_top_wrapper{padding-left:0px; padding-right:0; background: #f8f8f8 }

.cluster_common_tab{background:#f8f8f8; margin-bottom:50px;}

.cluster_top_wrapper h1{ padding-left:0px; font: 16px 'proxima_nova_rgregular', sans-serif;color: #333e48; text-transform:uppercase;}

.cluster_bottom_wrapper{padding-left:0px; padding-right:0; }

.cluster_bottom_wrapper h6{ margin-top:10px; padding-left:30px; padding-right:30px; font-size:12px; font-family:'proxima_novasemibold', sans-serif;color: #568eba; text-transform:uppercase;}

.cluster_bottom_wrapper p{ margin-bottom:10px; padding-left:30px; padding-right:30px; font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e48;}

.cluster_bottom_wrapper{  }

.cluster_bottom_wrapper_inner{ padding-left:0; padding-right:0; }

.cluster_bottom_wrapper a{ margin:15px; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:10px 20px; border-radius:3px; }

.cluster_common_wrapper{ margin-bottom:0px !important; background:#ffffff;-moz-box-shadow: 6px 8px 6px -6px #9D9D9D;-webkit-box-shadow: 6px 8px 6px -6px #9D9D9D;box-shadow: 6px 8px 6px -6px #9D9D9D;}

.cluster_bottom_wrapper{ border-top:1px solid #eef1f4; }

.cluster_common_wrapper_config_head {cursor:pointer;}

.cluster_common_wrapper_config_head span{font:14px 'proxima_nova_rgregular', sans-serif;color:#737373; margin-left:5px;}

.cluster_config_table{margin-top:15px; margin-bottom:10px; background: #ffffff}

.cluster_common_wrapper h1{ margin-top:10px !important; font:14px 'proxima_novasemibold', sans-serif;color:#333e48;  text-transform:uppercase; margin-left:10px; margin-bottom:10px;}

.cluster_common_table tr td{font: 13px 'proxima_nova_rgregular', sans-serif;/*color: #a9a8a9;*/color: #333e48; padding:15px 20px; }

.cluster_common_table tr { border-bottom:1px solid #eef1f4; }

.cluster_common_table_text_box{ display:none; }

.cluster_common_table_cancel{ display:none; }

.cluster_common_table input[type="text"]{ background:#fff; font:14px 'proxima_nova_rgregular', sans-serif; border:1px solid #dcdcdc; width:75%; height:20px; border-radius:5px;}

.cluster_common_table input[type="password"]{ background:#fff; font:14px 'proxima_nova_rgregular', sans-serif; border:1px solid #dcdcdc; width:75%; height:20px; border-radius:5px;}

.cluster_common_table_text_radio{font:14px 'proxima_nova_rgregular', sans-serif; vertical-align:middle;}

.cluster_common_table_edit { cursor:pointer; }

.cluster_common_table_cancel { cursor:pointer; }

/*hf setting*/
.hf_setting textarea { vertical-align: middle; width: 80%;}

/*Tikz 16 04 15 */

.t_clu_notification_content{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;}

.t_clu_notification_content h1{ margin-left:15px; font: 16px 'proxima_nova_rgregular', sans-serif;color: #333e48; text-transform:uppercase;}

.t_clu_notification_content_top{ border-bottom:1px solid #eef1f4; }

.t_clu_notification_content{ padding-left:0; padding-right:0;   padding-bottom: 15px; }

.t_node_tab{}

.t_node_tab{}

.cluster_node_tab{ background:#eef1f3; }

.cluster_node_common_tab{ /*background:#eef1f3; */ border-top:1px solid #eef1f4; padding-top:15px;}

.cluster_node_tab_active{ background:#c4d600;}


.cluster_node_common_tab ul{ margin-left:15px; padding-left:0px; padding-top:15px; margin-bottom:15px;}

.cluster_node_common_tab ul li{ display:inline-block; vertical-align:top; margin-right:15px;}

.cluster_node_common_tab ul li a{ background: #c0cad0;padding: 7px 15px;text-transform: uppercase;text-decoration: none !important;
 font: 14px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border-radius: 5px;cursor: pointer;text-align: center;display:block;}

.cluster_node_tab_active a{ background:#c4d600!important;}
 
.cluster_node_tab_active{ border-radius: 5px !important; cursor: pointer;}


.t_node_tab{  padding:0 15px;}

.t_node_status_accordian_content table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;}

.t_node_status_accordian_content table th{font:10px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#e1e6de;}

.t_node_status_accordian_content table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#a9a8a9; }

.t_node_status_accordian_content table td i{color:#44ac5e;}

.t_node_status_accordian_content_inner{  background:#fff; margin-bottom:30px; }

.t_node_status_accordian_content_inner_box h2{font:10px 'proxima_novasemibold', sans-serif;color:#333e48; margin-left:15px; text-transform:uppercase;}

.t_node_status_accordian_content_inner_box h6{font:10px 'proxima_novasemibold', sans-serif;color:#6dcff6; text-transform:uppercase; margin-bottom:5px; }

.t_node_status_accordian_content_inner_box p{font:13px 'proxima_nova_rgregular', sans-serif;color:#6d6d6d; margin-top:5px; text-transform:uppercase;}

.t_node_status_accordian_content_inner_box{ border-right:1px solid #dedede;}

.t_node_status_accordian_content_inner_box_last{ border-right:none;}

.t_node_status_appliance_box{border: 1px solid #d6e0cf; border-radius: 3px;}

.t_node_status_appliance_box i {color: #44ac5e;}

.t_node_status_appliance_box_first_row{float: right; margin-top: 20px;}

.t_node_status_appliance_box_last_row{float: right; margin-bottom: 20px;}

.t_node_table h5{font:14px 'proxima_novasemibold', sans-serif;color:#333e48; }

.t_node_table tr{ border-bottom:1px solid #dedede;  }

.t_node_table_box{ display:inline-block; vertical-align:middle; width:20%;  }

.t_node_table_box h6{font:10px 'proxima_novasemibold', sans-serif;color:#6dcff6; text-transform:uppercase; margin-bottom:5px;  margin-top:5px;}

.t_node_table_box p{font:13px 'proxima_nova_rgregular', sans-serif;color:#6d6d6d; margin-top:5px; text-transform:uppercase; margin-bottom:0;}

.t_node_table_box_img{ text-align:center; padding-top:17px !important; display:block; border-top:none !important;}

.t_node_table_box_div{ padding-left:30px !important; }

.adi_row{ margin-top:20px;margin-bottom: 20px;}

.t_node_status_section_1_top_selection select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 60%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block; vertical-align:middle;}

.t_node_status_section_1_top_selection{ margin-top:20px; padding-bottom:20px;border-bottom: 1px solid #eef1f4;}

.t_node_status_section_1_top_selection label{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;display:inline-block; vertical-align:middle; text-transform:capitalize; margin-bottom:0; margin-right:10px;}

.t_alert_common_wrapper p{font:16px 'proxima_nova_rgregular', sans-serif; color:#7d7d7d;}

.t_alert_common_wrapper{ padding-left:15px; border-bottom:1px solid #eef1f4;}

.t_alert_common_wrapper_red{ border-left:2px solid #ff2e18; }

.t_alert_common_wrapper_red h2{font:12px 'proxima_novasemibold', sans-serif;color:#ff2e18; text-transform:uppercase; margin-bottom:0px;  margin-top:10px;}

.t_alert_common_wrapper_yellow{ border-left:2px solid #f4da2d; }

.t_alert_common_wrapper_yellow h2{font:12px 'proxima_novasemibold', sans-serif;color:#f4da2d; text-transform:uppercase; margin-bottom:0px;  margin-top:10px;}

.t_alert_common_wrapper_green{ border-left:2px solid #85efac; }

.t_alert_common_wrapper_green h2{font:12px 'proxima_novasemibold', sans-serif;color:#85efac; text-transform:uppercase; margin-bottom:0px;  margin-top:10px;}

.t_notification_alert_full_wrapper{ margin:15px; font:14px 'proxima_nova_rgregular', sans-serif; color:#000;}

.t_notification_content_full_wrapper{ border:2px solid #f0f0f0; margin:15px; font:14px 'proxima_nova_rgregular', sans-serif; color:#000;}

.t_notification_content_button_wrapper{ margin:15px; font:14px 'proxima_nova_rgregular', sans-serif; color:#000;}

.t_notification_content_top_wrapper{ background:#f9f9f9; border-bottom:1px solid #f0f0f0; }

.t_notification_content_top_wrapper h2{ margin-left:15px;font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-bottom:10px;  margin-top:10px;}

.t_notification_content_bottom_wrapper h2{ font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  margin-bottom:10px;  margin-top:10px;}

.t_notification_content_bottom_wrapper h3{ margin-left:15px; font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  margin-bottom:10px;  margin-top:10px;}

.t_notification_content_bottom_wrapper label{vertical-align:top; display:inline-block; margin-left:10px; font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-bottom:10px;  margin-top:10px;}

.t_pick_notification{vertical-align:top; display:inline-block; margin-left:10px; font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-bottom:0px;  margin-top:3px;}

.t_notification_content_bottom_wrapper_text { vertical-align:top; display:inline-block; font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:80%; 
padding-left:20px; height:35px; border-radius:5px;}


.t_notification_content_bottom_wrapper select{ margin-bottom:15px; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 35px; border: 1px solid #dcdcdc;border-radius:5px;}
  
.t_notification_content_bottom_wrapper input[type="radio"]{ margin-top: 10px; }

.t_notification_content_bottom_wrapper_last_row{ margin-bottom:10px; }
  
.t_notfication_create a{ margin:35px 15px 15px 0px;text-transform:uppercase; padding:10px 20px; border-radius:3px; }


.t_notfication_save{ margin:10px 0px 0px 0px; width:200px; text-align:center; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:10px 20px; border-radius:3px; }

.t_notfication_action a{cursor: pointer;font: 13px 'proxima_novasemibold', sans-serif;color: #fff;text-transform: uppercase;margin-left:5px;background: #aebe04;padding: 10px 20px;border-radius: 5px;}

.t_notfication_action a:hover{background:#c4d600;}

.t_notfication_action a.edit_alert_rule_cancel{background: #c0cad0;}

.t_notfication_action a.edit_alert_rule_cancel:hover{background:#c0cad0;}

.t_notification_content_top_wrapper_2{ background:#eef1f4;}

.t_notification_content_top_wrapper_2 h6{ font:10px 'proxima_novasemibold', sans-serif;color:#333e48;}

.t_notfication_mail{ font:13px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9; margin-top:10px; display:block;}

.t_notfication_tik{ margin-left:20px; padding-top:5px; display:inline-block; vertical-align:top;  }

.t_pick_actions{font:12px 'proxima_novasemibold', sans-serif;color:#333e48; display:inline-block; vertical-align:top; margin-left:5px; }

.t_notification_bottom{ background:#eef1f3;}

.t_notification_content_full_inner_wrapper{ background:#fff;}

.t_notification_head{ border-bottom:1px solid #dedede; }

.t_notification_edit{ cursor:pointer; }

.t_notification_rules_checkbox{ float: left !important; margin: 10px 10px 0px 0px !important; }

.t_notification_rules_severity_low{ color: #73b431!important; font-weight: bold;}

.t_notification_rules_severity_medium{ color: #cccc00!important; font-weight: bold;}

.t_notification_rules_severity_high{ color: #ff8000!important; font-weight: bold;}

.t_notification_rules_severity_critical{ color: #ff0000!important; font-weight: bold;}

.serverity_level_dropdown:focus{font-weight: bold;}

/*main page*/



.main_slide_icon{ font-size:50px !important; color:#d0dce3 !important; text-align:center;   display: block!important;}

/*.main_slide_icon:hover{ color:#19a0ef !important;}*/

.t_main_top_slide h2{font:16px 'proxima_novasemibold', sans-serif;color:#333e48;text-align:center; }

.t_main_top_slide{ background:#f9f9f9; padding-top:32px; padding-bottom:32px; border:1px solid #dedede; }

.t_main_top_slide_active > .main_slide_icon{ color:#19a0ef !important;}

.t_main_top_slide_active{ background:#fff !important; }

.bx-pager{ display:none !important;}

.cluster_main_tab_section_2 img{ /*margin:0 auto; */ }

.cluster_main_tab_inner{ background:#fff; }

.config_setting_form_elements_inner{ float:right; margin-bottom:10px;}

/*data center*/

.dev_data_center_table{border:1px solid #dcdcdc; margin-top:20px; margin-bottom:50px;}

.dev_data_center_table_head{ background:#f9f9f9;}

.dev_data_center_table_head p{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; margin-bottom:5px;margin-top:5px; text-transform:uppercase; margin-left:15px;}

.dev_data_center_table table{ background:#ffffff; margin-bottom:0px;}

.dev_data_center_table table th{ background:#f9f9f9;font:14px 'proxima_novasemibold', sans-serif; color:#333e48;text-transform:uppercase;}

.dev_data_center_table table td{font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;}

.dev_data_center_table_row td{background:#eef1f4;font:11px 'proxima_novasemibold', sans-serif!important; color:#333e48!important;text-transform:uppercase!important;}

.dev_data_center_table table td a{font:14px 'proxima_novasemibold', sans-serif; color:#ffffff; background:#c0cad0;text-transform:uppercase;padding: 3px 10px;border-radius: 4px;}

/*tikz 17 04 2015*/


#analytics_sub_menu{ padding-left:0 !important; margin-left:120px;}

.analytics_inner_box{ background:#fff; }

.analytics_head h1{font:16px 'proxima_nova_rgregular', sans-serif;color:#333e48; margin-top:10px; text-transform:uppercase; margin-bottom:10px; margin-left:15px;}

.analytics_head h2{font:16px 'proxima_nova_rgregular', sans-serif;color:#333e48; margin-top:15px; text-transform:uppercase; margin-bottom:15px; margin-left:15px;}

.historical_trend_row select{ margin:10px 0; float:right; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block; vertical-align:middle;}

.analytics_head a{ margin:5px 0px; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:10px 20px; border-radius:3px; }

.analytics_content_filter_object select{ margin:10px 0; float:right; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 60%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;display:inline-block; vertical-align:middle;}

.analytics_content_filter_object_inner{ float:right; }

.analytics_content_graph img{ margin:0 auto; }

.analytics_inner_box{ margin-bottom:30px;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;}

.analytics_graph_div{ padding-bottom:20px; }

.analytics_content_graph_bottom{ border:1px solid #dce1e5;  }

.analytics_content_bottom{ padding:0 15px;}

.analytics_content_graph_bottom p{ margin-left:15px; margin-top:15px; margin-bottom:15px; font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; display:inline-block;  vertical-align:top;  }

.analytics_content_graph_bottom ul{ border:1px solid #dce1e5; display:inline-block;  vertical-align:top; margin-top:10px; }

.analytics_content_graph_bottom ul li{ background:#fff; padding:5px; font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; border-right:1px solid #dce1e5;}

.analytics_content_graph_bottom ul li:hover{background:#eef1f4 ; }

.historical_trend_button{ margin:13px 0px; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:12px 20px; border-radius:3px; }


/*cluster page*/

.analytics_top ul{ padding-left:0px; margin-bottom:0; background:#eef1f4; width:100%;}

.analytics_top ul li{float:left; list-style:none; border-left:1px solid #e2e5e9; border-right:1px solid #e2e5e9; }

.analytics_top ul li a{font: 12px 'proxima_nova_rgregular', sans-serif;color: #b1bec6;padding: 5px 25px; display:inline-block; cursor:pointer;border-left:1px solid #eef1f4;}

.analytics_top ul li:last-child{border-right:1px solid #eef1f4;}

.analytics_tab_active a{ background:#ffffff; border-bottom:1px solid #ffffff;color: #333e48!important;}

#analytics_main_tab_1{ margin-top:-1px;}

#analytics_main_tab_2{ margin-top:-1px; }

#analytics_main_tab_3{ margin-top:-1px;}

.analytics_main_tab{ border:1px solid #e2e5e9; }

/* dash board */

.main_dashboard_top ul{ padding-left:0px; margin-bottom:0; background:#eef1f4;}

.main_dashboard_top ul li{float:left; list-style:none;}

.main_dashboard_top ul li a{font: 16px 'proxima_nova_rgregular', sans-serif;color: #b1bec6; padding: 17px 25px; display:inline-block; cursor:pointer;border-left:1px solid #eef1f4;}

.main_dashboard_top ul li:last-child{border-right:1px solid #eef1f4;}

.cluster_tab_active a{ background:#ffffff; border-bottom:1px solid #ffffff;color: #333e48!important;}

#cluster_tab_1{ margin-top:-1px;}

#cluster_tab_2{ margin-top:-1px; padding-bottom:50px;}

#cluster_tab_3{ margin-top:1px;}

.cluster_common_wrapper{background:#ffffff; margin-bottom:30px; padding-left:0px; padding-right:0;}

.cluster_top_wrapper{padding-left:0px; padding-right:0;  }

.cluster_common_tab{background:#f8f8f8; margin-bottom:50px;}

.dashboard_top_node{ border:1px solid #e2e5e9; }

.main_dashboard_main_tab{ padding-top:15px; }

.dashboard_top_node h1{font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  text-transform:uppercase;}

.dashboard_top_node_text p{ margin-top:15px; font:12px 'proxima_novasemibold', sans-serif;color:#333e48; vertical-align:top; vertical-align:top; display:inline-block; padding-right:5px;  }

.dashboard_top_common h2{ font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  text-transform:uppercase; margin-left:15px; }

.dashboard_top_common{border:1px solid #e2e5e9; margin-bottom:15px;   }

.dashboard_top_common_last{ margin-bottom:0; }

.dashboard_top_common_text h5{font:12px 'proxima_novasemibold', sans-serif;color:#6dcff6;  text-transform:uppercase; margin:0;}

.dashboard_top_common_text h6{font:12px 'proxima_nova_rgbold', sans-serif;color:#333e48;  text-transform:uppercase; margin:0 0 15px;}

.dashboard_bottom_row{ padding-top:15px; }

.dashboard_top_common_wrapper{ border:1px solid #e2e5e9;    }

.dashboard_top_common_text{ border-bottom:1px solid #e2e5e9; padding-top:10px; }

.main_dashboard_main_tab{ border-left:1px solid #e2e5e9; border-right:1px solid #e2e5e9; border-bottom:1px solid #e2e5e9; padding-bottom:30px;  } 

.main_inner_box{ background:#fff;  margin-bottom:50px;}

.analytics_top ul li:first-child{border-left:none;  }

.db_capacity_label{ margin-top: 10px;  margin-bottom: 10px;}

.dashboard_graph_put_info{color:blue;}

.dashboard_graph_get_info{color:green;}
 
 /* tikz 23 / 04 */
 
 
 .analytics_inner_repair_slider_box{ float:none; margin:0 auto;  }

 
 .analytics_inner_repair_slider_box{ background:#fff;-moz-box-shadow:0px 0px 8px 2px #9D9D9D ;-webkit-box-shadow: 0px 0px 8px 2px #9D9D9D ;box-shadow: 0px 0px 8px 2px #9D9D9D;}

.analytics_inner_repair_slider_box_top{ border-bottom:1px solid #e2e5e9;}
 
.analytics_inner_repair_slider_box_top h2{ padding:50px 0;  margin:0; font:20px 'proxima_novasemibold', sans-serif;color:#333e48;  text-transform:uppercase; text-align:center;}  
 
.analytics_inner_repair_slider_box_row { border-bottom:1px solid #e2e5e9;}
  
.analytics_inner_repair_slider_box_left{ border-right:1px solid #e2e5e9;}

.analytics_inner_repair_slider_box_row h5{ font:13px 'proxima_novasemibold', sans-serif;color:#6dcff6; text-transform:uppercase; margin-bottom:0px;}

.analytics_inner_repair_slider_box_row h5 img{ padding-right:5px;  }


.analytics_inner_repair_slider_box_row h6{font:16px 'proxima_novasemibold', sans-serif;color:#a9a8a9; padding-left:18px; margin-top:0px; }

.analytics_inner_repair_slider_wrapper{ background-repeat:no-repeat; background-size:100% 100%; background-position:center;  margin-top: 60px;}

.analytics_user_section_2_cutom_tbl_head{background:#eef1f4;border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:8px 0;}  
  
.analytics_user_section_2_cutom_tbl_head p{font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48; text-transform:uppercase; margin-bottom:0;}

.analytics_user_section_2{ background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-top:20px; margin-bottom:50px;}

  
.analytics_user_section_2_cutom_tbl_single_content{background:#ffffff;border-bottom:1px solid #ddd;padding:8px 0;}

.analytics_user_section_2_cutom_tbl_single_content p{font:14px 'proxima_nova_rgregular', sans-serif; color:#333e48;margin-bottom:0} 

.analytics_user_section_2_cutom_tbl_single_content a{font:14px 'proxima_nova_rgregular', sans-serif;}

.analytics_inner_repair_slider_wrapper{ padding:0 50px; }


/* 08 may  */

.analytics_box{ margin-top:15px; padding:15px; }

.analytics_box select{ -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; 
color:#a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius:5px;}
  
.analytics_box p{ font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:0; display:inline-block; vertical-align:top;   padding-bottom: 7px;} 


.analytics_box p img{ display:inline-block; vertical-align:top; margin-right:15px; margin-left:2px; }

.analytics_box input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:44px; border-radius:5px;}

.analytics_full_box{ padding-bottom:15px; margin-top:15px;   margin: 0 auto; float: none; }

.analytics_full_box a{ cursor:pointer; margin:15px 15px 5px; float:right; font:13px 'proxima_novasemibold', sans-serif;color:#fff;  text-transform:uppercase; background:#c4d600; padding:10px 20px; border-radius:3px; }


.full_find_my_object{  margin-bottom: 20px; border: 2px solid #f0f0f0; }

.full_find_my_object h2{ margin-left:15px;font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-bottom:10px;  margin-top:10px;}

.full_find_my_object_last_row{ padding-bottom: 20px }

.object_content_top_wrapper {
  background: #f9f9f9;
  border-bottom: 1px solid #f0f0f0;
}

.object_content_wrapper h5{font:12px 'proxima_novasemibold', sans-serif;color:#a2a2a2; text-transform:uppercase; margin-bottom:0;}


.object_content_wrapper p{ font:14px 'proxima_nova_rgbold', sans-serif; color:#333e48; word-wrap: break-word;}

.object_content_wrapper_bordder{  border-top: 1px solid #f0f0f0;}

.full_find_my_object_1{ margin-top:15px ; border: 2px solid #f0f0f0; margin-bottom:15px; }

.find_my_object_form input[type="submit"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:46%; height:46px;float:right; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}

.data_center_new_accordian_full{ padding-bottom: 20px }

.data_center_service_status_div table{ margin-top:20px;margin-bottom: 20px; background:#ffffff;vertical-align:middle;}

.data_center_service_status_div table th{font:10px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.data_center_service_status_div table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; vertical-align:middle !important; word-break: break-all;}


.object_content_top_wrapper_1 {
  background: #f9f9f9;
  border-bottom: 1px solid #f0f0f0;
}

.object_wrapper_1{ width:17%; float:left; padding:0 15px; }

.object_wrapper_2{ width:30%; float:left; padding:0 15px;}

.object_wrapper_3{ width:20%; float:left; padding:0 15px;}

.object_wrapper_4{ width:10%; float:left; padding:0 15px; }

.object_wrapper_5{ width:18%; float:left; padding:0 15px; }


.object_wrapper_common h6{ font:13px 'proxima_novasemibold', sans-serif;color:#333e48;  text-transform:uppercase;  }

.object_wrapper_common p{ padding:10px 0;}

.object_wrapper_common p{ font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48; margin-bottom:0; word-wrap: break-word; vertical-align:top;} 


.object_wrapper_common p img{ display:inline-block; vertical-align:top; margin-right:5px; margin-left:-4px; margin-top:2px; }

.object_content_top_wrapper_inner{ border-bottom:1px solid #f0f0f0; }



/*2014 - 05 - 12 (Dev)*/

.dashboard_box_title{ border-bottom:1px solid #e2e5e9; margin-bottom:12px;background: #fbfbfb;}

.dashboard_box_title  h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.dashboard_box_left{border:1px solid #e2e5e9; border-radius:3px; margin-bottom:25px; padding-bottom: 20px;}

.dashboard_box_left img{ margin:0 auto;}

.dashboard_box_left  span{font:21px 'proxima_novasemibold', sans-serif; color:#333e48;}

.dashboard_system_stats_item {text-align:center;}

.dashboard_system_stats_item  h6{font: 10px 'proxima_novasemibold', sans-serif; text-transform:uppercase; color: black;}

.dashboard_system_stats_item  p{font: 18px 'proxima_novasemibold', sans-serif; color: #6d6d6d; margin-top: 6px;}

.dashboard_long_op_status table{ margin-bottom: 20px; background:#ffffff;vertical-align:middle;}

.dashboard_long_op_status table th{font:10px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; border-bottom:none !important; background:#eef1f4;}

.dashboard_long_op_status table td{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48; vertical-align:middle !important; word-break: break-all;}

/* .dashboard_long_op_status table td i{color:#44ac5e;} */

.dashboard_long_op_status {border: 1px solid #e2e5e9; border-radius: 3px;}

.dashboard_long_op_status table td a{ display:inline-block; vertical-align:middle; background:#c0cad0; padding:8px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.dashboard_cluster_health_status {
    text-align: center;
}

.cluster_health_status_warning {
	color: #ffa600;
}

.cluster_health_status_error {
    color: #ff3131;
}

.cluster_health_status_info {
    color: #b3b300;
}

.operation_ongoing {
	font-weight: bold;
    color: #b3b300;
}

.operation_success {
	font-weight: bold;
	color:#44ac5e;
}

.operation_error {
	font-weight: bold;
    color: #8d211a;
}

.operation_stopped {
	font-weight: bold;
    color: #8d211a;
}

.new_db_capacity{ border:1px solid #e2e5e9; border-radius:3px; margin-bottom:12px;}

.new_db_capacity img{ margin:15px auto;}

.new_db_capacity  h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.new_db_capacity_dial { margin:15px auto;}

.new_db_serv_availability{ border:1px solid #e2e5e9; border-radius:3px; }

.new_db_serv_availability h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.new_db_serv_availability_left img{ margin:25px auto 0;}

.new_db_serv_availability_left h6{font:30px 'proxima_novasemibold', sans-serif; color:#333e48; text-align:center;}

.new_db_serv_availability_left h6 span{ color:#a1a1a1;}

.new_db_serv_availability_right h6{font:12px 'proxima_novasemibold', sans-serif; color:#a2a2a2; text-transform:uppercase; margin-bottom:0;}

.new_db_serv_availability_right p{font:15px 'proxima_novasemibold', sans-serif; color:#333e48;}

.new_db_serv_availability_right span{ display:block;font:10px 'proxima_novasemibold', sans-serif; color:#a2a2a2;}

.new_db_trans_sec{border:1px solid #e2e5e9; border-radius:3px;margin-bottom:23px;}

.new_db_trans_sec img{ margin-bottom:20px;}

.new_db_trans_sec  h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.new_db_trans_sec_mb{border:1px solid #e2e5e9; border-radius:3px;}

.new_db_trans_sec_mb img{ margin-bottom:20px;}

.new_db_trans_sec_mb  h5{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.new_db_left{border:1px solid #e2e5e9; border-radius:3px; margin-bottom:25px; padding-bottom: 35px;}

.new_db_left img{ margin:0 auto;}

.new_db_left  h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.new_db_left  p{font:15px 'proxima_nova_rgregular', sans-serif; color:#333e48;text-align:center; margin-top: 20px;}

.new_db_left  span{font:21px 'proxima_novasemibold', sans-serif; color:#333e48;}


.new_db_bottom_row_inner_col{border:1px solid #e2e5e9; border-radius:3px;}

.new_db_bottom_row_inner_col img{ margin:0 auto;}

.new_db_bottom_row_inner_col  h4{font:12px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase; min-height: 30px;}

.new_db_bottom_row_inner_col  p{font:21px 'proxima_novasemibold', sans-serif; color:#333e48;text-align:center;}



/* tikka 13 05  */

.analytics_cluster_box{ border:1px solid #e2e5e9; margin-top:15px; }

.analytics_cluster_box  p{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e48; padding:15px 0;}

.analytics_cluster_box img{ display:block; margin:0 auto; padding:15px 0; }

.analytics_cluster_box select{ margin-bottom:15px; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 75%;height: 30px; border: 1px solid #dcdcdc;border-radius:5px;}

.analytics_cluster_box label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: inline-block;vertical-align: middle;margin-bottom: 0;margin-right: 10px;}

.analytics_full_boxcapacity_box img{ margin-top:30px; }

.analytics_full_boxcapacity_box img{ display:block; margin:0 auto; padding:50px 0 0; }

.analytics_top_user_inner{  margin-right: 30px; vertical-align:top; display:inline-block; margin-left:10px; font:13px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; margin-bottom:0px;  margin-top:3px;}

.analytics_top_user img{ display:block; margin:0 auto; padding:15px 0;}

.analytics_top_user_inner_row{ padding-top:15px; padding-left:15px;}

.analytics_inner_box_inner_select h2{ font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  margin-bottom:10px;  margin-top:10px;}

.analytics_inner_box_inner_select select{ margin-bottom:15px; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 30px; border: 1px solid #dcdcdc;border-radius:5px;}
  
.analytics_inner_box_inner_select input[type="text"]{margin-bottom:15px; font: 14px 'proxima_nova_rgregular', sans-serif;color: #000;border: 1px solid #dcdcdc;width: 100%;display: block;padding-left: 10px;height: 30px;border-radius: 5px;}

.analytics_inner_box_inner_select input[type="button"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:40px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase;} 
  
.analytics_inner_box_inner{ border-radius:3px; }

.analytics_inner_box_inner_button{ margin-bottom: 30px;margin-top: 10px; }

.analytics_inner_box_inner table th{background: #eef1f4;padding-top: 10px;padding-bottom: 10px;font: 10px 'proxima_novasemibold', sans-serif;color: #333e48;margin-bottom: 0px;text-transform: uppercase;}

.analytics_inner_box_inner table tr{border-bottom: 1px solid #eef1f4;font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e47;margin-bottom: 0px;margin-top: 3px;}

.analytics_inner_box_inner_select a {
  margin: 0px 15px 15px 0px;
  width: 100%;
  text-align: center;
  float: right;
  font: 13px 'proxima_novasemibold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #c4d600;
  padding: 10px 20px;
  border-radius: 3px;
}


/*2014 - 05 - 13 Dev*/

.graph_area_common_2{ margin-bottom:20px;}



svg:not(:root) {
   
    margin: 0 auto;
    display: block;
}


.new_db_capacity_bottom h6{font:14px 'proxima_novasemibold', sans-serif;color:#a2a2a2; text-transform:uppercase; text-align: center; }

.new_db_capacity_bottom h6 span{color:#333e48; }



/*2015 -05 -22 */


.disk_used_content{ border:1px solid #dedede;  padding-top: 10px;padding-bottom: 10px;}

.disk_used_content h6{font:10px 'proxima_novasemibold', sans-serif;color:#6dcff6;  text-transform:uppercase;  margin-left: 20px;  margin-top: 15px;}

.disk_used_content p{font:12px 'proxima_nova_rgregular', sans-serif;color:#6d6d6d;  center;text-transform:uppercase;  margin-left: 20px;}


.new_network_usg_content{border:1px solid #dedede;margin-top: 50px;}



.new_network_usg_content_inner h2{font:10px 'proxima_novasemibold', sans-serif;color:#333e48; margin-left:15px; text-transform:uppercase;margin-top: 13px;margin-bottom: 8px;}

.new_network_usg_content_inner h6{font:10px 'proxima_novasemibold', sans-serif;color:#6dcff6; text-transform:uppercase; margin-bottom:5px;margin-top: 0px; }

.new_network_usg_content_inner p{font:13px 'proxima_nova_rgregular', sans-serif;color:#6d6d6d; margin-top:5px; text-transform:uppercase;}




.node_accordian_single{ border:1px solid #d6e0cf; border-radius:3px; margin-bottom:15px; }

.node_accordian_head{ cursor:pointer;background:#fbfbfb; }

.node_accordian_head i{ color:#737373;}

.node_accordian_head span{font:14px 'proxima_novasemibold', sans-serif;color:#737373; margin-left:5px;padding-top:8px; padding-bottom:8px; text-transform:uppercase;}

.node_accordian_head span img{ margin-right:8px;}

.drop_active_node{ display:none;}

.node_accordian_content{ border-top:1px solid #d6e0cf;}


.alert_top{ background:#fff; padding-top:15px;padding-bottom:15px;-moz-box-shadow:1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:25px;}

.alert_top_left h4{font:18px 'proxima_nova_rgregular', sans-serif;color:#333e48; margin-top:6px; margin-bottom:0;}

.alert_top_right label{font:14px 'proxima_nova_rgregular', sans-serif;color:#333e48;  margin-bottom: 0;margin-right: 7px;}

.alert_top_right select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px; width: 70%;height: 35px;border: 1px solid #dcdcdc;border-radius: 5px;}


.alert_bottom{background:#fff;-moz-box-shadow:1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:160px;}

.alert_bottom_head{ padding-top:15px; padding-bottom:15px;}

.alert_bottom_head_left h4{font:16px 'proxima_nova_rgregular', sans-serif;color:#333e48; margin-top:10px; margin-bottom:0; text-transform:uppercase;}

.alert_top_left_btn{cursor:pointer;background:none; float: right;    font: 13px 'proxima_nova_rgbold', sans-serif;padding: 10px 20px; color:#aebe04;}
.alert_top_left_btn:hover{color:#c4d600;}

.node_status_alert_top a{cursor:pointer;background:none; float: right;    font: 13px 'proxima_nova_rgbold', sans-serif;padding: 10px 20px; color:#aebe04;}
.node_status_alert_top a:hover{color:#c4d600;}

.alert_bottom_content table{ margin-bottom:0;}

.alert_bottom_content table th{ background:#eef1f4;font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; border-bottom:none !important;}

.alert_bottom_content table th input[type="checkbox"]{ margin-top:-4px; vertical-align:middle;  margin-right: 7px;}


.alert_bottom_content table td{font:13px 'proxima_novasemibold', sans-serif; border-top:none !important; border-bottom:1px solid #eef1f4; word-break: break-all;}

.alert_bottom_content table td input[type="checkbox"]{ margin-top:-2px; vertical-align:middle;  margin-right: 7px;}


.alert_bottom_content_btn{ padding-top:15px; padding-bottom:15px;}

.alert_bottom_content_btn a{cursor: pointer;font: 13px 'proxima_novasemibold', sans-serif;color: #fff;text-transform: uppercase;background: #aebe04;padding: 10px 20px;border-radius: 5px;margin-left: 5px;}
.alert_bottom_content_btn a:hover{background:#c4d600;}

.alert_bottom_content_table_active .active_check_box{ display:inline-block !important;}

.alert_bottom_content_table_active td{ color:#333e48!important; }

.alert_text { display: inline-block;}

.alert_text_msgid { position: relative; display: inline-block;}

.alert_msgid_hover{ position:absolute; width:360px; background:#fff;  z-index: 10;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;top: -5px;left: 65px;
 display:none;}

.alert_msgid_hover img{position: absolute;top: 8px;left: -4px;}

.alert_msgid_hover_head{ border-bottom:1px solid #e2e5e9;}

.alert_msgid_hover_head h1{font: 18px 'proxima_novasemibold', sans-serif;color: #333e48; margin-top:10px;margin-left:15px;}

.alert_msgid_hover_single{ padding-top:10px; padding-bottom:10px; border-bottom:1px solid #e2e5e9;}

.alert_msgid_hover_single h5{font: 12px 'proxima_novasemibold', sans-serif;color: #a2a2a2; margin-bottom:0; margin-top:0px;}

.alert_msgid_hover_single p{font: 14px 'proxima_novasemibold', sans-serif;color: #333e48; margin-bottom:0;}
/* help */

.help_top ul{ padding-left:0px; margin-bottom:0; background:#eef1f4;}

.help_top ul li{float:left; list-style:none;}

.help_top ul li a{font: 16px 'proxima_nova_rgregular', sans-serif;color: #b1bec6; text-transform:uppercase;padding: 17px 25px; display:inline-block; cursor:pointer;border-left:1px solid #eef1f4;}

.help_top ul li:last-child{border-right:1px solid #eef1f4;}

.help_left{ border:1px solid #dedede; margin-top:30px; border-radius:3px;}

.help_heding{ background:#f9f9f9; border-bottom:1px solid #dedede;  }

.help_heding h1{font: 13px 'proxima_novasemibold', sans-serif;color: #343e48;text-transform: uppercase; margin:0; padding:15px 30px;} 

.help_click_new span{ font: 13px 'proxima_novasemibold', sans-serif;color: #343e48;text-transform: uppercase; margin:0; padding:15px;  }

.help_content_panel ul li a{ display: block; font: 12px 'proxima_novasemibold', sans-serif;color: #7a838c;text-transform: uppercase; margin:0; padding:15px;  }

.help_content_panel ul li a:hover{ color:#c5d32c; }

.help_head_active span i{ color:#c5d32c;}

.help_content_panel ul li{ list-style:none; }

.help_content_panel ul{ padding-left: 15px; margin-bottom:0; }

.help_content_panel{ background:#f9f9f9; border-bottom:1px solid #dedede; }

.help_head{ border-bottom:1px solid #dedede; }

.help_click_new{ background:#f9f9f9; }

.help_head_active{ background:#fff; border-bottom:1px solid #dedede;  }

.help_right { margin-top:30px; padding-bottom:30px;}

.help_content_box{ border:1px solid #dedede; margin-top:30px; border-radius:3px; }

.help_content{ padding:30px; }

.help_content p{font: 14px 'proxima_nova_rgregular', sans-serif;color: #656b71; line-height:30px;  }

.help_content_bottom_section ul{ padding-left:0; margin-bottom:0; }

.help_content_bottom_section ul li{ list-style:none;  border-bottom:1px solid #dedede; font: 14px 'proxima_nova_rgregular', sans-serif;color: #656b71; padding:15px 30px;  }

.help_content_bottom_section ul li span { font: 14px 'proxima_novasemibold', sans-serif; color: #656b71; } 

.help_head{cursor: pointer;}



/*object popup*/

.object_popup_top{}

.object_popup_top ul{ padding-left:0; margin-bottom:0;}

.object_popup_top ul li{ display:inline-block; vertical-align:middle; padding-right: 4px;}

.object_popup_top ul li input[type="checkbox"]{ display:inline-block; vertical-align:middle; margin-top:0; margin-right:5px;}

.object_popup_top ul li label{ display:inline-block; vertical-align:middle; margin-bottom:0;font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;}


.object_popup_bottom_single{ margin-top:30px; padding-bottom:30px; border-bottom:1px solid #e9eaea;}

.object_popup_bottom_single_col_3_inner{ float:right; margin-top:40px;}

.object_popup_bottom_single_col_1{ padding-left:0;}

.object_popup_bottom_single_col_3{padding-right:0;}

.object_popup_bottom_single_col_2 h6{font: 14px 'proxima_nova_rgregular', sans-serif; color: #333e48; margin-bottom:0px; margin-top:35px;}

.object_popup_bottom_single_col_2 p{font: 14px 'proxima_nova_rgregular', sans-serif; color: #96a1ab; margin-bottom:0px;}

.object_popup_bottom_single_col_3 p{font: 14px 'proxima_nova_rgregular', sans-serif; color: #96a1ab; margin-bottom:0px; text-align:center;margin-top: 50px;}


/*storage policy*/


.sp_content_full{padding-bottom:10px;background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;}

.sp_content_head_left h1{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e47; text-transform:uppercase; margin-top:14px;}

.sp_content_head_right a{font:14px 'proxima_novasemibold', sans-serif;color: #aebe04;text-transform:uppercase;float: right;display: inline-block;margin-top: 14px;}
.sp_content_head_right a:hover{color:#c4d600;}

.sp_content_table_head{ background:#eef1f4; padding-top:10px; padding-bottom:10px;}

.sp_content_table_head_col p{font: 10px 'proxima_novasemibold', sans-serif; color: #333e48; margin-bottom:0px; text-transform:uppercase;}

.sp_content_table_content_single_col{ padding-top:10px;padding-bottom:10px;}

.sp_content_table_content_single_col_inner{ float:right;}

.sp_content_table_content_single{ border-bottom:1px solid #eef1f4;}

.sp_content_table_content_single_col p{font: 13px 'proxima_nova_rgregular', sans-serif; color: #333e47; margin-bottom:0px; margin-top:3px;}

.sp_content_table_content_single_col a{font: 13px 'proxima_nova_rgregular', sans-serif; color: #333e47; margin-bottom:0px; display:inline-block; margin-left:5px; text-transform:capitalize;}

.sp_content_table_content_single_col_bottom{ padding-top:15px;padding-bottom:15px;}

.sp_content_table_content_single_col_bottom a{cursor: pointer;font: 13px 'proxima_novasemibold', sans-serif;color: #fff;text-transform: uppercase;margin-left:5px;background: #aebe04;padding: 10px 20px;border-radius: 5px;}

.sp_content_table_content_single_col_bottom a:hover{background:#c4d600;}

.sp_content_bottom_full{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px; display:none;}

.sp_content_bottom_full_2{background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:30px;display:none;}

.sp_content_bottom_head h1{font:16px 'proxima_nova_rgregular', sans-serif; color:#333e47; text-transform:uppercase; margin-top:14px;}

.sp_content_bottom_head{border-bottom:1px solid #eef1f4;}

.sp_content_head_checkbox{padding-top:10px;}

.sp_content_head_checkbox label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;text-transform: capitalize;}

.sp_content_head_checkbox input[type="checkbox"]{padding-top:10px; display:inline-block;}

.sp_content_bottom_section_1{padding-top:27px;}

.sp_content_bottom_section_1 label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: block;text-transform: capitalize;}

.sp_content_bottom_section_1 input[type="text"]{font: 14px 'proxima_nova_rgregular', sans-serif;color: #000;border: 1px solid #dcdcdc;width: 100%;display: block;padding-left: 20px;height: 44px;border-radius: 5px;} 

.sp_content_bottom_section_1_5{padding-bottom:27px;}

.sp_content_bottom_section_2{ margin-bottom:20px;}

.sp_content_bottom_section_2_col_inner{border:1px solid #dedede;  min-height: 270px; position:relative;}

.sp_content_bottom_section_2_col_inner h4{font:14px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.sp_content_bottom_section_2_col_inner h6{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.sp_content_bottom_section_2_col_inner ul{ padding-left:0;}

.sp_content_bottom_section_2_col_inner ul li{ padding-bottom:8px; list-style:none;}

.sp_content_bottom_section_2_col_inner ul li input[type="radio"]{display:inline-block; vertical-align:middle; margin-top:0;}

.sp_content_bottom_section_2_col_inner ul li input[type="checkbox"]{display:inline-block; vertical-align:middle; margin-top:0;}

.sp_content_bottom_section_2_col_inner ul li label{font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e47;text-transform: capitalize; display:inline-block; vertical-align:middle; margin-bottom:0; margin-left:7px;}

.sp_content_bottom_section_2_col_inner ul li select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 70%;height: 44px;border: 1px solid #dcdcdc;border-radius: 5px;}

.sp_content_bottom_section_2_col_inner input[type="text"]{font: 14px 'proxima_nova_rgregular', sans-serif;color: #000;border: 1px solid #dcdcdc;width: 70%;display: block;padding-left: 20px;height: 44px;border-radius: 5px;} 

.help_btn{position: absolute;bottom: 10px;right: 10px;}

.help_btn_hover{ position:absolute; bottom:0; background:#fff;-moz-box-shadow:1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;z-index: 100; width:180px; padding: 13px;
  left: -82px;  bottom: -80px; display:none;}
  
.help_btn_hover p{font: 13px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;margin-bottom: 0;text-align: center;}

.help_btn_hover_pointer{ position: absolute;top: -6px;display: block;left: 0;right: 0;margin: 0 auto;}

.sp_content_bottom_section_3{ margin-bottom:20px;}

.sp_content_bottom_section_3_inner{  border: 1px solid #dcdcdc;}

.sp_content_bottom_section_3_head h1{font: 14px 'proxima_novasemibold', sans-serif; color:#333e47; text-transform:uppercase; margin-top:15px; padding-left:15px; display:inline-block;  margin-bottom: 15px;}

.sp_content_bottom_section_3_head select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 10%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px; margin-left:10px;}

.drop_default_cl{ font: 13px 'proxima_nova_rgbold', sans-serif;color: #7BC3EE;border: none;border-radius: 5px;text-transform: capitalize;cursor:pointer;}
  
.drop_active_cl{ font: 13px 'proxima_nova_rgbold', sans-serif;color: #7BC3EE;border: none;border-radius: 5px;text-transform: capitalize;cursor:pointer;}

.sp_content_bottom_section_3_table table{ margin-bottom:0px;}

.sp_content_bottom_section_3_table th{background:#eef1f4;font: 10px 'proxima_novasemibold', sans-serif;color: #333e48;  text-transform: uppercase;}

.sp_content_bottom_section_3_table td{font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e47; vertical-align:middle !important; padding-top:15px!important; padding-bottom:15px!important;}

.sp_content_bottom_section_3_table td select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 70%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px;}


.sp_content_bottom_section_4{ margin-bottom:20px;}

.sp_content_bottom_section_4_head{border-bottom: 1px solid #dcdcdc;}

.sp_content_bottom_section_4_head h1{font: 14px 'proxima_novasemibold', sans-serif; color:#333e47; text-transform:uppercase; margin-top:14px; padding-left:15px;float: left;}

.sp_content_bottom_section_4_col_inner{border:1px solid #dedede;  position:relative;}

.sp_content_bottom_section_4_col_inner h4{font:14px 'proxima_novasemibold', sans-serif; color:#333e48; text-transform:uppercase;}

.sp_content_bottom_section_4_col_inner h6{font:13px 'proxima_nova_rgregular', sans-serif; color:#333e48;}

.sp_content_bottom_section_4_col_inner ul{ padding-left:0;}

.sp_content_bottom_section_4_col_inner ul li{ padding-bottom:8px; list-style:none;}

.sp_content_bottom_section_4_col_inner ul li input[type="radio"]{display:inline-block; vertical-align:middle; margin-top:0;}

.sp_content_bottom_section_4_col_inner ul li input[type="checkbox"]{display:inline-block; vertical-align:middle; margin-top:0;}

.sp_content_bottom_section_4_col_inner ul li label{font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e47;text-transform: capitalize; display:inline-block; vertical-align:middle; margin-bottom:0; margin-left:7px;}

.sp_content_bottom_section_4_col_inner ul li select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 70%;height: 44px;border: 1px solid #dcdcdc;border-radius: 5px;}

.sp_content_bottom_section_5{ margin-bottom:20px;}

.sp_content_bottom_section_5_inner{  border: 1px solid #dcdcdc; margin-bottom: 20px;}

.sp_content_bottom_section_5_head{border-bottom: 1px solid #dcdcdc;}

.sp_content_bottom_section_5_head h1{font: 14px 'proxima_novasemibold', sans-serif; color:#333e47; text-transform:uppercase; margin-top:14px; padding-left:15px;float: left;}

.sp_content_bottom_section_5_tags{ padding-bottom:15px;}

.sp_content_bottom_section_5 select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;}

.sp_content_bottom_section_5 .group_list * {padding-left: 10px;width: 90%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px;margin-top: 14px;float: right;}

.sp_content_bottom_section_5 input[type="checkbox"]{
    margin-top: 28px;
    margin-bottom: 30px;
}

.sp_content_bottom_section_5_tag_single{ background:#f1f1f1;display:inline-block; vertical-align:top; padding:3px 4px; margin-top:15px; margin-left:15px; border:1px solid #dedede; border-radius:3px;}

.sp_content_bottom_section_5_tag_single p{font: 16px 'proxima_nova_rgregular', sans-serif;color: #333e47; margin-bottom:0;}
 
.sp_tag_close{margin-left: 5px;display: inline-block;margin-top: -8px; cursor:pointer}

.sp_content_bottom_section_5_cancel{ margin-bottom:20px;}

.sp_content_bottom_section_5 a{ display:inline-block; vertical-align:middle;color: #ffffff; background:#aebe04; padding:8px 15px; text-transform:uppercase; text-decoration:none !important;font:12px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;margin-top: 13px;  cursor: pointer;}

.sp_content_bottom_section_5 a:hover{background:#c4d600;}

.sp_content_bottom_section_5_cancel input[type="button"] {font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width: 100px;height: 35px;float: right;border-radius: 5px;background: #c0cad0;
text-transform: uppercase; margin-right:15px; margin-bottom: 20px;}

.sp_content_bottom_section_5_save input[type="button"] {font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width: 100px;height: 35px;float: right;border-radius: 5px;background: #aebe04;
text-transform: uppercase; margin-right:15px; margin-bottom: 20px;}

.sp_content_bottom_section_5_cancel input[type="submit"] {font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width: 100px;height: 35px;float: right;border-radius: 5px;background: #c0cad0;
text-transform: uppercase; margin-right:15px; margin-bottom: 20px;}

.sp_content_bottom_section_5_save input[type="submit"] {font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width: 100px;height: 35px;float: right;border-radius: 5px;background: #aebe04;
text-transform: uppercase; margin-right:15px; margin-bottom: 20px;}
.sp_content_bottom_section_5_save input[type="button"]:hover{background:#c4d600;}

.sp_content_bottom_section_5_inner_b{ margin-bottom:20px; border: 1px solid #dedede;}

.sp_content_bottom_section_5_inner_b label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: block;text-transform: capitalize;margin-top: 25px;padding-left: 15px;float: left;}

.sp_content_bottom_section_5_inner_b input[type="text"]{font: 14px 'proxima_nova_rgregular', sans-serif;color: #000;border: 1px solid #dcdcdc;width: 100%;display: block;padding-left: 20px;height: 44px;border-radius: 5px; margin-top:10px;margin-bottom:10px;} 

.sp_content_bottom_section_5_inner_b select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius: 5px;margin-bottom:10px;margin-top:10px;}


.create_storage{ cursor:pointer;}

.sp_view{ cursor:pointer;}

.sp_deprecated_text{
    position: relative;
    bottom: 3px;
}

/* .add_group_visibility{font: 14px 'proxima_novasemibold', sans-serif;color: #aebe04;text-transform: uppercase;float: left;display: inline-block;margin-top: 14px; margin-right:15px; cursor:pointer;} */
/* .add_group_visibility:hover{color:#c4d600;} */

/*advanced tab*/

.advanced_new_top{ background:#fff;background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; padding-top:30px;}

.advanced_new_top_single{ margin-bottom:30px;}

.advanced_new_top_single label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: inline-block;vertical-align: middle;margin-bottom: 0;margin-right: 10px;}

.advanced_new_top_single select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 100%;height: 30px;border: 1px solid #dcdcdc;border-radius: 5px;vertical-align: middle;}

.advanced_new_top_single p{font: 14px 'proxima_novasemibold', sans-serif;color: #333e48;}

.advanced_new_top_single input[type="button"]{font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border:none; width:100%; height:40px;display:block; border-radius:5px; background:#aebe04; 
text-transform:uppercase;}

.advanced_new_top_single input[type="button"]:hover{background:#c4d600;}


.advanced_new_top_single input[type="text"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:30px; border-radius:5px;margin-bottom: 7px;}

.advanced_new_top_single input[type="password"]{font:14px 'proxima_nova_rgregular', sans-serif; color:#000; border:1px solid #dcdcdc; width:100%;display:block; 
padding-left:20px; height:30px; border-radius:5px;margin-bottom: 7px;}

.advanced_new_top_single input[type="radio"]{display:inline-block; vertical-align:middle; margin-top:0;}

.advanced_new_top_single input[type="checkbox"]{display:inline-block; vertical-align:middle; margin-top:0;}

.advanced_new_bottom{background:#fff;background:#ffffff;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; padding-top:30px; margin-bottom:30px; margin-top:20px;}



.advanced_new_bottom_single{ margin-bottom:30px;}

.advanced_new_bottom_single label{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: inline-block;vertical-align: middle;text-transform: capitalize;margin-bottom: 0;margin-right: 10px;}

.advanced_new_bottom_single select{-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 60%;height: 44px;border: 1px solid #dcdcdc;border-radius: 5px;display: inline-block;vertical-align: middle;}

.advanced_new_bottom_single p{font: 14px 'proxima_novasemibold', sans-serif;color: #333e48;}

.advanced_new_bottom_single input[type="submit"]{font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width: 35%;height: 46px;float: right;border-radius: 5px;background: #c4d600;text-transform: uppercase;}


.advanced_new_bottom_single input[type="radio"]{ display:inline-block; vertical-align:middle; margin-top:0;  margin-top: 13px;}

.advanced_new_bottom_single input[type="checkbox"]{ display:inline-block; vertical-align:middle; margin-top:0;  margin-top: 13px;}

.advanced_new_bottom_single span{font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: inline-block;vertical-align: middle;margin-right: 25px;margin-left: 5px;  margin-top: 13px;}

.advanced_new_bottom_single h2{font:16px 'proxima_novalight', sans-serif; color:#333e48; text-transform:uppercase;}

.advanced_new_add_new_node_button a{
	font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    cursor: pointer;
}

.advanced_new_add_new_node_button p {
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    text-align: center;
    margin-bottom: 0;
}

.advanced_new_top_single_node{ padding-top:20px; padding-bottom:20px; border: 1px solid #dedede;}

.advanced_proactive_repair_options input[type="radio"]{
    margin-top: 10px;
    margin-bottom: 10px;
}

.advanced_proactive_repair_options label{
	margin-left: 7px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.data_center_new_head{ padding-top:15px;padding-bottom:15px;}

.data_center_new_head a{font: 14px 'proxima_novasemibold', sans-serif;color: #c4d600;text-transform: uppercase;float: right;display: inline-block;margin-right: 15px; cursor:pointer;}


.data_accordian_single{ border:1px solid #d6e0cf; border-radius:3px; margin-bottom:15px; }

.data_accordian_head{ cursor:pointer;background:#fbfbfb; }

.data_accordian_head i{ color:#737373;}

.data_accordian_head span{font:14px 'proxima_novasemibold', sans-serif;color:#737373; margin-left:5px;padding-top:8px; padding-bottom:8px;}

.data_accordian_head span img{ margin-right:8px;}

.drop_active_node{ display:none;}

.data_accordian_content{ border-top:1px solid #d6e0cf;}

.data_new_dc_div{ height: 316px; border-style: dashed; border-width: 5px; cursor: pointer;}

.data_new_dc_div a{color: #d6e0cf;}

.data_add_extra_div {padding-bottom: 20px;}

.data_new_server_rack{ padding-top:20px; padding-bottom:20px;}

.data_new_server_rack_inner{ padding-top: 20px;padding-bottom: 20px;  min-height: 185px;}

.data_new_server_rack_inner h3{font:14px 'proxima_novasemibold', sans-serif;color:#333e48; text-align:center; margin-top:0; margin-bottom:15px;}

.hexagon_common{ margin-left:2px !important; margin-top: 12px!important;}



.data_new_server_rack_row1{position: relative;}

.data_new_server_rack_row2{position: relative; left:21px;}

/*hex green*/
.hexagon_green {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #39b54a;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_green:before,
.hexagon_green:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_green:before {
  bottom: 100%;
  border-bottom: 11.55px solid #39b54a;
}

.hexagon_green:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #39b54a;
}


/*hex red*/

.hexagon_red {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #ff3131;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_red:before,
.hexagon_red:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_red:before {
  bottom: 100%;
  border-bottom: 11.55px solid #ff3131;
}

.hexagon_red:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #ff3131;
}


/*hex yellow*/

.hexagon_yellow {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #ffa600;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_yellow:before,
.hexagon_yellow:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_yellow:before {
  bottom: 100%;
  border-bottom: 11.55px solid #ffa600;
}

.hexagon_yellow:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #ffa600;
}

/*hex blue*/
.hexagon_blue {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #3962b5;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_blue:before,
.hexagon_blue:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_blue:before {
  bottom: 100%;
  border-bottom: 11.55px solid #3962b5;
}

.hexagon_blue:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #3962b5;
}

/*hex cyan*/
.hexagon_cyan {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #18E0D5;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_cyan:before,
.hexagon_cyan:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_cyan:before {
  bottom: 100%;
  border-bottom: 11.55px solid #18E0D5;
}

.hexagon_cyan:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #18E0D5;
}

/*hex grey*/
.hexagon_grey {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #92979d;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_grey:before,
.hexagon_grey:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_grey:before {
  bottom: 100%;
  border-bottom: 11.55px solid #92979d;
}

.hexagon_grey:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #92979d;
}

/*hex add_node*/
.hexagon_add_node {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #aebe04;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_add_node:hover{background:#c4d600;}

.hexagon_add_node:before,
.hexagon_add_node:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_add_node:before {
  bottom: 100%;
  border-bottom: 11.55px solid #aebe04;
}

.hexagon_add_node:hover:before{border-bottom: 11.55px solid #c4d600;}

.hexagon_add_node:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #aebe04;
}

.hexagon_add_node:hover:after{border-top: 11.55px solid #c4d600;}

.hexagon_add_node p {
	color: white;
	margin-right: -25px;
    margin-left: 14px;
    font: 25px 'proxima_novasemibold';
}

/*hex add_node_disabled*/
.hexagon_add_node_disabled {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #a1a5aa;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_add_node_disabled:hover{background:#c9cccf;}

.hexagon_add_node_disabled:before,
.hexagon_add_node_disabled:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_add_node_disabled:before {
  bottom: 100%;
  border-bottom: 11.55px solid #a1a5aa;
}

.hexagon_add_node_disabled:hover:before{border-bottom: 11.55px solid #c9cccf;}

.hexagon_add_node_disabled:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #a1a5aa;
}

.hexagon_add_node_disabled:hover:after{border-top: 11.55px solid #c9cccf;}

.hexagon_add_node_disabled p {
    color: white;
    margin-right: -25px;
    margin-left: 14px;
    font: 25px 'proxima_novasemibold';
}

.add_node_popup_single{ margin-bottom:30px;margin-top:20px;}

.add_node_popup_single_col label {font: 14px 'proxima_nova_rgregular', sans-serif;color: #333e48;display: block;text-transform: capitalize;}

.add_node_popup_single_col input[type="text"] {font: 14px 'proxima_nova_rgregular', sans-serif;color: #000;border: 1px solid #dcdcdc;width: 100%;display: block;padding-left: 20px;height: 44px;border-radius: 5px;}

.add_node_popup_single_col select {-webkit-appearance: none;-moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";
font: 14px 'proxima_nova_rgregular', sans-serif;color: #a9a8a9;padding-left: 10px;width: 100%;height: 44px;border: 1px solid #dcdcdc;border-radius: 5px;}

.add_node_popup_single_col input[type="submit"] {font: 13px 'proxima_nova_rgbold', sans-serif;color: #ffffff;border: none;width:100%;height: 46px;float: right;border-radius: 5px; background: #c4d600;
text-transform: uppercase;}

.add_node_popup_single_col p{font: 14px 'proxima_novasemibold', sans-serif;color: #333e48;}

.data_new_server_rack_hover{ position:absolute; width:360px; background:#fff;  z-index: 10;-moz-box-shadow: 1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D;top: 0px;left: 46px;
 display:none;}

.data_new_server_rack_hover img{position: absolute;top: 8px;left: -4px;}

.data_new_server_rack_close a{float: right;margin-top: 7px;cursor:pointer;}

.data_new_server_rack_hover_head{ border-bottom:1px solid #e2e5e9;}

.data_new_server_rack_hover_head h1{font: 18px 'proxima_novasemibold', sans-serif;color: #333e48; margin-top:10px;margin-left:15px;}

.data_new_server_rack_hover_single{ padding-top:10px; padding-bottom:10px; border-bottom:1px solid #e2e5e9;}

.data_new_server_rack_hover_single h5{font: 12px 'proxima_novasemibold', sans-serif;color: #a2a2a2; margin-bottom:0; margin-top:0px;}

.data_new_server_rack_hover_single p{font: 14px 'proxima_novasemibold', sans-serif;color: #333e48; margin-bottom:0;}
/*moz specific css*/

@-moz-document url-prefix() {
   	
}


.upload-bootstrap-fade-hack {
      opacity: 1;
}

.node_status_cpu_outer {
    width: 60px;
    height: 120px;
    border: 2px solid #ccc;
    overflow: hidden;
    margin: auto;
    position: relative;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.node_status_cpu_inner, .node_status_cpu_inner div {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.node_status_cpu_number {
	color: rgb(2, 144, 255);
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}

.node_status_cpu_inner {
    border: 2px solid rgb(2, 144, 255);
    border-top-width: 0;
    background-color: rgb(2, 144, 255);
    
    bottom: 0;
    height: 0%;
}

.data_center_label{
  float: right;
  padding-right: 15px;
  margin-bottom: 15px;
}


.cluster_node_tab_new_full{background: #ffffff;padding-top: 30px; padding-bottom:30px;margin-bottom: 30px;}

/* .cluster_node_tab_new_inner{ border:1px solid #e2e5e9;} */

.cluster_node_tab_new_inner_col h2{ font:12px 'proxima_novasemibold', sans-serif;color:#333e48;  margin-bottom:10px;  margin-top:10px;}

.cluster_node_tab_new_inner_col select{ margin-bottom:15px; -webkit-appearance: none; -moz-appearance: none;background: url(../images/drop_icon.png) no-repeat 96% center;text-indent: 0.01px;text-overflow: "";font:14px 'proxima_nova_rgregular', sans-serif; color:#a9a8a9;padding-left: 10px;width: 100%;height: 35px; border: 1px solid #dcdcdc;border-radius:5px;}

.linegraph {
    overflow:auto;
}

.linegraph svg{
    float:left;
}

.linegraph path{
    pointer-events: fill;
}

.line-label {
    margin-right: 50px;
}

 
.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
 } 


.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.uhlline {
  fill: none;
  stroke: #F46D43;
  stroke-width: 1.5px;
}

.uwlline {
  fill: none;
  stroke: #FDAE61;
  stroke-width: 1.5px;
}

.ghlline {
  fill: none;
  stroke: #9E0142;
  stroke-width: 1.5px;
}

.gwlline {
  fill: none;
  stroke: #D53E4F;
  stroke-width: 1.5px;
}

.navigator .viewport {
    stroke: grey;
    fill: black;
    fill-opacity: 0.2;
}

.navigator .data {
    fill: lightgrey;
    stroke-width: 0px;
}

.navigator .line{
    fill:none;
    stroke: darkgrey;
    stroke-width: 1px;
}

.overlay {
    stroke-width: 0px;
    fill-opacity: 0;
}

.line-label {
    margin-right: 50px;
}

.minilinegraph svg{
    float:left;
}

.operation-status-progress {
    position: relative;
}

.operation-status-progress span {
    position: absolute;
    display: block;
    width: 100%;
 }

.red_disk_progress_bar {
	background: rgb(240, 56, 86)!important;
}

.orange_disk_progress_bar {
    background: rgb(225, 185, 0)!important;
}

.green_disk_progress_bar {
    background: rgb(2, 144, 255)!important;
}

.dashboard_red_progress_bar {
    background: rgb(240, 56, 86)!important;
}

.dashboard_blue_progress_bar {
    background: rgb(2, 144, 255)!important;
}

.dashboard_green_progress_bar {
    background: rgb(119, 182, 91)!important;
}

.operation-status-progress-red {
    background: rgb(242, 201, 208)!important;
}

.operation-status-progress-red div{
    background: rgb(240, 56, 86)!important;
}

.operation-status-progress-blue {
    background: rgb(179, 215, 242)!important;
}

.operation-status-progress-blue div{
    background: rgb(2, 144, 255)!important;
}

.operation-status-progress-green {
    background: rgb(191, 217, 180)!important;
}

.operation-status-progress-green div{
    background: rgb(119, 182, 91)!important;
}

.reserved_disk_progress_bar {
    background: rgb(146, 151, 157)!important;
}

.add-node-dialog p {
	margin-top: 6px;
	margin-bottom: 13px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* data rebuild */
.data_rebuild_overall_status {
	color: #dadfe2;
	background: #fff;
	border: 1px solid #dadfe2;
    border-radius: 5px;
    margin-bottom: 12px;
}

.data_rebuild_overall_status_left {
	padding-left: 0px;
    padding-right: 20px;
}

.data_rebuild_overall_status_center {
    padding-left: 10px;
    padding-right: 10px;
}

.data_rebuild_overall_status_right {
    padding-left: 20px;
    padding-right: 0px;
}

.data_rebuild_overall_status h3{
    text-align:center;
    margin-bottom: 20px;
    font: 14px 'proxima_nova_rgbold', sans-serif;
    text-transform: uppercase;
}

.data_rebuild_overall_status p{
    text-align:center;
}

.data_rebuild_overall_status_active{
	color: #333e48;
	border: 1px solid #333e48;
}

/* .proactive_repair_active { */
/* 	background: #efa39e; */
/*     border: 1px solid #8d211a; */
/*     border-radius: 5px; */
/* } */

/* .integrity_repair_active { */
/* 	background: #8ad2da; */
/*     border: 1px solid #4e767a; */
/*     border-radius: 5px; */
/* } */

/* .balancing_repair_active { */
/*     background: #fcd182; */
/*     border: 1px solid #92691d; */
/*     border-radius: 5px; */
/* } */

.repair_status_label_title span{
  float: right;
}

.repair_status_label {
	margin-top: 10px;
	margin-bottom: 20px;
}

.repair_status {
    border: 1px solid #d6e0cf;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    margin-bottom: 12px;
}

/*hex Node under Proactive Repair*/
.hexagon_repair {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #e69500;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_repair:before,
.hexagon_repair:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_repair:before {
  bottom: 100%;
  border-bottom: 11.55px solid #e69500;
}

.hexagon_repair:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #e69500;
}

.hexagon_proactive_repair_running {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #b3b300;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_proactive_repair_running:before,
.hexagon_proactive_repair_running:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_proactive_repair_running:before {
  bottom: 100%;
  border-bottom: 11.55px solid #b3b300;
}

.hexagon_proactive_repair_running:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #b3b300;
}

.hexagon_proactive_repair_pending {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #3962b5;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_proactive_repair_pending:before,
.hexagon_proactive_repair_pending:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_proactive_repair_pending:before {
  bottom: 100%;
  border-bottom: 11.55px solid #3962b5;
}

.hexagon_proactive_repair_pending:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #3962b5;
}

.hexagon_rebalance_running {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #e66e65;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_rebalance_running:before,
.hexagon_rebalance_running:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_rebalance_running:before {
  bottom: 100%;
  border-bottom: 11.55px solid #e66e65;
}

.hexagon_rebalance_running:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #e66e65;
}

.hexagon_rebalance_failed {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #cc0000;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_rebalance_failed:before,
.hexagon_rebalance_failed:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_rebalance_failed:before {
  bottom: 100%;
  border-bottom: 11.55px solid #cc0000;
}

.hexagon_rebalance_failed:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #cc0000;
}

.hexagon_rebalance_required {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #8d211a;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_rebalance_required:before,
.hexagon_rebalance_required:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_rebalance_required:before {
  bottom: 100%;
  border-bottom: 11.55px solid #8d211a;
}

.hexagon_rebalance_required:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #8d211a;
}

.data-rebuild-node-repair-status-icon {
	color:white;
}

/*hex Repair is Required*/
.hexagon_error {
  position: relative;
  width: 40px; 
  height: 23.09px;
  background-color: #8d211a;
  margin: 11.55px 0px 0px 0px; 
  float:left;
}

.hexagon_error:before,
.hexagon_error:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagon_error:before {
  bottom: 100%;
  border-bottom: 11.55px solid #8d211a;
}

.hexagon_error:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #8d211a;
}

.service_status_down {
	color:#e60000;
	font-size: 1.5em !important;
}

.service_status_up {
    color:#00cc00;
    font-size: 1.5em !important;
}

.service_status_unknown {
    color:#808080;
    font-size: 1.5em !important;
}

.center {
	text-align: center;
}

/*legend for disk graph in dashboard and cluster usage page */
.disk-color-box-red {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-color: #b43131;
}

.disk-color-box-yellow {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-color: #eb9947;
}

.disk-color-box-green {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-color: #47b431;
}

/*operation status page*/
.operation_status{background:#fff;-moz-box-shadow:1px 1px 5px #9D9D9D;-webkit-box-shadow: 1px 1px 5px #9D9D9D;box-shadow: 1px 1px 5px #9D9D9D; margin-bottom:160px;}

.operation_status_light_green{
	color: #b3b300!important;
    font-weight: bold;
}

.operation_status_green{
    color: #44ac5e!important;
    font-weight: bold;
}

.operation_status_red{
    color: #8d211a!important;
    font-weight: bold;
}

.operation_status_head{ padding-top:15px; padding-bottom:15px;}

.operation_status_head_left h4{font:16px 'proxima_nova_rgregular', sans-serif;color:#333e48; margin-top:10px; margin-bottom:0; text-transform:uppercase;}

.operation_status_head_right a{
    float: right;
    margin-top: 10px;
}

.operation_status_content table{ margin-bottom:0;}

.operation_status_content table th{ background:#eef1f4;font:12px 'proxima_novasemibold', sans-serif;color:#333e48; text-transform:uppercase; border-bottom:none !important;}

.operation_status_content table th input[type="checkbox"]{ margin-top:-4px; vertical-align:middle;  margin-right: 7px;}


.operation_status_content table td{font:13px 'proxima_novasemibold', sans-serif; border-top:none !important; border-bottom:1px solid #eef1f4; word-break: break-all;}

.operation_status_content table td input[type="checkbox"]{ margin-top:-2px; vertical-align:middle;  margin-right: 7px;}


.operation_status_content_btn{ padding-top:15px; padding-bottom:15px;}

.operation_status_content_btn a{cursor: pointer;font: 13px 'proxima_novasemibold', sans-serif;color: #fff;text-transform: uppercase;background: #aebe04;padding: 10px 20px;border-radius: 5px;margin-left: 5px;}
.operation_status_content_btn a:hover{background:#c4d600;}

.operation_status_content_table_active .active_check_box{ display:inline-block !important;}

.operation_status_content_table_active td{ color:#333e48!important; }

.operation_status_modal_top_content {border: 1px solid #dedede;}
    
.operation_status_modal_top_content h6{ margin-top:10px; font: 12px 'proxima_novasemibold', sans-serif;color: #568eba; text-transform:uppercase;}

.operation_status_modal_top_content p{ margin-bottom:10px; font: 13px 'proxima_nova_rgregular', sans-serif;color: #333e48;}

.operation_status_modal_top_content_progress_div {text-align: center; margin-top:15px; margin-bottom:15px;}

.operation_status_modal_single{ margin-top:30px; margin-bottom:30px;}

.operation_status_modal_bottom_content {
    border: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-autocomplete {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.iam_policy_editor_body {
    background: #333
}

.iam_policy_editor_main {
	background: white
}

.iam_policy_editor_main .permission_list {
	border-top: 1px solid #d6e0cf;
}

.iam_policy_editor_main .permission {
    border-bottom: 1px solid #d6e0cf;
}

.iam_policy_editor_main label {
    margin-left: 3px;
}

.iam_policy_editor_top ul {
	padding-left: 0px;
	margin-bottom: 0;
	background: #eef1f4;
}

.iam_policy_editor_top ul li {
	float: left;
	list-style: none;
}

.iam_policy_editor_top ul li a {
	font: 16px 'proxima_nova_rgregular', sans-serif;
	color: #b1bec6;
	text-transform: uppercase;
	padding: 17px 25px;
	display: inline-block;
	cursor: pointer;
	border-left: 1px solid #eef1f4;
}

.iam_policy_editor_top ul li:last-child {
	border-right: 1px solid #eef1f4;
}

.iam_policy_editor_main h1 {
    margin-top: 0px !important;
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #333e48;
    text-transform: uppercase;
}

.iam_policy_editor_main .switch {
    float: right;
    cursor: pointer;
}

.iam_policy_editor_main a {
	font: 14px 'proxima_nova_rgregular', sans-serif;
    cursor: pointer;
}

.iam_policy_editor_main .toggle_on .toggle-icon {
	color: #00cc00;
}

.iam_policy_editor_main .toggle_off .toggle-icon {
    color: #ff3131;
    transform: rotateY(180deg);
}

.iam_policy_editor_main .toggle_disabled {
    cursor:not-allowed;
}

.iam_policy_editor_main .toggle_disabled .toggle-icon {
    color: #a9a8a9;
}

.iam_policy_editor_main .visual_editor_row {
	margin-top: 10px;
    margin-bottom: 10px;
}

.iam_policy_editor_main .visual_editor_row_header {
	background: #eef1f4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.iam_policy_editor_main .visual_editor_row_header .remove_permission{
    float: right;
    padding-right: 10px;
}

.visual_editor_action_row {
	background: #f2f8ee;
	border: 1px solid #d6e0cf;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.visual_editor_action_row label{
	font-size: 13px
}

.visual_editor_resource_row {
    background: #f2f8ee;
    border: 1px solid #d6e0cf;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.visual_editor_common_wrapper_action_head {
	cursor: pointer;
}

.visual_editor_common_wrapper_action_head span {
	font: 14px 'proxima_nova_rgregular', sans-serif;
	color: #737373;
	margin-left: 5px;
}

.visual_editor_action_row_select_all {
	border-top: 1px solid #eef1f4;
    padding-top: 8px;
    margin-top: 8px;
}

.visual_editor_action_row_content {
	border: 1px solid #d6e0cf;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
}

.visual_editor_toggle_resource_row {
	margin-bottom: 15px;
}

.visual_editor_resource_content {
	padding-top: 10px;
    padding-bottom: 10px;
}

.visual_editor_resource_row_content {
    border: 1px solid #d6e0cf;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
}

.iam_policy_editor_main .permission_add {
    padding-top: 10px;
    padding-bottom: 10px;
}

.iam_policy_editor_main .permission_add p {
    text-align: center;
    margin-bottom: 0px;
}

.iam_policy_editor_main .permission_add a {
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    cursor: pointer;
}

.iam_policy_editor_main .resource_add_arn p {
    text-align: center;
    margin-bottom: 0px;
}

.iam_policy_editor_main .resource_add_arn a {
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    cursor: pointer;
}

.visual_editor_resource_row_content_delete {
	font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #a9a8a9;
}

.visual_editor_resource_row_content_edit input[type="text"]{
	height: 20px;
}

.visual_editor_resource_row_content_edit  input[name=full] {    
    width: 100%;
}

.iam_policy_editor_json .textarea{
	width: 100%;
    height: 100vh;
    margin: 10px 0;
}

/* SAML SSO */
.saml_content {
	background: #ffffff;
	-moz-box-shadow: 1px 1px 5px #9D9D9D;
	-webkit-box-shadow: 1px 1px 5px #9D9D9D;
	box-shadow: 1px 1px 5px #9D9D9D;
	margin-bottom: 30px;
	font: 14px 'proxima_nova_rgregular', sans-serif;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 40px;
}

/* HF settings */
.hf_config_button{ vertical-align:middle; border: none; background:#aebe04; width: 110px; height: 30px; text-transform:uppercase; text-decoration:none !important;font:13px 'proxima_nova_rgbold', sans-serif; color:#ffffff; border-radius:5px;}

.hf_config_button:hover{background:#c4d600;}

#updatePasswordModal form#updatePasswordForm .modal-body div.row {
    padding-top:8px;
    padding-bottom:8px;
}

#updatePasswordModal form#updatePasswordForm .modal-body .row .hf_setting_update_result_div p {
	margin-bottom: 5px;
}

/* Search Query Editor */

.search_query_editor_body {
    background: #333
}

.search_query_editor_main {
	background: white
}

.search_query_editor_main .visual_editor_body {
	border-top: 1px solid #d6e0cf;
}

.search_query_editor_main .permission {
    border-bottom: 1px solid #d6e0cf;
}

.search_query_editor_main label {
    margin-left: 3px;
}

.search_query_editor_top ul {
	padding-left: 0px;
	margin-bottom: 0;
	background: #eef1f4;
}

.search_query_editor_top ul li {
	float: left;
	list-style: none;
}

.search_query_editor_top ul li a {
	font: 16px 'proxima_nova_rgregular', sans-serif;
	color: #b1bec6;
	text-transform: uppercase;
	padding: 17px 25px;
	display: inline-block;
	cursor: pointer;
	border-left: 1px solid #eef1f4;
}

.search_query_editor_top ul li:last-child {
	border-right: 1px solid #eef1f4;
}

.search_query_editor_main h1 {
    margin-top: 0px !important;
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #333e48;
    text-transform: uppercase;
}

.search_query_editor_main .switch {
    float: right;
    cursor: pointer;
}

.search_query_editor_main a {
	font: 14px 'proxima_nova_rgregular', sans-serif;
    cursor: pointer;
}

.search_query_editor_main .toggle_on .toggle-icon {
	color: #00cc00;
}

.search_query_editor_main .toggle_off .toggle-icon {
    color: #ff3131;
    transform: rotateY(180deg);
}

.search_query_editor_main .toggle_disabled {
    cursor:not-allowed;
}

.search_query_editor_main .toggle_disabled .toggle-icon {
    color: #a9a8a9;
}

.search_query_editor_main .search_query_visual_editor_row {
	margin-top: 10px;
    margin-bottom: 10px;
}

.search_query_editor_main .search_query_visual_editor_row_header {
	background: #eef1f4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search_query_editor_main .search_query_visual_editor_row_header .remove_permission{
    float: right;
    padding-right: 10px;
}

.search_query_editor_main .search_query_visual_editor_field {
	width: 100%;
}

.search_query_visual_editor_action_row {
	background: #f2f8ee;
	border: 1px solid #d6e0cf;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.search_query_visual_editor_action_row label{
	font-size: 13px
}

.search_query_visual_editor_resource_row {
    background: #f2f8ee;
    border: 1px solid #d6e0cf;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.search_query_visual_editor_common_wrapper_action_head {
	cursor: pointer;
}

.search_query_visual_editor_common_wrapper_action_head span {
	font: 14px 'proxima_nova_rgregular', sans-serif;
	color: #737373;
	margin-left: 5px;
}

.search_query_visual_editor_action_row_select_all {
	border-top: 1px solid #eef1f4;
    padding-top: 8px;
    margin-top: 8px;
}

.search_query_visual_editor_action_row_content {
	border: 1px solid #d6e0cf;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
}

.search_query_visual_editor_toggle_resource_row {
	margin-bottom: 15px;
}

.search_query_visual_editor_resource_content {
	padding-top: 10px;
    padding-bottom: 10px;
}

.search_query_visual_editor_resource_row_content {
    border: 1px solid #d6e0cf;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
}

.search_query_editor_main .permission_add {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search_query_editor_main .permission_add p {
    text-align: center;
    margin-bottom: 0px;
}

.search_query_editor_main .permission_add a {
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    cursor: pointer;
}

.search_query_editor_main .resource_add_arn p {
    text-align: center;
    margin-bottom: 0px;
}

.search_query_editor_main .resource_add_arn a {
    font: 14px 'proxima_novasemibold', sans-serif;
    color: #c4d600;
    cursor: pointer;
}

.search_query_visual_editor_resource_row_content_delete {
	font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #a9a8a9;
}

.search_query_visual_editor_resource_row_content_edit input[type="text"]{
	height: 20px;
}

.search_query_visual_editor_resource_row_content_edit  input[name=full] {    
    width: 100%;
}

.search_query_json_editor .textarea{
	width: 100%;
    height: 70vh;
    margin: 10px 0;
}

.search_query_tab_active a{ background:#ffffff; border-bottom:1px solid #ffffff;color: #333e48!important;}

/* SAML SSO */
.saml_content {
	background: #ffffff;
	-moz-box-shadow: 1px 1px 5px #9D9D9D;
	-webkit-box-shadow: 1px 1px 5px #9D9D9D;
	box-shadow: 1px 1px 5px #9D9D9D;
	margin-bottom: 30px;
	font: 14px 'proxima_nova_rgregular', sans-serif;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 40px;
}

.spinner {
  height: 60px;
  width: 60px;
  left: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}