/*Custom Font description starts here*/


@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf);
}


html {
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    overflow: auto;
}

body, input, button, select, textarea, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'OpenSans', sans-serif;
}

/*Custom Font description ends here*/

/*Body element styles starts here*/
body{
    font-size:14px;
    background: rgb(90,143,193); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgb(90,143,193) 1%, rgb(56,75,162) 100%, rgb(56,75,162) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgb(90,143,193) 1%,rgb(56,75,162) 100%,rgb(56,75,162) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgb(90,143,193) 1%,rgb(56,75,162) 100%,rgb(56,75,162) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8fc1', endColorstr='#384ba2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body{
    overflow-x: hidden;
}

.copyright_content{
    color: #ffffff;
}


.nav.navbar-nav i{
    font-size: 16px;
    margin-right: 5px;
    background: rgba(0,0,0,0.2);
    border-radius: 100px;
    padding: 1px;
    display: inline-block;
    width: 23px;
    text-align: center;
}

.btn{
    border-radius: 15px;

}

.radio-inline{
    width: 150px;
}

.cellToolTip{
    overflow: hidden;
    white-space: nowrap;
}
.bottom_footer{
    background-color: rgba(0,0,0,0.7) !important;
    font-size: 14px;
    bottom: 0px;
    margin-bottom: 0px;
}

.masthead{
    display: block;
    padding: 5px 5px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.body_with_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background-size: 100%;*/
}

.home_badge{
    text-align: center;
    border: 2px solid #ffffff;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;   
}


.home_badge h1{
    min-height: 50px;
}
.homeLabel{
    color: #ffffff;
    font-size: 18px;
}

.home_badge .detail{
    width: 100%;
    background: #ffffff;
    color: #222222;
    font-weight: bold;
}

