@font-face {
    
	font-family: 'roboto_condensedlight';
    src: url('fonts/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
|--------------------------------------------------------------------------
| Form Styles
|--------------------------------------------------------------------------
*/ 

.ut-admin .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.ut-admin .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ut-admin .btn:hover,
.ut-admin .btn:focus {
  color: #333333;
  text-decoration: none;
}

.ut-admin.btn:active,
.ut-admin .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ut-admin .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.ut-admin .btn-default:hover,
.ut-admin .btn-default:focus,
.ut-admin .btn-default:active,
.ut-admin .btn-default.active,
.ut-admin .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.ut-admin .btn-default:active,
.ut-admin .btn-default.active,
.ut-admin .open .dropdown-toggle.btn-default {
  background-image: none;
}

.ut-admin .btn-default.disabled,
.ut-admin .btn-default[disabled],
.ut-admin fieldset[disabled] .btn-default,
.ut-admin .btn-default.disabled:hover,
.ut-admin .btn-default[disabled]:hover,
.ut-admin fieldset[disabled] .btn-default:hover,
.ut-admin .btn-default.disabled:focus,
.ut-admin .btn-default[disabled]:focus,
.ut-admin fieldset[disabled] .btn-default:focus,
.ut-admin .btn-default.disabled:active,
.ut-admin .btn-default[disabled]:active,
.ut-admin fieldset[disabled] .btn-default:active,
.ut-admin .btn-default.disabled.active,
.ut-admin .btn-default[disabled].active,
.ut-admin fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.ut-admin .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.ut-admin .btn-primary:hover,
.ut-admin .btn-primary:focus,
.ut-admin .btn-primary:active,
.ut-admin .btn-primary.active,
.ut-admin .open .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #3276b1;
  border-color: #285e8e;
}

.ut-admin .btn-primary:active,
.ut-admin .btn-primary.active,
.ut-admin .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.ut-admin .btn-primary.disabled,
.ut-admin .btn-primary[disabled],
.ut-admin fieldset[disabled] .btn-primary,
.ut-admin .btn-primary.disabled:hover,
.ut-admin .btn-primary[disabled]:hover,
.ut-admin fieldset[disabled] .btn-primary:hover,
.ut-admin .btn-primary.disabled:focus,
.ut-admin .btn-primary[disabled]:focus,
.ut-admin fieldset[disabled] .btn-primary:focus,
.ut-admin .btn-primary.disabled:active,
.ut-admin .btn-primary[disabled]:active,
.ut-admin fieldset[disabled] .btn-primary:active,
.ut-admin .btn-primary.disabled.active,
.ut-admin .btn-primary[disabled].active,
.ut-admin fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.ut-admin .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ut-admin .btn-warning:hover,
.ut-admin .btn-warning:focus,
.ut-admin .btn-warning:active,
.ut-admin .btn-warning.active,
.ut-admin .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.ut-admin .btn-warning:active,
.ut-admin .btn-warning.active,
.ut-admin .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.ut-admin .btn-warning.disabled,
.ut-admin .btn-warning[disabled],
.ut-admin fieldset[disabled] .btn-warning,
.ut-admin .btn-warning.disabled:hover,
.ut-admin .btn-warning[disabled]:hover,
.ut-admin fieldset[disabled] .btn-warning:hover,
.ut-admin .btn-warning.disabled:focus,
.ut-admin .btn-warning[disabled]:focus,
.ut-admin fieldset[disabled] .btn-warning:focus,
.ut-admin .btn-warning.disabled:active,
.ut-admin .btn-warning[disabled]:active,
.ut-admin fieldset[disabled] .btn-warning:active,
.ut-admin .btn-warning.disabled.active,
.ut-admin .btn-warning[disabled].active,
.ut-admin fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ut-admin  .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ut-admin .btn-danger:hover,
.ut-admin .btn-danger:focus,
.ut-admin .btn-danger:active,
.ut-admin .btn-danger.active,
.ut-admin .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.ut-admin .btn-danger:active,
.ut-admin .btn-danger.active,
.ut-admin .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.ut-admin .btn-danger.disabled,
.ut-admin .btn-danger[disabled],
.ut-admin fieldset[disabled] .btn-danger,
.ut-admin .btn-danger.disabled:hover,
.ut-admin .btn-danger[disabled]:hover,
.ut-admin fieldset[disabled] .btn-danger:hover,
.ut-admin .btn-danger.disabled:focus,
.ut-admin .btn-danger[disabled]:focus,
.ut-admin fieldset[disabled] .btn-danger:focus,
.ut-admin .btn-danger.disabled:active,
.ut-admin .btn-danger[disabled]:active,
.ut-admin fieldset[disabled] .btn-danger:active,
.ut-admin .btn-danger.disabled.active,
.ut-admin .btn-danger[disabled].active,
.ut-admin fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ut-admin .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ut-admin .btn-success:hover,
.ut-admin .btn-success:focus,
.ut-admin .btn-success:active,
.ut-admin .btn-success.active,
.ut-admin .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.ut-admin .btn-success:active,
.ut-admin .btn-success.active,
.ut-admin .open .dropdown-toggle.btn-success {
  background-image: none;
}

.ut-admin .btn-success.disabled,
.ut-admin .btn-success[disabled],
.ut-admin fieldset[disabled] .btn-success,
.ut-admin .btn-success.disabled:hover,
.ut-admin .btn-success[disabled]:hover,
.ut-admin fieldset[disabled] .btn-success:hover,
.ut-admin .btn-success.disabled:focus,
.ut-admin .btn-success[disabled]:focus,
.ut-admin fieldset[disabled] .btn-success:focus,
.ut-admin .btn-success.disabled:active,
.ut-admin .btn-success[disabled]:active,
.ut-admin fieldset[disabled] .btn-success:active,
.ut-admin .btn-success.disabled.active,
.ut-admin .btn-success[disabled].active,
.ut-admin fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ut-admin .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ut-admin .btn-info:hover,
.ut-admin .btn-info:focus,
.ut-admin .btn-info:active,
.ut-admin .btn-info.active,
.ut-admin .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;

}

