/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
    width: 212px;
    padding-top: 37px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 500;
    background: transparent url(/images/tipTop.png) no-repeat top;}

.tipMid {background: transparent url(/images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(/images/tipBtm.png) no-repeat bottom; height: 32px;}




* {
  margin:0;
  padding:0;
  line-height:1.6;
}

html {
  background:#f3f3f3;
}

body {
  padding-top:13px;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

a, a:visited {
  color:#000000;
  text-decoration:underline;
}

a:active, a:hover {
  text-decoration:none;
}

img, fieldset {
  border:none;
  vertical-align:middle;
}

input {
  outline:0 none;
  font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
  padding-left:20px;
  list-style-type:disc;
}

p {
  margin-bottom:10px;
}

.clear {
  display:block;
  width:0;
  height:0;
  overflow:hidden;
  visibility:hidden;
  clear:both;
}

/* headlines */

h1 {
  font-size:28px;
  font-weight:normal;
  color:#41b6ec;
}

h3.accordion {
  margin-bottom:5px;
  padding:0 35px;
  height:28px;
  font-size:15px;
  font-weight:bold;
  color:#000000;
  background:url(/images/accordion.gif) no-repeat 6px 0px #f88b29;
  border:1px solid #d6d5d5;
  line-height:28px;
  cursor:pointer;
}

h3.ui-accordion-header-active {
  background-position:6px -28px;
  background-color:#fbc594;
}

/* div#header */

div#header {
  margin:0 auto 10px auto;
  width:980px;
  height:110px;
  background:url(/images/header-bg.gif) repeat-x;
  border:1px solid #d6d5d5;
  -webkit-border-radius:10px;
  border-radius:10px;
  position:relative;
}

ul#usernav li {
	display:inline;
	list-style:none;
	padding-right: 6px;
}

a#logo {
  display:block;
  position:absolute;
  left:26px;
  top:17px;
}

/* ul#navigation_1 */

ul.navigation {
  padding:0;
  width:771px;
  height:32px;
  list-style-type:none;
  position:absolute;
  bottom:0px;
  left:226px;	/* adjusted for overlap. pg7374 */
}

ul.navigation li {
  display:block;
  margin-right:5px;
  height:32px;
  float:left;
  text-transform:uppercase;
}

ul.navigation li a {
  display:block;
  padding:0 10px;
  height:31px;
  color:#000000;
  border:1px solid #ffffff;
  border-bottom:none;
  -webkit-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
  line-height:31px;
  text-decoration:none;
}

ul.navigation li a:hover, ul#navigation_1 li.active a {
  color:#00baf2;
  border-color:#f2f2f2;
  -webkit-box-shadow:1px -1px 4px -3px #000000;
  box-shadow:1px -1px 4px -3px #000000;
}

/* ul#navigation_2 */

ul#navigation_2 {
  padding:0;
  width:780px;
  height:24px;
  list-style-type:none;
  position:absolute;
  bottom:0px;
  left:209px;
}

ul#navigation_2 li {
  display:block;
  margin-right:10px;
  height:24px;
  line-height:24px;
  position:relative;
  float:left;
}

ul#navigation_2 li a {
  display:inline-block;
  text-decoration:none;
}

ul#navigation_2 a:hover, ul#navigation_2 li:hover > a { color:#00baf2; }

ul#navigation_2 li.sub > a {
  padding-right:15px;
  background:url(/images/navigation-sub.gif) no-repeat right;
}

/* ul#navigation_2 l-2 */

ul#navigation_2 ul {
  display:none;
  padding:5px 0;
  width:214px;
  background:#ffffff;
  border:1px solid #e1e1e1;
  -webkit-border-radius:0 0 10px 10px;
  border-radius:0 0 10px 10px;
  -webkit-box-shadow:0px 2px 3px -3px #000000;
  box-shadow:0px 2px 3px -3px #000000;
  position:absolute;
  left:-11px;
  top:24px;
  z-index:200 !important;
}

