/****************Grid css ******************/
.row [class*=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}.row [class*=span]:first-child{margin-left:0}.row .controls-row [class*=span]+[class*=span]{margin-left:2.127659574468085%}.row .span12{width:100%;*width:99.94680851063829%}.row .span11{width:91.48936170212765%;*width:91.43617021276594%}.row .span10{width:82.97872340425532%;*width:82.92553191489361%}.row .span9{width:74.46808510638297%;*width:74.41489361702126%}.row .span8{width:65.95744680851064%;*width:65.90425531914893%}.row .span7{width:57.44680851063829%;*width:57.39361702127659%}.row .span6{width:48.93617021276595%;*width:48.88297872340425%}.row .span5{width:40.42553191489362%;*width:40.37234042553192%}.row .span4{width:31.914893617021278%;*width:31.861702127659576%}.row .span3{width:23.404255319148934%;*width:23.351063829787233%}.row .span2{width:14.893617021276595%;*width:14.840425531914894%}.row .span1{width:6.382978723404255%;*width:6.329787234042553%}.row .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}.row [class*=span].hide,[class*=span].hide{display:none}.row [class*=span].pull-right,[class*=span].pull-right{float:right}@media only screen and (max-width:767px){.row [class*=span],.uneditable-input[class*=span],[class*=span]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row .span12,.span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row [class*=offset]:first-child{margin-left:0}}
  
/**************** button css ***************/  
/*****************/
.wpm_btn {   -webkit-border-radius: 7px;  -moz-border-radius: 7px;  border-radius: 7px;  text-shadow: 1px 1px 3px #666666;  font-family: Arial;  color: #ffffff;    padding: 10px 20px 10px 20px;  text-decoration: none;
  background-image:url(../editor/images/bg_button.png);  background-size:100% 50%;  background-position:bottom;  background-repeat:repeat-x;  background-color: #3498db;}
.wpm_btn:hover {   -webkit-box-shadow: 0px 1px 3px #666666;  -moz-box-shadow: 0px 1px 3px #666666;  box-shadow: 0px 1px 3px #666666;  text-decoration: none;}
.wpm_btn { }  
.wpm_medium{ font-size:18px; }
.wpm_large{ font-size:24px; }
.wpm_extra_large{ font-size:34px; }

/************ notification css *********************/
.wpm_message{  padding:14px; padding-left:55px; padding-right:20px; margin-bottom:20px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.50);box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.50); }
.standard{ padding-left:20px; }
.message {background:#FFF7CA url(../images/message.png) no-repeat 10px center;color: #85816A; }
.info {background:#57BBE5 url(../images/info.png) no-repeat 10px center; color: #FFF; }
.alert{ background:#F98726 url(../images/alert.png) no-repeat 10px center;color: #FFF; }
.success {background:#2BCB97 url(../images/success.png) no-repeat 10px center;color: #FFF; }
.warning {background:#f6ed60 url(../images/warning.png) no-repeat 10px center; color: #85816A; }
.error{ background:#C90014 url(../images/error.png) no-repeat 10px center;color: #FFF; }

/************ Blockquote css *********************/
blockquote { padding:14px; padding-left:55px; padding-right:20px; margin-bottom:20px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25); position:relative;font-style:italic;font-family: Georgia,"Times New Roman",Times,serif;font-size: 14px;line-height: 24px; }
blockquote:before{ content: "\f10d"; display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position:absolute;left:18px;font-size:24px;top:17px; }
blockquote.left { margin: 10px 20px 10px 0;width: 220px;float: left; 33%; min-width:220px; }
blockquote.right {float: right;margin: 10px 0 5px 20px;width: 33%; min-width:220px;}
@media only screen and (max-width: 480px) {   blockquote.left, blockquote.right { width:100%; min-width:100%; margin:0px; margin-top:10px; margin-bottom:10px; } }