src/pyams_skin/resources/css/myams.css
changeset 212 60e431d538dc
parent 204 8a2dde430b94
child 213 06a1b40cfeee
equal deleted inserted replaced
211:e2310132f659 212:60e431d538dc
    38 }
    38 }
    39 .bg-color-success {
    39 .bg-color-success {
    40   background-color: #5cb85c !important;
    40   background-color: #5cb85c !important;
    41 }
    41 }
    42 .txt-color-text {
    42 .txt-color-text {
    43   color: #333333 !important;
    43   color: #333 !important;
    44 }
    44 }
    45 .txt-color-blue {
    45 .txt-color-blue {
    46   color: #60747c !important;
    46   color: #60747c !important;
    47 }
    47 }
    48 .txt-color-blueLight {
    48 .txt-color-blueLight {
    83 }
    83 }
    84 .txt-color-pinkDark {
    84 .txt-color-pinkDark {
    85   color: #a8829f !important;
    85   color: #a8829f !important;
    86 }
    86 }
    87 .txt-color-purple {
    87 .txt-color-purple {
    88   color: #65596b !important;
    88   color: #65596B !important;
    89 }
    89 }
    90 .txt-color-darken {
    90 .txt-color-darken {
    91   color: #404040 !important;
    91   color: #404040 !important;
    92 }
    92 }
    93 .txt-color-silver {
    93 .txt-color-silver {
   158 }
   158 }
   159 .bg-color-pinkDark {
   159 .bg-color-pinkDark {
   160   background-color: #a8829f !important;
   160   background-color: #a8829f !important;
   161 }
   161 }
   162 .bg-color-purple {
   162 .bg-color-purple {
   163   background-color: #65596b !important;
   163   background-color: #65596B !important;
   164 }
   164 }
   165 .bg-color-darken {
   165 .bg-color-darken {
   166   background-color: #404040 !important;
   166   background-color: #404040 !important;
   167 }
   167 }
   168 .bg-color-silver {
   168 .bg-color-silver {
  3970   text-align: left;
  3970   text-align: left;
  3971 }
  3971 }
  3972 .top-tabs .nav-tabs li > a {
  3972 .top-tabs .nav-tabs li > a {
  3973   padding: 2px 10px 3px!important;
  3973   padding: 2px 10px 3px!important;
  3974   border-color: #ccc #ccc transparent;
  3974   border-color: #ccc #ccc transparent;
  3975   box-shadow: 0px -2px 3px #cccccc;
  3975   box-shadow: 0px -2px 3px #ccc;
  3976   margin-top: 3px!important;
  3976   margin-top: 3px!important;
  3977 }
  3977 }
  3978 .top-tabs .nav-tabs li.active > a {
  3978 .top-tabs .nav-tabs li.active > a {
  3979   margin-top: 3px!important;
  3979   margin-top: 3px!important;
  3980   padding: 2px 10px 3px!important;
  3980   padding: 2px 10px 3px!important;
  5992 }
  5992 }
  5993 .wijmo-wijmenu {
  5993 .wijmo-wijmenu {
  5994   padding: 0 20px;
  5994   padding: 0 20px;
  5995   background-color: #222;
  5995   background-color: #222;
  5996   background-repeat: repeat-x;
  5996   background-repeat: repeat-x;
  5997   background-image: -webkit-gradient(linear, top left, bottom left, from(#333333), to(#222222));
  5997   background-image: -webkit-gradient(linear, top left, bottom left, from(#333), to(#222));
  5998   background-image: -webkit-linear-gradient(top, #333333, #222222);
  5998   background-image: -webkit-linear-gradient(top, #333, #222);
  5999   background-image: linear-gradient(top, #333333, #222222);
  5999   background-image: linear-gradient(top, #333, #222);
  6000   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  6000   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  6001   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  6001   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  6002   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  6002   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  6003 }
  6003 }
  6004 .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  6004 .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  6868 }
  6868 }
  6869 .dd-empty {
  6869 .dd-empty {
  6870   border: 1px dashed #bbb;
  6870   border: 1px dashed #bbb;
  6871   min-height: 100px;
  6871   min-height: 100px;
  6872   background-color: #eee;
  6872   background-color: #eee;
  6873   background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  6873   background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  6874   background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  6874   background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  6875   -webkit-background-size: 60px 60px;
  6875   -webkit-background-size: 60px 60px;
  6876   background-size: 60px 60px;
  6876   background-size: 60px 60px;
  6877   background-position: 0 0, 30px 30px;
  6877   background-position: 0 0, 30px 30px;
  6878 }
  6878 }
  6879 .dd-empty,
  6879 .dd-empty,
  7207   text-decoration: none;
  7207   text-decoration: none;
  7208 }
  7208 }
  7209 .notification-body > li:hover .progress {
  7209 .notification-body > li:hover .progress {
  7210   background: #fff;
  7210   background: #fff;
  7211   box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
  7211   box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
  7212   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #cccccc inset;
  7212   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #ccc inset;
  7213 }
  7213 }
  7214 .notification-body > li:hover .text-muted {
  7214 .notification-body > li:hover .text-muted {
  7215   color: #333;
  7215   color: #333;
  7216 }
  7216 }
  7217 .notification-body .from {
  7217 .notification-body .from {
  7376   text-indent: 100%;
  7376   text-indent: 100%;
  7377   white-space: nowrap;
  7377   white-space: nowrap;
  7378   overflow: hidden;
  7378   overflow: hidden;
  7379   border: 1px solid #aaa;
  7379   border: 1px solid #aaa;
  7380   background: #bfbfbf;
  7380   background: #bfbfbf;
  7381   background: -webkit-gradient(linear, top left, bottom left, from(#dddddd), to(#bbbbbb));
  7381   background: -webkit-gradient(linear, top left, bottom left, from(#ddd), to(#bbb));
  7382   background: -webkit-linear-gradient(top, #dddddd 0, #bbbbbb 100%);
  7382   background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
  7383   background: linear-gradient(top, #dddddd 0, #bbbbbb 100%);
  7383   background: linear-gradient(top, #ddd 0, #bbb 100%);
  7384   display: inline-block;
  7384   display: inline-block;
  7385   font-family: FontAwesome;
  7385   font-family: FontAwesome;
  7386   font-style: normal;
  7386   font-style: normal;
  7387   font-weight: 400;
  7387   font-weight: 400;
  7388   line-height: 1;
  7388   line-height: 1;
  8176   -webkit-box-shadow: 1px 1px 3px #ccc;
  8176   -webkit-box-shadow: 1px 1px 3px #ccc;
  8177   -ms-box-shadow: 1px 1px 3px #ccc;
  8177   -ms-box-shadow: 1px 1px 3px #ccc;
  8178   -o-box-shadow: 1px 1px 3px #ccc;
  8178   -o-box-shadow: 1px 1px 3px #ccc;
  8179   box-shadow: 1px 1px 3px #ccc;
  8179   box-shadow: 1px 1px 3px #ccc;
  8180   background: #fff;
  8180   background: #fff;
  8181   background: -webkit-gradient(linear, top left, bottom left, from(#ffffff), color-stop(89%, #f3f3f3), to(#f9f9f9));
  8181   background: -webkit-gradient(linear, top left, bottom left, from(#fff), color-stop(89%, #f3f3f3), to(#f9f9f9));
  8182   background: -webkit-linear-gradient(top, #ffffff 0, #f3f3f3 89%, #f9f9f9 100%);
  8182   background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  8183   background: linear-gradient(top, #ffffff 0, #f3f3f3 89%, #f9f9f9 100%);
  8183   background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  8184   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  8184   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  8185 }
  8185 }
  8186 a.DTTT_button:hover,
  8186 a.DTTT_button:hover,
  8187 button.DTTT_button:hover,
  8187 button.DTTT_button:hover,
  8188 div.DTTT_button:hover {
  8188 div.DTTT_button:hover {
  8209 button.DTTT_disabled,
  8209 button.DTTT_disabled,
  8210 div.DTTT_disabled {
  8210 div.DTTT_disabled {
  8211   color: #999;
  8211   color: #999;
  8212   border: 1px solid #d0d0d0;
  8212   border: 1px solid #d0d0d0;
  8213   background: #fff;
  8213   background: #fff;
  8214   background: -webkit-gradient(linear, top left, bottom left, from(#ffffff), color-stop(89%, #f9f9f9), to(#fafafa));
  8214   background: -webkit-gradient(linear, top left, bottom left, from(#fff), color-stop(89%, #f9f9f9), to(#fafafa));
  8215   background: -webkit-linear-gradient(top, #ffffff 0, #f9f9f9 89%, #fafafa 100%);
  8215   background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  8216   background: linear-gradient(top, #ffffff 0, #f9f9f9 89%, #fafafa 100%);
  8216   background: linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
  8217   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  8217   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  8218 }
  8218 }
  8219 table.DTTT_selectable tbody tr {
  8219 table.DTTT_selectable tbody tr {
  8220   cursor: pointer;
  8220   cursor: pointer;
  8221   *cursor: hand;
  8221   *cursor: hand;
  8273   margin-top: -75px;
  8273   margin-top: -75px;
  8274   text-align: center;
  8274   text-align: center;
  8275   color: #333;
  8275   color: #333;
  8276   padding: 10px 30px;
  8276   padding: 10px 30px;
  8277   background: #fff;
  8277   background: #fff;
  8278   background: -webkit-gradient(linear, top left, bottom left, from(#ffffff), color-stop(89%, #f3f3f3), to(#f9f9f9));
  8278   background: -webkit-gradient(linear, top left, bottom left, from(#fff), color-stop(89%, #f3f3f3), to(#f9f9f9));
  8279   background: -webkit-linear-gradient(top, #ffffff 0, #f3f3f3 89%, #f9f9f9 100%);
  8279   background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  8280   background: linear-gradient(top, #ffffff 0, #f3f3f3 89%, #f9f9f9 100%);
  8280   background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
  8281   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  8281   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  8282   opacity: .95;
  8282   opacity: .95;
  8283   border: 1px solid #000;
  8283   border: 1px solid #000;
  8284   border: 1px solid rgba(0, 0, 0, 0.5);
  8284   border: 1px solid rgba(0, 0, 0, 0.5);
  8285   -o-border-radius: 6px;
  8285   -o-border-radius: 6px;
  8653 }
  8653 }
  8654 label input[type=checkbox].checkbox.style-2:checked + span:before {
  8654 label input[type=checkbox].checkbox.style-2:checked + span:before {
  8655   content: "\f00c";
  8655   content: "\f00c";
  8656   color: #66665e;
  8656   color: #66665e;
  8657   border-color: #4d90fe;
  8657   border-color: #4d90fe;
  8658   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #ffffff;
  8658   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff;
  8659 }
  8659 }
  8660 label input[type=checkbox].checkbox.style-3:checked + span:before {
  8660 label input[type=checkbox].checkbox.style-3:checked + span:before {
  8661   color: #fff;
  8661   color: #fff;
  8662   border-color: #a90329;
  8662   border-color: #a90329;
  8663   background: #a90329;
  8663   background: #a90329;
  8896   font-weight: 400;
  8896   font-weight: 400;
  8897   color: #fff;
  8897   color: #fff;
  8898   letter-spacing: -4px;
  8898   letter-spacing: -4px;
  8899   font-size: 700%;
  8899   font-size: 700%;
  8900   margin-bottom: 30px;
  8900   margin-bottom: 30px;
  8901   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  8901   text-shadow: 0 1px 0 #ccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  8902 }
  8902 }
  8903 .error-search {
  8903 .error-search {
  8904   width: 300px;
  8904   width: 300px;
  8905   margin: 0 auto 20px;
  8905   margin: 0 auto 20px;
  8906 }
  8906 }
  8962 .ams-form fieldset.switched {
  8962 .ams-form fieldset.switched {
  8963   margin-bottom: 0!important;
  8963   margin-bottom: 0!important;
  8964 }
  8964 }
  8965 .ams-form fieldset.switched > section,
  8965 .ams-form fieldset.switched > section,
  8966 .ams-form fieldset.switched > article,
  8966 .ams-form fieldset.switched > article,
  8967 .ams-form fieldset.switched > div {
  8967 .ams-form fieldset.switched > div:not(.persistent) {
  8968   display: none;
  8968   display: none;
  8969 }
  8969 }
  8970 .ams-form fieldset.switched legend {
  8970 .ams-form fieldset.switched legend {
  8971   border-bottom: 0;
  8971   border-bottom: 0;
  8972 }
  8972 }
 11404 }
 11404 }
 11405 .ams-widget header:first-child .nav-tabs li {
 11405 .ams-widget header:first-child .nav-tabs li {
 11406   padding-left: 0;
 11406   padding-left: 0;
 11407 }
 11407 }
 11408 .ams-widget header:first-child .nav-tabs li a {
 11408 .ams-widget header:first-child .nav-tabs li a {
 11409   color: #333333;
 11409   color: #333;
 11410 }
 11410 }
 11411 .ams-widget header:first-child .nav-tabs.pull-right li:last-child a {
 11411 .ams-widget header:first-child .nav-tabs.pull-right li:last-child a {
 11412   margin-right: 0 !important;
 11412   margin-right: 0 !important;
 11413   border-right: 0 !important;
 11413   border-right: 0 !important;
 11414 }
 11414 }
 11424 }
 11424 }
 11425 .ams-widget > header {
 11425 .ams-widget > header {
 11426   height: 30px;
 11426   height: 30px;
 11427   padding: 0;
 11427   padding: 0;
 11428   line-height: 40px;
 11428   line-height: 40px;
 11429   color: #333333;
 11429   color: #333;
 11430   border: 1px solid #C2C2C2;
 11430   border: 1px solid #C2C2C2;
 11431   background: #fafafa;
 11431   background: #fafafa;
 11432 }
 11432 }
 11433 .ams-widget > header h2 {
 11433 .ams-widget > header h2 {
 11434   display: inline-block;
 11434   display: inline-block;
 11648   color: #333 !important;
 11648   color: #333 !important;
 11649   padding: 0 !important;
 11649   padding: 0 !important;
 11650   background: none !important;
 11650   background: none !important;
 11651 }
 11651 }
 11652 .ams-widget-color-magenta > header {
 11652 .ams-widget-color-magenta > header {
 11653   color: #ffffff;
 11653   color: #fff;
 11654   background: #6e3671;
 11654   background: #6e3671;
 11655   border-color: #6e3671 !important;
 11655   border-color: #6e3671 !important;
 11656 }
 11656 }
 11657 .ams-widget-color-magenta .nav-tabs li:not(.active) a,
 11657 .ams-widget-color-magenta .nav-tabs li:not(.active) a,
 11658 .ams-widget-color-magenta > header > .ams-widget-ctrls a {
 11658 .ams-widget-color-magenta > header > .ams-widget-ctrls a {
 11659   color: #ffffff !important;
 11659   color: #fff !important;
 11660 }
 11660 }
 11661 .ams-widget-color-magenta .nav-tabs li a:hover {
 11661 .ams-widget-color-magenta .nav-tabs li a:hover {
 11662   color: #333333 !important;
 11662   color: #333 !important;
 11663 }
 11663 }
 11664 .ams-widget-color-pink > header {
 11664 .ams-widget-color-pink > header {
 11665   color: #ffffff;
 11665   color: #fff;
 11666   background: #ac5287;
 11666   background: #ac5287;
 11667   border-color: #ac5287 !important;
 11667   border-color: #ac5287 !important;
 11668 }
 11668 }
 11669 .ams-widget-color-pink .nav-tabs li:not(.active) a,
 11669 .ams-widget-color-pink .nav-tabs li:not(.active) a,
 11670 .ams-widget-color-pink > header > .ams-widget-ctrls a {
 11670 .ams-widget-color-pink > header > .ams-widget-ctrls a {
 11671   color: #ffffff !important;
 11671   color: #fff !important;
 11672 }
 11672 }
 11673 .ams-widget-color-pink .nav-tabs li a:hover {
 11673 .ams-widget-color-pink .nav-tabs li a:hover {
 11674   color: #333333 !important;
 11674   color: #333 !important;
 11675 }
 11675 }
 11676 .ams-widget-color-pinkDark > header {
 11676 .ams-widget-color-pinkDark > header {
 11677   color: #ffffff;
 11677   color: #fff;
 11678   background: #a8829f;
 11678   background: #a8829f;
 11679   border-color: #a8829f !important;
 11679   border-color: #a8829f !important;
 11680 }
 11680 }
 11681 .ams-widget-color-pinkDark .nav-tabs li:not(.active) a,
 11681 .ams-widget-color-pinkDark .nav-tabs li:not(.active) a,
 11682 .ams-widget-color-pinkDark > header > .ams-widget-ctrls a {
 11682 .ams-widget-color-pinkDark > header > .ams-widget-ctrls a {
 11683   color: #ffffff !important;
 11683   color: #fff !important;
 11684 }
 11684 }
 11685 .ams-widget-color-pinkDark .nav-tabs li a:hover {
 11685 .ams-widget-color-pinkDark .nav-tabs li a:hover {
 11686   color: #333333 !important;
 11686   color: #333 !important;
 11687 }
 11687 }
 11688 .ams-widget-color-yellow > header {
 11688 .ams-widget-color-yellow > header {
 11689   color: #ffffff;
 11689   color: #fff;
 11690   background: #d4c737;
 11690   background: #d4c737;
 11691   border-color: #d4c737 !important;
 11691   border-color: #d4c737 !important;
 11692 }
 11692 }
 11693 .ams-widget-color-yellow .nav-tabs li:not(.active) a,
 11693 .ams-widget-color-yellow .nav-tabs li:not(.active) a,
 11694 .ams-widget-color-yellow > header > .ams-widget-ctrls a {
 11694 .ams-widget-color-yellow > header > .ams-widget-ctrls a {
 11695   color: #ffffff !important;
 11695   color: #fff !important;
 11696 }
 11696 }
 11697 .ams-widget-color-yellow .nav-tabs li a:hover {
 11697 .ams-widget-color-yellow .nav-tabs li a:hover {
 11698   color: #333333 !important;
 11698   color: #333 !important;
 11699 }
 11699 }
 11700 .ams-widget-color-orange > header {
 11700 .ams-widget-color-orange > header {
 11701   color: #ffffff;
 11701   color: #fff;
 11702   background: #c79121;
 11702   background: #c79121;
 11703   border-color: #c79121 !important;
 11703   border-color: #c79121 !important;
 11704 }
 11704 }
 11705 .ams-widget-color-orange .nav-tabs li:not(.active) a,
 11705 .ams-widget-color-orange .nav-tabs li:not(.active) a,
 11706 .ams-widget-color-orange > header > .ams-widget-ctrls a {
 11706 .ams-widget-color-orange > header > .ams-widget-ctrls a {
 11707   color: #ffffff !important;
 11707   color: #fff !important;
 11708 }
 11708 }
 11709 .ams-widget-color-orange .nav-tabs li a:hover {
 11709 .ams-widget-color-orange .nav-tabs li a:hover {
 11710   color: #333333 !important;
 11710   color: #333 !important;
 11711 }
 11711 }
 11712 .ams-widget-color-orangeDark > header {
 11712 .ams-widget-color-orangeDark > header {
 11713   color: #ffffff;
 11713   color: #fff;
 11714   background: #a57225;
 11714   background: #a57225;
 11715   border-color: #a57225 !important;
 11715   border-color: #a57225 !important;
 11716 }
 11716 }
 11717 .ams-widget-color-orangeDark .nav-tabs li:not(.active) a,
 11717 .ams-widget-color-orangeDark .nav-tabs li:not(.active) a,
 11718 .ams-widget-color-orangeDark > header > .ams-widget-ctrls a {
 11718 .ams-widget-color-orangeDark > header > .ams-widget-ctrls a {
 11719   color: #ffffff !important;
 11719   color: #fff !important;
 11720 }
 11720 }
 11721 .ams-widget-color-orangeDark .nav-tabs li a:hover {
 11721 .ams-widget-color-orangeDark .nav-tabs li a:hover {
 11722   color: #333333 !important;
 11722   color: #333 !important;
 11723 }
 11723 }
 11724 .ams-widget-color-darken > header {
 11724 .ams-widget-color-darken > header {
 11725   color: #ffffff;
 11725   color: #fff;
 11726   background: #404040;
 11726   background: #404040;
 11727   border-color: #404040 !important;
 11727   border-color: #404040 !important;
 11728 }
 11728 }
 11729 .ams-widget-color-darken .nav-tabs li:not(.active) a,
 11729 .ams-widget-color-darken .nav-tabs li:not(.active) a,
 11730 .ams-widget-color-darken > header > .ams-widget-ctrls a {
 11730 .ams-widget-color-darken > header > .ams-widget-ctrls a {
 11731   color: #ffffff !important;
 11731   color: #fff !important;
 11732 }
 11732 }
 11733 .ams-widget-color-darken .nav-tabs li a:hover {
 11733 .ams-widget-color-darken .nav-tabs li a:hover {
 11734   color: #333333 !important;
 11734   color: #333 !important;
 11735 }
 11735 }
 11736 .ams-widget-color-purple > header {
 11736 .ams-widget-color-purple > header {
 11737   color: #ffffff;
 11737   color: #fff;
 11738   background: #65596b;
 11738   background: #65596B;
 11739   border-color: #65596b !important;
 11739   border-color: #65596B !important;
 11740 }
 11740 }
 11741 .ams-widget-color-purple .nav-tabs li:not(.active) a,
 11741 .ams-widget-color-purple .nav-tabs li:not(.active) a,
 11742 .ams-widget-color-purple > header > .ams-widget-ctrls a {
 11742 .ams-widget-color-purple > header > .ams-widget-ctrls a {
 11743   color: #ffffff !important;
 11743   color: #fff !important;
 11744 }
 11744 }
 11745 .ams-widget-color-purple .nav-tabs li a:hover {
 11745 .ams-widget-color-purple .nav-tabs li a:hover {
 11746   color: #333333 !important;
 11746   color: #333 !important;
 11747 }
 11747 }
 11748 .ams-widget-color-teal > header {
 11748 .ams-widget-color-teal > header {
 11749   color: #ffffff;
 11749   color: #fff;
 11750   background: #568a89;
 11750   background: #568a89;
 11751   border-color: #568a89 !important;
 11751   border-color: #568a89 !important;
 11752 }
 11752 }
 11753 .ams-widget-color-teal .nav-tabs li:not(.active) a,
 11753 .ams-widget-color-teal .nav-tabs li:not(.active) a,
 11754 .ams-widget-color-teal > header > .ams-widget-ctrls a {
 11754 .ams-widget-color-teal > header > .ams-widget-ctrls a {
 11755   color: #ffffff !important;
 11755   color: #fff !important;
 11756 }
 11756 }
 11757 .ams-widget-color-teal .nav-tabs li a:hover {
 11757 .ams-widget-color-teal .nav-tabs li a:hover {
 11758   color: #333333 !important;
 11758   color: #333 !important;
 11759 }
 11759 }
 11760 .ams-widget-color-blueDark > header {
 11760 .ams-widget-color-blueDark > header {
 11761   color: #ffffff;
 11761   color: #fff;
 11762   background: #4c4f53;
 11762   background: #4c4f53;
 11763   border-color: #4c4f53 !important;
 11763   border-color: #4c4f53 !important;
 11764 }
 11764 }
 11765 .ams-widget-color-blueDark .nav-tabs li:not(.active) a,
 11765 .ams-widget-color-blueDark .nav-tabs li:not(.active) a,
 11766 .ams-widget-color-blueDark > header > .ams-widget-ctrls a {
 11766 .ams-widget-color-blueDark > header > .ams-widget-ctrls a {
 11767   color: #ffffff !important;
 11767   color: #fff !important;
 11768 }
 11768 }
 11769 .ams-widget-color-blueDark .nav-tabs li a:hover {
 11769 .ams-widget-color-blueDark .nav-tabs li a:hover {
 11770   color: #333333 !important;
 11770   color: #333 !important;
 11771 }
 11771 }
 11772 .ams-widget-color-blue > header {
 11772 .ams-widget-color-blue > header {
 11773   color: #ffffff;
 11773   color: #fff;
 11774   background: #60747c;
 11774   background: #60747c;
 11775   border-color: #60747c !important;
 11775   border-color: #60747c !important;
 11776 }
 11776 }
 11777 .ams-widget-color-blue .nav-tabs li:not(.active) a,
 11777 .ams-widget-color-blue .nav-tabs li:not(.active) a,
 11778 .ams-widget-color-blue > header > .ams-widget-ctrls a {
 11778 .ams-widget-color-blue > header > .ams-widget-ctrls a {
 11779   color: #ffffff !important;
 11779   color: #fff !important;
 11780 }
 11780 }
 11781 .ams-widget-color-blue .nav-tabs li a:hover {
 11781 .ams-widget-color-blue .nav-tabs li a:hover {
 11782   color: #333333 !important;
 11782   color: #333 !important;
 11783 }
 11783 }
 11784 .ams-widget-color-blueLight > header {
 11784 .ams-widget-color-blueLight > header {
 11785   color: #ffffff;
 11785   color: #fff;
 11786   background: #ccdadf;
 11786   background: #ccdadf;
 11787   border-color: #ccdadf !important;
 11787   border-color: #ccdadf !important;
 11788 }
 11788 }
 11789 .ams-widget-color-blueLight .nav-tabs li:not(.active) a,
 11789 .ams-widget-color-blueLight .nav-tabs li:not(.active) a,
 11790 .ams-widget-color-blueLight > header > .ams-widget-ctrls a {
 11790 .ams-widget-color-blueLight > header > .ams-widget-ctrls a {
 11791   color: #ffffff !important;
 11791   color: #fff !important;
 11792 }
 11792 }
 11793 .ams-widget-color-blueLight .nav-tabs li a:hover {
 11793 .ams-widget-color-blueLight .nav-tabs li a:hover {
 11794   color: #333333 !important;
 11794   color: #333 !important;
 11795 }
 11795 }
 11796 .ams-widget-color-red > header {
 11796 .ams-widget-color-red > header {
 11797   color: #ffffff;
 11797   color: #fff;
 11798   background: #931313;
 11798   background: #931313;
 11799   border-color: #931313 !important;
 11799   border-color: #931313 !important;
 11800 }
 11800 }
 11801 .ams-widget-color-red .nav-tabs li:not(.active) a,
 11801 .ams-widget-color-red .nav-tabs li:not(.active) a,
 11802 .ams-widget-color-red > header > .ams-widget-ctrls a {
 11802 .ams-widget-color-red > header > .ams-widget-ctrls a {
 11803   color: #ffffff !important;
 11803   color: #fff !important;
 11804 }
 11804 }
 11805 .ams-widget-color-red .nav-tabs li a:hover {
 11805 .ams-widget-color-red .nav-tabs li a:hover {
 11806   color: #333333 !important;
 11806   color: #333 !important;
 11807 }
 11807 }
 11808 .ams-widget-color-redLight > header {
 11808 .ams-widget-color-redLight > header {
 11809   color: #ffffff;
 11809   color: #fff;
 11810   background: #a65858;
 11810   background: #a65858;
 11811   border-color: #a65858 !important;
 11811   border-color: #a65858 !important;
 11812 }
 11812 }
 11813 .ams-widget-color-redLight .nav-tabs li:not(.active) a,
 11813 .ams-widget-color-redLight .nav-tabs li:not(.active) a,
 11814 .ams-widget-color-redLight > header > .ams-widget-ctrls a {
 11814 .ams-widget-color-redLight > header > .ams-widget-ctrls a {
 11815   color: #ffffff !important;
 11815   color: #fff !important;
 11816 }
 11816 }
 11817 .ams-widget-color-redLight .nav-tabs li a:hover {
 11817 .ams-widget-color-redLight .nav-tabs li a:hover {
 11818   color: #333333 !important;
 11818   color: #333 !important;
 11819 }
 11819 }
 11820 .ams-widget-color-white > header {
 11820 .ams-widget-color-white > header {
 11821   color: #c8c8c8;
 11821   color: #C8C8C8;
 11822   background: #dedede;
 11822   background: #dedede;
 11823   border-color: #c8c8c8 !important;
 11823   border-color: #C8C8C8 !important;
 11824 }
 11824 }
 11825 .ams-widget-color-white .nav-tabs li:not(.active) a,
 11825 .ams-widget-color-white .nav-tabs li:not(.active) a,
 11826 .ams-widget-color-white > header > .ams-widget-ctrls a {
 11826 .ams-widget-color-white > header > .ams-widget-ctrls a {
 11827   color: #c8c8c8 !important;
 11827   color: #C8C8C8 !important;
 11828 }
 11828 }
 11829 .ams-widget-color-white .nav-tabs li a:hover {
 11829 .ams-widget-color-white .nav-tabs li a:hover {
 11830   color: #838383 !important;
 11830   color: #838383 !important;
 11831 }
 11831 }
 11832 .ams-widget-color-greenDark > header {
 11832 .ams-widget-color-greenDark > header {
 11833   color: #ffffff;
 11833   color: #fff;
 11834   background: #496949;
 11834   background: #496949;
 11835   border-color: #496949 !important;
 11835   border-color: #496949 !important;
 11836 }
 11836 }
 11837 .ams-widget-color-greenDark .nav-tabs li:not(.active) a,
 11837 .ams-widget-color-greenDark .nav-tabs li:not(.active) a,
 11838 .ams-widget-color-greenDark > header > .ams-widget-ctrls a {
 11838 .ams-widget-color-greenDark > header > .ams-widget-ctrls a {
 11839   color: #ffffff !important;
 11839   color: #fff !important;
 11840 }
 11840 }
 11841 .ams-widget-color-greenDark .nav-tabs li a:hover {
 11841 .ams-widget-color-greenDark .nav-tabs li a:hover {
 11842   color: #333333 !important;
 11842   color: #333 !important;
 11843 }
 11843 }
 11844 .ams-widget-color-green > header {
 11844 .ams-widget-color-green > header {
 11845   color: #ffffff;
 11845   color: #fff;
 11846   background: #356e35;
 11846   background: #356e35;
 11847   border-color: #356e35 !important;
 11847   border-color: #356e35 !important;
 11848 }
 11848 }
 11849 .ams-widget-color-green .nav-tabs li:not(.active) a,
 11849 .ams-widget-color-green .nav-tabs li:not(.active) a,
 11850 .ams-widget-color-green > header > .ams-widget-ctrls a {
 11850 .ams-widget-color-green > header > .ams-widget-ctrls a {
 11851   color: #ffffff !important;
 11851   color: #fff !important;
 11852 }
 11852 }
 11853 .ams-widget-color-green .nav-tabs li a:hover {
 11853 .ams-widget-color-green .nav-tabs li a:hover {
 11854   color: #333333 !important;
 11854   color: #333 !important;
 11855 }
 11855 }
 11856 .ams-widget-color-greenLight > header {
 11856 .ams-widget-color-greenLight > header {
 11857   color: #ffffff;
 11857   color: #fff;
 11858   background: #71843f;
 11858   background: #71843f;
 11859   border-color: #71843f !important;
 11859   border-color: #71843f !important;
 11860 }
 11860 }
 11861 .ams-widget-color-greenLight .nav-tabs li:not(.active) a,
 11861 .ams-widget-color-greenLight .nav-tabs li:not(.active) a,
 11862 .ams-widget-color-greenLight > header > .ams-widget-ctrls a {
 11862 .ams-widget-color-greenLight > header > .ams-widget-ctrls a {
 11863   color: #ffffff !important;
 11863   color: #fff !important;
 11864 }
 11864 }
 11865 .ams-widget-color-greenLight .nav-tabs li a:hover {
 11865 .ams-widget-color-greenLight .nav-tabs li a:hover {
 11866   color: #333333 !important;
 11866   color: #333 !important;
 11867 }
 11867 }
 11868 #ams-widget-fullscreen-mode {
 11868 #ams-widget-fullscreen-mode {
 11869   position: fixed;
 11869   position: fixed;
 11870   width: 100%;
 11870   width: 100%;
 11871   height: 100%;
 11871   height: 100%;
 11939   -webkit-box-sizing: border-box;
 11939   -webkit-box-sizing: border-box;
 11940   box-sizing: border-box;
 11940   box-sizing: border-box;
 11941 }
 11941 }
 11942 .onoffswitch-inner:before {
 11942 .onoffswitch-inner:before {
 11943   content: attr(data-swchon-text);
 11943   content: attr(data-swchon-text);
 11944   text-shadow: 0 -1px 0 #333333;
 11944   text-shadow: 0 -1px 0 #333;
 11945   padding-left: 7px;
 11945   padding-left: 7px;
 11946   background-color: #3276b1;
 11946   background-color: #3276b1;
 11947   color: #fff;
 11947   color: #fff;
 11948   -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
 11948   -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
 11949   box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
 11949   box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
 11950   text-align: left;
 11950   text-align: left;
 11951 }
 11951 }
 11952 .onoffswitch-inner:after {
 11952 .onoffswitch-inner:after {
 11953   content: attr(data-swchoff-text);
 11953   content: attr(data-swchoff-text);
 11954   padding-right: 7px;
 11954   padding-right: 7px;
 11955   text-shadow: 0 -1px 0 #ffffff;
 11955   text-shadow: 0 -1px 0 #fff;
 11956   background-color: #fff;
 11956   background-color: #fff;
 11957   color: #555;
 11957   color: #555;
 11958   text-align: right;
 11958   text-align: right;
 11959   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 11959   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 11960   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 11960   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 11972   right: 32px;
 11972   right: 32px;
 11973   -webkit-box-sizing: content-box;
 11973   -webkit-box-sizing: content-box;
 11974   -moz-box-sizing: content-box;
 11974   -moz-box-sizing: content-box;
 11975   box-sizing: content-box;
 11975   box-sizing: content-box;
 11976   background-color: #f4f4f4;
 11976   background-color: #f4f4f4;
 11977   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
 11977   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
 11978   background-image: -webkit-gradient(linear, top left, bottom left, from(#ffffff), to(#eeeeee));
 11978   background-image: -webkit-gradient(linear, top left, bottom left, from(#fff), to(#eee));
 11979   background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
 11979   background-image: -webkit-linear-gradient(top, #fff, #eee);
 11980   background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
 11980   background-image: linear-gradient(to bottom, #fff, #eee);
 11981   background-repeat: repeat-x;
 11981   background-repeat: repeat-x;
 11982   -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
 11982   -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
 11983   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
 11983   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
 11984 }
 11984 }
 11985 .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
 11985 .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
 11988   color: #a90329;
 11988   color: #a90329;
 11989   display: block;
 11989   display: block;
 11990   text-align: center;
 11990   text-align: center;
 11991   line-height: 19px;
 11991   line-height: 19px;
 11992   font-size: 10px;
 11992   font-size: 10px;
 11993   text-shadow: 0 -1px 0 #ffffff;
 11993   text-shadow: 0 -1px 0 #fff;
 11994   font-weight: 700;
 11994   font-weight: 700;
 11995   font-family: FontAwesome;
 11995   font-family: FontAwesome;
 11996 }
 11996 }
 11997 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
 11997 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
 11998   content: "\f00c";
 11998   content: "\f00c";
 12257   font-size: 1em;
 12257   font-size: 1em;
 12258   border: 1px solid #aaa;
 12258   border: 1px solid #aaa;
 12259   -webkit-box-shadow: none;
 12259   -webkit-box-shadow: none;
 12260   box-shadow: none;
 12260   box-shadow: none;
 12261   background: #fff;
 12261   background: #fff;
 12262   background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
 12262   background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
 12263   background: -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
 12263   background: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
 12264   background: -webkit-gradient(linear, top left, bottom left, from(#ffffff), to(#eeeeee));
 12264   background: -webkit-gradient(linear, top left, bottom left, from(#fff), to(#eee));
 12265   background: -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
 12265   background: -webkit-linear-gradient(top, #fff 85%, #eee 99%);
 12266   background: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
 12266   background: linear-gradient(top, #fff 85%, #eee 99%);
 12267 }
 12267 }
 12268 .select2-search input.select2-active {
 12268 .select2-search input.select2-active {
 12269   background-origin: padding-box;
 12269   background-origin: padding-box;
 12270   background: #ffffff url(../img/select2-spinner.gif) no-repeat right 24px top 50%;
 12270   background: #fff url(../img/select2-spinner.gif) no-repeat right 24px top 50%;
 12271   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
 12271   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
 12272   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
 12272   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
 12273   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-gradient(linear, top left, bottom left, from(#ffffff), to(#eeeeee));
 12273   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-gradient(linear, top left, bottom left, from(#fff), to(#eee));
 12274   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
 12274   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, -webkit-linear-gradient(top, #fff 85%, #eee 99%);
 12275   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
 12275   background: url(../img/select2-spinner.gif) no-repeat right 24px top 50%, linear-gradient(top, #fff 85%, #eee 99%);
 12276 }
 12276 }
 12277 .select2-dropdown-open .select2-choice {
 12277 .select2-dropdown-open .select2-choice {
 12278   border-bottom-color: transparent;
 12278   border-bottom-color: transparent;
 12279   -webkit-box-shadow: 0 1px 0 #fff inset;
 12279   -webkit-box-shadow: 0 1px 0 #fff inset;
 12280   box-shadow: 0 1px 0 #fff inset;
 12280   box-shadow: 0 1px 0 #fff inset;
 12475   -webkit-box-shadow: none;
 12475   -webkit-box-shadow: none;
 12476   box-shadow: none;
 12476   box-shadow: none;
 12477   background: transparent!important;
 12477   background: transparent!important;
 12478 }
 12478 }
 12479 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
 12479 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
 12480   background: #ffffff url(../img/select2-spinner.gif) no-repeat 99% !important;
 12480   background: #fff url(../img/select2-spinner.gif) no-repeat 99% !important;
 12481 }
 12481 }
 12482 .select2-container-multi .select2-choices .select2-search-choice {
 12482 .select2-container-multi .select2-choices .select2-search-choice {
 12483   padding: 1px 28px 1px 8px;
 12483   padding: 1px 28px 1px 8px;
 12484   margin: 2px;
 12484   margin: 2px;
 12485   position: relative;
 12485   position: relative;
 13979   -webkit-transition: opacity 0.4s ease-in-out;
 13979   -webkit-transition: opacity 0.4s ease-in-out;
 13980   transition: opacity 0.4s ease-in-out;
 13980   transition: opacity 0.4s ease-in-out;
 13981 }
 13981 }
 13982 .dropzone a.dz-remove,
 13982 .dropzone a.dz-remove,
 13983 .dropzone-previews a.dz-remove {
 13983 .dropzone-previews a.dz-remove {
 13984   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
 13984   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
 13985   background-image: -webkit-gradient(linear, top left, bottom left, from(#fafafa), to(#eeeeee));
 13985   background-image: -webkit-gradient(linear, top left, bottom left, from(#fafafa), to(#eee));
 13986   background-image: -webkit-linear-gradient(top, #fafafa 0, #eeeeee 100%);
 13986   background-image: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
 13987   background-image: linear-gradient(top, #fafafa 0, #eeeeee 100%);
 13987   background-image: linear-gradient(top, #fafafa 0, #eee 100%);
 13988   border-radius: 2px;
 13988   border-radius: 2px;
 13989   border: 1px solid #eee;
 13989   border: 1px solid #eee;
 13990   text-decoration: none;
 13990   text-decoration: none;
 13991   display: block;
 13991   display: block;
 13992   padding: 4px 5px;
 13992   padding: 4px 5px;
 16955   padding: 0;
 16955   padding: 0;
 16956 }
 16956 }
 16957 .chat-body {
 16957 .chat-body {
 16958   background: #FAFAFA;
 16958   background: #FAFAFA;
 16959   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 16959   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 16960   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ffffff));
 16960   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fff));
 16961   background: -webkit-linear-gradient(top, #fafafa 0, #ffffff 100%);
 16961   background: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
 16962   background: -webkit-gradient(linear, top left, bottom left, from(#f5fcff), to(#ffffff));
 16962   background: -webkit-gradient(linear, top left, bottom left, from(#f5fcff), to(#fff));
 16963   background: -webkit-linear-gradient(top, #f5fcff 0, #ffffff 100%);
 16963   background: -webkit-linear-gradient(top, #f5fcff 0, #fff 100%);
 16964   background: linear-gradient(to bottom, #f5fcff 0, #ffffff 100%);
 16964   background: linear-gradient(to bottom, #f5fcff 0, #fff 100%);
 16965   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
 16965   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
 16966   -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
 16966   -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
 16967   box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
 16967   box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
 16968   display: block;
 16968   display: block;
 16969   min-height: 270px;
 16969   min-height: 270px;