.userInfo{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding:5px;
    min-height: 250px;
    box-shadow: 1px 1px 10px #222222;
     border-bottom: 3px solid #d9534f !important;
}
.body_with_background_trip {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.body_with_background_home {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.form-control{
    float:left !important;
    width:97% !important;
}
.trip-form .form-control{
    width:100% !important;

}

.alert{
    margin-bottom: 0px;
}

.activeTripMessage {
    border-color: #c10c0e;
    background-color: #ef473a;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}

.activeTripMessage h1 {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin: 5px;
    line-height: 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #fff !important;
    opacity: 0.65 !important;
}

.required{
    color:red;
}

input[type="radio"], input[type="checkbox"]{
    margin: 4px 4px 0;
}

label {
    color: #222222;
    border-radius: 0px;
    font-weight: normal;
}
.note{
    margin-bottom: 20px;
    margin-left: 14px;
}

#resetPwdForm,#forgotPwdForm,#loginForm{
    margin-top:10%;
}
.form_container {
    height: auto;
    vertical-align:middle;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin:25%;*/
    margin: 0 auto 0;
}

#searchTripForm{
    padding: 10px;
   background: #ffffff;
}


.emergency_content  td, .hotline_contents td{
    border-top: none !important;

}

.emergency_content table,  .hotline_contents table{
    margin: 0px;
}

.contact_content table{
    font-size: 20px;
}

.trip_manager.form_box{
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.trip_manager.form_box_compact{
    margin-top: 0px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}
/*@media (min-width:250px) and (max-width:991px) {
    .trip_manager.form_box{
        margin-left: -6px !important;
        margin-right: -14px;
    }

}*/

.send_email_contents, .hotline_contents{
    padding: 20px;
}


.badgeTable{
    width: 100%;
    margin-top: 20px;
}

.badgeTable td.half{
    width: 50%;
    text-align: center;
    padding: 5px;
}

.badgeTable td.third{
    width: 33.33%;
    text-align: center;
     padding: 2px;
}

.appcontainer{
    min-height: 800px;
}
.ngCellText{
    font-size: 14px;
}

.header_logo{
    margin-top: 8px;
    height: 100px;
}


.routing_table th{
    text-align: center;
}
.header_logo_small{
     margin-top: 0px;
    height: 50px;
}
.panel.panel-default.agent-panel{
    padding: 0px;
}

.mysmallbtn{
    padding: 0px;
}
.agenttable  tr  td{
    padding: 3px !important;
}
.agenttable .glyphicon{
    color: #222222;
}

.msmrname{
    font-size: 18px;
    margin-top: 0px;
}

.whitebtn{
    background: #ffffff;
}
.panel-body.roster_panel_body{
    min-height: 150px !important; 
    padding: 0px !important; 
}

.agent_info{

}

.msmrname_detais{
     font-size: 12px;
    margin-top: 6px;

}
.form_box h3{
    padding: 20px;
    background: rgba(42,60,124,0.9);
    color: #ffffff;
    border-bottom: 3px solid #56A2EC !important;
    margin-bottom: 0px;
    font-size: 16px;
}

.form_box {
    background-color: transparent;
    padding: 0px;
    margin-bottom:10px;
}

.box_heading {
    padding: 10px;
    background: rgba(0,0,0,0.2);
    color: #ffffff;
    
    
}

.box_search label{
        margin-top: 7px;
}

.box_details{
    padding: 10px;
    background: #ffffff;
}

.box_details .row-fluid{
    border-top: 3px solid  !important;
}

.box_search{
    background: #eeeeee;
    padding: 5px;
    min-height: 55px;
}

.box_details h4{
        color: #5cb85c;
        font-size: 20px;
}

.box_details p.black_bold_text{
 font-size: 20px;
}
/*.form_box_margin {
    margin-top: 3%;
}*/
.form-horizontal .form-group {
    margin-left:0px;
    margin-right:0px;
    padding-bottom:10px;
    background: #ffffff;
    margin-bottom: 0px;
}


.form-control{
    border-radius: 0px !important;
    background-color: #ffffff;
    border: 1px solid #cccccc; 
    box-shadow: none;
}

/*Alert related styles are starts here*/


.middle_badge_box{
    text-align: center;
    margin-top: -22px;
}
.help-block{
    font-size: 12px;
    color: #ffffff !important;
    background: rgba(255,0,0,0.5);
    display: block;
    clear:both;
    padding: 10px;
}

.nav-pills > li > a{
    border-radius: 0px;
}
.alert{
    border-radius: 0px !important;
    width:100% !important;
}
.alert-success{
    border: none;
    background-color: #2E8B57;
    color:#ffffff;
  
}
.alert-danger{
    border: none;
    color:#ffffff;
    background-color: #F08080;
}

/*Alert related styles are ends here*/

/*Button styles are starts here*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
    outline:none;
}
.btn-lg, .btn-group-lg > .btn{
    border-radius: 0px !important;
}


.third_length_button {
    width: 100%;
    margin: auto;
}

.third_length_button .btn{
    width:30% !important;
    min-width: 150px;
    margin-bottom: 10px;
}

.half_length_button {
    width: 50%;
    margin: 10px 0;
    float: left;
    padding: 5px;
}


.half_length_button .btn{
    width: 50% !important;
}

.left_align_button {
    width: 99% !important;
     float: right;
}
.right_align_button {
    width: 99%;
   
    float: left;
}

.green-button{
    background-color: #5cb85c;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 100px !important;
    color: #ffffff;
}

.green-blue-button{
    background-color: #ffffff;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 100px !important;
}

.green-blue-button:hover,.green-blue-button:focus{
    background-color: #ffffff;
    color: #444;
    font-weight: bold;
    border-radius: 100px !important;
}

.yellow_icon{
    color: #FED205 !important;
}
.yellow-blue-button{
    background-color: rgba(0,79,177, 0.7);
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 100px !important;
}

.yellow-red-button{
    background: #EC7063;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 100px !important;
}
.yellow-blue-button:hover,.yellow-blue-button:focus{
    background-color: rgba(0,79,177, 0.9);
     color:#ffffff;
}
/*Button styles are ends here*/
.logo {
    background-image: url("../img/Login_assets/login_red_snapper_logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
}
.logo-medium{
    background-size: 30% auto;
    height:150px;
}
.logo-what-we-do {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.logo-medium-what-we-do{
    background-size: 100% auto;
    height: 400px;
    width: 100%;
}
.logo-mission-statement {
    background-image: url("../img/Contact_us_assets/mission-statement.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
}
.logo-medium-mission-statement{
   background-size: 100% auto;
    height: 452px;
    width: 100%;
}
.logo-purpose-of-electronic {
    background-image: url("../img/Contact_us_assets/purpose-of-electronic.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
}
.logo-medium-purpose-of-electronic{
    background-size: 100% auto;
    height: 400px;
    width: 100%;
}
.logo-faq {
    background-image: url("../img/Contact_us_assets/faq.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
}
.logo-medium-faq{
    background-size: 100% auto;
    height: 400px;
    width: 100%;
}
.mississippi_logo{
    background-image: url("../img/Logo/logo2.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 210px;
}
.create-one{
    font-size: 16px;
    margin-top: 20px;
    color: #FFFFFF;
}

.create-one > a:hover{
    text-decoration: none;
    color:#2EFE64;
}
.forgot-pwd > a{
    color: #FFFFFF;
}
.forgot-pwd > a:hover{
    text-decoration: none;
    color:#C9272C;
    font-size: 16px;
}
.login-footer{
    margin-top: 5%;
}
.msSnapper-small-logo{
    background-image: url("../img/Logo/logo1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    height: 123px;
}
.msSnapper-state-seal{
    background-image: url("../img/Logo/Seal_of_the_Secretary_of_State_of_Mississippi.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56% auto;
    height: 125px;
    margin-right: 0;
    margin-top: 0;
}
.horizondal-row-div {
    width: 100%;
    /*margin: 0 auto;*/
    text-align: center;
}
.horizondal-row-div-content {
    width: 175px;
    /*float: left;*/
    display: inline-block;
    zoom: 1;
}

.carousel-indicators .active {
    background-color: #fed205 !important;
}
.carousel-indicators li{
    background-color: #004FB1;
}
.msSnapper-topbar{
    background-image: url("../img/Registration_assets/register_topbar.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    height:86px;
    margin: 20px 0 10px -15px;
    width:104.5% !important;
}
.tailsnscale-logo{
    background-image: url("../img/Registration_assets/register_top_logo.png");
    background-position: left;
    background-repeat: no-repeat;
    height:80px;
    margin:10px 0px;
}

.navbar-default i{
    display: none !important;
}
/*Body element styles ends here*/
/*Navigation bar styles starts here*/
.navbar{
    margin-bottom: 0px;
}

.top20px{
    margin-top: 20px !important;
}

.row-content{
    margin: 0px;
    padding: 0px !important;
    margin-top: 0px;
}

.navbar-default{
     background-color: rgba(0,0,0,0.7);
    border: none;
}


.ion-ios-information-empty{
    font-size: 30px;
}
.navbar-default .navbar-brand{
    color : #FFFFFF;
}

.navbar-brand{
 
    padding-right: 5px;
    padding-top: 25px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color:#ffffff;
    background-color: transparent;
}


.navbar-default .navbar-nav > li > a{
    color : #FFFFFF;
    font-size:14px;
    text-align: center;
    padding: 15px 7px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#ffffff;
    background-color: rgba(0,0,0,0.3) !important;
     border-bottom: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color:#ffffff;
    background-color: transparent;
    border-bottom: none;
}

.navbar-toggle{
    padding:10px;
    margin:25px;
}

.navbar-default .navbar-toggle{
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #FED205;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.progress{
    height: 3px;
    margin-bottom:0px;
}

#loadingBar{
     height: 5px;
     margin-bottom:0px;
}
.loading-spiner-holder{
     height: 3px;
}

.navbar-default .navbar-toggle .icon-bar:hover,
.navbar-default .navbar-toggle .icon-bar:focus {
    background-color: #FED205;
}
/*Navigation bar styles ends here*/

/*Loading spinner styles are starts here */

/*Loading spinner styles are starts here */

/*Loading bar styles starts here*/

/*Loading bar styles ends here*/
/*#content{
    z-index: auto;
    opacity: 0.75;
    min-height:1000px;
    position:relative;
    background: -webkit-linear-gradient(42.3974377975002deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 5%, rgba(27,159,247,1) 96%, rgba(27,159,247,1) 100%);
    background: -moz-linear-gradient(47.6025622024998deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 5%, rgba(27,159,247,1) 96%, rgba(27,159,247,1) 100%);
    background: linear-gradient(47.6025622024998deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 5%, rgba(27,159,247,1) 96%, rgba(27,159,247,1) 100%);
}*/

/*ng-modal styles are starts here */
.abandonReasonModal .ng-modal-dialog{
    width:30% !important;
}

.ng-modal-dialog{
    min-width: 350px;
    max-height: 80%;
    overflow-y: scroll;
}
.abandonedTripButtons{
    text-align:right;
    margin-right:20px;
}
.abandonedTripButton .yellow-blue-button{
    font-size: 15px !important;
}

/*Panel styles starts here */
.panel{
    padding: 5px;
}

.main_label{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

.login_container .form_box{
    padding: 10px;
}

.footerImage{
    position:fixed;
    bottom:5px !important;
    right:10px !important;
    z-index:100;
}


#radial-center {
    /* fallback */
    background-color: #2F2727;
    background-image: url(images/radial_bg.png);
    background-position: center center;
    background-repeat: no-repeat;

    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

    /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}
/*loading indicator position Start*/
.loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

/*ui-select dropdown button */
.ui-select-bootstrap > .ui-select-match{
    overflow: hidden !important;
}
.ui-select-bootstrap > .ui-select-choices {
    height: auto;
    margin-top: 35px !important;
    max-height: 200px;
    overflow-x: hidden;
    width: 100%;
}
.ui-select-bootstrap .ui-select-choices-row>a {
  padding:3px 10px !important;
}
.left-side-menu{
    background-color: none;
    padding-right: 0px !important;
    border-radius: 0px;
}
.right-side-content{

}
.row-content{
    padding: 10px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: bold;
    color: #1F618D;
}
.row-content{
    width: 100%;
    height: 100%;
}

.trip-form{
    background: rgba(255,255,255,1) !important;
    padding-top: 10px;
}
a.menu-item {
    color: #222222;
     background-color: rgba(255,255,255,1) !important;
    text-decoration: none;
}
li.active > a.menu-item{
    background-color: #2C3E50 !important;
    color:#ffffff !important;
}
a.menu-item:hover{
    background-color: #D5DBDB !important;
    color:#222222 !important;
}


a.menu-item:hover span.menu-right-arrow{
    opacity: 1 !important;
}
li.active > a.menu-item span.menu-right-arrow{
    opacity: 1 !important;
}

.glyphicon {
    color: #ffffff;
}

span.menu-right-arrow{
    float: right;
    color: #222222;
}

/*DateTime Picker styles are starts here*/
.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 999;
    border-radius: 4px;
}

/* RQI: Arrow for Bottom */
.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 8px;
}

/* RQI: Arrow for Top */
.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    bottom: -6px;
    left: 7px;
}

/* Days Column Width */
.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-size: 20px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #c7c7c7;
}

/* Today */
.bootstrap-datetimepicker-widget td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #389b98;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #389b98;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    float: left;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 0 5px 0;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
    color: #999999;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0;
}

/* Customized Button */
.btn-time, .btn-time:focus {
    color: #389b98;
    text-decoration: none;
    background-color: transparent;
}

.btn-time i {
    padding: 0 7px 0 7px;
}

.btn-time:hover {
    color: #12615F;
    text-decoration: none;
    background-color: #eee;
}
.date_time_picker{
    width: 100% !important;

}
.column {
    float: left;
    height: -129px;
    padding-right: 5px;

}
.date-picker-text{
    width: 100% !important;
}
.column-picker-text{
    width: 91% !important;

}

.picker-switch.accordion-toggle{
    background: #337ab7 !important;
    font-size: auto;
}
.date-picker-icon{
    
    background: #337ab7;
    text-align: center;
    padding: 0px !important;
    margin-left: -4px;
    height: 34px;
}
/*Date Time Ends*/

/*@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/

.outer-div
{
    padding: 30px;
}
.inner-div
{
    float: left;
    margin: 0 auto;
    padding-right: 10px;
}
.inner-div >.btn{
    font-size: 14px;
    /*    margin-top: 4px;
        padding: 2px 6px;*/
}

.i_add_white {
    background-image: url("../img/ic_add_white.png");
}

.i_add_circle {
    background-image: url("../img/ic_add.png");
}

.i_add_selected_circle {
    background-image: url("../img/ic_add_active.png");
}

.i_add {
    background-image: url("../img/ic_add.png");
}

.i_add,.i_add_circle:hover, .i_add,.i_add_circle:focus {
    background-image: url("../img/ic_add_active.png");
}

.i_add_active{
    background-image: url("../img/ic_add_active.png");
}

.mission_content p,
.emergency_content p,
.purpose_content p,
.whatwedo_content p, .faq_content p{
    padding: 10px;
    background: #ffffff;
    margin: 0px;
}

.mission_content ul,
.emergency_content ul,
.purpose_content ul,
.whatwedo_content ul, .faq_content ul{
    background: #ffffff;
    padding-bottom: 20px;
}

.mission_content table,
.emergency_content table,
.purpose_content table,
.whatwedo_content table, .faq_content table{
    padding: 10px;
    background: #ffffff;
    width: 100%;
    border: none;
}

 .faq_content table tr td{
    border: none;
    padding-left: 20px;
    border-bottom: 1px solid #cccccc;
 }



.mission_content h3,
.emergency_content h3,
.purpose_content h3,
.whatwedo_content h3{
    margin-top: 0px;
}

.emergency_content h4, .hotline_contents h4, .faq_content h4{
    
    padding: 10px;
    color: #222222;
    padding-top: 10px;
    font-weight: normal;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
 }   

.address p{
    padding: 3px;
}
.i_favorite_circle,.i_favorite_circle_active {
    background-image: url("../img/fav_btn_normal.png");
}

.i_favorite_circle:hover, .i_favorite_circle:focus, .i_favorite_circle > .active,.i_favorite_circle_active{
    background-image: url("../img/fav_btn_active.png");
}

.i_edit_circle {
    background-image: url("../img/Trips_assets/btn_edit_normal.png");
}

.i_edit_circle:hover, .i_edit_circle:focus {
    background-image: url("../img/Trips_assets/btn_edit_active.png");
}

.i_delete {
    background-image: url("../img/Trips_assets/btn_delete_active.png");
}

.i_delete_circle {
    background-image: url("../img/Trips_assets/btn_delete_normal.png");
}

.i_delete_circle:hover, .i_delete_circle:active {
    background-image: url("../img/Trips_assets/btn_delete_active.png");
}

.i_copy_circle {
    background-image: url("../img/Trips_assets/btn_copy_normal.png");
}

.i_copy_circle:hover, .i_copy_circle:active {
    background-image: url("../img/Trips_assets/btn_copy_active.png");
}


.i_view_circle {
    background-image: url("../img/Trips_assets/btn_view_normal.png");
}

.i_view_circle:hover, .i_view_circle:active {
    background-image: url("../img/Trips_assets/btn_view_active.png");
}
.i_close_circle {
    background-image: url("../img/Trips_assets/btn_close_normal.png");
}

.i_close_circle:hover, .i_close_circle:active {
    background-image: url("../img/Trips_assets/btn_close_active.png");
}

.i_trips {
    background-image: url("../img/Trips_assets/ic_trips.png");
}

.i_fish_caught {
    background-image: url("../img/Trips_assets/ic_fish_caught.png");
}

.i_hours {
    background-image: url("../img/Trips_assets/ic_hours.png");
}

.trip_icon {
    background-image: url("../img/Home_user_web/Home_user/trip_icon.png");
}

.fish_caught_icon {
    background-image: url("../img/Home_user_web/Home_user/fish_caught_icon.png");
}

.i_contact_fax{
    background-image: url("../img/Contact_us_assets/contact_fax.png");
}
.i_contact_landphone{
    background-image: url("../img/Contact_us_assets/contact_landphone.png");
}
.i_contact_toll_free{
    background-image: url("../img/Contact_us_assets/contact_toll_free.png");
}

/*.trip_total_count{
    margin-left:20px;
    margin-right:20px;
}*/
.header-seal{
    padding-top: 15px;
    padding-right: 15px
}
.total_count_info{
    color: #4CAE50;
    font-size: 14px;
    padding: 5px;
}

.simple_details{
    padding: 20px;
}

.total_count_number{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background: #4CAE50;
    text-align: center;
    padding: 5px;
}

#createNotificationForm{
    background: #ffffff;
}

.trip_total_count{
    padding-top: 10px !important;
     border-bottom: 3px solid #4CAE50;
     background: #ffffff;
}
.total_count_label{
    font-size: 30px;
}

.total_count{
    font-weight: lighter;
    font-size: 20px;
    padding-right: 15px;
}

.i_add_white,
.i_add_circle,
.i_add_selected_circle,
.i_add,.i_favorite_circle,
.i_favorite_circle_active,
.i_edit_circle,
.i_delete,
.i_delete_circle,
.i_copy_circle,
.i_view_circle,
.i_close_circle,
.i_trips,
.i_fish_caught,
.i_hours,
.trip_icon,
.fish_caught_icon,
.i_contact_fax,
.i_contact_landphone,
.i_contact_toll_free{
    background-position: center center;
    background-size: 96% auto;
    display: block;
    height: 23px;
    width: 33px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.i_edit_circle,
.i_delete_circle,
.i_view_circle,
.i_close_circle{
    background-position:unset !important;
}
.i_contact_fax,
.i_contact_landphone,
.i_contact_toll_free{
    width: 28px !important;
    height: 28px !important;
    display: inline-block !important;
}
.trip_icon,
.fish_caught_icon{
    width: 26px !important;
    height: 26px !important;
    display: inline-block !important;
}


.i_trips,
.i_fish_caught,
.i_hours{
    height: 32px !important;
    display: inline-block !important;
}

.i_yellow_tick_circle {
    background-image: url("../img/status_icons/pending.png");
}

.i_green_tick_circle {
    background-image: url("../img/status_icons/active.png");
}

.i_gray_tick_circle {
    background-image: url("../img/status_icons/abandoned.png");
}
.i_blue_tick_circle {
    background-image: url("../img/status_icons/completed.png");
}

.i_red_tick_circle {
    background-image: url("../img/status_icons/expired.png");
}

.i_yellow_tick_circle,.i_green_tick_circle,.i_gray_tick_circle,.i_red_tick_circle,.i_blue_tick_circle{
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    height: 22px;
    width: 25px;
    cursor: auto;
    background-repeat: no-repeat;
}

.blue_bold_text {
    font-weight: bold;
    color: #5592BC !important;
}
.black_normal_text {
    font-weight: normal;
    color: #000000 !important;
}
.black_bold_text {
    font-weight: bold;
    color: #000000 !important;
}
.gray_normal_text{
    font-weight: normal;
    color: #1F618D !important;
}


.col-md-6.gray_normal_text, .col-md-6.black_normal_text{
    display: inline-block;
    min-width: 150px;
}



.tripListContainerLarge{
    cursor: default;
}

.tripListContainerLarge .row > .col-md-6{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tripListContainerLarge .gray_normal_text{
   
      display: inline-block;
      padding: 5px;
      color: #1F618D;
      margin: 0px;
      font-weight: bold;
}

.tripListContainerLarge .grid_container{
    margin: 0px;
}

.tripListContainerLarge .black_normal_text{
    padding: 5px;
    margin: 0px;
}

.tripListHeading{
   margin: 0px !important;
   background: rgba(42,60,124,0.9);
   padding: 5px;
   padding-top: 10px;
 padding-bottom: 10px;
     
}

.tripsInfo .ngCell{
    padding: 0px !important;
}


.ngRow.even, .ngRow.odd{
    background: #ffffff !important;
    border: 1px solid #eeeeee;
}

.white_bold_text_back{
    background: #5592BC;
    padding:2px 10px;
    font-weight: bold;
    border-radius: 5px;
}

.red_bold_text_back{
    background: #EC7063;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.yellow_bold_text_back{
    background: #F7DC6F;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.orange_bold_text_back{
    background: #F0F3F4;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.notification_Failure{
    background: #EC7063;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.notification_Success{
    background: #27AE60;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.green_bold_text_back{
    background: #27AE60;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.blue_bold_text_back{
    background: #85C1E9;
    padding: 2px 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 5px;
}

.white_bold_text{
    color: #ffffff;
    font-weight: bold;
}
.infoWindowContent {
    font-size:  14px !important;
    color:#6e7b82;
    font-weight: bolder;
}
.link-button{
    font-size: 12;
    cursor: pointer;
    text-decoration: underline;
    padding: 5px;
}

.link-button a{
    color: #ffffff !important;
}

.link-button:hover{
     background: #4cae4c;
     text-decoration: none !important;
}
.i_refresh_circle {
    background-image: url("../img/Home_assets/relode_btn_normal.png");
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.i_refresh_circle:hover {
    background-image: url("../img/Home_assets/relode_btn_active.png");
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.horizontal-center {
    margin: 0 auto;
}
.btn.btn-default.form-control.ui-select-toggle{
    text-align: left !important;
}
.weather_tab {
    margin: 10px 0;
}

.nav-tabs{
    border-bottom: 3px solid #56A2EC !important;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -3px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-left: 3px solid #56A2EC !important;
     border-right: 3px solid #56A2EC !important;
      border-top: 3px solid #56A2EC !important;
}

.grid_top_bar{
    padding-top: 10px;
    background: #ffffff;
}

.tide_table th{
    background: #222222;
    color: #ffffff;
}

.valueWeather{
    padding-left: 5px;
    font-weight: bold;
}
.labelWeather{
    color: #56A2EC;
    padding-right: 5px;
    text-align: right;
}


.bar.bar-footer{
    padding: 0px !important;
    background: none !important;
    height: 50px !important;
}

.weather_tab h2{
    color: #56A2EC;
}

.current_weather_table {
    width: 100%;
}
.current_weather_table td {
    font-size: 14px;
    padding: 0 5px 5px 0;
    width: 170px;
}
.current_weather_table tr td:first-child {
    font-weight: bold;
    color: #222222;
}
.tide_table {
    width: 100%;
    height: 125px;
}
.tide_table th {
    text-align: center;
    border: thin solid #222222;
}
.tide_table td {
    text-align: center;
    border: thin solid #222222;
}
.horizontal-row{
    color:#c0c0c0;
    width: 100%; size:6;
    border-style: solid dashed !important;
    border-width: 1px !important;
}

.watermark {
    background: url("../img/Login_assets/Watermark_logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    opacity: 0.9;
}
.glyphicon-calendar,.glyphicon-time{
    color:#000000 !important;
}

/*.watermark {
    position: relative;
    background : url('../img/Login_assets/Watermark_logo.png') no-repeat;
}
.watermark:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
/* Grid Styles are starts here */
.ngCell{
    padding:2px 5px 2px 5px !important;
}


.actionsGrid{
    padding: 1px;
}

.cellContents{
    color: #222222;
    font-size: 14px;
}
.grid-tooltip {
  overflow: visible;
  z-index: 9999999;
  float: left;
}

.ngHeaderContainer {
    position: relative;
    overflow: hidden !important;
        font-weight: normal !important;
    background-color: #222222 !important;
    color: #ffffff;
}
/*.ngCell > div{
    width:100% !important;
    cursor: auto !important;
    float:left !important;
    margin:2px !important;
}*/
.ngRow{
    border:none;
}

.ngTopPanel{
    border-bottom:none !important;
}
.ngFooterPanel{
    border: 1px solid #d4d4d4 !important;
    height: 100px !important;
}
/* Grid Styles are ends here */

#outer-div
{
    width:100%;
    text-align: center;
}
.inner-content
{
    display: inline-block;
}
.button-two-in-row{
    width: 47.5%;
}
.button-three-in-row{
    width: 32%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.glyphicon-time,.glyphicon-calendar {
        font-size: 20px;
    color: #ffffff !important;
    display: block;
    margin: auto;
    padding: 4px;
    text-align: center;
}
.lengthy-list .ui-select-bootstrap > .ui-select-choices {
    max-height: 290px;
}

.myPolicyMessage{
    background: #ffffff;
    border-bottom: 3px solid #ff0000;
    margin-top: 20px;
}

.myPolicyMessage box_heading, .myPolicyMessage box_details{
     padding: 20px;
}

#myModal{
        font-size: 15px;
}
#myModal .form-control{
    width: 100% !important;
}
#myModal h3{
    font-size: 20px;
}
.policyOptOut{
    border-left: 5px solid #d43f3a;
    padding-left: 10px;
    margin-top: 20px;
}

.policyOptIn{
    border-left: 5px solid #4cae4c;
     padding-left: 10px;
     margin-top: 20px;
}

.myroundbutton{
    border-radius: 50px !important;
    letter-spacing: 0.1px !important;
}

.marine_table th{
    padding: 5px;
    font-weight: normal;
}

.marine_table td{
    padding: 5px;
    min-height: 40px
}

.login_container .form_box{
    background: transparent;
}

.login_container .form_box i{
    font-size: 30px;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    width: 13%;
    height: auto;
    float: left;
    padding: 0px 10px;
    text-align: center;
}

.login_container .form-control{
    float: left;
    width: 87% !important;
}

form#loginForm, #forgotPwdForm, #resetPwdForm{
    width:100%;
    margin: auto;    
}

form#loginForm label{
    color: #ffffff;
}

form#loginForm.form-horizontal .form-group, form#forgotPwdForm.form-horizontal .form-group , form#resetPwdForm.form-horizontal .form-group{
    background: none;
}

.button-border{
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffffff;
    width: 100%;
    float: left;
    color: #ffffff;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: normal;
    text-align: center;
}

.button-border:hover{
    text-decoration: none;
    color: #ffffff;
}

form#loginForm .form-control, form#forgotPwdForm .form-control, #resetPwdForm .form-control{
    border-radius: 0px !important;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    padding: 21px 10px;
}

.form-inner-head h3{
    text-align: left;
    color: #ffffff;
    padding: 0px;
    line-height: 19px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    background: rgba(42,60,124,0.9);
    border: none !important;
    padding: 0px;
    margin-bottom: 10px;   
}

.form-inner-head .icon {
    font-size: 20px;
    line-height: 20px;
    padding: 9px 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(37,50,90,0.7);
    color: #ffffff;
    border: none;
}

.dtclose{
    margin-top: 3px;
}

.form-inner-head .stepName {
    padding: 8px;
    display: inline-block;
}

.form-inner-head .stepNum {
    text-align: right;
    float: right;
    padding: 8px;
    display: inline-block;
}

textarea{
    padding: 10px !important;
}


.nopadding{
    padding: 0px;
}

.ui-select-bootstrap .ui-select-toggle > .caret{
        color: #000000 !important;
    width: auto;
    height: auto;
    background: none;
    padding: 0px;
}

#filterTripForm label{
    text-align: left;
}

.exp label{
    margin-left: 5px;
    font-weight: 200px;
}

.hidden_phone{
        display: block;
}

.show_phone{
        display: none;
}

.copyright_content{
        text-align: right;
}

@media (max-width:640px){
    .container{
       margin: 0px;
       padding: 0px;
    }

    .copyright_content{
        text-align: center;
    }

    .nopadding_phone{
        padding: 0px !important;
    }

    .hidden_phone{
        display: none !important;
    }

    .center_phone{
        text-align: center !important;
    }

    .show_phone{
        display: block !important;
    }

    .bottom_margin_phone{
        margin-bottom: 5px;
    }

    .registration_container.container{
        margin: 20px;
    }

    .form-inner-head h3{
        margin-bottom: 0px;
    }

    .btn{
        min-width: 107px;
    }

    .timepicker .btn{
        min-width: 20px !important;
    }
    .registration_container .radio-inline{
        margin-left: 0px !important;
        float: left;
        display: block;
        width: 45%;
    }

}

@-moz-document url-prefix() {
    .login_container .form-control {
        float: left;
        padding: 2px 10px !important;
        height: 43px;
    }
    .white_bold_text{
        font-weight: normal;
    }
}

.bootstrap-datetimepicker-widget{
    width: 300px !important;
    background: #ffffff;
}

.icon-chevron-up{
        background-image: url(../img/up.png);
    display: block;
    width: 20px;
    height: 20px;
    z-index: 9999999;
    background-size: cover;
}

.icon-chevron-down{
       background-image: url(../img/down.png);
    display: block;
    width: 20px;
    height: 20px;
    /* background: #ffcc00; */
    z-index: 9999999;
    background-size: cover;
}

.header td{
    background: #222222;
    padding: 5px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12px;
}

.tick_container{
    background: #ffffff;
    display: block;
    margin-top: -5px;
    padding: 2px;
    height: 26px;
    width: 27px;
    text-align: center;
}

.item-select:after {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    color: #999;
    content: "";
    pointer-events: none;
    background: #ffffff;
    margin-left: 5px;
}

.notification_choice tr td{
    border-top: none !important;
    padding: 2px !important;
}

.policyMessage{
    background: #EC7063;
    color: #ffffff;
    display: block;
    padding: 10px;
    width: 100%;
}

.date-picker-text.form-control[disabled], .date-picker-text.form-control[readonly], #trip_expiration_datetime{
    cursor: pointer !important;
}

