        
        
input[type="text"]{
            height: 22px;
    max-width: 250px;
    border: 1px solid rgb(224, 223, 223) !important;
    border-radius: 2px;
        }

        input[type="text"]:disabled,
        input[type="text"]:disabled
        {
            background: transparent;
            box-shadow: none !important;
            border: 0 !important;
            cursor: auto;
        }      
        input{
            border-radius: 2px !important;
        }

        /*
        button.active{
            color: #fff;
            background: #3473BB;
        }*/
        #sendButton span{
            color: #fff;
        }
        .form-control {
            box-shadow: none !important
        }
        [ng\:cloak], [ng-cloak], .ng-cloak {
            display: none !important;
        }

     
      
        /*
        .btn-primary{
            background: #3473BB;
        }
        */
        .btn-danger{
            background: #c20000;
        }

        .modal-backdrop.am-fade {
            opacity: .3;
            transition: opacity .25s ease-in-out;
            &.ng-enter {
                opacity: 0;
                &.ng-enter-active {
                    opacity: .3;
                }
            }
            &.ng-leave {
                opacity: .5;
                &.ng-leave-active {
                    opacity: 0;
                }
            }
        }
        
    
        .hradio .radio{
            float: left;   
            border: 0px solid lime;
            padding-right: 20px;
                margin-top: 0px !important;
        }

        .hradio{
            height: 34px;
        }
    
        ul.xlist li{
            padding: 4px 12px;
        }

        table tr.selected{
            background: #8CC119 !important;
            background: #545454 !important;
            color: #fff;
        }

        .navbar-default{
            background: #fff;
            border:0px;
            border-bottom: 0px solid #f1f1f1;
            box-shadow: none;
        }
     
        a{
            color: inherit;
            text-decoration: none;
        }
        a:hover{
            text-decoration: none !important;
        }


     
    
    

    .btn{
            border-radius: 2px !important;
        }

        .myform select{
            max-width: 300px;
        }
        .form-widget{
            margin-top: 15px;
            padding-top: 10px;
            padding-bottom: 0px;
            background: #f4f4f4; 
            border-radius: 2px;
        }
        .checkbox{
            padding-top: 0px !important;
        }      

        .nav li{
            cursor: pointer;
        }
    /*
  
*/
        .hradio .error-msg {
            float: none;
            clear: both;
            width: 200px;
            top: 38px;
        }
        .error-msg {

            clear: none;
            position: absolute;           
            margin-left: 1px;
            margin-top: -5px;
            display: block;
            font-size: 12px;
            background: rgb(194, 0, 0);
            color: rgb(255, 255, 255) !important;
            padding: 0px 7px !important;
            border-radius: 2px;
            z-index: 12 !important;
        }

        .error-msg:after 
        {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0 4px 4px;
            border-color: #c20000 transparent;
            display: none;
            width: 0;
            z-index: 14 !important;
            margin-left: -10px;
            top: -3px;
            left: 12px;

            opacity: 1 !important;
        }

        .has-error .form-control {
            border-color: rgb(226, 226, 226);
            border-bottom: 1px solid #c20000;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .has-success .form-control {
            border-color: rgb(226, 226, 226);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .big_button{
            min-width: 200px;
        }
        .textnotes_hl{
            margin-top: 60px;   
        }
       
        .form-group{
            margin-bottom: 10px;
        }

        form.compact .form-group{
            margin-bottom: 0px !important
        }
        .form-group-wrapper{
            overflow: auto !important; 
            background: #f4f4f4; 
            clear: both;
            float: none;
            border: 0px dashed lightslategray;
            margin-bottom: 12px;
            border-radius: 2px;
        }
        .radio{
        
            padding-top: 0px !important;
        }

        ul{
            list-style-type: none;
        }

        .error-msg,
        button:hover,
        span
        {
            outline:0px !important;
            -webkit-appearance:none;
        }

        .activePage:hover,
        .activePage{
            background: #253369 !important;
            color: #fff !important;  

        }


        