.b-r-dash-1 {
    border-right: dashed 1px var(--on-surface);
}
.compose-editor .modal {
    z-index:2000 !important;
}
.list-group-item.active a {
    color: #ffffff !important;
}
.popover-content:after {
    content: '';
    display: block;
    clear: both;
}
/*user controls*/
div.uc_student_search_div div.student_uc_list {
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* new listing menu*/
.menu_box {
    padding: 0px 0px 0px 0px;
    background-color: #f1f4f5;
    margin: 0px 0px 10px 0px;
}

    .menu_box h2 {
        background-color: #FFF;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        border-bottom: 1px solid #F2F2F2;
        line-height: 30px;
    }

    .menu_box i {
        position: absolute;
        left: 7px;
        top: 5px;
        width: 20px;
        background-color: #FFF;
        padding: 0px;
        height: 20px;
        color: #00999d;
        text-align: center;
        line-height: 20px;
        z-index: 10;
    }

    .menu_box h2 span {
        background-color: #00999d;
        padding: 7px 10px 7px 36px;
        z-index: 1;
        position: relative;
    }

        .menu_box h2 span:after {
            content: '';
            position: absolute;
            top: 100%;
            margin: 0 auto;
            width: 0;
            left: 0;
            right: 0;
            height: 0;
            border-top: solid 7px #00999d;
            border-left: solid 7px transparent;
            border-right: solid 7px transparent;
        }

    .menu_box ul {
        margin: 0px;
        padding: 14px 14px 0px 14px;
    }

        .menu_box ul li {
            background-color: #FFF;
            padding: 0px 10px 0px 32px;
            margin: 0px 10px 10px 0px;
            float: left;
            border: 1px solid #CCC;
            height: 32px;
            line-height: 32px;
            position: relative;
            display: inline-block;
            overflow: hidden;
            font-size: 11px;
            text-transform: uppercase;
        }

        .menu_box ul i {
            position: absolute;
            left: 7px;
            top: 5px;
            width: 20px;
            padding: 0px;
            background-color: #fff;
            height: 20px;
            /*color: #FFF;*/
            text-align: center;
            line-height: 20px;
            overflow: hidden;
        }

            .menu_box ul i img {
                width: 75%;
                height: auto;
            }

            .menu_box ul i:hover, .menu_box ul li:hover i {
                background-color: #FF9;
                color: #00999d;
                border-radius: 5px;
            }

        .menu_box ul li a {
            color: #333333;
        }

            .menu_box ul li a:hover, .menu_box ul li:hover a {
                color: #fff;
            }

        .menu_box ul li:hover {
            background-color: #00999d
        }

        .menu_box ul:after {
            content: '';
            display: block;
            clear: both;
        }

@media screen and (max-width: 480px) {
    .menu_box ul li {
        display: block;
        float: none;
    }
}
/*end new listing menu*/
.student_list_icon_box a.studentinfo {
    top:4px;
    font-size:15px;
}
.student_list_icon_box .dropdown-menu {
    right: 0 !important;
    left: unset !important
}

.student_list_icon_box div.dropdown .btn, .student_list_icon_box li.data_item .btn {
    background-color: transparent !important;
    border: none;
    outline: none;
    font-size: 13px;
    padding: 3px 0px 3px 0px;
    margin: 0px;
}

    .student_list_icon_box div.dropdown .btn:hover, .student_list_icon_box li.data_item .btn:hover {
        border: none !important;
        color: #009999;
        background-color: transparent !important;
        outline: none;
    }

    .student_list_icon_box div.dropdown .btn:focus, .student_list_icon_box li.data_item .btn:focus {
        border: none !important;
        outline: none;
        background-color: transparent !important;
    }

    .student_list_icon_box div.dropdown .btn:active, .student_list_icon_box li.data_item .btn:active {
        border: none !important;
        outline: none;
        background: transparent !important;
    }

.student_list_icon_box .caret {
    margin-right: 3px;
}


.student_list_icon_box {
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 5px 5px 5px 5px; /*170804//dj//5px 7px 0px 7px;*/
    margin-top: 10px;
}

    .student_list_icon_box ul li.data_item {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E8E8E8;
        /*padding-bottom:5px;*/
    }

    /*20170615 myclass and studentinfo .student_list_icon_box .row {
        margin-right: -5px;
        margin-left: -5px;
    }*/





.icons_view_box {
}

    .icons_view_box label {
        font-size: 14px;
        color: #00999D;
        margin-bottom: 2px;
    }

    .icons_view_box i {
        background: #31b0d5;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        height: 25px !important;
        width: 25px !important;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .icons_view_box i:hover {
            background: #999;
        }


.list_horizontal_header {
border-bottom: 1px solid #ddd;
padding: 10px 10px 0px 10px;
border-radius: 5px;
margin: 0px 0px 10px 0px;
}

.list_horizontal_header:after {
content: '';
display: block;
clear: both;
}

.list_horizontal li {
    position: relative;
    text-transform: uppercase;
}

.list_horizontal li a {
color: #333 !important;
display: block;
}

.list_horizontal li a i {
color: #00999d !important;
}

.list_horizontal li a:hover {
color: #00999d;
}

.list_horizontal li i {
position: absolute;
right: 15px;
top: 10px;
}

.list_horizontal li.active a, .list_horizontal li.active a i {
color: #FFF !important;
text-decoration: none;
}

.list_horizontal li.active:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.list_horizontal li.active:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: inherit;
border-width: 20px;
margin-top: -20px;
}

.btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #037c7d !important;
    border-color: #037c7d !important;
}