.ui-grid-render-container {
  position: static;
}

.ngGridMaxPagesNumber{
    vertical-align: top !important;
}

.ui-grid .ui-grid-render-container-body .ui-grid-viewport {
    overflow-x: auto !important;
}

.ngHeaderText, .ngCellText{
    text-align: center !important;
}

.ngViewport{
    margin-bottom: 20px;
}

.ngCellText > span{
    display: inline-block;
}

.ngRowCountPicker span{
    margin-right: 2px;
}
.cellContents {
    color: #222222;
    font-size: 14px;
    text-align: center;
    display: block;
}


.red_alert{
    background: red;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
}

.marquee {
  overflow: hidden;
  position: relative;
  height: 55px;
  width: 100%;
  padding: 15px;
  white-space: nowrap;
}

.marquee div {
  display: block;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.table.hailTable{
    color: #ffffff;
    margin-bottom: 0px !important;
}

.hailTable tr.data{
    height: 40px;
}

.controlTable td{
    border: none;
}


.marquee div:hover 
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


@keyframes marquee {
  0% { left: 90%; }
  100% { left: -90%; }
}

.right_align{
    text-align: right;
}

.boldtext{
    font-weight: bold !important;
}


.nav > li > a{
    padding: 15px 10px;
    font-size: 13px;
}

.transparent{
    background: none !important;
}

.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 

.panel-group{
    margin-bottom: 0px;
}

.margin10{
    margin: 10px;
}

.largetext{
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0,79,177, 0.9);
}
.subText{
    color: #A93226;
}