ul#navigation_2 li:hover ul { display:block; }

ul#navigation_2 ul li {
  display:block;
  float:none;
}

ul#navigation_2 ul li a {
  display:block;
  padding:0 10px;
}

/* div#main */

div#main {
  margin:0 auto;
  padding:26px;
  width:928px;
  background:#ffffff;
  border:1px solid #d6d5d5;
  -webkit-border-radius:10px;
  border-radius:10px;
  position:relative;
  min-height: 200px;
}

/* div#main ul#breadcrump */

ul#breadcrump {
  display:block;
  padding:0;
  position:absolute;
  left:11px;
  top:3px;
}

ul#breadcrump li {
  display:inline-block;
  font-size:15px;
  color:#a6a8ab;
}

ul#breadcrump li a {
  color:#a6a8ab;
  text-decoration:none;
}

ul#breadcrump li.active a, ul#breadcrump li a:hover {
  text-decoration:underline;
}

/* div#main form */

.sampler { display:none; }

div.form_wrapper {
  margin-bottom:5px;
  padding:10px 35px;
  border:1px solid #d6d5d5;
  overflow:hidden;
}

div.single_item, div.multiple_items {
  margin-bottom:12px;
  min-height:22px;
  float:left;
  width: 100%;
}

fieldset {
  display:block;
  overflow:hidden;
}

fieldset.item_smallest {
  width:203px;
  float:left;
}

fieldset.item_small {
  width:334px;
  float:right;
}

label {
  display:block;
  margin-right:20px;
  font-weight:bold;
  line-height:22px;
  text-align:left;
  float:left;
}

fieldset.item_small label {
  margin-right:10px;
  width:40px;
}

.entrylist {
   width:100%;
}

.textcolor_red {
    color: red;
}

a.button_add {
  display:block;
  padding:0 38px;
  height:26px;
  color:#000000;
  background:url(/images/button_add.gif) no-repeat 5px 2px #25baec;
  line-height:26px;
  border:1px solid #d2d3d4;
  text-decoration:none;
}

div#accordion {
  margin-bottom:5px;
}

div#accordion div.form_wrapper {
  margin:-5px 0 5px 0;
}

/* div#contracts_wrapper */

div#contracts_wrapper {
  position:relative;
}

a#contracts_popup_button {
  display:block;
  padding:0 8px;
  height:26px;
  color:#ffffff;
  background:#214da1;
  border:1px solid #d6d5d5;
  border-bottom:none;
  line-height:26px;
  text-decoration:none;
  position:absolute;
  right:0px;
  top:-27px;
}

a#contracts_popup_button span {
  display:block;
  padding:1px 30px 0 0;
  height:25px;
  background:url(/images/contracts_popup_button.gif) no-repeat right #214da1;
  line-height:25px;
}

/* div#popup_wrapper */

div#popup_wrapper {
  display:none;
  padding:10px;
  max-height:500px;
  background:#ffffff;
  border:1px solid #ffffff;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:0px 0px 15px 0px #000000;
  box-shadow:0px 0px 15px 0px #000000;
  overflow:scroll;
}

table.contract_table {
  margin-bottom:10px;
  width:960px;
  border-collapse:collapse;
}

table.fixed th {
	width:25%;
}

table.contract_table td {
  padding:5px 10px;
}

tr.expander { display:none; }

table.contract_table th {
  padding:0 15px;
  height:30px;
  background:#dddddd;
  line-height:30px;
  text-align:left;
}

table.contract_table_green td { background:#def2fc; }
table.contract_table_red td { background:#fcc594; }

table.contract_table tfoot td {
  padding:0 15px;
  height:25px;
  font-weight:bold;
  color:#ffffff;
  background:#7f7f81;
  text-align:right;
  line-height:25px;
}

table.contract_table a.button_expand {
  display:inline-block;
  padding-right:20px;
  color:#ffffff;
  background:url(/images/button_expand.gif) no-repeat right #7f7f81;
  line-height:25px;
  text-decoration:none;
}

/* form#login */

form#login {
  margin:0 auto;
  padding:30px;
  width:332px;
  height:160px;
  background:#d6d5d5;
  -webkit-border-radius:10px;
  border-radius:10px;
}

form#login a {
  color:#565654;
  text-decoration:none;
}

