/***************************** Custom Css for System Status *******************************************/
.framework_plugin_message
{
   font-weight: 400;
   background: #d54d21;
   padding: 1em;
   margin: 10px 0;
}
.framework_plugin_message > p
{
   color: #fff;
   margin: 0px !important;
}
.layout-system-report {
   display: none;
   margin: 10px 0;
   padding: 0;
   position: relative;
}
.close-report
{
   display: none;
}
.layout-system-report textarea {
   font-family: monospace;
   width: 100%;
   margin: 0;
   height: 300px;
   padding: 20px;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   resize: none;
   font-size: 12px;
   line-height: 20px;
   outline: 0;
}
.separator-single {
   padding: 0;
   height: 0;
   border: none;
   border-bottom: 1px solid #d5d5d5;
   color: #333;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* Custom Css for System Status */


.separator-doubled {
   padding: 0;
   height: 0;
   border: none;
   border-top: medium double #d5d5d5;
   color: #333;
   text-align: center;
   margin-top: 10px;
}
.separator-single {
   padding: 0;
   height: 0;
   border: none;
   border-bottom: 1px solid #d5d5d5;
   color: #333;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
}

.dataTable td {
   text-align: left !important;
}

.breadcrumb {
   padding: 8px 15px;
   margin: 0 0 20px;
   list-style: none;
   background-color: #f5f5f5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.breadcrumb > li {
   display: inline-block;
   *display: inline;
   text-shadow: 0 1px 0 #ffffff;
   *zoom: 1;
}

.breadcrumb > li > .divider {
   padding: 0 5px;
   color: #ccc;
}

.breadcrumb > .active {
   color: #999999;
}

.btn-small {
   padding: 7px 12px 6px 12px;
   line-height: 13px;
}

button.btn.btn-small, input[type="submit"].btn.btn-small {
   *padding-top: 3px;
   *padding-bottom: 3px;
}

.btn {
   display: inline-block;
   *display: inline;
   padding: 4px 12px;
   margin-bottom: 0;
   *margin-left: .3em;
   font-size: 12px;
   line-height: 20px;
   color: #333333;
   text-align: center;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   vertical-align: middle;
   cursor: pointer;
   background-color: #f5f5f5;
   *background-color: #e6e6e6;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   background-repeat: repeat-x;
   border: 1px solid #bbbbbb;
   *border: 0;
   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border-bottom-color: #a2a2a2;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   *zoom: 1;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
   color: #333333;
   background-color: #e6e6e6;
   *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
   background-color: #cccccc \9;
}

.btn:first-child {
   *margin-left: 0;
}

.btn:hover {
   color: #333333;
   text-decoration: none;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}

.btn:focus {
   outline: thin dotted #333;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

.btn.active,
.btn:active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
   color: rgba(255, 255, 255, 0.75);
}

.btn {
   border-color: #c5c5c5;
   border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #006dcc;
   *background-color: #0044cc;
   background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
   background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
   background-image: -o-linear-gradient(top, #0088cc, #0044cc);
   background-image: linear-gradient(to bottom, #0088cc, #0044cc);
   background-repeat: repeat-x;
   border-color: #0044cc #0044cc #002a80;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   margin-top: 0px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
   color: #ffffff;
   background-color: #0044cc;
   *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
   background-color: #003399 \9;
}

.btn-warning {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #faa732;
   *background-color: #f89406;
   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
   background-image: -o-linear-gradient(top, #fbb450, #f89406);
   background-image: linear-gradient(to bottom, #fbb450, #f89406);
   background-repeat: repeat-x;
   border-color: #f89406 #f89406 #ad6704;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
   color: #ffffff;
   background-color: #f89406;
   *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
   background-color: #c67605 \9;
}

.btn-danger {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #da4f49;
   *background-color: #bd362f;
   background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
   background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
   background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
   background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
   background-repeat: repeat-x;
   border-color: #bd362f #bd362f #802420;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
   color: #ffffff;
   background-color: #bd362f;
   *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
   background-color: #942a25 \9;
}

.btn-success {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #5bb75b;
   *background-color: #51a351;
   background-image: -moz-linear-gradient(top, #62c462, #51a351);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
   background-image: -webkit-linear-gradient(top, #62c462, #51a351);
   background-image: -o-linear-gradient(top, #62c462, #51a351);
   background-image: linear-gradient(to bottom, #62c462, #51a351);
   background-repeat: repeat-x;
   border-color: #51a351 #51a351 #387038;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
   color: #ffffff;
   background-color: #51a351;
   *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
   background-color: #408140 \9;
}

.btn-info {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #49afcd;
   *background-color: #2f96b4;
   background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
   background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
   background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
   background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
   background-repeat: repeat-x;
   border-color: #2f96b4 #2f96b4 #1f6377;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   margin-top: 0px;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
   color: #ffffff;
   background-color: #2f96b4;
   *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
   background-color: #24748c \9;
}

.btn-inverse {
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #363636;
   *background-color: #222222;
   background-image: -moz-linear-gradient(top, #444444, #222222);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
   background-image: -webkit-linear-gradient(top, #444444, #222222);
   background-image: -o-linear-gradient(top, #444444, #222222);
   background-image: linear-gradient(to bottom, #444444, #222222);
   background-repeat: repeat-x;
   border-color: #222222 #222222 #000000;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
   color: #ffffff;
   background-color: #222222;
   *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
   background-color: #080808 \9;
}

.stat {
   margin: 0px;
   padding: 0px;
}

.item-list.table .percent {
   width: 30px;
   float: right;
   margin-right: 10px;
   margin-top: 3px;
}

.item-list.table .title {
   padding-top: -5px;
}

.stat .title {
   margin-left: 10px;
   margin-right: 10px;
   font-size: 13px;
}

.stat.good .percent {
   color: #52e136;
   font-size: 16px;
   font-weight: bold;
}

.stat.bad .percent {
   color: #d12610;
   font-size: 16px;
   font-weight: bold;
}

.stat.ok .percent {
   color: #37b7f3;
   font-size: 16px;
   font-weight: bold;
}

.line-chart {
   display: none
}

.layout-block {
   background-color: #F6F6F6;
   background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
   background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
   background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
   background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
   background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
   background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);

   border: 1px solid #D5D5D5;
   box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);

   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;

   line-height: 18px;
   margin: 0 0 20px 0;
   padding: 10px;
}

.layout-span12 {
   width: 940px;
}

.layout-span11 {
   width: 860px;
}

.layout-span10 {
   width: 780px;
}

.layout-span9 {
   width: 700px;
}

.layout-span8 {
   width: 620px;
}

.layout-span7 {
   width: 540px;
}

.layout-span6 {
   width: 460px;
}

.layout-span5 {
   width: 380px;
}

.layout-span4 {
   width: 300px;
}

.layout-span3 {
   width: 220px;
}

.layout-span2 {
   width: 140px;
}

.layout-span1 {
   width: 60px;
}

.offset12 {
   margin-left: 980px;
}

.offset11 {
   margin-left: 900px;
}

.offset10 {
   margin-left: 820px;
}

.offset9 {
   margin-left: 740px;
}

.offset8 {
   margin-left: 660px;
}

.offset7 {
   margin-left: 580px;
}

.offset6 {
   margin-left: 500px;
}

.offset5 {
   margin-left: 420px;
}

.offset4 {
   margin-left: 340px;
}

.offset3 {
   margin-left: 260px;
}

.offset2 {
   margin-left: 180px;
}

.offset1 {
   margin-left: 100px;
}

.fluid-layout {
   width: 100%;
   margin-top: 1%;
   *zoom: 1;
}

.fluid-layout:before,
.fluid-layout:after {
   display: table;
   line-height: 0;
   content: "";
}

.fluid-layout:after {
   clear: both;
}

.fluid-layout [class*="layout-span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 30px;
   margin-left: 2.127659574468085%;
   *margin-left: 2.074468085106383%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.fluid-layout [class*="layout-span"]:first-child {
   margin-left: 0;
}

.fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
   margin-left: 2.127659574468085%;
}

.fluid-layout .layout-span12 {
   width: 100%;
   *width: 99.94680851063829%;
}

.fluid-layout .layout-span11 {
   width: 91.48936170212765%;
   *width: 91.43617021276594%;
}

.fluid-layout .layout-span10 {
   width: 82.97872340425532%;
   *width: 82.92553191489361%;
}

.fluid-layout .layout-span9 {
   width: 74.46808510638297%;
   *width: 74.41489361702126%;
}

.fluid-layout .layout-span8 {
   width: 65.95744680851064%;
   *width: 65.90425531914893%;
}

.fluid-layout .layout-span7 {
   width: 57.44680851063829%;
   *width: 57.39361702127659%;
}

.fluid-layout .layout-span6 {
   width: 48.93617021276595%;
   *width: 48.88297872340425%;
}

.fluid-layout .layout-span5 {
   width: 40.42553191489362%;
   *width: 40.37234042553192%;
}

.fluid-layout .layout-span4 {
   width: 31.914893617021278%;
   *width: 31.861702127659576%;
}

.fluid-layout .layout-span3 {
   width: 23.404255319148934%;
   *width: 23.351063829787233%;
}

.fluid-layout .layout-span2 {
   width: 14.893617021276595%;
   *width: 14.840425531914894%;
}

.fluid-layout .layout-span1 {
   width: 6.382978723404255%;
   *width: 6.329787234042553%;
}

.fluid-layout .offset12 {
   margin-left: 104.25531914893617%;
   *margin-left: 104.14893617021275%;
}

.fluid-layout .offset12:first-child {
   margin-left: 102.12765957446808%;
   *margin-left: 102.02127659574467%;
}

.fluid-layout .offset11 {
   margin-left: 95.74468085106382%;
   *margin-left: 95.6382978723404%;
}

.fluid-layout .offset11:first-child {
   margin-left: 93.61702127659574%;
   *margin-left: 93.51063829787232%;
}

.fluid-layout .offset10 {
   margin-left: 87.23404255319149%;
   *margin-left: 87.12765957446807%;
}

.fluid-layout .offset10:first-child {
   margin-left: 85.1063829787234%;
   *margin-left: 84.99999999999999%;
}

.fluid-layout .offset9 {
   margin-left: 78.72340425531914%;
   *margin-left: 78.61702127659572%;
}

.fluid-layout .offset9:first-child {
   margin-left: 76.59574468085106%;
   *margin-left: 76.48936170212764%;
}

.fluid-layout .offset8 {
   margin-left: 70.2127659574468%;
   *margin-left: 70.10638297872339%;
}

.fluid-layout .offset8:first-child {
   margin-left: 68.08510638297872%;
   *margin-left: 67.9787234042553%;
}

.fluid-layout .offset7 {
   margin-left: 61.70212765957446%;
   *margin-left: 61.59574468085106%;
}

.fluid-layout .offset7:first-child {
   margin-left: 59.574468085106375%;
   *margin-left: 59.46808510638297%;
}

.fluid-layout .offset6 {
   margin-left: 53.191489361702125%;
   *margin-left: 53.085106382978715%;
}

.fluid-layout .offset6:first-child {
   margin-left: 51.063829787234035%;
   *margin-left: 50.95744680851063%;
}

.fluid-layout .offset5 {
   margin-left: 44.68085106382979%;
   *margin-left: 44.57446808510638%;
}

.fluid-layout .offset5:first-child {
   margin-left: 42.5531914893617%;
   *margin-left: 42.4468085106383%;
}

.fluid-layout .offset4 {
   margin-left: 36.170212765957444%;
   *margin-left: 36.06382978723405%;
}

.fluid-layout .offset4:first-child {
   margin-left: 34.04255319148936%;
   *margin-left: 33.93617021276596%;
}

.fluid-layout .offset3 {
   margin-left: 27.659574468085104%;
   *margin-left: 27.5531914893617%;
}

.fluid-layout .offset3:first-child {
   margin-left: 25.53191489361702%;
   *margin-left: 25.425531914893618%;
}

.fluid-layout .offset2 {
   margin-left: 19.148936170212764%;
   *margin-left: 19.04255319148936%;
}

.fluid-layout .offset2:first-child {
   margin-left: 17.02127659574468%;
   *margin-left: 16.914893617021278%;
}

.fluid-layout .offset1 {
   margin-left: 10.638297872340425%;
   *margin-left: 10.53191489361702%;
}

.fluid-layout .offset1:first-child {
   margin-left: 8.51063829787234%;
   *margin-left: 8.404255319148938%;
}

[class*="layout-span"].hide,
.fluid-layout [class*="layout-span"].hide {
   display: none;
}

[class*="layout-span"].pull-right,
.fluid-layout [class*="layout-span"].pull-right {
   float: right;
}

.fluid-layout input[class*="layout-span"],
.fluid-layout select[class*="layout-span"],
.fluid-layout textarea[class*="layout-span"],
.fluid-layout .uneditable-input[class*="layout-span"] {
   float: none;
   margin-left: 0;
}

.fluid-layout input[class*="layout-span"],
.fluid-layout select[class*="layout-span"],
.fluid-layout textarea[class*="layout-span"],
.fluid-layout .uneditable-input[class*="layout-span"],
.fluid-layout .input-prepend [class*="layout-span"],
.fluid-layout .input-append [class*="layout-span"] {
   display: inline-block;
}

.controls-row [class*="layout-span"],
.fluid-layout .controls-row [class*="layout-span"] {
   float: left;
}

/*********************************TABLE CONTENT********************************/
table td[class*="layout-span"],
table th[class*="layout-span"],
.fluid-layout table td[class*="layout-span"],
.fluid-layout table th[class*="layout-span"] {
   display: table-cell;
   float: none;
   margin-left: 0;
}

table td.layout-span1,
table th.layout-span1 {
   float: none;
   width: 44px;
   margin-left: 0;
}

table td.layout-span2,
table th.layout-span2 {
   float: none;
   width: 124px;
   margin-left: 0;
}

table td.layout-span3,
table th.layout-span3 {
   float: none;
   width: 204px;
   margin-left: 0;
}

table td.layout-span4,
table th.layout-span4 {
   float: none;
   width: 284px;
   margin-left: 0;
}

table td.layout-span5,
table th.layout-span5 {
   float: none;
   width: 364px;
   margin-left: 0;
}

table td.layout-span6,
table th.layout-span6 {
   float: none;
   width: 444px;
   margin-left: 0;
}

table td.layout-span7,
table th.layout-span7 {
   float: none;
   width: 524px;
   margin-left: 0;
}

table td.layout-span8,
table th.layout-span8 {
   float: none;
   width: 604px;
   margin-left: 0;
}

table td.layout-span9,
table th.layout-span9 {
   float: none;
   width: 684px;
   margin-left: 0;
}

table td.layout-span10,
table th.layout-span10 {
   float: none;
   width: 764px;
   margin-left: 0;
}

table td.layout-span11,
table th.layout-span11 {
   float: none;
   width: 844px;
   margin-left: 0;
}

table td.layout-span12,
table th.layout-span12 {
   float: none;
   width: 924px;
   margin-left: 0;
}

.layout-table-controls {
   margin: 0 -1px;
}

.layout-table-controls > li {
   display: inline-block;
   margin: 0 1px;
}

/*.layout-table-controls > li > .btn { padding: 0px; }*/
*


.layout-table-controls > li > .btn > i {
   margin-left: 0;
   margin-right: 0;
}

.layout-table-controls > li > a > i {
   margin-right: 0;
   font-size: 14px;
   color: #555;
}

.layout-table-controls > li > a.btn > b, .layout-table-controls > li > a > b {
   margin: 1px 0 -1px 0;
   font-size: 14px;
   color: #555;
   width: 1.1em;
   float: none;
}

.stats-overview-cont {
   padding-top: 0px;
   margin-bottom: 15px;
}

.stats-overview {
   clear: both;
   padding: 10px 10px 0px 10px;
   margin: 0px;
   margin-bottom: 5px;
}

.stats-overview .display {
   margin-right: 5px;
   float: left;
}

.stats-overview .details {
   color: #888;
}

.stats-overview .details .title {
   color: #777;
   font-size: 12px;
   font-weight: normal;
   margin-bottom: 3px;
   padding: 0px !important;
}

.stats-overview .details .title i {
   color: #999;
   margin-right: 2px;
}

.stats-overview .details .numbers {
   color: #777;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 6px !important;
}

.stats-overview .progress-layout {
   height: 10px;
   margin-bottom: 10px !important;
}

.stats-overview:hover {
   text-decoration: none !important;
   border-color: #999 !important;
   color: #444 !important;
   text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
   -webkit-transition: all 0.3s ease !important;
   -moz-transition: all 0.3s ease !important;
   -ms-transition: all 0.3s ease !important;
   -o-transition: all 0.3s ease !important;
   transition: all 0.3s ease !important;
   -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
   -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
   box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
}

@-webkit-keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@-moz-keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@-ms-keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

@-o-keyframes progress-bar-stripes {
   from {
      background-position: 0 0;
   }
   to {
      background-position: 40px 0;
   }
}

@keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }
   to {
      background-position: 0 0;
   }
}

.widget-layout {
   background: none repeat scroll 0 0 #F9F9F9;
   border-top: 1px solid #e0dede;
   border-left: 1px solid #e0dede;
   border-right: 1px solid #e0dede;
   clear: both;
   margin-top: 0px;
   margin-bottom: 20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.widget-layout-title {
   background-color: #EFEFEF;
   background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
   background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
   background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
   background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
   background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
   background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
   border-bottom: 1px solid #e0dede;
   height: 36px;

   -webkit-border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
   border-radius: 3px 3px 0px 0px;
}

/****************************** Widget Section *********************************/
.widget-layout-title > h4 {
   color: #444;
   float: left;
   font-size: 13px;
   font-weight: bold;
   padding: 12px 11px 10px 15px;
   line-height: 12px;
   margin: 0px !important;
}

.widget-layout-title > h4 i {
   font-size: 14px;
   margin-right: 6px !important;
}

.widget-layout-title span.tools {
   padding: 3px 5px 2px;
   float: right;
   margin: 6px 0px 0 0 !important;
   cursor: pointer;
}

.widget-layout-title span.tools > a {
   display: inline-block;
   margin-right: 5px !important;
   color: #555;
   font-size: 14px;
}

.widget-layout-title span.tools > a:hover {
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   opacity: .6;
}

.widget-layout-title .btn-group {
   margin-right: 5px !important;
   margin-top: -2px !important;
}

.widget-layout-title .btn-group .caret {
   margin-top: 8px !important;
   margin-left: 3px !important;
}

.widget-layout-body {
   padding: 10px 15px;
   border-bottom: 1px solid #CDCDCD;
   -webkit-border-radius: 0px 0px 3px 3px;
   -moz-border-radius: 0px 0px 3px 3px;
   border-radius: 0px 0px 3px 3px;
}

/********************** Widget Section *********************************/
.fluid-layout table {
   max-width: 100%;
   background-color: transparent;
   border-collapse: collapse;
   border-spacing: 0;
}

.fluid-layout .table {
   width: 100%;
   margin-bottom: 20px;
   margin-top: 10px !important
}

.fluid-layout .table th,
.fluid-layout .table td {
   padding: 8px;
   line-height: 20px;
   text-align: left;
   vertical-align: top;
   border-top: 1px solid #dddddd;
}

.fluid-layout .table th {
   font-weight: bold;
}

.fluid-layout .table caption + thead tr:first-child th,
.fluid-layout .table caption + thead tr:first-child td,
.fluid-layout .table colgroup + thead tr:first-child th,
.fluid-layout .table colgroup + thead tr:first-child td,
.fluid-layout.table thead:first-child tr:first-child th,
.fluid-layout.table thead :first-child tr:first-child td {
   border-top: 0;
}

.fluid-layout .table tbody + tbody {
   border-top: 2px solid #dddddd;
}

.fluid-layout .table .table {
   background-color: #ffffff;
}

.fluid-layout .table-condensed th,
.fluid-layout .table-condensed td {
   padding: 4px 5px;
}

.fluid-layout .table-bordered {
   border: 1px solid #dddddd;
   border-collapse: separate;
   *border-collapse: collapse;
   border-left: 0;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.fluid-layout .table-bordered th,
.fluid-layout .table-bordered td {
   border-left: 1px solid #dddddd;
}

.fluid-layout .table-striped tbody > tr:nth-child(odd) > td,
.fluid-layout .table-striped tbody > tr:nth-child(odd) > th {
   background-color: #f9f9f9;
}

.fluid-layout .table-hover tbody tr:hover td,
.fluid-layout .table-hover tbody tr:hover th {
   background-color: #f5f5f5;
}

.fluid-layout .table tbody tr.success td {
   background-color: #dff0d8;
}

.fluid-layout .table tbody tr.error td {
   background-color: #f2dede;
}

.fluid-layout .table tbody tr.warning td {
   background-color: #fcf8e3;
}

.fluid-layout .table tbody tr.info td {
   background-color: #d9edf7;
}

.fluid-layout .table-hover tbody tr.success:hover td {
   background-color: #d0e9c6;
}

.fluid-layout .table-hover tbody tr.error:hover td {
   background-color: #ebcccc;
}

.fluid-layout .table-hover tbody tr.warning:hover td {
   background-color: #faf2cc;
}

.fluid-layout .table-hover tbody tr.info:hover td {
   background-color: #c4e3f3;
}

.label-layout,
.badge {
   display: inline-block;
   padding: 2px 4px;
   font-size: 11.844px;
   font-weight: bold;
   line-height: 14px;
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   white-space: nowrap;
   vertical-align: baseline;
   background-color: #999999;
}

.label-layout {
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.badge {
   padding-right: 9px;
   padding-left: 9px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
}

.label-layout:empty,
.badge:empty {
   display: none;
}

.label-layout-important,
.badge-important {
   background-color: #b94a48;
}

.label-layout-important[href],
.badge-important[href] {
   background-color: #953b39;
}

.label-layout-warning,
.badge-warning {
   background-color: #f89406;
}

.label-layout-warning[href],
.badge-warning[href] {
   background-color: #c67605;
}

.label-layout-success,
.badge-success {
   background-color: #468847;
}

.label-layout-success[href],
.badge-success[href] {
   background-color: #356635;
}

.label-layout-info,
.badge-info {
   background-color: #3a87ad;
}

.label-layout-info[href],
.badge-info[href] {
   background-color: #2d6987;
}

.label-layout-inverse,
.badge-inverse {
   background-color: #333333;
}

.label-layout-inverse[href],
.badge-inverse[href] {
   background-color: #1a1a1a;
}

.btn .label-layout,
.btn .badge {
   position: relative;
   top: -1px;
}

.btn-mini .label-layout,
.btn-mini .badge {
   top: 0;
}

.fluid-layout a {

   text-decoration: none !important
}

.fluid-layout a:hover {

   text-decoration: none !important
}

/***********************************************FORM CONTENT***********************************************/
.widget-layout-body .form form {
   margin: 0px !important;
   padding: 0px !important;
}

.widget-layout-body .layout-control-group:last-child {
   padding-bottom: 0px !important;
   margin-bottom: 0px !important;
}

.widget-layout-body .form-actions {
   margin-left: -15px !important;
   margin-right: -15px !important;
   margin-top: 20px !important;
   margin-bottom: -15px !important;
   margin-top: 20px;
   padding-left: 195px;
   -webkit-border-radius: 0px 0px 4px 4px;
   -moz-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}

.widget-layout-body .dataTables_info, .widget-layout-body .dataTables_paginate {
   /*margin-top: 5px !important;*/
   padding-bottom: 0px !important;
   margin-bottom: -4px !important;
}

.dataTables_info {
   padding: 0px;
   display: block;
   float: left;
}

.dataTables_paginate {
   float: right;
   margin: 0px;
}

.dataTables_paginate .last {
   margin-right: 0 !important;
}

paging_full_numbers {
   height: 22px;
   line-height: 22px;
}

.paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active {
   font-weight: normal !important;
}

.paging_full_numbers a:active {
   outline: none
}

.paging_full_numbers a:hover {
   text-decoration: none;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
   border: 1px solid #d3d3d3;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   padding: 5px 8px;
   margin: 0 3px;
   cursor: pointer;
   *cursor: hand;
   color: #919191;
   font-size: 11px;
   box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
   -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
   -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
}

.paging_full_numbers a.paginate_button {
   background: #ffffff;
   background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
   background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
   background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
   background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
   background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
}

.paging_full_numbers a.paginate_button:hover {
   background: #fcfcfc;
   color: #327394;
}

.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
   background: #6f6f6f;
   color: #fff;
   border-color: #646464;
   box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
   -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
   -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
   font-weight: bold;
}

.paginate_button_disabled, .paginate_button_disabled:active {
   background: #F9F9F9 !important;
   color: #CCC !important;
   box-shadow: none !important;
   font-weight: normal !important;
   border: 1px solid #E5E5E5 !important;
}

.paginate_button_disabled:active {
   border-color: #d3d3d3 !important;
}

.dataTables_processing {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 250px;
   height: 30px;
   margin-left: -125px;
   margin-top: -15px;
   padding: 14px 0 2px 0;
   border: 1px solid #ddd;
   text-align: center;
   color: #999;
   font-size: 14px;
   background-color: white;
}

.sorting {
   background: url('../images/tables/sort_both.png') no-repeat 100% 8px;
}

.sorting_asc {
   background: url('../images/tables/sort_asc.png') no-repeat 100% 8px;
}

.sorting_desc {
   background: url('../images/tables/sort_desc.png') no-repeat 100% 8px;
}

.sorting_asc_disabled {
   background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px;
}

.sorting_desc_disabled {
   background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px;
}

.table.dataTable th:active {
   outline: none;
}

.datatable-footer {
   border-top: 1px solid #ddd;
   padding: 15px 0;
}

/*.datatable-footer {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
}*/

.dataTables_scroll {
   clear: both;
}

.dataTables_scrollBody {
   *margin-top: -1px;
   -webkit-overflow-scrolling: touch;
}

.table.dataTable th:active {
   outline: none;
}

/*.datatable-footer {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 10px;
}

.datatable-footer {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}*/

.widget-layout-body .table {
   padding-bottom: 0px !important;
   margin-bottom: 0px !important;
}

.form-search input,
.form-inline input,
.layout-form input,
.form-search textarea,
.form-inline textarea,
.layout-form textarea,
.form-search select,
.form-inline select,
.layout-form select,
.form-search .help-inline,
.form-inline .help-inline,
.layout-form .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.layout-form .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.layout-form .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.layout-form .input-append {
   display: inline-block;
   *display: inline;
   margin-bottom: 0;
   vertical-align: middle;
   *zoom: 1;
}

.layout-control-group {
   margin-bottom: 10px;
}

legend + .layout-control-group {
   margin-top: 20px;
   -webkit-margin-top-collapse: separate;
}

.layout-form .layout-control-group {
   *zoom: 1;
}

.layout-form .layout-control-group:before,
.layout-form .layout-control-group:after {
   display: table;
   line-height: 0;
   content: "";
}

.layout-form .layout-control-group:after {
   clear: both;
}

.layout-form .layout-control-label {
   float: left;
   width: 180px;
   padding-top: 8px;
   text-align: left;
}

.layout-form .layout-controls {
   *display: inline-block;
   *padding-left: 20px;
   margin-left: 180px;
   *margin-left: 0;
}

.layout-form .layout-controls-radio {
   margin-top: 7px;
   float: left;
   margin-left: 20px;
}

.layout-form .layout-controls:first-child {
   *padding-left: 180px;
}

.layout-form .help-block {
   margin-bottom: 0;
}

.layout-form input + .help-block,
.layout-form select + .help-block,
.layout-form textarea + .help-block,
.layout-form .uneditable-input + .help-block,
.layout-form .input-prepend + .help-block,
.layout-form .input-append + .help-block {
   margin-top: 10px;
}

.layout-form .form-actions {
   padding-left: 180px;
}

.layout-control-group.warning > label,
.layout-control-group.warning .help-block,
.layout-control-group.warning .help-inline {
   color: #c09853;
}

.layout-control-group.warning .checkbox,
.layout-control-group.warning .radio,
.layout-control-group.warning input,
.layout-control-group.warning select,
.layout-control-group.warning textarea {
   color: #c09853;
}

.layout-control-group.warning input,
.layout-control-group.warning select,
.layout-control-group.warning textarea {
   border-color: #c09853;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.layout-control-group.warning input:focus,
.layout-control-group.warning select:focus,
.layout-control-group.warning textarea:focus {
   border-color: #a47e3c;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.layout-control-group.warning .input-prepend .add-on,
.layout-control-group.warning .input-append .add-on {
   color: #c09853;
   background-color: #fcf8e3;
   border-color: #c09853;
}

.layout-control-group.error > label,
.layout-control-group.error .help-block,
.layout-control-group.error .help-inline {
   color: #b94a48;
}

.error {
   color: #b94a48;
}

.layout-control-group.error .checkbox,
.layout-control-group.error .radio,
.layout-control-group.error input,
.layout-control-group.error select,
.layout-control-group.error textarea {
   color: #b94a48;
}

.layout-control-group.error input,
.layout-control-group.error select,
.layout-control-group.error textarea {
   border-color: #b94a48;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.layout-control-group.error input:focus,
.layout-control-group.error select:focus,
.layout-control-group.error textarea:focus {
   border-color: #953b39;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.layout-control-group.error .input-prepend .add-on,
.layout-control-group.error .input-append .add-on {
   color: #b94a48;
   background-color: #f2dede;
   border-color: #b94a48;
}

.layout-control-group.success > label,
.layout-control-group.success .help-block,
.layout-control-group.success .help-inline {
   color: #468847;
}

.layout-control-group.success .checkbox,
.layout-control-group.success .radio,
.layout-control-group.success input,
.layout-control-group.success select,
.layout-control-group.success textarea {
   color: #468847;
}

.layout-control-group.success input,
.layout-control-group.success select,
.layout-control-group.success textarea {
   border-color: #468847;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.layout-control-group.success input:focus,
.layout-control-group.success select:focus,
.layout-control-group.success textarea:focus {
   border-color: #356635;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.layout-control-group.success .input-prepend .add-on,
.layout-control-group.success .input-append .add-on {
   color: #468847;
   background-color: #dff0d8;
   border-color: #468847;
}

.layout-control-group.info > label,
.layout-control-group.info .help-block,
.layout-control-group.info .help-inline {
   color: #3a87ad;
}

.layout-control-group.info .checkbox,
.layout-control-group.info .radio,
.layout-control-group.info input,
.layout-control-group.info select,
.layout-control-group.info textarea {
   color: #3a87ad;
}

.layout-control-group.info input,
.layout-control-group.info select,
.layout-control-group.info textarea {
   border-color: #3a87ad;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.layout-control-group.info input:focus,
.layout-control-group.info select:focus,
.layout-control-group.info textarea:focus {
   border-color: #2d6987;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.layout-control-group.info .input-prepend .add-on,
.layout-control-group.info .input-append .add-on {
   color: #3a87ad;
   background-color: #d9edf7;
   border-color: #3a87ad;
}

.layout-controls > .radio,
.layout-controls > .checkbox {
   display: inline-block;
   /*padding: 0 !important;*/
   margin: 0 !important;
   margin-top: 0px !important;
   margin-right: 15px !important;
}

.layout-controls > .radio.line,
.layout-controls > .checkbox.line {
   display: block;
   padding: 0 !important;
   margin: 0 !important;
   margin-top: 5px !important;
}

.layout-controls .text {
   display: block;
   margin-top: 5px;
}

.layout-controls > .radio:first-child,
.layout-controls > .checkbox:first-child {
   padding-top: 7px;
}

.breadcrumb > li > a
{
   text-decoration:none !important;
}


@media (min-width: 768px) and (max-width: 979px) {
   .hidden-desktop {
      display: inherit !important;
   }

   .visible-desktop {
      display: none !important;
   }

   .visible-tablet {
      display: inherit !important;
   }

   .hidden-tablet {
      display: none !important;
   }
}

@media (max-width: 767px) {
   .hidden-desktop {
      display: inherit !important;
   }

   .visible-desktop {
      display: none !important;
   }

   .visible-phone {
      display: inherit !important;
   }

   .hidden-phone {
      display: none !important;
   }
}

@media (min-width: 1200px) {

   [class*="layout-span"] {
      float: left;
      min-height: 1px;
      margin-left: 30px;
   }

   .layout-span12 {
      width: 1170px;
   }

   .layout-span11 {
      width: 1070px;
   }

   .layout-span10 {
      width: 970px;
   }

   .layout-span9 {
      width: 870px;
   }

   .layout-span8 {
      width: 770px;
   }

   .layout-span7 {
      width: 670px;
   }

   .layout-span6 {
      width: 570px;
   }

   .layout-span5 {
      width: 470px;
   }

   .layout-span4 {
      width: 370px;
   }

   .layout-span3 {
      width: 270px;
   }

   .layout-span2 {
      width: 170px;
   }

   .layout-span1 {
      width: 70px;
   }

   .offset12 {
      margin-left: 1230px;
   }

   .offset11 {
      margin-left: 1130px;
   }

   .offset10 {
      margin-left: 1030px;
   }

   .offset9 {
      margin-left: 930px;
   }

   .offset8 {
      margin-left: 830px;
   }

   .offset7 {
      margin-left: 730px;
   }

   .offset6 {
      margin-left: 630px;
   }

   .offset5 {
      margin-left: 530px;
   }

   .offset4 {
      margin-left: 430px;
   }

   .offset3 {
      margin-left: 330px;
   }

   .offset2 {
      margin-left: 230px;
   }

   .offset1 {
      margin-left: 130px;
   }
   .fluid-layout {
      width: 99%;
      margin-top: 1%;
      *zoom: 1;
   }

   .fluid-layout:before,
   .fluid-layout:after {
      display: table;
      line-height: 0;
      content: "";
   }

   .fluid-layout:after {
      clear: both;
   }

   .fluid-layout [class*="layout-span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.564102564102564%;
      *margin-left: 2.5109110747408616%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
   }

   .fluid-layout [class*="layout-span"]:first-child {
      margin-left: 0;
   }

   .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
      margin-left: 2.564102564102564%;
   }

   .fluid-layout .layout-span12 {
      width: 100%;
      *width: 99.94680851063829% !important;
   }

   .fluid-layout .layout-span11 {
      width: 91.45299145299145%;
      *width: 91.39979996362975%;
   }

   .fluid-layout .layout-span10 {
      width: 82.90598290598291%;
      *width: 82.8527914166212%;
   }

   .fluid-layout .layout-span9 {
      width: 74.35897435897436%;
      *width: 74.30578286961266%;
   }

   .fluid-layout .layout-span8 {
      width: 65.81196581196582%;
      *width: 65.75877432260411%;
   }

   .fluid-layout .layout-span7 {
      width: 57.26495726495726%;
      *width: 57.21176577559556%;
   }

   .fluid-layout .layout-span6 {
      width: 48.717948717948715%;
      *width: 48.664757228587014%;
   }

   .fluid-layout .layout-span5 {
      width: 40.17094017094017%;
      *width: 40.11774868157847%;
   }

   .fluid-layout .layout-span4 {
      width: 31.623931623931625%;
      *width: 31.570740134569924%;
   }

   .fluid-layout .layout-span3 {
      width: 23.076923076923077%;
      *width: 23.023731587561375%;
   }

   .fluid-layout .layout-span2 {
      width: 14.52991452991453%;
      *width: 14.476723040552828%;
   }

   .fluid-layout .layout-span1 {
      width: 5.982905982905983%;
      *width: 5.929714493544281%;
   }

   .fluid-layout .offset12 {
      margin-left: 105.12820512820512%;
      *margin-left: 105.02182214948171%;
   }

   .fluid-layout .offset12:first-child {
      margin-left: 102.56410256410257%;
      *margin-left: 102.45771958537915%;
   }

   .fluid-layout .offset11 {
      margin-left: 96.58119658119658%;
      *margin-left: 96.47481360247316%;
   }

   .fluid-layout .offset11:first-child {
      margin-left: 94.01709401709402%;
      *margin-left: 93.91071103837061%;
   }

   .fluid-layout .offset10 {
      margin-left: 88.03418803418803%;
      *margin-left: 87.92780505546462%;
   }

   .fluid-layout .offset10:first-child {
      margin-left: 85.47008547008548%;
      *margin-left: 85.36370249136206%;
   }

   .fluid-layout .offset9 {
      margin-left: 79.48717948717949%;
      *margin-left: 79.38079650845607%;
   }

   .fluid-layout .offset9:first-child {
      margin-left: 76.92307692307693%;
      *margin-left: 76.81669394435352%;
   }

   .fluid-layout .offset8 {
      margin-left: 70.94017094017094%;
      *margin-left: 70.83378796144753%;
   }

   .fluid-layout .offset8:first-child {
      margin-left: 68.37606837606839%;
      *margin-left: 68.26968539734497%;
   }

   .fluid-layout .offset7 {
      margin-left: 62.393162393162385%;
      *margin-left: 62.28677941443899%;
   }

   .fluid-layout .offset7:first-child {
      margin-left: 59.82905982905982%;
      *margin-left: 59.72267685033642%;
   }

   .fluid-layout .offset6 {
      margin-left: 53.84615384615384%;
      *margin-left: 53.739770867430444%;
   }

   .fluid-layout .offset6:first-child {
      margin-left: 51.28205128205128%;
      *margin-left: 51.175668303327875%;
   }

   .fluid-layout .offset5 {
      margin-left: 45.299145299145295%;
      *margin-left: 45.1927623204219%;
   }

   .fluid-layout .offset5:first-child {
      margin-left: 42.73504273504273%;
      *margin-left: 42.62865975631933%;
   }

   .fluid-layout .offset4 {
      margin-left: 36.75213675213675%;
      *margin-left: 36.645753773413354%;
   }

   .fluid-layout .offset4:first-child {
      margin-left: 34.18803418803419%;
      *margin-left: 34.081651209310785%;
   }

   .fluid-layout .offset3 {
      margin-left: 28.205128205128204%;
      *margin-left: 28.0987452264048%;
   }

   .fluid-layout .offset3:first-child {
      margin-left: 25.641025641025642%;
      *margin-left: 25.53464266230224%;
   }

   .fluid-layout .offset2 {
      margin-left: 19.65811965811966%;
      *margin-left: 19.551736679396257%;
   }

   .fluid-layout .offset2:first-child {
      margin-left: 17.094017094017094%;
      *margin-left: 16.98763411529369%;
   }

   .fluid-layout .offset1 {
      margin-left: 11.11111111111111%;
      *margin-left: 11.004728132387708%;
   }

   .fluid-layout .offset1:first-child {
      margin-left: 8.547008547008547%;
      *margin-left: 8.440625568285142%;
   }

   input,
   textarea,
   .uneditable-input {
      margin-left: 0;
   }

   .controls-row [class*="layout-span"] + [class*="layout-span"] {
      margin-left: 30px;
   }

   input.layout-span12,
   textarea.layout-span12,
   .uneditable-input.layout-span12 {
      width: 1156px;
   }

   input.layout-span11,
   textarea.layout-span11,
   .uneditable-input.layout-span11 {
      width: 1056px;
   }

   input.layout-span10,
   textarea.layout-span10,
   .uneditable-input.layout-span10 {
      width: 956px;
   }

   input.layout-span9,
   textarea.layout-span9,
   .uneditable-input.layout-span9 {
      width: 856px;
   }

   input.layout-span8,
   textarea.layout-span8,
   .uneditable-input.layout-span8 {
      width: 756px;
   }

   input.layout-span7,
   textarea.layout-span7,
   .uneditable-input.layout-span7 {
      width: 656px;
   }

   input.layout-span6,
   textarea.layout-span6,
   .uneditable-input.layout-span6 {
      width: 556px;
   }

   input.layout-span5,
   textarea.layout-span5,
   .uneditable-input.layout-span5 {
      width: 456px;
   }

   input.layout-span4,
   textarea.layout-span4,
   .uneditable-input.layout-span4 {
      width: 356px;
   }

   input.layout-span3,
   textarea.layout-span3,
   .uneditable-input.layout-span3 {
      width: 256px;
   }

   input.layout-span2,
   textarea.layout-span2,
   .uneditable-input.layout-span2 {
      width: 156px;
   }

   input.layout-span1,
   textarea.layout-span1,
   .uneditable-input.layout-span1 {
      width: 56px;
   }

   .thumbnails {
      margin-left: -30px;
   }

   .thumbnails > li {
      margin-left: 30px;
   }

   .fluid-layout .thumbnails {
      margin-left: 0;
   }
}

@media (min-width: 768px) and (max-width: 979px) {

   [class*="layout-span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
   }

   .container,
   .navbar-static-top .container,
   .navbar-fixed-top .container,
   .navbar-fixed-bottom .container {
      width: 724px;
   }

   .layout-span12 {
      width: 724px;
   }

   .layout-span11 {
      width: 662px;
   }

   .layout-span10 {
      width: 600px;
   }

   .layout-span9 {
      width: 538px;
   }

   .layout-span8 {
      width: 476px;
   }

   .layout-span7 {
      width: 414px;
   }

   .layout-span6 {
      width: 352px;
   }

   .layout-span5 {
      width: 290px;
   }

   .layout-span4 {
      width: 228px;
   }

   .layout-span3 {
      width: 166px;
   }

   .layout-span2 {
      width: 104px;
   }

   .layout-span1 {
      width: 42px;
   }

   .offset12 {
      margin-left: 764px;
   }

   .offset11 {
      margin-left: 702px;
   }

   .offset10 {
      margin-left: 640px;
   }

   .offset9 {
      margin-left: 578px;
   }

   .offset8 {
      margin-left: 516px;
   }

   .offset7 {
      margin-left: 454px;
   }

   .offset6 {
      margin-left: 392px;
   }

   .offset5 {
      margin-left: 330px;
   }

   .offset4 {
      margin-left: 268px;
   }

   .offset3 {
      margin-left: 206px;
   }

   .offset2 {
      margin-left: 144px;
   }

   .offset1 {
      margin-left: 82px;
   }

   .fluid-layout {
      width: 99%;
      margin-top: 1%;
      *zoom: 1;
   }

   .fluid-layout:before,
   .fluid-layout:after {
      display: table;
      line-height: 0;
      content: "";
   }

   .fluid-layout:after {
      clear: both;
   }

   .fluid-layout [class*="layout-span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.7624309392265194%;
      *margin-left: 2.709239449864817%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
   }

   .fluid-layout [class*="layout-span"]:first-child {
      margin-left: 0;
   }

   .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
      margin-left: 2.7624309392265194%;
   }

   .fluid-layout .layout-span12 {
      width: 100%;
      *width: 99.94680851063829%;
   }

   .fluid-layout .layout-span11 {
      width: 91.43646408839778%;
      *width: 91.38327259903608%;
   }

   .fluid-layout .layout-span10 {
      width: 82.87292817679558%;
      *width: 82.81973668743387%;
   }

   .fluid-layout .layout-span9 {
      width: 74.30939226519337%;
      *width: 74.25620077583166%;
   }

   .fluid-layout .layout-span8 {
      width: 65.74585635359117%;
      *width: 65.69266486422946%;
   }

   .fluid-layout .layout-span7 {
      width: 57.18232044198895%;
      *width: 57.12912895262725%;
   }

   .fluid-layout .layout-span6 {
      width: 48.61878453038674%;
      *width: 48.56559304102504%;
   }

   .fluid-layout .layout-span5 {
      width: 40.05524861878453%;
      *width: 40.00205712942283%;
   }

   .fluid-layout .layout-span4 {
      width: 31.491712707182323%;
      *width: 31.43852121782062%;
   }

   .fluid-layout .layout-span3 {
      width: 22.92817679558011%;
      *width: 22.87498530621841%;
   }

   .fluid-layout .layout-span2 {
      width: 14.3646408839779%;
      *width: 14.311449394616199%;
   }

   .fluid-layout .layout-span1 {
      width: 5.801104972375691%;
      *width: 5.747913483013988%;
   }

   .fluid-layout .offset12 {
      margin-left: 105.52486187845304%;
      *margin-left: 105.41847889972962%;
   }

   .fluid-layout .offset12:first-child {
      margin-left: 102.76243093922652%;
      *margin-left: 102.6560479605031%;
   }

   .fluid-layout .offset11 {
      margin-left: 96.96132596685082%;
      *margin-left: 96.8549429881274%;
   }

   .fluid-layout .offset11:first-child {
      margin-left: 94.1988950276243%;
      *margin-left: 94.09251204890089%;
   }

   .fluid-layout .offset10 {
      margin-left: 88.39779005524862%;
      *margin-left: 88.2914070765252%;
   }

   .fluid-layout .offset10:first-child {
      margin-left: 85.6353591160221%;
      *margin-left: 85.52897613729868%;
   }

   .fluid-layout .offset9 {
      margin-left: 79.8342541436464%;
      *margin-left: 79.72787116492299%;
   }

   .fluid-layout .offset9:first-child {
      margin-left: 77.07182320441989%;
      *margin-left: 76.96544022569647%;
   }

   .fluid-layout .offset8 {
      margin-left: 71.2707182320442%;
      *margin-left: 71.16433525332079%;
   }

   .fluid-layout .offset8:first-child {
      margin-left: 68.50828729281768%;
      *margin-left: 68.40190431409427%;
   }

   .fluid-layout .offset7 {
      margin-left: 62.70718232044199%;
      *margin-left: 62.600799341718584%;
   }

   .fluid-layout .offset7:first-child {
      margin-left: 59.94475138121547%;
      *margin-left: 59.838368402492065%;
   }

   .fluid-layout .offset6 {
      margin-left: 54.14364640883978%;
      *margin-left: 54.037263430116376%;
   }

   .fluid-layout .offset6:first-child {
      margin-left: 51.38121546961326%;
      *margin-left: 51.27483249088986%;
   }

   .fluid-layout .offset5 {
      margin-left: 45.58011049723757%;
      *margin-left: 45.47372751851417%;
   }

   .fluid-layout .offset5:first-child {
      margin-left: 42.81767955801105%;
      *margin-left: 42.71129657928765%;
   }

   .fluid-layout .offset4 {
      margin-left: 37.01657458563536%;
      *margin-left: 36.91019160691196%;
   }

   .fluid-layout .offset4:first-child {
      margin-left: 34.25414364640884%;
      *margin-left: 34.14776066768544%;
   }

   .fluid-layout .offset3 {
      margin-left: 28.45303867403315%;
      *margin-left: 28.346655695309746%;
   }

   .fluid-layout .offset3:first-child {
      margin-left: 25.69060773480663%;
      *margin-left: 25.584224756083227%;
   }

   .fluid-layout .offset2 {
      margin-left: 19.88950276243094%;
      *margin-left: 19.783119783707537%;
   }

   .fluid-layout .offset2:first-child {
      margin-left: 17.12707182320442%;
      *margin-left: 17.02068884448102%;
   }

   .fluid-layout .offset1 {
      margin-left: 11.32596685082873%;
      *margin-left: 11.219583872105325%;
   }

   .fluid-layout .offset1:first-child {
      margin-left: 8.56353591160221%;
      *margin-left: 8.457152932878806%;
   }

   .controls-row [class*="layout-span"] + [class*="layout-span"] {
      margin-left: 20px;
   }

   input.layout-span12,
   textarea.layout-span12,
   .uneditable-input.layout-span12 {
      width: 710px;
   }

   input.layout-span11,
   textarea.layout-span11,
   .uneditable-input.layout-span11 {
      width: 648px;
   }

   input.layout-span10,
   textarea.layout-span10,
   .uneditable-input.layout-span10 {
      width: 586px;
   }

   input.layout-span9,
   textarea.layout-span9,
   .uneditable-input.layout-span9 {
      width: 524px;
   }

   input.layout-span8,
   textarea.layout-span8,
   .uneditable-input.layout-span8 {
      width: 462px;
   }

   input.layout-span7,
   textarea.layout-span7,
   .uneditable-input.layout-span7 {
      width: 400px;
   }

   input.layout-span6,
   textarea.layout-span6,
   .uneditable-input.layout-span6 {
      width: 338px;
   }

   input.layout-span5,
   textarea.layout-span5,
   .uneditable-input.layout-span5 {
      width: 276px;
   }

   input.layout-span4,
   textarea.layout-span4,
   .uneditable-input.layout-span4 {
      width: 214px;
   }

   input.layout-span3,
   textarea.layout-span3,
   .uneditable-input.layout-span3 {
      width: 152px;
   }

   input.layout-span2,
   textarea.layout-span2,
   .uneditable-input.layout-span2 {
      width: 90px;
   }

   input.layout-span1,
   textarea.layout-span1,
   .uneditable-input.layout-span1 {
      width: 28px;
   }
}

@media (max-width: 767px) {
   .fluid-layout {
      width: 99%;
      margin-top: 1%;
   }

   [class*="layout-span"],
   .uneditable-input[class*="layout-span"],
   .fluid-layout [class*="layout-span"] {
      display: block;
      float: none;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
   }

   .layout-span12,
   .fluid-layout .layout-span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
   }

   .fluid-layout [class*="offset"]:first-child {
      margin-left: 0;
   }

   input[class*="layout-span"],
   select[class*="layout-span"],
   textarea[class*="layout-span"],
   .uneditable-input {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
   }

   .input-prepend input[class*="layout-span"],
   .input-append input[class*="layout-span"] {
      display: inline-block;
      width: auto;
   }

   .controls-row [class*="layout-span"] + [class*="layout-span"] {
      margin-left: 0;
   }

}

@media (max-width: 480px) {
   .layout-form .layout-control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left;
   }

   .layout-form .layout-label-control-group {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left;
   }

   .layout-form .layout-controls {
      margin-left: 0;
   }

   .layout-form .layout-controls-radio {
      margin-left: 0;
   }

   .layout-form .control-list {
      padding-top: 0;
   }

   .layout-form .form-actions {
      padding-right: 10px;
      padding-left: 10px;
   }
}

@media (max-width: 979px) {
   .layout-thumbnails {
      margin-left: -30px;
   }

   .layout-thumbnails > li {
      margin-left: 30px;
   }

   .fluid-layout .layout-thumbnails {
      margin-left: 0;
   }

   .layout-thumbnails {
      margin-left: 0;
   }

   .layout-thumbnails > li {
      float: none;
      margin-left: 0;
   }
}

@media (min-width: 980px) {

}
.framework_tabs 
{
   width:100%;
   display:inline-block;
}
.framework_tab-links:after 
{
   display:inline-block;
   clear:both;
   content:'';
}

.framework_tab-links li 
{
   margin:0px 5px;
   float:left;
   list-style:none;
   border :1px solid #e5e5e5;
   border-bottom:none;
}

.framework_tab-links a 
{
   padding:9px 15px;
   display:inline-block;
   border-radius:3px 3px 0px 0px;
   background:#EFEFEF;
   color:#4c4c4c;
   transition:all linear 0.15s;
}

.framework_tab-links a:hover 
{
   background:#ffffff;
   text-decoration:none;
}

li.active a, li.active a:hover 
{
   background:#fff;
   color:#4c4c4c;
}

.framework_tab-content 
{
   border-radius:3px;
   border:1px solid #e5e5e5;
   /*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
   background:#fff;
   margin-top: 2%;
   padding: 10px 10px 10px 10px;
   margin-left: 4px;
}

.framework_tab 
{
   display:none;
}

.framework_tab.active 
{
   display:block;
}
.framework_background
{
   background-color: #ffffff;
   padding-bottom:20px;
}
.framework_txt-align
{
   vertical-align: middle !important;
}

.plugin-div 
{
   float: left;
   margin: 0 8px 16px;
   width: 48.5%;
   width: -webkit-calc(50% - 8px);
   width: calc(50% - 8px);
   background-color: #fff;
   border: 1px solid #dedede;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

.plugin-div:nth-child(odd) 
{
   clear: both;
   margin-left: 0
}

.plugin-div:nth-child(even) 
{
   margin-right: 0
}

@media screen and (max-width:782px) 
{
   .plugin-card {
      margin-left: 0;
      margin-right: 0;
      width: 100%
   }
}

.plugin-div-top 
{
   position: relative;
   padding: 20px 20px 10px;
   min-height:200px;
}
.plugin-div-inner-content
{
   min-height:150px;
}
.plugin-action-buttons, div.action-links 
{
   margin: 0
}
.plugin-div h4 {
   margin: 0 0 12px;
   font-size: 16px;
   line-height: 1.3
}

.plugin-div .desc, .plugin-div .name
{
   margin-left: 148px;

}

.plugin-div .action-links 
{

}
.plugin-div-button 
{
   margin-left: 5px !important;
}
.plugin-div-settings 
{
   display:inline-block;
   margin: 0 0px 16px;
   width: 48.5%;
   width: -webkit-calc(50% - 8px);
   width: calc(50% - 8px);
   background-color: #FAFAFA;
   border: 1px solid #dedede;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   vertical-align: top;
   min-height: 330px;
}

.plugin-div-settings:nth-child(odd)
{
   clear: both;
   margin-left: 0
}

.plugin-div-settings:nth-child(even) 
{
   margin-right: 0;
   margin-left: 8px;

}


.plugin-div-settings-top 
{
   position: relative;
   padding: 20px 20px 10px;
   background-color: #fff;
}

.plugin-action-buttons, div.action-links 
{
   margin: 0
}
.plugin-div-settings h4 
{
   margin: 0 0 12px;
   font-size: 16px;
   line-height: 1.3
}

.plugin-div-settings .desc, .plugin-div-settings .name 
{
   margin-left: 148px;

}

.plugin-div-settings-button 
{
   margin-left: 5px !important;

}
.plugin-card-bottom_settings 
{
   clear: both;
   padding: 8px 20px;
   background-color: #fafafa;
   overflow: hidden;
   text-align:right;
   border-top: 1px solid #dedede
}
.plugin-icon-custom
{
   position: absolute;
   top: 20px;
   left: 20px;
   max-width: 128px;
   margin: 0px 20px 20px 0px;
   text-decoration: none;
   text-align:center;
}
.plugin-action-buttons-custom
{
   clear: right;
   margin-left: 2em;
   margin-bottom: 1em;
   text-align: right;
}
.coustom-nav-tab
{
   padding: 6px 10px !important;
   font-weight: 700 !important;
   font-size: 15px !important;
   line-height: 24px !important;
}
.custom_icon
{
   width:128px;
   height:128px;
}


.service-div-settings 
{
   display:inline-block;
   margin: 0 0px 16px;
   width: 48.5%;
   width: -webkit-calc(50% - 8px);
   width: calc(50% - 8px);
   background-color: #FAFAFA;
   border: 1px solid #dedede;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   vertical-align: top;
   min-height: 300px;
}

.service-div-settings:nth-child(odd)
{
   clear: both;
   margin-left: 0
}

.service-div-settings:nth-child(even) 
{
   margin-right: 0;
   margin-left: 8px;

}
.service-div-settings .desc, .service-div-settings .name 
{

}
.service-div-settings-top 
{
   position: relative;
   padding: 5px 20px;
   background-color: #fff;
}
.service-div-inner-content
{
   min-height:150px;
}
.service-div-settings .desc p
{
   line-height: 2em !important;
}