.trip-form .col-xs-3, .trip-form .col-xs-9, .trip-form .col-xs-6, .trip-form .col-md-3, .trip-form .col-md-9, .trip-form .col-md-6, .trip-form .col-sm-3, .trip-form .col-sm-9, .trip-form .col-sm-6{
    padding: 5px;
}

.ng-modal-dialog-content{
    padding:0px !important;
}

.ng-modal-title{
    margin-bottom: 0px !important;
}
.ng-modal-dialog-content label{
     font-weight: bold;
}

.modal-body{
    padding: 0px;
}

.innerTable{
    width: 100%;
    margin-top: 5px;
}
.innerTable td{
    padding-left: 5px;
     padding-right: 5px;
}

.status_success{
    background: #52BE80;
    padding: 3px;
      display: inline-block;
      border-radius: 5px;
}

.status_failure{
    background: #E74C3C;
     padding: 3px;
      display: inline-block;
      border-radius: 5px;
}

.status_scheduled{
    background: #F5B041;
     padding: 3px;
      display: inline-block;
      border-radius: 5px;
}
.status_container{
   display: block;
   float: right;
   margin-top: -40px;
}
.message_item{
    color: #666666;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.status_container_main{
    margin: auto;
    display: block;
    margin: 5px;
}

.status_container_main div{
    margin: auto;
    width: 80px;
    text-align: center;
}