form#login input[type="text"], form#login input[type="password"] {
  display:block;
  margin-bottom:20px;
  width:320px;
  height:35px;
  color:#868280;
  line-height:35px;
}

form#login input[type="submit"] {
  float:none;
}

form#login select {
  display:block;
  margin-bottom:20px;
  border:1px solid #ffffff;
  float:right;
}

form#login option {
  padding-right:10px;
}

a.nav_button, .button_add {
    text-decoration: none;
display: block;
padding: 0 8px;
height: 21px;
font-weight: bold;
color: white;
background: url(/images/submit-bg.gif) repeat-x;
line-height: 21px;
border: 1px solid white;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}

.validate_order {margin-top: 25px;}
.validate_order td,
.validate_order th {padding: 0 5px;}
.validate_order table {border: 1px solid black; width: 500px; margin-top: 10px;}
.validate_order th {text-align: right;}
.validate_order table:first-child td {text-align: left;}
.validate_order table tr td:last-child {text-align: right;}

hr {margin: 20px 0;}

.table_head_grey{
      background-image: url(/images/table_head_grey.png);
      height: 55px;
      background-repeat: no-repeat;
      margin-bottom: 20px;
  }
.table_head_grey_no{
    background: none;
    height: 55px;
    background-repeat: no-repeat;
}
.table_head_grey th{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #404040;
    padding-top: 10px;
    text-align: left;
    padding-left: 3px
}
.entrylist.odd {
    border-left: 1px solid #efefeb;
}
.entrylist .even {
    background-color: #f2fafd;
    border-left: 1px solid #efefeb;
}
.entrylist .data-row td {
    height: 35px;
    border-bottom: 1px solid #efefeb;
    border-left: 1px solid #efefeb;;
    border-right: 1px solid #efefeb;
    padding-left: 5px;
    padding-top: 5px;
}
.entrylist .data-row2 td {
    height: 35px;
	font-size: .9em;
    border-bottom: 1px solid #efefeb;
    border-left: 1px solid #efefeb;;
    border-right: 1px solid #efefeb;
    padding-left: 3px;
	padding-right: 2px;
    padding-top: 5px;
	max-width: 180px;
	overflow: "scroll";
}
.entrylist .first-col{
    padding-left: 15px;
}
.entrylist .last-col{
    padding-right: 5px;
}
.entrylist .data-row .first-col {
    height: 35px;
    border-left: 1px solid #efefeb;
}
.entrylist .data-row .last-col {
    height: 35px;
    border-right: 1px solid #efefeb;
}
.add-new-link{
    color: #3b86c4;
    text-decoration: none;
    margin-right: 5px;
}
.add-new-link:visited{
    color: #3b86c4;
    text-decoration: none;
    margin-right: 5px;
}
.add-new-link:hover{
    color: #3b86c4;
    text-decoration: none;
    border-bottom: 1px dotted #15ace2;
    margin-right: 5px;
}
.add-new-link a{
    color: #3b86c4;
    text-decoration: none;
}
.add-new-link img{
    padding-bottom: 2px;
}
.table_head_grey a{
    text-decoration: none;
}
.paginationControl{
    text-align: right;
    margin-top: 10px;
    float: right;
    width: 50%;
}
.page-link{
    padding-right: 5px;
}
.no-text-decoration{
    text-decoration: none;
}
.no-text-decoration:hover{
    text-decoration: none;
}
.page-link-active{
    color: #3b86c4 !important;
    text-decoration: none;
}
.first-link{
    padding-right: 15px;
}
.last-link{
    padding-left: 15px;
}

.paginationControl span.number_of{
    padding-right: 10px;
}

.paginationControl .previous {
    margin-right: 5px;
}