.search_heading i {
    padding-right:3px;
}

.search_heading_right i.glyphicon {
    font-size:15px;
    height:22px;
}

.bg-red{background-color:#F60 !important;}
.bg-red:hover{background-color:#999 !important;}

/*i{
 padding-right:3px;
}*/
.btn i{
 padding-right:3px;
}

/* user drop down signout */
.menu_useroptions{
	padding-bottom:5px !important;
    float:left;
    
}
.menu_useroptions img{
	border-radius: 50%;
	width:32px;
	height:32px;
	border:2px solid #FFF;
}
.menu_useroptions a{
    width:250px;
}
div.menu_useroptions div.menu a{
    text-decoration: none;
	font-size:13px;
	display:block;
	background-color:transparent !important;
	border-bottom:1px solid #E5E5E5;
	padding:7px !important;
}
div.menu_useroptions div.menu a:hover{
 	background-color:#00999d !important;
	color:#fff !important;
 }
div.menu_useroptions div.menu a:last-child{
	border:none;
}
/* user drop down signout */


/* user filter drop down menu */
.nav_hover_effect {
}
    .nav_hover_effect li {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #E7E7E7;
    }
        .nav_hover_effect li ul li {
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #FFF;
        }
         .nav_hover_effect li a {
 		   color: #00999D;
		   font-size:13px;
		   background-color:transparent !important;
        }
		.nav_hover_effect li ul li{
			border-bottom:1px solid #E5E5E5;
			padding:2px 0px 2px 0px;
		}
		.nav_hover_effect li ul li:last-child{
			border:none;
		}
        .nav_hover_effect li a:hover {
 		   color:#fff !important;
		   background-color:#00999d !important;
        }
		
/* user filter drop down menu */

/* START - full body and outer boarder */

.text_center_xs {
    text-align: center;
}

.text_right_xs {
    text-align: right;
}

body {
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px; /*170802//dj//20 to 0*/
    color: #333;
    font-size: 13px;
    background-color: #FFF;
    -webkit-print-color-adjust: exact;
    margin: 0px !important; /*170802//dj//newly addedn 7to0*/
    /*height: 101%;
    overflow: scroll;
    min-height: 500px*/
}

div.content_padding {
    padding-left: 20px;
}
div.container.main {
    background-color: #ffffff;
    /*box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);*/
    width: 100%; /*dj//20170802 95 to 100*/
    padding: 0px 0px 20px 0px; /* dj//20170802//from 20 to 0 on 3rd 0px*/
    margin: 0 auto;
}

body.modal-open {
    overflow: hidden !important;
}

.btn-primary {
     background-color: #00999D !important;
	 color:#ffffff;
 }

a {
	color: #00999D;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
		color:#069;
    }

.view_item a {
	color: #00999D !important;
    text-decoration: none;
}

.view_item a:hover {
    text-decoration: none;
    color: #069;
}


/* END - full body and outer boarder */
.login_form_header_bg {
    background-color: #00999d;
}

.login_form_content_bg {
    background-color: #FFF;
}

.login_form_footer_bg {
    /*background-color: #f5f5f5;*/
}
/*login box end*/

/* COLOR - BG*/
.pop_up_header_bg {
    background-color: #00999d;
    color: #FFF;
}
.pop_up_sub_header_bg {
    background-color: #cccccc;
}
/*
#dashboard_section .post header,
#dashboard_section .post footer {
        background-color: #cccccc;
        border-radius: 5px;
}
    */
.pop_up_content_bg {
    background-color: #FFF;
}
.pop_up_footer_bg {
    background-color: #F0F0F0;
    border-radius: 0px 0px 5px 5px;
}

.round_box_content_bg {
    background-color: #F5F5F5;
}

#dashboard_section .post-container {
    background-color: #FFFFFF; /* #F5F5F5;*/
}

#dashboard_section .warning {
    background-color: #fcf8e3 !important;
}