.ut-admin .btn-info:active,
.ut-admin .btn-info.active,
.ut-admin .open .dropdown-toggle.btn-info {
  background-image: none;
}

.ut-admin .btn-info.disabled,
.ut-admin .btn-info[disabled],
.ut-admin fieldset[disabled] .btn-info,
.ut-admin .btn-info.disabled:hover,
.ut-admin .btn-info[disabled]:hover,
.ut-admin fieldset[disabled] .btn-info:hover,
.ut-admin .btn-info.disabled:focus,
.ut-admin .btn-info[disabled]:focus,
.ut-admin fieldset[disabled] .btn-info:focus,
.ut-admin .btn-info.disabled:active,
.ut-admin .btn-info[disabled]:active,
.ut-admin fieldset[disabled] .btn-info:active,
.ut-admin .btn-info.disabled.active,
.ut-admin .btn-info[disabled].active,
.ut-admin fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ut-admin .btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
}

.ut-admin .btn-link,
.ut-admin .btn-link:active,
.ut-admin .btn-link[disabled],
.ut-admin fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ut-admin .btn-link,
.ut-admin .btn-link:hover,
.ut-admin .btn-link:focus,
.ut-admin .btn-link:active {
  border-color: transparent;
}

.ut-admin .btn-link:hover,
.ut-admin .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.ut-admin .btn-link[disabled]:hover,
.ut-admin fieldset[disabled] .btn-link:hover,
.ut-admin .btn-link[disabled]:focus,
.ut-admin fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.ut-admin .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.ut-admin .btn-sm,
.ut-admin .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.ut-admin .btn-xs {
  padding: 1px 5px;
}

.ut-admin .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.ut-admin input[type="submit"].btn-block,
.ut-admin input[type="reset"].btn-block,
.ut-admin input[type="button"].btn-block {
  width: 100%;
}

.btn-group input[type="radio"] {
	display:none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.ut-admin .btn {
	color: #FFF !important;
	text-decoration:none;
}

/*
|--------------------------------------------------------------------------
| Element Styles
|--------------------------------------------------------------------------
*/ 

.ut-admin .sc-settings,
.ut-admin .sc-preview,
.ut-admin .sc-clabel {
    background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E3E3E3;
	border-bottom: 2px solid #FFFFFF;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 20px;
	position: relative;
}

.ut-admin .sc-settings {
	display:none;
}

.ut-admin .well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.ut-admin .well-white {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #e3e3e3;
}

.ut-admin .hr {
	border-bottom: 1px solid #DDDDDD;
    width: 100%;
	clear:both;
	margin-bottom: 20px;
}

.ut-admin .well-white .hr {
	border: none;
}

.ut-admin .hr:last-child {
    border: medium none !important;
    margin-bottom: 0 !important;
}

.ut-option-value,
.ut-option-field {
	float:left;
	margin-bottom:20px;
}

.ut-option-field {
	width:30%;
}

.ut-option-value {
	width:70%;
}

.ut-view-icon {
	position:absolute;
	right:12px;
	top:12px;
}

.ut-preview-modal {
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background:#FFFFFF;
	z-index: 10;
	top:0;
	left:0;
}

.ut-option-separator {
    color: #666;
    display: block;
    height: 20px;
    line-height: 20px;
    padding:20px;
    font-size: 14px;
    font-weight: 400;
    background: #FAFAFA;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -21px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;    
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.sc-highlight-items .ui-accordion-header {
    padding:15px;
    margin-bottom:0px;
}

.sc-highlight-items .ui-accordion-header.ui-state-default {
    background: #F5F5F5;
}

.sc-highlight-items .ui-accordion-header.ui-accordion-header-active {
    background: #FFF;
    border:1px solid #E3E3E3;
}

.sc-highlight-items .ui-widget-content {
    border: 1px solid #E3E3E3 !important;
    border-top: none !important;
}


/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/

.ut-admin {
	font-family: 'roboto_condensedlight';
	color: #222;
	font-size:14px !important;
	line-height:100%;
}

.ut-admin .description {
	font-style: normal !important;
	font-family: 'roboto_condensedlight';
}

.ut-admin p {
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Form Styles
|--------------------------------------------------------------------------
*/ 

.ut-admin textarea, .ut-admin input, .ut-admin select{
	margin:0px !important;
}

.ut-admin .form-control {
  border-radius:0 !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ut-admin .form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.ut-admin .form-control[disabled],
.ut-admin .form-control[readonly],
.ut-admin fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.ut-media-access input {
	margin-bottom:10px !important;
}

.ut-admin textarea.form-control {
  height: auto;
}

#sc-content textarea {
	height:150px;
}

.ut-admin .ut-hidden-range-input {
	display: none;
}

.ut-admin .ut-range-slider {
	width:90%;
}

.ut-admin .ut-range-value {
	float:right;
}

.ut-admin .ut-option-alert {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
  padding:10px;
  font-family:Verdana, Geneva, sans-serif;
  text-align:center;
  font-size:12px;
}

/*
|--------------------------------------------------------------------------
| Code
|--------------------------------------------------------------------------
*/

.ut-admin code,
.ut-admin pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.ut-admin code {
	padding: 10px;
	font-size: 90%;
	color: #1E92D1;
	background: #D8EEFA;
	border: 1px solid #1E92D1;
	display:block;
}

.ut-admin pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

.ut-admin pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.ut-admin .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}


/*
|--------------------------------------------------------------------------
| Shortcode Generator
|--------------------------------------------------------------------------
*/ 

#TB_window {
    position: absolute !important;
}

#ut-scgenerator-dialog .sc-options {
	display:none;
}