#overlay-message{
    background-color: #ffffff;
    border: 3px solid #4ebbed;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    position: absolute;
    top: 35%;
    left: 35%;
    padding: 50px;
    font-size: 16px;
    font-weight: bold;
}
#messages ul li{
    display: none;
}
.info_div_popover{
    display:none;
    position:absolute;
    background-color: #ffffff;
    border: 3px solid #4ebbed;
    padding: 10px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
	z-index: 100;
}
.info_pop_over_table tr td{
    height: 20px !important;
}
.info_pop_over_table_value{
    padding-left: 10px;
}
.login_table{
    background-color: #f3f2f2;
    border: 2px solid #cccccc;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    left: 29%;
    position: relative;
    padding: 20px;
}
.login_table tr td{
    padding-top: 5px;
}
.headline_login{
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}
.login_subheadline{
    color: #5f5f5f;
    font-weight: bold;
}
.logout-link{
    padding-right: 10px;
    color: #3b86c4;
    font-size: 12px;
    text-decoration: none;
}
.logout-link:visited{
    padding-right: 10px;
    color: #3b86c4;
    font-size: 12px;
    text-decoration: none;
}
.logout-link:hover{
    padding-right: 10px;
    color: #3b86c4;
    font-size: 12px;
    border-bottom: 1px dotted #15ace2;
}
#submit-label{
    display:none;
}

/* USER MANAGEMENT */
.tabrow {
    text-align: left;
    list-style: none;
    font-size: 16px;
    margin: 0 0 -6px 15px;
    padding: 0;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    display: inline-block;
    position: relative;
    z-index: 3;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 5px;
    padding: 5px 20px;
}
.tabrow a {
      color: #555;
      text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #41b6ec;
    font-weight: bold;
    z-index: 0;
    border-bottom-color: #FFF;
}

.tabcontainer {
    border: 1px solid #AAA;
    z-index: 0;
    margin: 0 0 0 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px;

}
.tabcontainer h1 {
    margin: 0;
    padding: 0;
}

#create_user label {
    display: block;
    width: 150px;
    margin-top: 15px;
}

a.itsbutton {
    background: #FFF;
    color: #000;
    border-color: #41b6ec;
}
a.itsbutton:hover {
    color: gray;
    border-color: gray;
}
a:visited.itsbutton {
    color: #000;
}
a:visited.itsbutton:hover {
    color: gray;
}

#create_user input[type="text"],
#create_user input[type="password"],
#create_user input[type="checkbox"],
#create_user select {
    display: block;
    width: 250px;
    clear: both;
}


/* Reports section */
ul.button_export {
    padding: 5px 0px 5px 0px;
    list-style: none;
    text-align: right;
}
ul.button_import {
    padding: 20px 0px 5px 0px;
    text-align: center;
}
.button_export li, .button_import li{
    display: inline;
    padding: 5px 0;
    border: 1px solid #F98D29;
    background: url(/images/button_export.png) repeat-x;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
.button_export a, .button_import a{
    padding: 5px 7px;
    text-decoration: none;
    /* font-weight: bold; */
    color: #B8460A;
    text-shadow: 0px 1px 0px #FFBD5B;
}

/* Translation */
.ui-state-error {
    padding: 15px 10px 10px 10px;
}
.ui-icon {
    float: left;
    margin-right: 15px;
}
#translation_wrap .entrylist {

}
#translation_wrap .entrylist td{
    padding: 0;
}
#translation_wrap .entrylist tbody tr.accordion{
    width: 100%;
}


#translation_wrap form {
    padding: 0;
    margin: 0;
    line-height: 0;
}
/* header */
#translation_wrap .header_label {
    width: 200px;
    padding-left: 30px;
}
#translation_wrap .header_lang {
    width: 90px;
}
#translation_wrap .header_cont {

}
#translation_wrap .header_action {
    width: 100px;
}
/* row */
#translation_wrap td.row_label {
    width: 200px;
}
#translation_wrap .row_label_wrap {
    width: 180px;
    padding: 0;
    overflow: hidden;
}
#translation_wrap .row_lang {
    width: 100px;
}
#translation_wrap .row_cont {
    width: 600px;
}
#translation_wrap .row_cont_wrap {
    width: 510px;
    padding: 0;
    overflow: hidden;
}
#translation_wrap .row_action {
    width: 100px;
}



