123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- .mt40{
- margin-top: 40px;
- }
- .mt60{
- margin-top: 60px;
- }
- .h34{
- height: 34px;
- }
- .lh34{
- line-height: 34px;
- }
- .form-control[type=text][readonly]{
- background-color: #f5f5fa;
- }
- .form-control[data-val=date][readonly]{
- background-color: #fff;
- }
- .c-arrow{
- position: absolute;
- font-size: 20px;
- top: 50%;
- right: 10px;
- margin-top: -10px;
- z-index: 3;
- color: #666;
- }
- .input-sm{
- height: 34px;
- }
- .chosen-container-single .chosen-single{
- border: 1px solid #e5e6e7;
- }
- .chosen-container-single .chosen-single span{
- margin-right: 15px;
- }
- .chosen-container-single .chosen-single div{
- width: 20px;
- }
- .chosen-container-single .chosen-single div b{
- background: none;
- background: url(../img/angle-down.png) no-repeat;
- background-size: 12px 12px;
- background-position-y: center;
- }
- .chosen-disabled{
- opacity: 1 !important;
- }
- .chosen-disabled.chosen-container-single .chosen-single{
- background-color: #f5f5fa;
- }
- .btn-blue{
- background-color: #12b7f5;
- color: #fff;
- }
- .required {
- position: relative;
- }
- .required:before {
- content: "*";
- position: absolute;
- color: #f00;
- font-size: 14px;
- height: 12px;
- line-height: 12px;
- vertical-align: middle;
- left: -8px;
- top: 50%;
- margin-top: -5px;
- }
- #question_form{
- /*width: 80%;
- margin: 20px auto;*/
- margin: 20px 30px;
- }
- .width-100{
- width: 100%;
- }
- .c-f12{
- font-size: 12px;
- }
- .c-909090{
- color: #909090;
- }
- .w100{
- width: 100px !important;
- }
- .w60{
- width: 60px !important;
- }
- .form-inline .form-group{
- margin-bottom: 10px;
- }
- @media (max-width: 768px){
- .form-inline .form-group{
- margin-bottom: 10px;
- display: inline-block;
- vertical-align: middle;
- }
- .form-inline .form-control{
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .form-inline .input-group{
- display: inline-table;
- vertical-align: middle;
- }
- }
- /*.multi-input-group .chosen-container{
- width: 200px !important;
- }*/
- .popover.bottom>.arrow{
- top: -13px;
- }
- .modal-header{
- padding: 10px 15px;
- }
- .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
- text-align: center;
- }
- .ui-jqgrid .ui-jqgrid-hdiv{
- width: 400px;
- background-color: #f5f5fa;
- border-bottom: 1px solid #ddd;
- }
- .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
- height: 40px;
- border-right: 1px solid #ddd;
- }
- .ui-jqgrid .ui-jqgrid-htable thead th div{
- font-weight: normal;
- color: #999;
- }
- .ui-jqgrid tr.jqgrow td{
- height: 40px;
- border-right: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- .q-note{
- background-color: #fafaeb;
- padding: 10px;
- color: #666;
- }
- .c-bold{
- font-weight: bold;
- }
- textarea{
- border-color: #e5e6e7;
- }
- .table>tbody>tr>td,
- .table>tbody>tr>th,
- .table>tfoot>tr>td,
- .table>tfoot>tr>th,
- .table>thead>tr>td,
- .table>thead>tr>th{
- border-top: none;
- border-bottom: none;
- }
- .link-blue,
- .link-blue:hover,
- .link-blue:active,
- .link-blue:focus{
- text-decoration: underline;
- color: #12b7f5;
- }
- .link-red,
- .link-red:hover,
- .link-red:active,
- .link-red:focus{
- text-decoration: underline;
- color: #f96565;
- }
- .status-tag{
- background-color: #12b7f5;
- color: #fff;
- padding: 3px 10px;
- border-radius: 3px;
- }
- #prescritionInfo td{
- background-color: #f5f5fa;
- }
- .modal-body{
- padding: 20px;
- }
- .modal-dialog{
- margin: 40px;
- }
- .frequency-select,
- .unit-select{
- padding-right: 25px;
- }
|