.ut-admin .wp-picker-input-wrap .form-control {
	width:100px !important;
	padding:2px;
	margin-right:5px !important;
	height:24px;
	float:left !important;
}
.ut-admin .wp-picker-input-wrap .button {
	height:24px;	
}

/*
|--------------------------------------------------------------------------
| Modal
|--------------------------------------------------------------------------
*/ 

.ut-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	background: rgba(1,146,212,0.8);
	z-index:10;
}

.ut-modal-box {
	width:80%;
	height: 80%;
	display: block;
	background:#FFF;
	position:relative;
	margin:auto;
	top:10%;
	background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	overflow:hidden;
}

.ut-modal-box .inner{
	padding:20px;
	background: #FFF !important;
}

.ut-modal-header .inner,
.ut-modal-footer .inner {
	height: 20px;
	line-height: 20px;
	background: #FFF !important;
}

.ut-modal-header {
	border-bottom:1px solid #CCC;
	background:#FAFAFA;
}

.ut-modal-header h2 {
	margin: 0px;
}

.ut-modal-body {
	position: absolute;
	top: 62px;
	overflow: auto;
	bottom: 62px;
	width: 100%;
}

.ut-modal-footer {
    bottom: 0px;
    position: absolute;
	border-top: 1px solid #CCC;
	width:100%;
	background:#FAFAFA;
}

.close-ut-modal {
	cursor:pointer;
}

/*
|--------------------------------------------------------------------------
| Icons
|--------------------------------------------------------------------------
*/ 
.ut-glyphicons {
    list-style: none outside none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 0;
}

.ut-glyphicons li {
    float: left;
    font-size: 12px;
    height: 48px;
    line-height: 48px;;
    margin: 0 -1px -1px 0;
    text-align: center;
    width: 4%;
	min-width: 48px;
	cursor: pointer;
	color: #222;
}

.ut-glyphicons .ut-glyphicon {
    display: block;
    font-size: 18px;
    margin: 0 auto;
}

.ut-glyphicons .ut-glyphicon:before {
    content: ''!important;
}

.ut-glyphicons li:hover {
    color: #FFF;
	background: rgba(1,146,212,0.8);
}


.live-group-select-children {
    display:none;
}

/*
|--------------------------------------------------------------------------
| Spacing Group
|--------------------------------------------------------------------------
*/ 
.ut-admin .ut-spacing-group {
    position: relative;
    height: 120px;
}

.ut-admin .ut-spacing-group input {
    width: 40px;
    text-align: center;
}

.ut-admin .ut-spacing-left,
.ut-admin .ut-spacing-top,
.ut-admin .ut-spacing-right,
.ut-admin .ut-spacing-bottom {
    float: left;
    margin-right: 20px !important;
    position: relative;
}
.ut-admin .ut-spacing-left {
    margin-top:34px !important;  
}

.ut-admin .ut-spacing-left:after,
.ut-admin .ut-spacing-top:after,
.ut-admin .ut-spacing-right:after,
.ut-admin .ut-spacing-bottom:after {
    position:absolute;
    display:block;
    width:40px;
    height:15px;
    bottom:-16px;
    background:#428BCA;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.ut-admin .ut-spacing-left:after {
    content:"left";
}

.ut-admin .ut-spacing-top:after {
    content:"top";
}

.ut-admin .ut-spacing-right:after {
    content:"right";
}

.ut-admin .ut-spacing-bottom:after {
    content:"bottom";
}

.ut-admin .ut-spacing-top {

}

.ut-admin .ut-spacing-right {
    margin-top:34px !important;
}

.ut-admin .ut-spacing-bottom {
    margin-left:60px !important;
}