.bootstrap-datetimepicker-widget {
  position: absolute !important;
  z-index: 998 !important;
}

.bootstrap-datetimepicker-widget .header {
  cursor: move;
  z-index: 999  !important;
}

table.noborder, table.noborder tr, table.noborder td{
    border: none !important;
}

.table.noborder td{
    padding: 2px;
}

.table.noborder tr:hover{
     background: rgba(0,0,0, 0.1);
}

.tablelabel{
    color: rgba(0,79,177, 0.9);
}

#speciesForm select, #speciesForm input{
    max-width: 500px;
}

.content_Disabled, .content_Disabled .tablelabel{
    visibility: hidden;
}

.asked_Season, .asked_Season .tablelabel{
    visibility: hidden;
}

.admindash{
    text-align: center;
}
.admindash i{
    display: block;
    font-size: 100px;
    color: #000000;
}

.admindash img{
    width: 120px;
    margin-top: 20px;
}

.col-sm-9 p{
    padding-top: 5px;
}

.group_delete_SYSTEM{
    display: none;ss
}



.ui-select-bootstrap > .ui-select-choices.group_select{
    margin-top: 0px !important;
}

.events-list .event{
    background: none;
    width: 100% !important;
    display: block !important;
     margin: 0px !important;
    height: 10px !important;
}
.events-list {
    max-height: 100px !important;
    padding-left: 0px !important;
    width: 100%;
}