.error_box_header_bg {
    background-color: #333333;
 }
.navbar-default {
    background-color:#F5F5F5;
    border-color: #E7E7E7;
	border-radius:0px;
}
/*Nav Color*/

.nav-sidebar {
    margin-bottom: 10px;
}

    .nav-sidebar > li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
        color: #333;
        font-weight: 600;
        padding: 5px 7px 5px 7px;
    }

    .nav-sidebar > li > span {
        color: #00999d;
        font-weight: 600;
    }

    .nav-sidebar > li > a {
        color: #333;
        padding: 0px;
    }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #339999;
    }

/*TEXT Color*/

.sub_heading {
    color: #00999d;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding: 7px 0px 7px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.sub_heading_icon {
    font-size: 12px;
    font-weight: normal;
}
.header_text_color {
color: #04787b;
font-weight: 600;
}
.table_grid_header_text_color {
    color: #00999D;
    font-weight: 600;
}
.bottom_border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E8E8E8;
}
/*Box*/

.box_rounded {
    border-radius: 5px;
    margin: 0px 0px 5px 0px;
}

.box_head {
    border-radius: 5px 5px 0px 0px;
    padding: 5px 5px 5px 7px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.box_content {
    padding: 10px;
    text-align: left;
}

.model_body_content {
    padding: 10px;
    text-align: left;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #FFF;
    background-color: #00999D;
    border-color: #00999D;
}

/* START - header background and company logo */
header.header {
	background-image: url(../images/bg1.png);
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

header .logo {
    background-image: url(../images/logo.png);
    float: right;
    height: 102px;
    width: 164px;
    background-repeat: no-repeat;
}
/* END - header background and company logo */

/* START - search section bar, rows and fields */
div.search_heading {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-top: 10px;
    text-align: right;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    div.search_heading h4 {
        padding: 0px;
        margin: 0px;
    }

div.search_heading_right i, div.menu_box_pad i {
    color: #27a9e3;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 18px;
}
div.search_heading_right a.signout i, div.menu_box_pad i.signout  {
    color: #a94442;
}

div.search_section {
    margin-top: 10px;
    float: left;
    width: 100%;
}

div.fields label.head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

div.fields span.field {
    float: left;
    width: 50%;
}

div.fields {
    margin-bottom: 10px;
    height: 60px;
}
/*------  DAS  -----*/
/* END - search section bar, rows and fields */

/* START - button-grey-active*/
.btn-grey{
 color: #333;
 background-color: #e6e6e6;
 border-color: #CCC;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active{
    color: #fff ;
    background-color: #00999d;
    border-color: #047e81;
}
/* END - button-grey-active*/

/* START - override the modal bootstrap classes */
div.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1px 0; /*170630//dj//from 5 to 1*/
    position: relative;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

    div.modal-header button {
        color: #fff;
        opacity: 1;
        position: relative;
        right: 20px;
        top: 15px;
    }

    div.modal-header h4 {
        color: #ffffff;
        font-size: 18px;
        margin: 10px 20px;
        padding: 0;
    }

div.modal-body {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	background-color:#ffffff;
}

.modal-body-content {
    padding: 10px;
}

div.modal-footer {
    height: 40px;
    padding: 5px;
}
/* END - override the modal bootstrap classes */

/* START - grid table classes */
div.data_grid_header, div.data_grid_body, div.data_grid_footer {
    float: left;
    width: 100%;
}

div.data_grid_footer {
    margin: 10px 0;
}

div.data_grid_header {
    margin: 0px 0;
}

    div.data_grid_header ul, div.data_grid_footer ul {
        margin: 0px;
    }

div.data_grid_body {
    float: left;
    width: 100%;
}

    div.data_grid_body table tr:hover {
        background-color: #F5F5F5;
    }

    div.data_grid_body table tr.selected {
        background-color: #F0F0F0;
    }

    div.data_grid_body table tr {
        cursor: pointer;
    }

    div.data_grid_body tr.head {
        background-color: #e0e0e0;
    }

    div.data_grid_body tr.head {
        display: none;
    }

        div.data_grid_body tr.head:hover {
            background-color: #e0e0e0;
        }

        div.data_grid_body tr.head:first-child {
            display: table-row;
        }

    div.data_grid_body thead {
        display: none;
    }
    /*150925//dj//new style for background of the table - now bit dark.*/
    div.data_grid_body tbody {
        background-color: #FFFFFF;
    }

        div.data_grid_body thead:first-child {
            display: table-row-group;
        }
    div.data_grid_body thead th {
        color: #00999D;
        font-weight: 600;
    }

div.normal_grid_table  {
    background-color: #FFFFFF;
}

div.normal_grid_table table tr.head {
    background-color: #E0E0E0;
}

/* END - grid table classes */

/* please wait on section */
.block_content {position:relative}
.loading_block_content {
    position: absolute !important; /*absolute;*/
    /*height: 100% !important;*/
    /*width: 100% !important;*/
    text-align: center !important;
    z-index: 100 !important;
    background: rgba(255,255,255,0.7) !important; /*rgba(255,255,255,0.7);*/
    background-image: url(../images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loading_block_button {
    background-image: url(../images/ajax-loader.gif) !important;
 }

/*color badge*/

/*.color_badge_square{ float:right; padding:0px; cursor:pointer; background:transparent; border:none; outline:none}
.color_badge_square:focus, .color_badge_square:hover{ padding:0px; cursor:pointer; background:transparent; border:none}*/

.tooltip-arrow,
.color_badge_square + .tooltip > .tooltip-inner {
    /*background-color: #193253;*/
}

.tooltip > .tooltip-inner {
    background: #fff !important;
    padding: 10px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 1px solid #666 !important;
    color: #000 !important;
    text-align: left;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*.tooltip-arrow { //171206//lijoy//this creates issues with arrow on mytimetable home page
    border-left-color: #666 !important;
}*/
.color_badge_square {
    display: inline;
    float: right;
    margin: 0px;
}
.color_badge_square li {width:7px; height:15px; float:right; padding:0px; margin:4px 0px 0px 2px;}
.color_badge_square li.light_blue{background-color:#58bde2;}
.color_badge_square li.red{background-color:#ff0f0f;}
.color_badge_square li.orange{background-color:#ff750e;}
.color_badge_square li.green{background-color:#62bc18;}
.color_badge_square li.light_green{background-color:#386b0f;}
.color_badge_square li.pink{background-color:#e823e6;}
.color_badge_square li.yellow{background-color:#908800;}
.color_badge_square li.blue{background-color:#2369e8;}

span.light_blue{background-color:#58bde2;}
span.red{background-color:#ff0f0f;}
span.orange{background-color:#ff750e;}
span.green{background-color:#62bc18;}
span.light_green{background-color:#386b0f;}
span.pink{background-color:#e823e6;}
span.yellow{background-color:#908800;}
span.blue{background-color:#2369e8;}

.light_blue_text{color:#58bde2 !important;}
.red_text{color:#ff0f0f !important;}
.orange_text{color:#ff750e !important;}
.green_text{color:#62bc18 !important;}
.light_green_text{color:#386b0f !important;}
.pink_text{color:#e823e6 !important;}
.yellow_text{color:#908800 !important;}
.blue_text{color:#2369e8 !important;}

.color_badge a.blue {
    width: 16px;
    height: 16px;
    background: #58bde2 none repeat scroll 0% 0%;
    border-radius: 50px;
    float: right;
    cursor: pointer;
    margin: 3px 0px 0px 3px;
}
.color_badge a.blue:hover{
	 background: #999 none repeat scroll 0% 0%;
}
.color_badge a.orange {
    width: 16px;
    height: 16px;
    background: #f78734 none repeat scroll 0% 0%;
    border-radius: 50px;
    float: right;
    cursor: pointer;
    margin: 3px 0px 0px 3px;
}
.color_badge a.orange:hover{
	background: #999 none repeat scroll 0% 0%;
}
.color_badge a.red{
    width: 16px;
    height: 16px;
    background: #ff0f0f none repeat scroll 0% 0%;
    border-radius: 50px;
	float:right;
	cursor:pointer;
	margin:3px 0px 0px 3px;
   }
.color_badge a.red:hover{
	background: #999 none repeat scroll 0% 0%;
}
/*floating modal*/
.model_floating{
 display:none;
 position:fixed;
  z-index:1000;
 overflow-x: hidden;
    overflow-y: auto;
 top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;
   }
.model_floating_overlay{
 position:fixed;
 top:0px;
 display:none;
 left:0;
 bottom:0;
  width:100%;
  background: rgba(0, 0, 0, 0.4);
 height:100%;
 }
.model_floating .modal-dialog {
  top:0;
 left:0;
 right:0;
 position:relative;
 }

/*student options*/
.student_option_box .btn {
                background-color:transparent !important;
                border:none;
                outline: none;
                font-size:13px;
                padding:3px 0px 3px 0px;
                margin:0px;
}
.student_option_box .caret {
                margin-right:3px;
}
.student_option_box a {
    /*border-bottom: 1px solid #E5E5E5;*/
    display: block;
    padding: 5px;
    font-size: 13px;
}      

/*----------------------------  input styles  -------------------------------------------*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

input[type="text"] {
    border: 1px solid #CCC;
}

    input[type="text"]:active, input[type="text"]:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

input[type="text"] {
    width: 100%;
    padding: 2px 5px;
}

.field input[type=radio] {
    display: none;
    margin: 10px;
}

.text_area {
    width: 100%;
    border: 1px solid #CCC;
}

.select_input_box {
    width: 100%;
    border: 1px solid #CCC;
}

input[type=radio] + label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    font-weight: normal;
    width: 100%;
}
/*---------   DAS  -----------------*/
.field label.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color: #e0e0e0;
}

/*lio style*/
.font_normal_size {
    font-size: 13px;
}

.help {
    cursor: pointer;
}

.clear {
    clear: both;
}

.align_center_xs {
    text-align: center;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.width_100_px {
    width: 100%;
}

.pading_bottom_10 {
    padding-bottom: 10px;
}

.padding_bottom_0 {
    padding-bottom: 0px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_top_10_px {
    margin-top: 10px;
}

.table_collapse_content {
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.round_white_box {
    background-color: #FFF;
    border: 1px solid #22babe;
    border-radius: 5px;
    height: 50px;
}

.pading_top_20_sm {
    padding-top: 20px;
}

.pop_up_main_left_pad {
    padding-left: 0px;
}
.padding_left_0 {
    padding-left: 0px;
}
.padding_right_0 {
    padding-right: 0px;
}

@media only screen and (max-width:980px) {
    .pop_up_main_left_pad {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width:767px) {
    .col_full {
        width: 100% !important;
    }

    .clear-form-elements {
        clear: none;
    }

    .pading_top_20_sm {
        padding-top: 0px;
    }

    .align_center_xs {
        text-align: left;
    }

    .pop_up_main_left_pad {
        padding-left: 15px !important;
    }

    div.data_grid_body tr.head {
        display: inline-block;
    }

        div.data_grid_body tr.head th {
            height: 40px;
        }

    div.data_grid_body tr {
        float: left;
        width: 100%;
    }

        div.data_grid_body tr th {
            float: left;
            width: 100%;
            border-bottom: 1px solid #CCC;
        }

        div.data_grid_body tr td {
            float: left;
            width: 100%;
            height: 40px;
            border: medium none;
            border-bottom: 1px solid #CCC;
        }

    div.data_grid_body {
        border-bottom: medium none;
    }

        div.data_grid_body thead {
            width: 50%;
            float: left;
        }

        div.data_grid_body tbody {
            width: 50%;
            float: left;
        }

    .text_center_xs {
        text-align: left;
    }

    .text_right_xs {
        text-align: left;
    }
}

@media only screen and (max-width:480px) {
    .table_collapse_content {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:380px) {
    div.modal-footer {
        height: auto;
        padding: 5px;
    }

    .button_margin_top_mobile_view {
        margin-top: 5px !important;
    }
}

/*color*/

.option_list_head_bg {
    background-color: #333;
}

.option_list_head_bg:hover {
        background-color: #047a7d;
    }
/*lio*/

.option_list_box {
    transition: all 0.5s ease 0s;
    margin: 9px 0px 9px 0px;
    border: 1px solid #8ec1da;
    border-radius: 7px;
    background-color: #ddeef6;
    color: #3985a8;
    text-shadow: 0 1px #fff;
    text-align: center;
}

    .option_list_box h2 a {
        color: #FFF;
    }

        .option_list_box h2 a:hover {
            color: #C1EBFF;
        }

    .option_list_box span {
        text-align: center;
        font-size: 27px;
        float: left;
        color: #41788C;
        border: 1px solid #6FB1C7;
        background-image: linear-gradient(#acd6ea, #FFF);
        text-shadow: 1px 1px 1px #b6f7f9;
        background-color: #00989b;
        border-radius: 100px;
        width: 62px;
        height: 62px;
        color: #036a6d;
        line-height: 62px;
    }

    .option_list_box h2 {
        text-align: left;
        border-radius: 5px 5px 0px 0px;
        background-color:#048386;
        font-size: 14px;
        font-weight: 500;
        padding: 9px 0px 9px 7px;
        margin: 0px 0px 0px 0px;
        color: #FFF;
        white-space: nowrap;
    }

        .option_list_box h2:hover {
            background-image: linear-gradient(#666, #000);
        }

    .option_list_box p {
        font-size: 13px;
        text-align: left;
        float: left;
        width: 70%;
        font-weight: 500;
        padding: 5px 0px 0px 5px;
        color: #333;
    }

.option_list_box_content {
    padding: 7px;
    height: 108px;
    overflow: auto;
}

    .option_list_box_content a {
        font-weight: 600;
        color: #333;
    }

        .option_list_box_content a:hover {
            font-weight: 600;
            color: #097274;
        }

.option_list_box2:hover {
    transition: all 0.5s ease 0s;
    margin: 9px 0px 9px 0px;
    border: 1px solid #8ec1da;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    -moz-box-shadow: inset 0 1px 3px #fff, 0 0 3px #8ec1da;
    cursor: pointer;
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
    background-color: #ddeef6;
    color: #3985a8;
    text-shadow: 0 1px #fff;
    text-align: center;
}

.option_list_box2 {
    border: 1px solid #ccd1d1;
    border-radius: 7px;
    margin: 9px 0px 9px 0px;
    -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dbdbdb, 0 0 3px #e8e8e8;
    -moz-box-shadow: inset 0 1px 3px #fff, 0 0 3px #e8e8e8;
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #dbdbdb, 0 0 3px #e8e8e8;
    background-color: #eaeaea;
    color: #3985a8;
    text-shadow: 0 1px #fff;
    text-align: center;
}

    .option_list_box2 span {
        text-align: center;
        font-size: 27px;
        float: left;
        color: #41788C;
        border: 1px solid #CCC;
        background-image: linear-gradient(#CCC, #FFF);
        text-shadow: 1px 1px 1px #b6f7f9;
        background-color: #00989b;
        border-radius: 100px;
        width: 62px;
        height: 62px;
        color: #036a6d;
        line-height: 62px;
    }

    .option_list_box2 h2 {
        text-align: left;
        border-radius: 5px 5px 0px 0px;
        background-image: linear-gradient(#FFF, #CCC);
        font-size: 15px;
        font-weight: 600;
        padding: 9px 0px 9px 7px;
        margin: 0px 0px 0px 0px;
        color: #333;
        white-space: nowrap;
    }

        .option_list_box2 h2:hover {
            background-image: linear-gradient(#FFF, #cbe6f2);
            color: #333;
        }

    .option_list_box2 p {
        font-size: 13px;
        text-align: left;
        float: left;
        width: 70%;
        font-weight: 500;
        padding: 5px 0px 0px 5px;
        color: #333;
    }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    height: 28px !important;
    padding: 2px 12px !important;
    line-height: 1.42857 !important;
    color: #555 !important;
    background-color: #FFF !important;
    background-image: none;
    border: 1px solid #CCC !important;
    border-radius: 4px !important;
    background: #FFF !important;
    box-shadow: none !important;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-drop {
    margin-top: -2px !important;
}

.chosen-container .chosen-drop {
    border: 1px solid #CCC !important;
}

.chosen-container-single input[type="text"] {
    float: none;
    width: 100%;
    padding: 2px 5px;
}

#error_popup { z-index:99999 !important; }

/* error */
.error-modal-body {position: relative;padding: 15px !important;}
.well {padding:10px;margin-bottom: 0px;}
.error_popup div.modal-header h4 { font-size:16px;margin: 0px 10px;padding:0;}
.error_popup  div.modal-header button { top: 0px;}

.error_box{text-align:left; color:#622f00; position:relative; padding:0px 0px 10px 36px;}
.error_box h3{padding:0px; margin:0px; font-size:14px;}
.error_box .btn{position:absolute;left:0; top:0;}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* error */
.alert_floating {
    position: fixed;
    top: 20px;
    left: 0px;
    right: 0px;
    z-index: 200000;
    width: 93%;
    margin: 0 auto;
}


/*preloader*/
/*.bg_loader {
    background: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10111;
}*/
.circular-loader__lg{width:70px!important;height:70px!important}.b-loader-centered{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-shadow:1px 1px 5px #999;border-radius:10px;width:260px;margin:0 auto;padding:5px 25px 40px 20px;background-color:#fff}.svg_pad{margin-left:-15px}.loading{text-align:center;color:#666;font-size:13px;font-weight:700;margin:-60px 0 0 61px}.loading hr{color:#CCC;border:.5px solid #CCC;margin:5px 0;padding:0}.loading img{position:absolute;bottom:2px;right:45px}.loading span{text-align:left;font-size:10px;position:absolute;left:80px;color:#6c54a3}.circular-loader{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.circular-loader .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}
@keyframes color {
    0% {
        stroke: red
    }

    20% {
        stroke: #FF7F00
    }

    25% {
        stroke: #FF0
    }

    45%,95% {
        stroke: #0F0
    }

    50% {
        stroke: #00F
    }

    70% {
        stroke: indigo
    }

    75% {
        stroke: #9400D3
    }
}

div.compose-editor > div.note-editor > div.note-toolbar-wrapper {
    height: auto !important;
}