/*
.accordion span.title {
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}*/

.accordion_wrap {
    width: 100%;
}

.accordion span.ui-icon {
    position: static;
    height: 20px;
    margin-top: 0px;
    margin-top: 3px;
}

/* accordion Jquery UI */
.ui-accordion .ui-accordion-header {
    background : none;
    margin-top: 5px;

}
.collapse_sec {
    border-right: 1px solid #41b6ec;
    border-left: 1px solid #41b6ec;
    border-bottom: 1px solid #41b6ec;
    padding: 5px 10px 10px 10px !important;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* elements */
/* row */
#translation_wrap .elem_label {
    width: 200px;
}
#translation_wrap .elem_lang {
    width: 100px;
}
#translation_wrap .elem_cont {

}
#translation_wrap .elem_action {
    width: 150px;
    padding-left: 10px;
}


#label, #autoCompLabel {
    width: 200px;
}
#language {
    width: 80px;
}
#content, #autoCompContent {
    width: 360px;
}
.highlighted_blue #content {
    border-color: #00BAF2;
}

.collapse_sec #submit {
    float: left;
    /*padding-bottom: 2px;*/
}
.collapse_sec .isbutton {
    float: left;
}


.edit_w_icon {
    display: block;
    width: 80px;
    padding-left: 22px;
    background: url(../images/icons/file_edit_small.png) no-repeat left;
}
tr.ui-state-default .edit_w_icon {
    background: url(../images/icons/file_edit_small_w_hover.png) no-repeat left bottom;
}
tr.ui-state-active .edit_w_icon {
    background: url(../images/icons/file_edit_small_w_hover.png) no-repeat left top;
}
tr.ui-state-default .edit_w_icon:after {
    content: "edit";
}
tr.ui-state-active .edit_w_icon:after {
    content: "close";
}

/* search form */
#translationsForm dl{
    padding: 10px 0 20px 0;
}
#translationsForm #submit {
    display: inline-block;
}
#translationsForm #autoCompLabel, #translationsForm #language, #translationsForm #autoCompContent {
    margin-right: 10px;
}


/* add form */
a.seacrh_trans {
    display: inline-block;
    background: url(../images/icons/file_search_small_w_hover.png) no-repeat left bottom;
    padding-left: 25px;
    height: 20px;
    color: #41B6EC;
    float:right;
}
a.seacrh_trans:hover {
    background: url(../images/icons/file_search_small_w_hover.png) no-repeat left top;
    color: #FF9933;
}


/* delete form */
#delete_confirmation dl {
    padding: 10px 0 20px 0;
}
#delete_confirmation input {
    float: left;
    margin-right: 20px;
}
.delete_label_string {
    color: #333333;
    font-style: italic;
}

/* add form */
a.add_new_trans {
    display: inline-block;
    background: url(../images/icons/file_add_small_w_hover.png) no-repeat left bottom;
    padding-left: 25px;
    height: 20px;
    color: #41B6EC;
    float:right;
}
a.add_new_trans:hover {
    background: url(../images/icons/file_add_small_w_hover.png) no-repeat left top;
    color: #FF9933;
}

.add_trans_table tbody input, .add_trans_table tbody select,
.search_trans_table tbody input, .search_trans_table tbody select {
    margin-right: 10px;
    margin-top: 10px;
}
#translation_wrap .add_trans_table .elem_action, #translation_wrap .search_trans_table .elem_action {
    width: 200px;
    padding-top: 4px;
}
/* others */
#translation_wrap p {margin: 20px 0}

/* Report */
.companyName {
    float: right;
}
.float_left{
    float:left;
}
.float_right {
    float:right;
}