.dh-event-Blue a.cal-event-week{
    color: #ffffff;
}
.dh-event-Black a.cal-event-week{
    color: #ffffff;
}
.dh-event-Red a.cal-event-week{
    color: #ffffff;
}
.dh-event-Maroon a.cal-event-week{
    color: #ffffff;
}
.dh-event-Olive a.cal-event-week{
    color: #ffffff;
}
.dh-event-Green a.cal-event-week{
    color: #ffffff;
}
.dh-event-Navy a.cal-event-week{
    color: #ffffff;
}
.dh-event-Purple a.cal-event-week{
    color: #ffffff;
}


.event-White, .dh-event-White{
    background: #ffffff !important;
}
.event-Silver, .dh-event-Silver{
    background: #c0c0c0 !important;
}
.event-Gray, .dh-event-Gray{
    background: #808080 !important;
}
.event-Black, .dh-event-Black{
    background: #000000 !important;
   
}
.event-Red, .dh-event-Red{
    background: #ff0000 !important;
    
}

.event-Maroon, .dh-event-Maroon{
    background: #800000 !important;
   
}
.event-Yellow, .dh-event-Yellow{
    background: #ffff00 !important;
}
.event-Olive, .dh-event-Olive{
    background: #808000 !important;
    
}
.event-Lime, .dh-event-Lime{
    background: #00ff00 !important;
}
.event-Green, .dh-event-Green{
    background: #008000 !important;
   
}
.event-Aqua, .dh-event-Aqua{
    background: #00ffff !important;
}
.event-Teal, .dh-event-Teal{
    background: #008080 !important;
}
.event-Blue, .dh-event-Blue{
    background: #0000ff !important;
  
}
.event-Navy, .dh-event-Navy{
    background: #000080 !important;
    
}

.event-Fuchsia, .dh-event-Fuchsia{
    background: #ff00ff !important;
}

.event-Purple, .dh-event-Purple{
    background: #800080 !important;
   
}

.event-Orange, .dh-event-Orange{
    background: #E67E22 !important;
}

.legends{
    background: #ffffff;
    min-height: 50px;
    padding: 10px;
}
.legends div{
    width: 200px;
    float: left;
}
.legend{
    padding: 8px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
}

.legend_name{
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
}

.calendar_banner{
    text-transform: uppercase;
}

.season_Open{
    padding: 5px;
    color: #2E8B57;
    
    font-weight: bold;
    display: block;
    float: right;
}

.season_Upcoming{
    padding: 5px;
    color: #2980B9;
    font-weight: bold;
    display: block;
    float: right;
}

.pd-5{
    padding-top: 7px;
}

.caloffset_0{
    margin-top:0px;
}