/* import */
.box_wrapper {
    border: 1px solid #00BAF2;
}
.round_conner_box {
    padding: 5px 10px 10px 10px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #DDF7FF; /* #D7F5FF */
}
.round_conner_box h3 {
}
.box_content_wrapper {
    background: #F3F3F3; /*#F0FCFF*/
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0 10px 10px 10px;
    position: relative;
}

.import_wrap {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0px;
    margin: 10px 0px;
}

/* NEW IMPORT PROCESS */
.box_import_wrapper {
    border: 1px solid #00BAF2;
    position: relative;
    padding: 20px 100px;
    margin: 10px 0px;
}

.ui-progressbar {
    position: relative;
}
.progress-label-wrapper {
    position: absolute;
    width: 100%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.progress-label {
    text-align: center;
}

.ui-widget-header {
    background: #0088CC;
}

#loader {
    background: url('/images/preloader.gif') no-repeat;
    width:42px;
    height:42px;
    display: none;
}

.listing_header {
    border-bottom: 1px #CCC solid;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}

*.cancel_link {
    float: left;
    margin-right: 20px;
}

.bo_submit_bt_wrap {
    margin-top: 30px;
    margin-left: 55%;
}

/* Create/add Link */
a.add_new {
    display: inline-block;
    background: url(../images/icons/file_add_small_w_hover.png) no-repeat left bottom;
    padding-left: 25px;
    height: 20px;
    color: #41B6EC;
    margin: 5px 10px;
}
a.add_new:hover {
    background: url(../images/icons/file_add_small_w_hover.png) no-repeat left top;
    color: #FF9933;
}

/* inactive link */
a.inactive_link {
   pointer-events: none !important;
   cursor: default !important;
}

/* Regular User Dashboard */
.row {
	display; table;
}
.col-lg-3 {
    width: 21%;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.small-box {
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    position: relative;
}
.small-box > .inner {
    padding: 10px 10px 10px 10px;
    min-height: 80px;
}
.small-box > .inner h3 {
    font-size: 38px;
    line-height: 55px;
}
.small-box > .inner p {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0;
}
.small-box .ion {

}
.small-box .ion:after {
  opacity: 0.30;
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  content: "";
}
.small-box .ion-administrator_add:after {
  background: url("images/icons/administrator_add.png") no-repeat;
}
.small-box .ion-administrator_pencil:after {
  background: url("images/icons/administrator_pencil.png") no-repeat;
}
.small-box .ion-administrator_refresh:after {
  background: url("images/icons/administrator_refresh.png") no-repeat;
}
.small-box .ion-administrator_cross:after {
  background: url("images/icons/administrator_cross.png") no-repeat;
}


.small-box .ion-building_add:after {
  background: url("images/icons/building_add.png") no-repeat;
}
.small-box .ion-building_checkmark:after {
  background: url("images/icons/building_checkmark.png") no-repeat;
}
.small-box .ion-building_help:after {
  background: url("images/icons/building_help.png") no-repeat;
}
.small-box .ion-building_cross:after {
  background: url("images/icons/building_cross.png") no-repeat;
}
.small-box > .small-box-footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
/*
.fa {
	background: url("images/icons/ui-icons_d8e7f3_256x240.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 5px;
}
.fa-arrow-circle-right {
	background-position: -113px -193px;
}
*/
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-red {
    background-color: #f56954 !important;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

/* Dialog Confirmation */
.ui-dialog-title {
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Transfer Users */

.select-wraper {
    float: left;
}
.select-wraper label { display: block; float: none; }

.select-wraper select {
    width: 400px;
    height: 400px;
}
.controls {
    width: 40px;
    float: left;
    margin: 20px 10px;
}
.controls a {
    background-color: #3b86c4;
    border-radius: 4px;
    border: 1px solid #00baf2;
    color: #ffffff;
    padding: 2px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 20px;
}
.save_bt {
    clear: both;
    display: block;
    padding: 20px 10px 20px 405px;;
}

