/* Minification failed. Returning unminified contents.
(11264,15): run-time error CSS1036: Expected expression, found ';'
(21876,1): run-time error CSS1019: Unexpected token, found '}'
(21877,1): run-time error CSS1019: Unexpected token, found '}'
(21948,69): run-time error CSS1036: Expected expression, found ';'
(22613,10): run-time error CSS1036: Expected expression, found '%'
(22776,10): run-time error CSS1036: Expected expression, found '%'
(24324,1): run-time error CSS1019: Unexpected token, found '}'
(24325,1): run-time error CSS1019: Unexpected token, found '}'
(24326,1): run-time error CSS1019: Unexpected token, found '}'
(24327,1): run-time error CSS1019: Unexpected token, found '}'
(24333,1591): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(24333,1618): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24333,1739): run-time error CSS1019: Unexpected token, found '@keyframes'
(24333,1758): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24337,1): run-time error CSS1019: Unexpected token, found '@import'
(24337,9): run-time error CSS1019: Unexpected token, found 'url(lesshat)'
(24652,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(24653,7): run-time error CSS1035: Expected colon, found ','
(24665,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(24666,7): run-time error CSS1035: Expected colon, found ','
(24678,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(24679,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24689,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(24690,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24814,2): run-time error CSS1019: Unexpected token, found '{'
(24815,18): run-time error CSS1030: Expected identifier, found ' '
(24815,19): run-time error CSS1031: Expected selector, found '1px'
(24815,19): run-time error CSS1025: Expected comma or open brace, found '1px'
(24816,15): run-time error CSS1030: Expected identifier, found ' '
(24817,2): run-time error CSS1031: Expected selector, found '}'
(24817,2): run-time error CSS1025: Expected comma or open brace, found '}'
(26339,1): run-time error CSS1019: Unexpected token, found '}'
(26343,2): run-time error CSS1019: Unexpected token, found '@import'
(26343,10): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i')'
(27214,84166): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(27214,84210): run-time error CSS1035: Expected colon, found '{'
(27214,84361): run-time error CSS1019: Unexpected token, found '@keyframes'
(27214,84397): run-time error CSS1035: Expected colon, found '{'
(27285,1909): run-time error CSS1019: Unexpected token, found '@keyframes'
(27285,1928): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*Time Clock Start 24-5-2018*/
span#GSTIdsMsg {
    color: red;
    font-weight: bold;
       display: block;
    text-align: center;
}
.transactionside .frontdashboard .container{width:100%;max-width:100%;padding-left:0px;}
.transactionside .dashright{max-width:100%;margin:auto;}
.navbar .container{width:100%;max-width:100%;}
.transactionside .pemdingapprov{bottom:47px;color:#5c9acf;font-size:12px;margin:0;position:absolute;width:100%;z-index:11;}
.transactionside .pemdingapprov strong{display:block;font-size:20px;font-weight:bold;}
#clock{width:321px;padding:0px;margin:0 auto 0;position:relative;}
#clock:after{content:'';position:absolute;width:400px;height:20px;border-radius:100%;left:50%;margin-left:-200px;bottom:2px;z-index:-1;}
.transactionside #clock .display{text-align:center;padding:15px;border-radius:50px;position:relative;height:55px;}
.daydaten{font-size:12px;display:none;}
#clock.light{background-color:#f3f3f3;color:#272e38;} 
#clock.light:after{box-shadow:0 4px 10px rgba(0,0,0,0.15);}
#clock.light .digits div span{background-color:#272e38;border-color:#272e38;}
#clock.light .digits div.dots:before, #clock.light .digits div.dots:after{background-color:#272e38;}
#clock.light .alarm{/*background:url('../img/alarm_light.jpg');*/}
#clock.light .display{background-color:#f5f5f5;box-shadow:0 1px 1px rgba(0,0,0,0.08) inset, 0 1px 1px #fafafa;}
#clock.dark{background-color:#272e38;color:#cacaca;}
#clock.dark:after{box-shadow:0 4px 10px rgba(0,0,0,0.3);}
#clock.dark .digits div span{background-color:#cacaca;border-color:#cacaca;}
#clock.dark .alarm{/*background:url('../img/alarm_dark.jpg');*/}
#clock.dark .display{background-color:#0f1620;box-shadow:0 1px 1px rgba(0,0,0,0.08) inset, 0 1px 1px #2d3642;}
#clock.dark .digits div.dots:before, #clock.dark .digits div.dots:after{background-color:#cacaca;}
#clock .digits div{text-align:left;position:relative;width:20px;height:50px;display:inline-block;margin:0 4px;}
#clock .digits div span{opacity:0;position:absolute;-webkit-transition:0.25s;-moz-transition:0.25s;transition:0.25s;}
#clock .digits div span:before, #clock .digits div span:after{content:'';position:absolute;width:0;height:0;border:5px solid transparent;}
#clock .digits .d1{height:5px;width:9px;top:0;left:12px;}
#clock .digits .d1:before{border-width:0 5px 5px 0;border-right-color:inherit;left:-5px;}
#clock .digits .d1:after{border-width:0 0 5px 5px;border-left-color:inherit;right:-5px;}
#clock .digits .d2{height:5px;width:9px;top:12px;left:12px;}
#clock .digits .d2:before{border-width:3px 4px 2px;border-right-color:inherit;left:-8px;}
#clock .digits .d2:after{border-width:3px 4px 2px;border-left-color:inherit;right:-8px;}
#clock .digits .d3{height:5px;width:9px;top:25px;left:12px;}
#clock .digits .d3:before{border-width:5px 5px 0 0;border-right-color:inherit;left:-5px;}
#clock .digits .d3:after{border-width:5px 0 0 5px;border-left-color:inherit;right:-5px;}
#clock .digits .d4{width:5px;height:4px;top:7px;left:7px;}
#clock .digits .d4:before{border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;}
#clock .digits .d4:after{border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}
#clock .digits .d5{width:5px;height:3px;top:7px;right:-6px;}
#clock .digits .d5:before{border-width: 0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
#clock .digits .d5:after{border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}
#clock .digits .d6{width:5px;height:2px;top:20px;left:7px;}
#clock .digits .d6:before{border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;} 
#clock .digits .d6:after {border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}
#clock .digits .d7{width:5px;height:3px;top:20px;right:-6px;}
#clock .digits .d7:before{border-width:0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
#clock .digits .d7:after{border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}
#clock .digits div.one .d5, #clock .digits div.one .d7{opacity:1;}
#clock .digits div.two .d1, #clock .digits div.two .d5, #clock .digits div.two .d2, #clock .digits div.two .d6, #clock .digits div.two .d3{opacity:1;}
#clock .digits div.three .d1, #clock .digits div.three .d5, #clock .digits div.three .d2, #clock .digits div.three .d7, #clock .digits div.three .d3{opacity:1;}
#clock .digits div.four .d5, #clock .digits div.four .d2, #clock .digits div.four .d4, #clock .digits div.four .d7{opacity:1;}
#clock .digits div.five .d1, #clock .digits div.five .d2, #clock .digits div.five .d4, #clock .digits div.five .d3, #clock .digits div.five .d7{opacity:1;}
#clock .digits div.six .d1, #clock .digits div.six .d2, #clock .digits div.six .d4, #clock .digits div.six .d3, #clock .digits div.six .d6, #clock .digits div.six .d7{opacity:1;}
#clock .digits div.seven .d1, #clock .digits div.seven .d5, #clock .digits div.seven .d7{opacity:1;}
#clock .digits div.eight .d1, #clock .digits div.eight .d2, #clock .digits div.eight .d3, #clock .digits div.eight .d4, #clock .digits div.eight .d5, #clock .digits div.eight .d6, #clock .digits div.eight .d7{opacity:1;}
#clock .digits div.nine .d1, #clock .digits div.nine .d2, #clock .digits div.nine .d3, #clock .digits div.nine .d4, #clock .digits div.nine .d5, #clock .digits div.nine .d7{opacity:1;}
#clock .digits div.zero .d1, #clock .digits div.zero .d3, #clock .digits div.zero .d4, #clock .digits div.zero .d5, #clock .digits div.zero .d6, #clock .digits div.zero .d7{opacity:1;}
#clock .digits div.dots{width:5px;}
#clock .digits div.dots:before, #clock .digits div.dots:after{width:5px;height:5px;content:'';position:absolute;left:7px;top:3px;}
#clock .digits div.dots:after{top:22px;}
#clock .alarm{/*width:16px;height:16px;bottom:20px;background:url('../img/alarm_light.jpg');position:absolute;opacity:0.2;*/}
#clock .alarm.active{opacity:1;}
#clock .weekdays{font-size:10px;position:absolute;width:100%;top:3px;left:0;text-align:center;display:none;}
#clock .weekdays span{opacity:0.2;padding:0 10px;}
#clock .weekdays span.active{opacity:1;}
#clock .ampm{position:absolute;bottom:10px;right:36px;font-size:12px;}
/*Time Clock ENd 24-5-2018*/

/*Change Design Admin User Start 22-5-2018*/
li.welcomeusern{list-style:none; font-weight:100;font-size:20px;}
li.welcomeusern span{color:#9358ac;font-weight:bold;}
.agent_icons .blinking{background:#3c8dbc;border-radius:5px;color:#fff;display:inline-block;font-size:13px;margin-right:25px;padding:2px 12px;position:relative;}
.transactionside .left-side{left:0;}
.left-side-collapsed .transactionside .custom-nav{margin:2px 0 20px;}
.transactionside .nav{list-style:outside none none;padding-left:0;}
.transactionside .nav-stacked > li{float:none;}
.transactionside .nav > li{display:block;position:relative;}
.left-side-collapsed .transactionside .custom-nav > li.menu-list > a{background-image:none;}
.left-side-collapsed .transactionside .custom-nav li a{padding:10px;position:relative;text-align:center;}
.transactionside .nav > li > a{display:block;}
.transactionside .custom-nav > li > a{border-radius:0;color:#c8c8c8;}
.transactionside .custom-nav li .fa{text-align:center;vertical-align:middle;width:16px;}
.left-side-collapsed .transactionside .custom-nav li a i{color:#fff;font-size:1.2em;margin-right:0;}
.transactionside .sticky-left-side{height:100%;position:fixed;z-index:100;}
.transactionside .left-side.sticky-left-side{background:rgba(238, 105, 63, 1) none repeat scroll 0 0; background:#37a4db;}
.left-side-collapsed .transactionside .left-side{top:0;width:52px;}
.left-side-collapsed .transactionside .left-side{overflow:visible !important;}
.transactionside .sidebar__menu ul{margin:0;padding:0;list-style:none;}
.transactionside .sidebar__menu ul li a{color:#fff;font-size:14px;border-bottom:1px solid #fff;}
.transactionside .left-side-collapsed .logo{display:none;}
.transactionside .left-side-collapsed .main-content{margin-left:52px;}   
.transactionside .left-side.sticky-left-side .logo{background:#fff;padding:4px 0 6px;}
.transactionside .left-side .logo img{margin-bottom:0;}
.transactionside .header-section{box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);}
.transactionside .logo h1{text-align:center;margin-bottom:0;}
.left-side-collapsed .transactionside .sidebar__menu li span{background:#f8931d;display:none;font-size:13px;left:52px;min-width:50px;padding:11.7px;position:absolute;text-align:left;text-transform:uppercase;top:0;z-index:100;}
.left-side-collapsed .transactionside .customername{display:none;}
.transactionside .user-panel-top #clock.light{float:left;background:none;}
.transactionside .agent_icons.pull-right.text-right{max-width:200px;padding:7px 0px 0px;}
.transactionside .profile_details_left{width:38%;margin:0em 0 0.3em 1em;float:left;}

.mytrans_details .dynamicPager .btn.btn-default{margin:0;padding:6px 17px;}

.mytrans_details .input-group-btn .btn.btn-default{margin:0;padding:6px 7px;}
.left-side-collapsed .transactionside .sidebar__menu li a{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;padding:16px 10px;position:relative;text-align:center;display:block;}
.transactionside .sidebar__menu li a i{color:#fff;font-size:1.2em;margin-right:0;}
.transactionside .sidebar__menu li a{display:block;padding:12px 10px;position:relative;}
.transactionside .sidebar__menu li a span{padding-left:0.5em; font-family:Arial, Helvetica, sans-serif;}
.transactionside .sidebar__menu li a:hover, .transactionside .sidebar__menu li a:active{background:#f8931d;color:#fff; background:#1393d3;}
.transactionside .header-section .toggle-btn{margin:6px 0 0 2em;}
.left-side-collapsed .transactionside .profile_img span{display:block;float:left;height:40px;left:auto;min-width:auto;padding:0;position:relative;top:auto;width:40px;}
.left-side-collapsed .transactionside .profile_img .user-name span{float:none;width:auto;height:auto;background:none;    text-overflow: ellipsis;
    overflow: hidden;
    display: block;}
.transactionside .toggle-btn{color:#fff;cursor:pointer;text-align:center;}
.transactionside .toggle-btn{background:#f8931d none repeat scroll 0 0;border:medium none;border-radius:100%;color:#fff;cursor:pointer;float:left;font-size:15px;height:40px;padding:10px 0 0;text-align:center;transition:all 0.2s ease-out 0s;position:relative;z-index:11;width:40px;}
.left-side-collapsed .transactionside .main-content{margin-left:52px;}
.transactionside .logo-icon.text-center{display:none;}
.transactionside .main-content{background:#f8f8f8 none repeat scroll 0 0;margin-left:200px;min-height:1000px;}
.transactionside div#page-wrapper{padding:1em 2em;}
.left-side-collapsed .transactionside .logo{display:none;}
.transactionside .profile_details ul li{list-style:none;width:150px;}
.transactionside .profile_details{float:right;margin:0 0 0 1em;}
.transactionside .profile_img span{display:block;width:40px;height:40px;border-radius:3em;}
.transactionside .menu-right{margin:0px 0px 0 0;background:#71e2f0;padding-right:15px;padding-top:6px;color:#fff;background:#6094c8;background:#94bbe3;}



.transactionside .user-panel-top li a{display:block;padding:5px;text-decoration:none;}
.transactionside .profile_details_drop a{padding:0 5px 5px !important;}
.transactionside .left-side{top:0;width:200px;}
.transactionside .user-name{float:left;height:35px;margin-left:5px;margin-top:5px;width:73%;}
.transactionside .user-name p{color:#fff;font-size:15px;font-weight:400;line-height:1em;}
.transactionside .user-name p span{color:#424f63;font-size:10px;font-style:italic;font-weight:normal;white-space:nowrap;color:#fff;}
.transactionside .profile_img span{background-size:cover;border-radius:3em;display:block;float:left;height:40px;width:40px;}
.transactionside .user-panel-top li a i{display:block;height:24px;line-height:25px;text-align:center;width:24px;}
.transactionside .profile_img i{color:#00bcd4;float:right;margin:0.5em 0 0;color:#fff;}
.transactionside .profile_details_drop .lnr.lnr-chevron-up{display:none;}
.transactionside .profile_details_drop.open .lnr.lnr-chevron-up{display:block;}
.transactionside .profile_details_drop.open .lnr.lnr-chevron-down{display:none;}
.transactionside ul.dropdown-menu.drp-mnu li a{display:inline-flex;padding:0.5em 0 0.5em 1.5em;text-align:center;width:100%;}
.transactionside ul.dropdown-menu.drp-mnu li a i{height:20px;line-height:17px;width:24px;}
.transactionside .user-panel-top li a i{display:block;text-align:center;}
.transactionside ul.dropdown-menu.drp-mnu li{width:100%;}
.transactionside .user-panel-top li a i{height:24px;line-height:25px;text-align:center;width:24px;}
.transactionside ul.dropdown-menu.drp-mnu{min-width:125px;top:94%;width:100%;left: inherit;right: 0;}
.transactionside ul.dropdown-menu{animation:0.3s ease-in 0s normal none 1 running fadeInDown;background:#ffffff;}
.transactionside .nofitications-dropdown li .dropdown-menu::before, .transactionside .drp-mnu::before{border-bottom:8px solid #dfdfdf;border-left:8px solid transparent;border-right:8px solid transparent;content:"";display:inline-block;left:40%;position:absolute;top:-8.5px;}
.transactionside .profile_details_drop.open .lnr.lnr-chevron-down{display:none;}
/*Change Design Admin User END*/

h4, h5, h6, h1, h2, h3{margin-top:0;}
ul, ol{} 
p{margin:0;}
html, body{font-family:'Titillium Web', sans-serif;font-size:100%;overflow-x:hidden;background:#fff;}
body{padding-top:70px;}
body a{transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;text-decoration:none;}
a:focus, a:active, a:hover{outline:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;color:#353F4F;text-decoration:none;}
h1, h2, h3, h4, h5{font-family:'Titillium Web', sans-serif;}
.cd-nav{display:block;}
.bd-footer{background-color:#f7f7f7;font-size:85%;margin-top:4rem;padding:2rem 0;text-align:center;border-top:1px solid #ddd;}
.bd-footer{text-align:left;}.bd-footer-links{margin-bottom:1rem;padding-left:0;}
.bd-footer-links li{display:inline-block;}
.bd-footer-links a{border-right:1px solid #ddd;line-height:18px;padding:0 10px;}
.bd-footer-links li:last-child a{border-right:none;}
.bd-footer-links li:first-child a{padding-left:0;}
.bd-footer a{color:#55595c;font-weight:500;}
.bd-footer p{margin-bottom:0;}
.box-style{border-bottom:1px solid #eee;display:block;margin-bottom:15px;padding-bottom:15px;}
h4{color:#337ab7;font-weight:600;}
.submenu{position:absolute !important;top:0 !important;left:160px !important;background-color:#eee !important;border-color:#337ab7 !important;border:none !important;padding:0 !important;}
.box-style p{margin-bottom:10px;}
.graphs.colsmdscreen div.widget{width:10.2%;margin-bottom:25px;width:25%;}
.colsmdscreen .grow{background:none;bottom:0%;position:absolute;width:100%;padding:5px;background:#5c9acf;color:#fff;position:relative;}
.r3_counter_box h5{margin:10px 0;color:#575757;font-size:24px;}
.map_container, .bs-example5, .panel_2, .content-box-wrapper, .grid_1, .grid_3, .no-padding, .bs-example4, .panel-body1, .editor, .banner-bottom-video-grid-left, #chart, .online, .widget_middle_left_slider, .grd_tble, .span_6, .col_2, .weather_list, .cal1, .skills-info, .stats-info, .r3_counter_box, .activity_box, .bs-example1, .cloud, .copy{-ms-box-shadow:0 1px 3px 0px rgba(0, 0, 0, 0.2);-o-box-shadow:0 1px 3px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 1px 3px 0px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 3px 0px rgba(0, 0, 0, 0.2);box-shadow:0 1px 3px 0px rgba(0, 0, 0, 0.2);}
.r3_counter_box{min-height:100px;background:#ffffff;text-align:center;position:relative;}
.colsmdscreen .widget:nth-child(odd) .r3_counter_box .fa{color:#52acb8;}
.r3_counter_box .fa-th-list, .fa-apple{color:#60628c;}
.r3_counter_box .fa{margin-right:0px;width:66px;height:130px;text-align:center;line-height:105px;font-size:3.5em;}
.stats{overflow:hidden;border-top:1px solid #DDD;background:#f9f9f9;padding:1.5em;}
.colsmdscreen .stats{padding:7px 0px;}
/*Dashboad Start*/
.frontdashboard{position:relative;min-height:832px;}
.dashleft{background:#34495e;width:250px;color:#fff;height:100%;position:absolute;padding:0px 3px 3px 3px;background:#f9f9f9;background:rgba(238, 105, 63, 1) none repeat scroll 0 0;background:#37a4db; width:200px;padding:0;}
.customername{text-align:center;font-size:15px;border-bottom:1px solid #eeeeee;padding:12px 0;background:#34495e;background:#fdfdfd;color:#555;background:#f8931d;color:#fff;background:#2799d2;}
.frontdashboard .sidebar__menu{background:#2f4052;background:none;}
.dashright{padding-left:280px;min-height:700px;top:0;padding-top:30px;padding-top:15px; padding-left:220px;}
.logo .homelogo a img{max-width:130px;margin:5px 5px 2px;}
.navbar .container{max-width:100%;}
.navbar .container .logo{padding-top:0;}
.dashright .custom.panel h2{padding:12px 15px 9px;}

.dashleft ul{margin:0px;padding:0px 0 0 0;list-style:none;color:#fff;}
.dashleft ul li{padding-bottom:0px;}
    body .dashleft ul.nav a span {color:#fff !important; }
    body .dashleft ul.nav a i {    font-size: 18px;margin-right: 0px;   }
body .dashleft ul.nav li.active a {     background-color: #337ab7 !important;}
body .dashleft ul.nav li:hover a, body .dashleft ul.nav li:focus a, body .dashleft ul.nav li a:hover, body .dashleft ul.nav li a:focus {   background-color: #1393d3;   background: #1393d3;
}

body .dashleft ul a{font-size:15px;padding:8px 0 8px 12px;display:block;background:#f9f9f9;background:none;color:#fff ;border:0px none; padding:12px 15px;border-bottom:1px solid #fff ;font-family:Arial, Helvetica, sans-serif;}
.dashleft ul a:hover{text-decoration:none;background:#f8931d;background:#1393d3;}
.dashleft ul a i{color:#555;font-size:20px;display:inline-block;margin-right:10px;color:#fff;}
.dashboard_bcard{box-shadow:0px 2px 5px #ccc;text-align:center;padding:10px 30px;margin:15px 0px;min-height:670px;}
.summarytxt{color:#737373;font-size:16px;}
.dashboard_bcard p.titlewell{color:#737373;font-size:20px;line-height:25px;}
.text_size_smaller{color:#999;font-size:16px;line-height:22px;}
.dashimg{padding:10px 0 35px;text-align:center;}
.dashimg img{max-width:100%;}
.customergreeting{font-size:20px;line-height:25px;color:#737373;padding-bottom:15px;}
.customergreeting strong{font-weight:400;display:block;padding-bottom:4px;}
.customergreeting p{font-size:16px;}
.titlebosetxt{color:#ccc;font-size:17px;}
.dashboard_bcard.righttop{margin:36px 0 0;text-align:left;padding:10px 5px 10px 10px;}
.topdestination{padding:30px 0px;} 
.topdestination .dashboard_bcard{min-height:400px;}
.currentship{float:left;width:100%;padding-bottom:30px;}
.currentship .dashboard_bcard{min-height:547px;}
.valueshiped{border-bottom:1px solid #f2f2f2;padding:20px 0px;}
.valueshiped p{font-size:13px;color:#737373;margin:0 0 15px;background:url(../img/arrow.png) no-repeat left;padding:0px 0px 0px 20px;}
/*Dashboad END*/
 .pmd-card-actions a.btn.pmd-btn-fab, 
 .pmd-card-actions a.btn.pmd-btn-fab:hover, 
 .pmd-card-actions a.btn.pmd-btn-fab:focus{
     color:#ffffff;
 }

@media (max-width:1571px){
.frontdashboard table.table th{font-size:12px;}
.frontdashboard table.table td{font-size:12px;}
.frontdashboard .leadrole h3{padding:10px 10px 0 10px;}
.frontdashboard table.table td{word-break:break-all;}
.activity_box.activity_box2 .slimScrollDiv{height:322px;overflow:scroll;}
.dashleft{width:190px;}
.dashright{padding-left:209px;padding-top:9px;}
.dashright .dasheading{padding:15px 0 0 0;margin:0; margin-bottom:15px;}
.dashleft ul a{font-size:13px;}
}
/*Create by rajesh jain date 6-feb-2019 Start*/
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult img.networkimg {
    width: 60px;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult .star-ratings-css-top {
    font-size: 23px;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult .star-ratings-css-bottom {
    font-size: 23px;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult th {
    padding: 16px 5px;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult .star-tracking-css {
    font-size: 22px;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult .usdtxt a {
    padding: 4px 5px;
    font-size: 12px;
}
.transactionside .toggle-btn {
background:#f8931d !important;
}
#page-wrapper .boxresultnres {
    background: none;
    padding: 0;
    float: none;
}
#page-wrapper .boxresultnres .conitainer {
    max-width: inherit;
    margin-right: -15px;
    margin-left: -15px;
}
#page-wrapper .boxresultnres .conitainer .destworking.col-md-7.float-left {
    display: none;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right {
    width: 100%;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container {
    max-width: 100%;
    width: 100%;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-2 {
    width: 16%;
    padding: 0 10px;
    position: relative;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-3 {
    /*width: 16%;*/
    width: 25%;
    padding: 0 10px;
    position: relative;
}   
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container strong {
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 10px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container div#dom_int {
    top: 0;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .boxonslider .route-selector.form-inline {
    width: auto;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .boxonslider .route-selector.form-inline {
    width: 100%;
    margin: 0 auto 27px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel {
    width: 100%;
    margin: 0px auto 0px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .text-hrxs {
    padding:0px 11px 15px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container input[type="text"] {
    height: 34px;
    width: 100%;
    margin:0px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .input-group.newkg input[type="text"] {
    width: 80%;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .col-xs-12.btn-group.no-padding {
    box-shadow: none;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .btn {
    background: #f8931d none repeat scroll 0 0;
    border: 1px solid #f8931d;
    border-radius: 48px;
    font-size: 15px;
    font-weight: 100;
    width: auto !important;
    padding: 10px 20px;
}

    /*css create by rajesh 11-03-2019 Start*/
   button#btnModifySearch {
    background: #018b9f!important;
    border: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-radius: 20px;
    padding:6px 21px 6px 29px;
}
  

/*#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .form-group {
    width: 20%;
    margin-bottom: 15px;
}*/
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .form-group {
    width: 25%;
    margin-bottom: 15px;
    padding:0px 10px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .no-padding {
    box-shadow: none;
}
#page-wrapper .box_result .container {
    width: 100%;
}
#page-wrapper .box_result .container .col_md_12.table-responsive {
    overflow: inherit;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult th {
    text-align: left;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult td, 
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult th {
    border: none;
    white-space: nowrap;
}
#page-wrapper .box_result .container .modifySearch.col-md-2 button {
    float: none !important;
    margin-left: 0;
}
#page-wrapper .box_result .container .modifySearch.col-md-2 {
    padding-left: 0;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult td a.question {
    color: #555555 !important;
}
#page-wrapper .box_result .container .col_md_12.table-responsive table#tblResult td .usdtxt {
    width: 100px;
}
body#expandMenu {
    font-family: 'Titillium Web', sans-serif !important;
        line-height: 1.42857143;
}
#SearchPanel label {
    font-size: 15px;
    font-weight: 600;
}
#SearchPanel .btn.btn-default{margin:0 25px;padding:10px 40px;border-color:#f8931d;background:#f8931d;}
#my-tab-content .container{width:100%;padding:0px;}
.submitbtn button {
    /* display: inline-block; */
    background: #f8931d;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    vertical-align: middle;
}
.account-with-nav-tabs .row.panel.panel-default.outerBordr {
    margin: 23px auto !important;
}
.formgroup.formgroup_bgcolor.blank-bg-color .create_shipment.newship.mayarf {
    box-shadow: none;
     background: none;
}
body .formgroup.formgroup_bgcolor.blank-bg-color {
    background: none;
}
.formgroup.formgroup_bgcolor.blank-bg-color a.btn.btn-default {
    padding: 6px 20px;
}
#international div#IntParcel {
    margin: 0;
}
#international div#IntParcel .form-group.col-md-12.col-xs-12.hidden-xs.text-hrxs {
    padding: 0px 12px 15px;
}
        body #Country-Searchautocomplete-list {
           width: 90% !important;
           top:100% !important;
           margin:0 auto !important;
           box-shadow: 0 2px 6px rgba(0,0,0,0.3);
           background: #fff !important;
           height: auto !important;
        }
body #Country-Searchautocomplete-list strong {
    padding: 0 !important;
}
table#tblResult {
    table-layout: inherit;
    white-space: nowrap;
}
table#tblResult .usdtxt {
    width: 120px;
}
table#tblResult a.question {
    color: #999 !important;
}
table#tblResult .Qtooltip {
    position: relative;
}
table#tblResult .Qtooltip .hovertooltip.qtooldesc {
    white-space: initial;
    top: 116%;
}
#BookConfirmation .modal-dialog.bookcnfm {
    max-width: 725px;
    width: auto;
}
.transactionside div#page-wrapper .box_result .container{
    width:100%;
        padding-left: 10px;
    max-width:100%;
}
.transactionside div#page-wrapper .box_result .container .box_section .col_md_12.table-responsive {
    overflow: auto;
}
/*.transactionside div#page-wrapper .box_result .boxresultnres {
    display: none;
}*/
.white-bg {
    background: #fff;
    padding: 10px 20px;
}
.white-bg .slider_home {
    padding-left:0 !important;
}
.transactionside .profile_details ul li span {
float:none!important;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container div#selection_form_panel_0 strong {
    font-weight: 700;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container div#selection_form_panel_0 .text-hrxs span {
    font-weight: 700;
    font-size: 14px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container div#selection_form_panel_0 input, #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container div#selection_form_panel_0 select {
    font-weight: 600;
    color: #3d4750;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 {
    width: 33.33333333%;
    padding:0px 10px;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 .input-group.newkg {
    width: 100%;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#DomCourierWeight, 
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#IntCourierWeight {
    width: 87%;
    
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input {
    max-width: inherit;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .intvour .form-group {
    padding: 0;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .intvour .form-group {
    width: 100%;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .intvour .form-group select#IntCourierPurpose {
    width: auto;
    display: inline-block;
}
#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .col-xs-12.col-xs-12.intvour {
    padding: 0px 10px;
}

#page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .col-xs-12.col-xs-12.intvour.int-sec {
    margin-top: 10px;
}
@media (min-width:992px) and (max-width:1199px) {
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#DomCourierWeight, #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#IntCourierWeight {
    width:80%;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .input-group.newkg input[type="text"] {
    width: 73%;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .box_shadowtxt {
     font-size: 14px;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .box_shadowtxt .formfield {
    padding-left: 10px;
}
body  .formgroup.formgroup_bgcolor.blank-bg-color .label_fieldtxt {
    width: 100%;
    padding: 4px;
}
body .formgroup.formgroup_bgcolor.blank-bg-color .namefield {
    width: 100%;
    text-align: left;
    padding: 0;
}
body .formgroup.formgroup_bgcolor.blank-bg-color li span {
    display: block;
}
body .formgroup.formgroup_bgcolor.blank-bg-color .box_shadowtxt.orderdtailil .form-group img {
    width: 120px !important;
    height: auto !important;
}

    .totalboking {
        width: 50px !important;
        height: 50px !important;
    }
    .totalboking i.fa {
        width: 51px !important;
        font-size: 24px !important;
        line-height: 50px !important;
    }
    .profile_details_left ul.nofitications_dropdown {
        padding-left: 10px;
    }
     .bd-example table.table tr td img {
        width: 31px !important;
        height: auto !important;
    }
        .agentsdasiboard .customdashbord .top_dasboxes .col-md-6.col-sm-12.col-xs-12 {
        width: 100% !important;
    }
    #page-wrapper .box_result .container .col_md_12.table-responsive{
        overflow-x: auto;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-3 {
    width:25%;
    padding: 5px 10px;
    position: relative;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .valuelenth .form-group {
    width: 25%;
    margin-bottom: 15px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .valuelenth #DivDomInsurance .form-group {
    width: 32%;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .boxonslider .route-selector.form-inline {
    width: 100%;
    margin: 0 auto 50px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .no-padding {
    box-shadow: none;
}
    #SearchPanel input {
    width: 125px;
}
    #SearchPanel{
        margin-bottom:10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    #tblList img {
        width: 50px !important;
        height:auto !important;
    }
    table#tblList {
        table-layout: inherit;
        white-space: nowrap;
    }
  }
@media (min-width:768px) and (max-width:991px) {
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 {
    width: 100%;
    padding: 0px 10px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#DomCourierWeight, #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#IntCourierWeight {
    width: 90%;
}
    #SearchPanel select {
    clear: right;
    width: 72%;
    margin-bottom: 11px;
}
    .col-md-3.leftsidenewship {
    float: none ;
}
    .mrtop li table {
    width: 94%;
}
    table#tblList {
        table-layout: inherit;
        white-space: nowrap;
    }
    #tblList img {
        width: 50px !important;
    }
    #SearchPanel button.btn {
    margin-top: 8px;
           width: 140px;
}
    #SearchPanel input {
    width:140px;
}
    #SearchPanel button.btn.btn-sm {
    margin-left:11px;
}
    #SearchPanel{
        margin-bottom:10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .profile_details_left ul.nofitications_dropdown li.welcomeusern{font-size:14px;}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .no-padding {
    box-shadow: none;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .boxonslider .route-selector.form-inline {
    width: 100%;
    margin: 0 auto 50px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .valuelenth .form-group {
    width: 49%;
    margin-bottom: 15px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-3 {
    width: 48%;
    padding: 5px 10px;
    position: relative;
}
        #page-wrapper .box_result .container .col_md_12.table-responsive{
        overflow-x: auto;
    }
    .totalboking {
        width: 50px !important;
        height: 50px !important;
    }
    .totalboking i.fa {
        width: 51px !important;
        font-size: 24px !important;
        line-height: 50px !important;
    }
    .profile_details_left ul.nofitications_dropdown {
        padding-left: 10px;
    }
     .bd-example table.table tr td img {
        width: 31px !important;
        height: auto !important;
    }
        .agentsdasiboard .customdashbord .top_dasboxes .col-md-6.col-sm-12.col-xs-12 {
        width: 100% !important;
    }
        .graphs.colsmdscreen div.widget {
         width: 50%;
        float: left;
        margin: 10px 0px;
    }
        .bd-example table.table {
    width: 100%;
    white-space: nowrap;
    table-layout: inherit !important;
}
        .bd-example table.table a {
           padding: 0 !important;
        }
         body .form-label-left .submitbtn {
        padding: 20px 0px 30px 20% ;
     }
         #divItem .itemcode {
        overflow: auto;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .leftpay, 
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .rightpay {
        width: 100%;
        float: none;
      
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .rightpay {
        padding: 10px;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .paymentwrapper {
        padding: 6px;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .bg_boxecolor {
    width: 80px;
}
         #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-2 {
    width: 100%;
}
         #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .form-group {
    width: 49%;
   }
         .agentsdasiboard .customdashbord .top_dasboxes .col-md-6.col-sm-12.col-xs-12 .x_content.portlet-body.clearfix.opportunitychart {
    width: 100% !important;
    overflow: auto;
}
         #SearchPanel .btn.btn-default {
            margin: 0 13px;
            padding: 7px 27px;
            width: auto;
        }
}
@media (max-width: 767px) {
    .rightrresult.col-md-5.float-right .container .row.sec .form-group.col-md-3 a.btn.btn3d.btn-danger.btn-quote {
    padding: 7px 11px !important;
    height: auto !important;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 {
    width: 100%;
    padding: 0px 10px;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#DomCourierWeight, #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-4 input#IntCourierWeight {
    width: 74%;
}
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .valuelenth .col-xs-12.col-xs-12.intvour {
    padding: 0px 5px;
}
    #myModalshipment input, #myModalCashshipment input {
    vertical-align: top;
}
    #myModalshipment .modal-dialog, #myModalCashshipment .modal-dialog {
        margin: 10px auto 0;
    }
    .bg_shippaymt .diventerabove {
        padding: 0px 0px 0px 0px;
        float: none;
    line-height: 15px;
      }
    .bg_shippaymt .diventerabove p.msgfortrack {
        line-height: 3px;
    }
    .container_personal.customsec .namefield, .container_personal.customsec .label_fieldtxt {
    width: 100%;
    text-align: left;
}
    .container_personal.customsec .label_fieldtxt input[type="file"] {
    font-size: 12px !important;
}
    #DivMeasurementVideo .modal-header button.close.closeModel {
    margin-top: -3px !important;
}
    .box_section table tr .Qtooltip {
    position: relative;
}
    .box_section table tr .Qtooltip .hovertooltip {
    top: 21px;
}
    .box_section table tr .Qtooltip .hovertooltip:before {
    margin-left: -17px;
}
    #player iframe#ifrmplayer {
    width: 97% !important;
    height: auto !important;
}
     #SearchPanel .btn.btn-default {
            margin: 0px;
            padding: 7px 27px;
            width: auto;
        }
    body .formgroup.formgroup_bgcolor.blank-bg-color .box_shadowtxt .formfield {
    padding-left: 10px;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .col-md-3.leftsidenewship {
    float: none;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .col-md-3.leftsidenewship .form-group img {
    width: 192px !important;
    height: auto !important;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .col-md-3.leftsidenewship .sdnavblk li label {
    display: block;
}
    body .formgroup.formgroup_bgcolor.blank-bg-color .box_shadowtxt .namefield {
    padding-top: 2px;
}
    #divItem .itemcode {
        overflow: auto;
    }
    #SearchPanel label {
     float: none;
    display: block;
}
    #SearchPanel select {
    display: block;
    width: 100%;
}
    #SearchPanel input {
    width: 100%;
}
 img#CaptchaImage {
    max-width: 100%;
}
 .formgroupwrapir .formgrwraper .label_fieldtxt {
    width: 100%;
    float: none;
}
 .formgroupwrapir .formgrwraper .namefield {
    width: 100%;
    text-align: left;
}
 .formgroupwrapir .formgrwraper span a {
    width: 100%;
    font-size: 12px;
}
 .formgroupwrapir button, .formgroupwrapir a.btn_oshipment {
    padding: 7px 20px;
    font-size: 18px;
}
    a#btnCreditRequest {
    margin-bottom: 10px;
}
    body div.myorderpage table#tblList th, body div.myorderpage table#tblList td {
     display: table-cell;
    }
    .searchBox span.pull-right {
    float: right !important;
}
    table#tblList {
        table-layout: inherit;
        white-space: nowrap;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-3 {
    width: 100%;
    padding: 5px 10px;
    position: relative;
}
        #page-wrapper .box_result .container .col_md_12.table-responsive{
        overflow-x: auto;
    }
        #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .no-padding {
    box-shadow: none;
}
        body#expandMenu.left-side-collapsed a.toggle-btn.menu-collapsed {
        margin-left: 5px;
    }
        .transactionside .profile_details_left ul.nofitications_dropdown {
        padding: 0;
    }
        .transactionside .profile_details_left {
        width: 74% !important;
            margin-left: 7px;
                display: inline-block;
    }
        .transactionside .profile_details_left ul.nofitications_dropdown li.welcomeusern {
        font-size: 13px;
            margin: 0;
    }
    .transactionside .profile_details {
    width: auto;
    text-align: left;
    float: right;
    }
    .transactionside .profile_details ul li {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    /*width: 100%;*/
}
    #SearchPanel button.btn {
      display: inline-block;
      margin-top:10px;
    }
    div#SearchPanel .pull-left {
    float: none !important;
}
    .mytrans_details .box_shadowtxt .custom {
    background: none;
}
    #SearchPanel .pull-right {
    float: none !important;
}
    .mytrans_details .box_shadowtxt .custom.panel .btn-group.exportfield {
    float: none !important;
    display: block !important;
    margin: 10px 0px;
}
    .mytrans_details .box_shadowtxt .custom.panel .form-group.pull-right {
    float: none !important;
}
    div#SearchPanel {
        padding: 10px 0px;
    }
    #SearchPanel input {
        width: 100%;
        margin: 5px 0px;
        border: 1px solid;
    }
   
        .transactionside ul.dropdown-menu.drp-mnu{
                /* left: -20px; */
        }
        .transactionside ul.dropdown-menu.drp-mnu:before {
        left: 50px !important;
    }
        .transactionside .sidebar__menu li a {
       padding: 9px 15px;
           }
        .left-side-collapsed .transactionside .sidebar__menu li a{
            padding:9px 10px;
        }
        .transactionside div#page-wrapper {
        padding: 10px;
    }
        .agentsdasiboard .graphs.colsmdscreen div.widget {
            margin-bottom: 10px !important;
            width: 100%;
        }
        .agentsdasiboard .customdashbord .top_dasboxes {
            padding: 0 10px !important;
            margin-top: 12px !important;
        }
        .agentsdasiboard .customdashbord .top_dasboxes .col-md-6.col-sm-12.col-xs-12 {
        width: 100% !important;
    }
        .agentsdasiboard .customdashbord .top_dasboxes .col-md-6.col-sm-12.col-xs-12 .x_content.portlet-body.clearfix.opportunitychart {
            width: 100% !important;
            overflow: auto;
        }
        .agentsdasiboard table.jambo_table {
        table-layout: inherit !important;
    }
        .agentsdasiboard table.jambo_table a.fa {
            padding: 0 !important;
        }
        #expandMenu .left-side.sticky-left-side {
            width: 100%;
        }
        #expandMenu.left-side-collapsed .left-side.sticky-left-side {
              width: 52px;
        }
        .transactionside .header-section .toggle-btn {
            margin: 6px 0 0 2em;
            z-index: 9999999;
        }
        #expandMenu .main-content.main-content2.main-content2copy {
                margin-left:87%;
        }
        #expandMenu.left-side-collapsed .main-content.main-content2.main-content2copy {
                margin-left: 52px;
                min-height:inherit !important;
        }
        #expandMenu .transactionside .header-section .toggle-btn {
        position: fixed;
    }
        #expandMenu.left-side-collapsed .transactionside .header-section .toggle-btn {
        position: relative;
    }
        #page-wrapper .box_result .container label.records {
            font-size: 15px !important;
        }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container input[type="text"] {
            max-width: 100%;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .input-group.newkg {
        display: block;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .input-group.newkg input[type="text"] {
        width:72%;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .btn{
            float: none !important;
                padding: 6px 14px;
    font-size: 16px;
    margin-left: 10px;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .form-group.col-md-2 {
        margin-bottom: 50px;
    }
    #page-wrapper .boxresultnres .div_tabs .clonable .parcel-dimensions .valuelenth .form-group {
              width: 90% !important;
    margin: 0px auto 10px;
    float: none;
    clear: both;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .row.sec .form-group.col-md-3 {
        width: 50% !important;
        float:left;
        clear:inherit;
        padding:10px 5px;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .valuelenth .form-group {
        width: 100% !important;
            margin: 4px 0px 15px;
    }
    #page-wrapper .boxresultnres .container.boxonslider .div_tabs .valuelenth {
        padding: 0px 10px;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container #DomParcel .valuelenth .row.sec .form-group {
        width: 50% !important;
        float:left;
        clear:inherit;
    }
    
    #expandMenu .transactionside div#page-wrapper {
        display: none;
    }
    #expandMenu.left-side-collapsed .transactionside div#page-wrapper {
        display: block;
    }
    #page-wrapper .boxresultnres .conitainer {
        max-width: inherit;
        margin-right: 0;
        margin-left: 0;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .Qtooltip {
        display: none;
    }
    .nicescroll-rails {
        display: none !important;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container strong{
        padding-bottom:2px;
        padding-top:8px;
    }
    #page-wrapper .boxresultnres .conitainer .rightrresult.col-md-5.float-right .container .no-padding.radio-btn {
        width: 100%;
    }
    #my-tab-content input[type=file] {
        width: 100%;
    }
    #divBlockUI a#btn {
        margin-bottom: 10px;
    }
   body .left_paneln {
        width: 100%;
    }
    body .submitbtn {
    padding: 20px 0px 30px 1%;
     }
        body .submitbtn button, body .submitbtn a.btn{
               padding: 7px 14px !important;
    font-size: 15px !important;
        }
        #AddFrm .container_personal {
        box-shadow: none;
        padding: 0px;
    }
        #AddFrm .container_personal .formgroupwrapir {
        padding-top: 0px;
    }
        #my-tab-content .formgroupwrapir .pmd-content{
            margin:0px;
            padding:0px;
        }
        #my-tab-content .formgroupwrapir .pmd-content h2.pmd-card-title-text {
        font-size: 19px;
        padding: 0;
    }
        #my-tab-content .formgroupwrapir .pmd-content .pmd-card-title {
        padding: 10px 8px;
    }
        #my-tab-content .col-md-4.col-sm-12.class_boxesaddres {
        padding: 0;
    }
        body .class_boxesaddres .pmd-card {
        min-height: inherit;
        padding-bottom: 10px;
    }
        #AddFrm .formfield .namefield {
        width: 100%;
        text-align: left;
    }
        #AddFrm .formfield .label_fieldtxt {
        float: none;
        width: 100%;
    }
        #AddFrm .formfield .belowtxtinput {
        padding: 2px 0px 8px 0px;
    }
         .mrtop li table {
    width: 100%;
    table-layout: initial;
}
         #my-tab-content .formgroupwrapir {
        padding: 2px;
    }
         #my-tab-content ul.mrtop {
        padding: 0px 12px 0px 12px;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .leftpay, 
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .rightpay {
        width: 100%;
        float: none;
      
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .rightpay {
        padding: 10px;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .paymentwrapper {
        padding: 6px;
    }
         .newpayment .label_fieldtxt {
        margin-left: 0px;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .bg_boxecolor {
        display: none;
    }
         .payoption .formgroupwrapir .container_personal.create_shipment.newship .label_fieldtxt a span, .payoption .formgroupwrapir .container_personal.create_shipment.newship .label_fieldtxt a {
        line-height: 12px;
        padding: 0;
        margin: 0;
        font-size: 11px;
        vertical-align: text-top;
    }
         div#myaccount .row.panel.panel-default.outerBordr {
        box-shadow: none;
        border: none;
        padding: 0px 10px;
    }
}
/*Create by rajesh jain date 6-feb-2019 End*/
/*txtTransToUpper*/
.txtTransToUpper {
    text-transform: uppercase;
}
/*For set row background color*/
table.jambo_table tbody tr.RowBgColoe td,
table.jambo_table tbody tr.RowBgColoe:hover td {
    background-color: #f5c061 !important;
}

.contactleftside a.active, .contactleftside a:hover, p.activeoffcursor {
    text-decoration: none;
    background: #2799d2;
}

.contactleftside p, .contactpage label {
    font-family: Arial,Helvetica,sans-serif;
}

@font-face {
    font-family: SegoeUI;
    src: url(fonts/SegoeUI.eot?#iefix) format('embedded-opentype'),url(fonts/SegoeUI.woff) format('woff'),url(fonts/SegoeUI.ttf) format('truetype'),url(fonts/SegoeUI.svg#SegoeUI) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: SegoeUI-Bold;
    src: url(fonts/SegoeUI-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/SegoeUI-Bold.woff) format('woff'),url(fonts/SegoeUI-Bold.ttf) format('truetype'),url(fonts/SegoeUI-Bold.svg#SegoeUI-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
}

.agent_icons a.blinking i.fa {
    color: #fff;
}

.table-search-bar.state td, .table-search-bar.stateAct td, .table-search-bar.stateAct1 td {
    padding-left: 15px !important;
}

.clsCityname {
    width: 177px;
}

.control-labe span.required {
    color: red;
}

.modal-header h2.modal-title {
    color: #fff;
}

.trackdtails .container_personal {
    padding: 0;
}

.trackdtails .formgrwraper .text-left {
    text-align: right;
    padding: 0 15px 15px;
}

.trackdtails .text-left .btn.btn-default {
    background: #1393d3;
    border: 1px solid #1393d3;
    padding: 9px 20px;
}

.trackdtails .pagetitle {
    background: #1393d3;
}

.contactleftside {
    max-width: 300px;
    background: #89cef0;
    margin: auto;
    min-height: 500px;
    border-radius: 10px 0 0 10px;
    padding: 25px;
}

    .contactleftside p {
        display: block;
        background: #fff;
        color: #555;
        margin-bottom: 15px;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        font-weight: 100;
        padding: 5px 0;
    }

    .contactleftside a:hover {
        display: block;
        color: #fff;
    }

    .contactleftside a.active {
        color: #fff;
    }

p.activeoffcursor {
    background: #2799d2;
    color: #fff;
    cursor: default;
}

.contactpage .btn-info {
    background: #2799d2;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 120px;
    padding: 8px 0;
}

.contactleftside img {
    margin: 20px 0 70px;
    max-width: 100%;
}

.topic_talk {
    font-size: 40px;
}

.topic_below {
    font-size: 20px;
    padding-bottom: 55px;
}

.needsuport {
    font-size: 25px;
    font-weight: 700;
}

.needsabout {
    padding-bottom: 20px;
    font-size: 15px;
}

.contactpage label {
    font-weight: 100;
}

.contactpage {
    padding-bottom: 60px;
}

    .contactpage .container {
        max-width: 900px;
    }

.custom-nav > li > a:focus {
    background: #1393d3;
}

.agent_icons {
    padding-top: 9px;
}

    .agent_icons .blinking {
        display: inline-block;
        margin-right: 25px;
        color: #fff;
        background: #f44336;
        border-radius: 5px;
        padding: 2px 12px;
        font-size: 14px;
        position: relative;
        font-weight: 600;
    }

    .agent_icons .badge {
        min-width: 10px;
        vertical-align: baseline;
        white-space: nowrap;
    }

    .agent_icons span.badge {
        background: #00bcd4;
        border-radius: 2em;
        color: #fff;
        font-size: 10px;
        height: 20px;
        line-height: 15px;
        padding: 2px 0 0;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -8px;
        width: 20px;
    }

.addcityicon b i, .homepage .navbar-fixed-top, .qq-uploader, .stats span.apdiv, .stats span.pendiv, .submit-buttom {
    position: relative;
}

.rowcolmd_cnlr .widget3 .usersave {
    background: url(../images/creditreq.png) 0 0/100% auto no-repeat;
    width: 65px;
    height: 86px;
    margin: 14px 0 0 20px;
}

    .rowcolmd_cnlr .widget3 .usersave i {
        display: none;
    }

.rowcolmd_clr .widget1.widget3 {
    padding: 0;
}

.left-side-inner .custom-nav > li > a i {
    color: #fff;
}

.left-side-inner .custom-nav > li.menu-list > a:hover {
    background: #1393d3;
}

.left-side-inner .custom-nav li a {
    border-bottom: 1px solid #fff !important;
}

.usetitle {
    font-size: 20px;
    padding: 20px 0 10px;
}

.text_contenremt {
    font-size: 13px;
    padding-bottom: 20px;
}

.hometitlea {
    font-size: 30px;
}

.privacytxtt {
    font-family: "Titillium Web",sans-serif;
    border-top: 5px solid #f8931d;
    background: #eff0f1;
}

    .privacytxtt .slider_home .hometitlea h1, .privacytxtt.termcon .hometitlea {
        font-size: 30px !important;
        font-family: 'Titillium Web',sans-serif !important;
    }

    .privacytxtt .slider_home {
        max-width: 1120px;
        padding: 15px 15px 0;
        margin: auto;
    }

.homepage .privacytxtt .container {
    max-width: 1120px;
}

.privacytxtt .slider_home .hometitlea h1 {
    font-weight: 400;
    margin: 0px !important;
}

.privacytxtt h1 {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.privacytxtt.termcon .hometitlea {
    padding-top: 25px;
}

.copy .privacytxtt p, .copy_layout .privacytxtt p {
    font-size: 13px;
}

.privacytxtt .text_content {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

.privacytxtt .hometitlea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: 400;
}

.leadrole.rowcolmd_cnlr {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.rowcolmd_cnlr .activity_box2 {
    float: left;
    width: 100%;
    padding-bottom: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    margin-bottom: 0;
}

.rowcolmd_clr .stats {
    background: 0 0;
    border: 0;
    float: right;
    width: 68%;
    padding: 15px 10px 0 0;
}

.rowcolmd_clr .widget {
    margin-bottom: 1em;
    width: 23.8% !important;
    padding: 0;
}

    .rowcolmd_clr .widget.widget4 {
        margin-right: 0;
    }

.rowcolmd_clr .widget2 .stats {
    border-color: #8bc34a;
}

.rowcolmd_clr .widget3 .stats {
    border-color: #f44336;
}

.rowcolmd_clr .widget4 .stats {
    border-color: #ffb84a;
}

.activity_box.activity_box2 h3.horders2 {
    background: #ffb84a;
}

.activity_box.activity_box2 h3.horders3 {
    background: #f44336;
}

.activity_box.activity_box2 h3.horders4 {
    background: #c5eb99;
}

.activity_box.activity_box2 h3.horders {
    background: #8bc34a;
}

.rowcolmd_clr .widget1 .r3_counter_box {
    background: #f78a68;
}

.widget1 .grow {
    background: #ee693f;
}

.rowcolmd_clr .widget2 .r3_counter_box {
    background: #81b84a;
}

.widget2 .grow {
    background: #64a91f;
}

.rowcolmd_clr .widget3 .r3_counter_box {
    background: #fc9991;
}

.rowcolmd_clr .widget3 .grow3 {
    background: #fc776d;
}

.rowcolmd_clr .widget4 .r3_counter_box {
    background: #de5950;
}

.widget4 .grow {
    background: #c62c21;
}

.rowcolmd_clr .widget5 .r3_counter_box {
    background: #30618c;
}

.widget5 .grow {
    background: #185081;
}

.rowcolmd_clr .widget6 .r3_counter_box {
    background: #ffb84a;
}

.rowcolmd_clr .widget6 .grow {
    background: #eda028;
}

.rowcolmd_clr .widget7 .r3_counter_box {
    background: #f8931d;
}

.widget7 .grow {
    background: #de7d0c;
}

.rowcolmd_clr .widget8 .r3_counter_box {
    background: #63a8b8;
}

.widget8 .grow {
    background: #2394ae;
}

.left-side.sticky-left-side {
    background: #37a4db;
}

    .left-side.sticky-left-side .custom-nav {
        background: 0 0;
    }

    .left-side.sticky-left-side ul.nav li a span {
        color: #fff;
    }

.addasbird .activity_box.activity_box2 h3 {
    text-transform: none;
    font-family: "Titillium Web",sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 19px;
}

.homedomesticeform ul.nav li a span, .shipingdetails h5, body, h1, h2, h3, h4, h5, html {
    font-family: 'Titillium Web',sans-serif;
}

.incaseuare, .shipingdetails h5 {
    font-weight: 700;
    text-align: center;
}

.rowcolmd_clr .r3_counter_box {
    background: #41cbdd;
}

    .rowcolmd_clr .r3_counter_box h5 {
        color: #fff;
        float: right;
        margin: 0;
        line-height: 21px;
    }

.rowcolmd_clr .grow {
    float: left;
    position: relative;
    left: 0;
    top: auto;
    line-height: 29px;
    padding: 0 8px;
    width: 100%;
}

.rowcolmd_clr .r3_counter_box .fa {
    color: #fff;
    height: 100px;
}

.rowcolmd_clr .widget4 p {
    padding: 0;
    background: 0 0;
}

.addasbird .activity_box.activity_box2 td {
    color: #000;
    white-space: inherit;
    overflow: inherit !important;
}

.rowcolmd_clr a, .userlaa {
    color: #fff;
}

.rowcolmd_cnlr .activity_box.activity_box2 h3 {
    background: #2799d2;
}

.usersave {
    float: left;
    padding: 0 0 0 20px;
    width: 27%;
}

.userlaa {
    float: left;
    width: 100%;
    text-align: right;
}

.shipingdetails {
    float: left;
    width: 100%;
}

    .shipingdetails .tbleline {
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        padding: 15px 0;
        color: #000;
    }

        .shipingdetails .tbleline .col-sm-4 {
            padding: 0;
        }

        .shipingdetails .tbleline p {
            margin: 0;
            padding: 0;
        }

        .shipingdetails .tbleline a {
            text-decoration: underline;
            color: #337ab7;
        }

            .shipingdetails .tbleline a:hover {
                text-decoration: underline;
                color: #000;
            }

    .shipingdetails h5 {
        font-size: 21px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        margin: 0;
        color: #000;
    }

.table_shipment table.tableform_line td {
    font-size: 12px;
    border-right: 0 none;
    border-left: 0 none;
    color: #000;
    padding: 15px 0 !important;
}

.table_shipment table.tableform_line .plusminus td {
    background: #2799d2;
    color: #fff;
    padding: 15px 10px !important;
    font-size: 16px;
}

    .table_shipment table.tableform_line .plusminus td i.fa {
        color: #fff;
    }

.table_shipment table.tableform_line .plusminusgreen td {
    background: #1f7a30;
    color: #fff;
    padding: 15px 10px !important;
    font-size: 16px;
}

    .table_shipment table.tableform_line .plusminusgreen td i.fa {
        color: #fff;
    }

.table_shipment table.tableform_line td.timedove {
    font-size: 14px;
    padding: 15px 0 !important;
}

.table_shipment table.tableform_line th {
    border-right: 0 none;
    border-left: 0 none;
    padding: 15px 0 !important;
    border-top: 0 none !important;
    background: 0 0;
    color: #000;
}

.shipingdetails .tableform_line {
    border: 0;
}

.borerleftone {
    border-left: 1px solid #ccc;
}

.trackingnumberamex .container {
    padding: 0;
}

.incaseuare {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}

    .incaseuare a {
        color: #000;
        background: #f8931d;
        border-radius: 3px;
        display: inline-block;
        padding: 8px 11px;
        font-size: 13px;
        font-weight: 400;
    }

.foranyque {
    font-size: 12px;
    color: #000;
    text-align: center;
}

    .foranyque a {
        color: #2799d2;
    }

.col_datesm {
    font-size: 13px;
}

.mytrans_details.trackingnumberamex .shipemtdetilswrap .formgrwraper {
    padding: 0;
}

.stats span.apdiv {
    color: #093;
    top: -6px;
}

.stats span.pendiv {
    color: red;
    top: -6px;
}

#page-wrapper .graphs {
    display: none;
}

.right_col {
    background: #fff;
    padding: 0 10px 10px;
}

    .right_col .page-heading {
        margin: 0 -10px 13px;
    }

.btn_set {
    background: #eeeefa;
    color: #000;
    padding: 12px 28px;
    display: inline-block;
    margin: 0 0 20px 20px;
    border-radius: 20px;
    border: 2px solid #ddd;
    cursor: pointer;
}

.myorderpage div.container {
    max-width: 100%;
    width: 100%;
}

.submitbtn a:hover {
    text-decoration: none;
    color: #fff;
}

.detaiollserv a, .login-bottom-left p a:hover, .registration p a:hover, footer p a:hover {
    text-decoration: underline;
}

.rateprice {
    text-align: right;
    font-size: 30px;
    color: #505050;
}

.showingtextscaning {
    font-size: 20px;
}

.daystransit {
    text-align: center;
    padding: 10px;
    background: #5a5a5a;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 5px;
}

.homedomesticeform .no-padding {
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
}

.addcityicon b i {
    top: 2px;
    margin-left: 10px;
}

.homedomesticeform .input-group {
    margin: 0;
    width: 100%;
}

.homedomesticeform .btn-group.no-padding {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    padding-left: 0;
}

.homedomesticeform .nav-tabs > li.active > a, .homedomesticeform .nav-tabs > li.active > a:focus, .homedomesticeform .nav-tabs > li.active > a:hover {
    border: 0;
    background: rgba(0,0,0,.5);
    border-style: solid solid none;
    border-width: 2px 2px medium;
    color: #f8931d;
}

.homedomesticeform .nav-tabs > li > a {
    font-size: 24px;
    font-size: 15px;
    border: 0;
    background: rgba(0,0,0,.5);
    border-color: #fff #fff -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    color: #fff;
    display: block;
    padding: 9px 28px;
    text-align: center;
    text-transform: uppercase;
}

.valuelenth .form-group {
    width: 20%;
}

.homedomesticeform .valuelenth .input-group.newkg input.form-control:first-child {
    width: 77%;
    width: 73%;
}

.homedomesticeform .btn-danger {
    background: #5f4229;
    border-color: #5f4229;
    font-weight: 100;
    padding: 12px 33px;
    border-radius: 5px;
    margin: 0 0 19px;
    font-size: 18px;
}

.homedomesticeform .form-control {
    font-size: 14px;
    height: 44px;
    color: #777;
}

.homedomesticeform ul.nav li a {
    padding: 10px 27px;
}

    .homedomesticeform ul.nav li a span {
        color: #fff;
        font-weight: 100;
        padding: 0;
    }

.homedomesticeform ul.nav li.active a span {
    color: #f8931d;
}

.homedomesticeform .nav-tabs.nav-justified > li {
    float: left;
    max-width: 182px;
    border-radius: 0;
    overflow: hidden;
    width: 50%;
}

.homedomesticeform .nav-tabs.nav-justified {
    margin: 0;
}

.homedomesticeform .panel-body {
    padding-top: 35px;
    color: #fff;
    background: 0 0;
}

.class_indexone h1 {
    font-weight: 100;
    text-align: center;
    font-size: 45px;
}

.homedomesticeform .form-group strong, .text-hrxs strong {
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}

.text-hrxs strong {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-top: 35px;
    color: #000;
}

.row.parcel-dimensions {
    padding-top: 20px;
}

.classborderbotm .form-group {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
}

.homedomesticeform .form-group strong {
    color: #fff;
}

.homedomesticeform .cargo-selector {
    margin: auto;
    width: 221px;
}

body, html {
    height: 100%;
}

body {
    padding: 0;
}

.homelogo {
    padding: 5px 0;
}

.form-group.netzone {
    padding: 0 20px;
    font-size: 14px;
}

.netzone .row {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.netzone a {
    font-size: 14px;
    margin-left: 8px;
}

.netzone .glyphicon {
    font-size: 12px;
}

#DivnateworkZones .modal-header, #ShowCountryModal .modal-header, #ShowStateModal .modal-header, #countryModal .modal-header, #stateModal .modal-header {
    padding: 0;
}

#DivnateworkZones .close, #ShowCountryModal .close, #ShowStateModal .close, #countryModal .close, #stateModal .close {
    margin: 5px 10px 0 0;
    color: #fff;
    opacity: 1;
}

#DefaultnateworkZones {
    height: 180px;
    padding: 0 0 0 29px;
}

.customerlogo img {
    max-width: 100%;
}

.homepage .card .header h1 {
    font-size: 35px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.homepage {
    color: #000;
}

    .homepage div.container {
        max-width: 1320px;
    }

.indexportal {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
}

.homepage select.form-control {
    height: 42px;
    width: 100%;
}

.homepage .form-signin label {
    text-align: right;
    padding: 5px 0 0;
    width: 49px;
    font-size: 18px;
}

.homepage .btn-signin {
    font-size: 18px;
    border-radius: 25px;
}

.homepage input.btn-signin {
    font-size: 25px;
    border-radius: 45px;
}

.homepage .btn-signin:hover {
    background: #e31e26;
    color: #fff;
}

.indexportalbtn {
    margin: 30px 0;
}

.aramestitle {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #e64a19;
}

    .aramestitle span {
        font-size: 13px;
        color: #000;
        font-style: italic;
    }

.dockycreq {
    display: block;
    color: #404040;
    font-size: 13px;
}

    .dockycreq span {
        min-width: 140px;
        display: inline-block;
        text-align: center;
    }

.result_quotest {
    float: left;
    width: 100%;
}

.pickupbtn {
    text-align: center;
    background: #f5f5f5;
    padding-top: 20px;
}

    .pickupbtn .info_button {
        background: #e31e26;
        color: #fff;
        font-size: 20px;
        border-radius: 45px;
        padding: 5px 24px;
        display: inline-block;
        margin-bottom: 20px;
        border: 0;
    }

        .pickupbtn .info_button:hover {
            background: #f8931d;
        }

.estimatepickup .optionquotetext {
    width: 55px;
    text-align: center;
    color: #444;
}

.estimatepickup {
    padding: 0 10px;
}

.result_ninfo .estimatepickup .info_button i.fa {
    margin-right: 0;
}

.result_logo {
    float: left;
}

.resultboxes {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px;
}

.result_ninfo .info_button i.fa {
    float: left;
    width: 20px;
    margin: 2px 5px 0 0;
}

.optionquotetext {
    float: left;
    width: 70px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #0c63a6;
    line-height: 12px;
}

.adit_price {
    text-align: right;
}

.price_scope {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.result_ninfo {
    padding: 10px 0;
}

.result_logo img {
    max-width: 100%;
}

.result_quote {
    float: left;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fce7ce;
}

.quote_result_pricing {
    color: #0c63a6;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    font-size: 28px;
}

.result_vat {
    font-size: 13px;
    color: #464646;
}

.pricing_secondary {
    font-size: 13.5px;
}

.result_title {
    font-size: 22px;
    line-height: 22px;
}

.detaiollserv a {
    color: #0c63a6;
    font-size: 12px;
}

.adit_price a.btn {
    background: #f8931d;
}

    .adit_price a.btn:hover {
        background: #c37d2b !important;
    }

.adit_price a.btn-primary {
    background: #fff !important;
    color: #000;
    border: 1px solid #f8931d !important;
}

    .adit_price a.btn-primary:hover {
        background: #f8931d !important;
    }

.container_personal {
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 3px 9px rgba(0,0,0,.1);
    padding: 20px;
}

    .container_personal .label_fieldtxt .inputtext, .label_fieldtxt input.inputtext {
        height: 40px;
    }

    .container_personal .namefield {
        padding: 9px 2% 5px 0;
    }

.belowtxtinput {
    font-size: 13px;
    font-weight: 100;
    color: #6f6f6f;
    padding: 2px 0 18px;
}

.container_personal .label_fieldtxt.adress_details .inputtext {
    float: left;
}

.wrapper_table {
    max-width: 600px;
    margin: auto;
}

    .wrapper_table .input-section input {
        width: 100%;
        height: 33px;
        border: 0;
    }

.container_personal .submitbtn {
    float: none;
    text-align: center;
    margin: 40px auto 20px;
    padding: 0;
}

.label-section {
    background: #00a99d;
    border: 1px solid #00a99d;
    color: #fff;
    font-size: 15px;
    min-width: 100px;
    padding-right: 30px;
    text-align: right;
    width: 10%;
}

.input_group_addon, .login-form a, .logo-img, .qq-uploader, .registration-form h3, .table-cell {
    text-align: center;
}

.table-cell {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

    .table-cell.input-section {
        padding: 0;
    }

.form_titile {
    font-size: 16px;
    padding: 20px 0 10px;
    clear: both;
}

.tableform_line {
    max-width: 600px;
    margin: auto;
    padding: 40px 0;
}

    .tableform_line .input_wide {
        background: #ddd;
    }

.map_officeaddress {
    clear: both;
    max-width: 600px;
    margin: auto;
}

    .map_officeaddress .map {
        margin: 0 auto 30px;
    }

.tableform_line .input_wide th {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    padding: 5px;
}

.tableform_line input {
    width: 100%;
}

.requiredfield {
    padding: 15px 15px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.qq-upload-button {
    background: -moz-linear-gradient(center top,#f5f5f5 0,#eee 100%) rgba(0,0,0,0);
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px #fff inset,0 1px #ddd;
    color: #666;
    cursor: pointer;
    text-shadow: 0 1px #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 9px 15px;
}

.qq-uploader {
    width: 224px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

ol, p, ul {
    margin: 0;
}

body, html {
    font-size: 100%;
    overflow-x: hidden;
    background: #f9f9f9;
}

    body a {
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        -ms-transition: .5s all;
        text-decoration: none;
    }

a:active, a:focus, a:hover {
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #353F4F;
    text-decoration: none;
}

.input-group.newkg input.form-control:first-child {
    width: 83%;
}

.input_group_addon {
    background-color: #eee;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: 400;
    border-left: 0;
    display: inline-block;
    padding: 11px 14px;
}

.icons {
    margin: 2em;
    background: #fff;
    padding: 2em;
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.ic-ons {
    padding: 1em;
}

.fa-hover.col-md-3.col-sm-4 {
    font-size: 1em;
    padding: .5em;
}

.met-top {
    float: right;
    width: 40%;
}

.login-top-left, .show_hide {
    float: left;
}

.show_hide {
    display: none;
}

.meters_list {
    border: 1px solid #F0F0F0;
    background: #65cea7;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

    .meters_list img {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

.login-body { /*background:url(../images/login-bg-green.png) 100% 100% no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-top {
    padding: 15px;
}

.align-right, .login-top-right {
    float: right;
}

.login-top-left h1 a {
    font-size: 25px;
    color: #35AB7F;
}

.login-top-right li {
    display: inline-block;
    color: #222;
}

    .login-top-right li a {
        font-size: 18px;
        color: #35AB7F;
        margin: 0 10px;
    }

.registration-form {
    width: 370px;
    margin: 100px auto;
}

.login-form {
    padding: 8%;
    background: #FFF;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .login-form a {
        display: inline-block;
        margin: 0 auto;
    }

.registration-form h3 {
    font-size: 25px;
    color: #0e3c7b;
    margin: 15px 0 25px;
}

.registration-form span:first-child {
    margin-top: 0;
}

.registration-form input[type=text], .registration-form input[type=password] {
    padding: 15px;
    color: #333;
    font-size: 13px;
    margin: 4px auto;
    width: 95%;
    -webkit-apperance: none;
    background: #FFF;
    border: 1px solid #ECECEC;
    outline: 0;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

    .registration-form input[type=text]:focus, .registration-form input[type=text]:hover, .registration-form input[type=password]:focus, .registration-form input[type=password]:hover {
        border-color: #ccc;
    }

.registration-form input[type=submit] {
    padding: 15px 2em;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: 0;
    background: #6bc5a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-apperance: none;
    margin-top: 15px;
}

    .registration-form input[type=submit]:hover {
        background: #4DAA88;
    }

.registration-form .login_form input[type=text] {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ECECEC;
    font-size: 16px;
}

.registration-form .login_form input[type=password] {
    border: none;
    padding-left: 0;
    width: 84%;
    margin: 0;
    font-size: 16px;
}

.header_stats p, .hint-message {
    font-size: 12px;
}

.submit-buttom {
    border-bottom: 1px solid #eee;
}

.registration-form .login_form button {
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

.meter, .meter > span {
    position: relative;
}

.btn-info {
    padding: 8px 12px;
}

.btn {
    margin-right: 8px;
}

.hint-message {
    text-align: right;
    height: 18px;
}

.custom-nav li .fa, .form-bottom, .header_stats, .logo-icon a, .registration p, footer {
    text-align: center;
}

.error {
    color: red;
}

.success {
    color: green;
}

.header_stats h3 {
    font-size: 12px;
    font-weight: 600;
}

.header_stats .stat-num {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    padding: 8px 0;
}

.header_stats .stat-highlight, .header_stats .stat-highlight-red {
    color: #ef4836;
    font-weight: 700;
}

.header_stats .stat-highlight-green {
    color: #26a65b;
    font-weight: 700;
}

.meter > span {
    display: block;
    height: 100%;
    overflow: hidden;
}

    .animate > span > span, .meter > span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
    }

.checkbox input + i:after, .left-side .searchform::after, .progress-report:before {
    content: '';
}

.animate > span:after {
    display: none;
}

.checkbox i, .registration-form span {
    display: block;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.red > span {
    background-color: #65CEA7;
}

.nostripes > span:after, .nostripes > span > span {
    -webkit-animation: none;
    -moz-animation: none;
    background-image: none;
}

.total_production {
    background: #fff;
    padding: 2em;
}

    .total_production h3 {
        font-size: 25px;
        margin-bottom: .3em;
    }

    .total_production p {
        font-size: 13px;
        margin-bottom: .3em;
    }

.progress-report {
    padding: 1.5em 2em;
    background: #EBC85E;
    width: 16%;
    float: right;
    margin-left: 2%;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    position: relative;
}

    .progress-report:before {
        pointer-events: none;
        position: absolute;
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: left;
        transition-property: left;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        left: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent #EBC85E transparent transparent;
    }

    .progress-report p {
        font-size: 13px;
        color: #A17C09;
    }

    .progress-report h4 {
        font-size: 24px;
        color: #fff;
    }

.checkbox {
    padding-left: 25px;
    color: #222;
    font-size: 15px;
}

    .checkbox:last-child {
        margin-bottom: 0;
    }

    .checkbox input {
        position: absolute;
        left: -9999px;
    }

        .checkbox i, .checkbox input + i:after {
            left: 0;
            height: 16px;
            position: absolute;
        }

    .checkbox i {
        bottom: 0;
        width: 16px;
        outline: 0;
        border: 1px solid #DDD;
        background: #FFF;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .checkbox input + i:after {
        opacity: 0;
        transition: opacity .1s;
        -o-transition: opacity .1s;
        -ms-transition: opacity .1s;
        -moz-transition: opacity .1s;
        -webkit-transition: opacity .1s; /*background:url(../images/mark2.png) center no-repeat;*/
        top: 0;
        width: 17px;
        font: 400 12px/16px FontAwesome;
        text-align: center;
    }

    .checkbox input:checked + i:after {
        opacity: 1;
    }

.form-bottom .checkbox {
    float: none;
}

.forget {
    float: right;
}

.form-bottom {
    margin-top: 20px;
}

    .form-bottom p {
        font-size: 12px;
    }

.registration p {
    padding: 20px 0;
    color: #8D8D8D;
    font-weight: 600;
}

    .registration p a {
        color: #3E8B6F;
    }

.radios {
    margin-bottom: 15px;
}

.registration-form p {
    font-size: 15px;
    color: #575757;
}

    .registration-form p.forget {
        font-size: 12px;
    }

.login-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.login-bottom-left {
    float: left;
    padding: 10px;
}

    .login-bottom-left p {
        font-size: 13px;
        color: #EEE;
    }

        .login-bottom-left p a {
            color: #FFF;
        }

.login-bottom-right {
    float: right;
    padding: 10px;
}

    .login-bottom-right li {
        display: inline-block;
        color: #EEE;
    }

        .login-bottom-right li a {
            font-size: 12px;
            color: #EEE;
            margin: 0 10px;
            cursor: pointer;
        }

            .login-bottom-right li a:hover {
                color: #FFF;
                text-decoration: underline;
            }

footer {
    background: #fff;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #eff0f4;
    position: fixed;
    bottom: 0;
}

    footer p {
        color: #7A7676;
        font-size: 14px;
    }

        footer p a {
            color: #F44336;
        }

.logo a, .logo-icon a, .social_icons-left a, .user-panel-top li a {
    text-decoration: none;
}

.drp-mnu:before, .nofitications-dropdown li .dropdown-menu:before {
    position: absolute;
    top: -8.5px;
    left: 5px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #DFDFDF;
    border-left: 8px solid transparent;
    content: '';
}

.forminformationDetail {
    padding-left: 15px;
}

    .forminformationDetail strong {
        width: 100px;
    }

.left-side {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: #fff;
}

.form-group, .nav > li, .nav > li > a {
    position: relative;
}

.sticky-left-side .custom-nav {
    margin-top: 59px;
    background: #fff;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo a {
    font-size: .7em;
    color: #fff;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
}

    .logo a img {
        width: 100%;
    }

    .logo a span {
        color: #000;
    }

.logo-icon {
    display: none;
}

div#page-wrapper {
    padding: 1em 2em;
}

.left-side-collapsed .logo-icon {
    height: 51px;
    margin-top: 0;
    display: block !important;
}

.logo-icon a {
    display: block;
}

    .logo-icon a i {
        line-height: 1.4em;
        font-size: 1.5em;
        padding-top: 10px;
        display: block;
        color: #fff;
    }

    .logo-icon a:hover {
        color: #b8c9f1;
    }

.left-side-inner {
    padding: 0;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

    .left-side .searchform::after {
        display: block;
        clear: both;
    }

    .left-side .searchform input {
        padding: 10px;
        width: 83%;
        margin: 0 0 15px 10px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: none;
    }

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: none;
}

    .left-side .logged-user .media-object {
        width: 40px;
        height: 40px;
        display: block;
        -moz-border-radius: 3em;
        -webkit-border-radius: 3em;
        border-radius: 3em;
        float: left;
    }

    .left-side .logged-user .media-body {
        margin-left: 60px;
        color: #d7d7d7;
    }

        .left-side .logged-user .media-body h4 {
            font-size: 15px;
            margin: 5px 0 0;
        }

            .left-side .logged-user .media-body h4 a {
                color: #fff;
            }

        .left-side .logged-user .media-body span {
            font-style: italic;
            font-size: 11px;
            opacity: .5;
        }

.custom-nav {
    margin-bottom: 10px;
}

    .custom-nav > li > a {
        color: #C8C8C8;
        padding: 12px 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

        .custom-nav > li > a:active, .custom-nav > li > a:hover {
            color: #8BC34A;
            border-radius: 0;
            -webkit-border-radius: 0;
            background: #1393d3;
        }

    .custom-nav > li.menu-list > a {
        background: 0 0;
    }

        .custom-nav > li.menu-list > a:hover {
            background-color: #f2f6f9;
        }

    .custom-nav > li.nav-active > a {
        color: #5b9bd1;
        background: #f8931d;
    }

    .custom-nav > li.nav-active > ul {
        display: block;
    }

    .custom-nav > li.active > a, .custom-nav > li.active > a:focus, .custom-nav > li.active > a:hover {
        color: #8BC34A;
        background: #1393d3;
    }

ul.dropdown-menu.drp-mnu li {
    width: 100%;
}

.custom-nav > li.menu-list.active > a { /*background-image:url(../images/plus.png)*/
}

.custom-nav > li.nav-active.active > a, .custom-nav > li.nav-active.active > a:hover { /*background-image:url(../images/minus.png)*/
}

.custom-nav li .fa {
    font-size: 16px;
    vertical-align: middle;
    width: 16px;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
}

.custom-nav .menu-list.active ul, .nav > li, .nav > li > a {
    display: block;
}

.custom-nav .sub-menu-list > li > a {
    background: #f2f6f9;
    color: #5b9bd1;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

    .custom-nav .sub-menu-list > li > a:active, .custom-nav .sub-menu-list > li > a:focus, .custom-nav .sub-menu-list > li > a:hover {
        text-decoration: none;
        color: #fff;
        background: #353f4f;
    }

.profile_img i {
    float: right;
    margin: .5em 0 0;
    color: #00BCD4;
}

.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: .5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    background: #f2f6f9;
    color: #5b9bd1;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.nav > li > a {
    padding: 12px 15px;
}

.nav-stacked > li + li {
    margin-top: 1px;
    margin-left: 0;
}

.page-heading {
    background: #686c74;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 5px 20px;
}

.page-heading-2 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.same-form .form-horizontal label {
    text-align: left;
}

.validation-summary-errors {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 20px;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.field-validation-error {
    color: #a94442 !important;
    display: inline-block;
    font-size: 12px;
    left: 20px;
    padding: 1px 5px;
    bottom: -40%;
}

input.form-control.input-validation-error, select.input-validation-error {
    background-color: none;
    color: #555 !important;
    border: 1px solid red !important;
}

textarea.form-control.input-validation-error {
    background-color: #f69988;
    color: #fff !important;
    border: 1px solid red !important;
}

.back-btn {
    font-size: 14px;
    padding: 6px !important;
    position: absolute;
    right: 0;
    top: -4px;
    background: #353f4f !important;
}

    .back-btn i {
        font-size: 12px;
    }

.custom-modal {
    display: block;
}

    .custom-modal .modal-header {
        background: #000;
    }

        .custom-modal .modal-header > h1 {
            font-size: 17px;
            margin: 0;
        }

    .custom-modal .modal-body > label {
        color: #999;
    }

    .custom-modal .modal-footer {
        background: #eee;
        padding: 10px;
    }

    .custom-modal .close {
        color: #fff;
        opacity: .6;
    }

#DivDomInsurance .radio-btn, #DivIntInsurance .radio-btn {
    font-size: 15px;
}

@media (max-width:767px) {
    .hidden-xs, .visible-xs {
        display: none !important;
    }

    .same-form .form-horizontal label {
        margin-bottom: 10px;
    }

    .form-signin .rem-checkbox > label input[type="checkbox"] {
        margin: 5px 0px 0px -17px !important;
    }

    .form-signin .rem-checkbox > label {
        padding-left: 17px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }

    .form-signin .col-md-6.col-sm-6.pull-left.text-center {
        width: 42%;
    }

    .form-signin .rem-checkbox > label {
        padding-left: 21px;
    }

        .form-signin .rem-checkbox > label input[type="checkbox"] {
            margin-left: -15px;
        }

    .form-signin .row.loginforgotme .col-md-6.col-sm-6 {
        padding-right: 0;
        padding-left: 7px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .form-signin .rem-checkbox > label {
        padding-left: 17px;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.left-side-collapsed .custom-nav .menu-list.nav-active ul, .left-side-collapsed .custom-nav ul, .left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .header-section {
    margin-left: 0;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 0;
    overflow: visible !important;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #fff;
    margin-bottom: 8px;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px;
}

    .left-side-collapsed .custom-nav li a {
        text-align: center;
        padding: 10px;
        position: relative;
        background: 0 0;
    }

    .left-side-collapsed .custom-nav > li.menu-list > a {
        background-image: none;
    }

    .left-side-collapsed .custom-nav li a span {
        position: absolute;
        background: #f8931d;
        padding: 11.7px;
        left: 52px;
        top: 0;
        min-width: 200px;
        text-align: left;
        z-index: 100;
        display: none;
        font-size: 13px;
        text-transform: uppercase;
    }

        .left-side-collapsed .custom-nav li a span:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: transparent #f8931d transparent transparent;
            border-width: 6px;
            margin-top: -6px;
        }

    .left-side-collapsed .custom-nav li.active a span {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .left-side-collapsed .custom-nav .menu-list.nav-hover ul {
        display: block;
    }

    .left-side-collapsed .custom-nav > li.nav-hover.active > a, .left-side-collapsed .custom-nav > li.nav-hover > a {
        color: #5b9bd1;
    }

    .left-side-collapsed .custom-nav li.nav-hover a span {
        display: block;
        color: #fff;
        cursor: default;
    }

    .left-side-collapsed .custom-nav li.nav-hover.active a span {
        background: #8BC34A;
        color: #fff;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        display: block;
        position: absolute;
        top: 42px;
        left: 52px;
        margin: 0;
        min-width: 200px;
        background: #353f4f;
        z-index: 100;
        -moz-border-radius: 0 0 2px;
        -webkit-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px;
    }

    .left-side-collapsed .custom-nav ul a {
        text-align: left;
        padding: 6px 10px;
        color: #5b9bd1;
    }

        .left-side-collapsed .custom-nav ul a:hover {
            background: #000;
        }

    .left-side-collapsed .custom-nav li a i {
        margin-right: 0;
        font-size: 1.2em;
        color: #fff;
    }

ul.nav li a span {
    padding-left: .5em;
    color: #678098;
}

.left-side-inner ul.nav li.active a span {
    color: #fff;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}

.header-section {
    background: #FFF;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -o-box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

    .header-section::after {
        clear: both;
        display: block;
        content: '';
    }

.toggle-btn {
    font-size: 15px;
    padding: 10px 0 0;
    width: 40px;
    height: 40px;
    margin: .4em 0 0 2em;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #fff;
    background: #f8931d;
    border: none;
    border-radius: 100%;
    -moz-transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

    .toggle-btn:hover {
        background: #C3C3C3;
        color: #fff;
    }

.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    margin: 8px 0 0 10px;
    padding: 7px 10px;
    width: 220px;
    outline: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.sticky-header .menu-right, .sticky-header.left-side-collapsed .menu-right {
    margin-right: 0;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.logo-co {
    float: left;
    padding: 7px 15px 6px;
}

    .logo-co a {
        display: block;
    }

#loginButton, ul.nofitications-dropdown li {
    display: inline-block;
}

.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 100;
    background: #fff;
    text-align: center;
    padding: 8px 0;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.logo h1 {
    line-height: 25px;
    margin: 0;
}

.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 200px;
    width: calc(100% - 200px);
    z-index: 100;
}

#loginButton, #loginContainer {
    position: relative;
}

.sticky-header .main-content {
    padding-top: 50px;
}

.sticky-header.left-side-collapsed .header-section {
    left: 52px;
    width: calc(100% - 52px);
}

.menu-right {
    margin: 6px 15px 0 0;
}

.dropdown-menu-head {
    background: #fff;
}

    .dropdown-menu-head .title {
        background: #65cea7;
        color: #fff;
        padding: 15px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }

.social_icons {
    float: right;
    width: 25%;
    margin-top: .6em;
}

a.yui {
    padding: .6em 1.7em .5em !important;
}

.social_icons-left {
    padding-right: 0;
}

    .social_icons-left a {
        font-size: .8em;
        color: #fff;
        margin: 0;
        padding: .6em 1em .5em;
        background: #3b5998;
        text-align: center;
        white-space: nowrap;
    }

.twi a {
    background: #55acee;
}

.pinterest a {
    background: #dc4e41;
}

.social_icons-left a span {
    padding-left: .5em;
}

.social_icons-left a i.i1 {
    color: #fff;
    font-size: 1.2em;
}

.profile_details_left {
    float: left;
    margin: .3em 0 0 1em;
}

.nofitications-dropdown {
    margin-top: 2px;
}

ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
}

.user-panel-top ul {
    padding-left: 0;
    margin: 0;
}

.user-panel-top li {
    float: left;
    margin-left: 15px;
    position: relative;
}

#loginButton {
    z-index: 30;
    cursor: pointer;
}

    #loginButton i {
        font-size: 20px;
    }

    #loginButton span {
        width: 24px;
        height: 24px; /*background:url(../images/sprite.png) -35px -10px no-repeat;*/
        display: block;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        cursor: pointer;
    }

#loginBox {
    position: absolute;
    top: 25px;
    right: 0;
    display: none;
    z-index: 29;
}

#loginForm {
    float: right;
    width: 280px;
    margin-top: 18px;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.47);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.47);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,.47);
    box-shadow: 0 1px 5px rgba(0,0,0,.47);
}

.search_box {
    background: #FFF;
    border: 1px solid #F0F0F0;
    position: relative;
}

    .search_box input[type=text] {
        border: 1px solid #FFF;
        outline: 0;
        background: 0 0;
        font-size: 13px;
        color: #888;
        width: 88%;
        padding: 7px 8px;
        margin: 0;
        height: 33px;
        -webkit-appearance: none;
        -o-transition: border-color ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s;
        transition: border-color ease-in-out .15s;
    }

        .search_box input[type=text]:focus {
            border: 1px solid #424f63;
        }

    .search_box input[type=submit] {
        border: none;
        cursor: pointer;
        background: url(../../images/search.png) center no-repeat #424f63;
        position: absolute;
        right: 0;
        width: 35px;
        height: 35px;
        outline: 0;
    }

.wid {
    padding: 0 1em 1em !important;
}

.search_box input[type=submit]:hover {
    background-color: #353f4f;
}

.user-panel-top li span.digit {
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    background: #e64c65;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -10px;
}

.user-panel-top li:first-child {
    margin-left: 0;
}

.act a i, .active a i {
    color: #8BC34A;
}

.custom-nav > li.act > a, .custom-nav > li.act > a:focus, .custom-nav > li.act > a:hover {
    background-color: #353f4f;
    color: #8BC34A;
}

.user-panel-top li a {
    display: block;
    padding: 5px;
}

.profile_details_drop a {
    padding: 0 5px 5px !important;
}

i.fa.fa-bell, i.fa.fa-envelope, i.fa.fa-tasks {
    color: #ABABAB;
}

.user-panel-top li a:hover {
    border-color: rgba(101,124,153,.93);
}

.user-panel-top li a i {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 25px;
}

.sb-icon-search, .sb-search, .sb-search-input, .sb-search-submit {
    height: 30px;
    position: absolute;
    margin: 0;
}

.user-panel-top li a i span {
    font-size: 15px;
    color: #FFF;
}

.user-panel-top li a.user {
    background: #667686;
}

.user-panel-top li span.green {
    background: #a88add;
}

.user-panel-top li span.red {
    background: #b8c9f1;
}

.user-panel-top li span.yellow {
    background: #bdc3c7;
}

.sb-search {
    left: 115px;
    width: 0%;
    min-width: 30px;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    background: 0 0;
}

.sb-search-input {
    top: 0;
    left: 1px;
    border: none;
    outline: 0;
    background: #6DBEE8;
    width: 88%;
    z-index: 10;
    font-size: 13px;
    color: #FFF;
    padding: 0 1em;
}

.sb-icon-search, .sb-search-submit {
    background: url(../../images/search.png) 5px 7px no-repeat #fff;
}

.sb-search-input::-webkit-input-placeholder {
    color: #FFF;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search, .sb-search-submit {
    width: 30px;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    z-index: 90;
}

.no-js .sb-search, .sb-search.sb-search-open {
    width: 100%;
    min-width: 230px;
}

    .no-js .sb-search .sb-icon-search, .sb-search.sb-search-open .sb-icon-search { /*background:url(../../images/img-sprite.png) 0 1px no-repeat silver;*/
        color: #fff;
        z-index: 11;
    }

    .no-js .sb-search .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
        z-index: 90;
    }

.dropdown {
    position: relative;
}

.dropdown-menu2 {
    padding: 0;
    position: absolute;
    top: 133%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 250px;
    margin: 1px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 5px rgba(184,201,241,.75);
    -moz-box-shadow: 0 1px 5px rgba(184,201,241,.75);
    -o-box-shadow: 0 1px 5px rgba(184,201,241,.75);
    box-shadow: 0 1px 5px rgba(184,201,241,.75);
    background-clip: padding-box;
}

.export-nav {
    margin: 10px 0 0;
}

.open > .dropdown-menu2 {
    opacity: 1;
}

ul.dropdown-menu {
    padding: 0;
    min-width: 250px;
    top: 108%;
}

.dropdown-menu li a .badge {
    background: #ff5454;
    border: 2px solid #fff;
    position: absolute;
    top: 9px;
    right: 3px;
    font-size: 8px;
    line-height: 8px;
    padding: 4px 6px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    min-width: 0;
}

.dropdown-menu2 {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -mz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    display: block;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .dropdown-menu2 li {
        margin-left: 0;
        float: none;
        width: 100%;
    }

        .dropdown-menu2 li a {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border: none;
            border-bottom: 1px solid #E4E4E4;
        }

            .dropdown-menu2 li a:hover {
                border: none;
                border-bottom: 1px solid #E4E4E4;
            }

        .dropdown-menu2 li.odd {
            background: rgba(0,0,0,.02);
        }

.notification_header {
    background-color: #FAFAFA;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

    .notification_header h3 {
        color: #6A6A6A;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

.notification_bottom {
    background-color: #F1F1F1;
    padding: 4px 0;
    text-align: center;
}

    .notification_bottom a {
        color: #F44336;
    }

        .notification_bottom a:hover {
            color: #999;
        }

    .notification_bottom h3 a {
        color: #717171;
        font-size: 12px;
        border-radius: 0;
        border: none;
        padding: 0;
        text-align: center;
    }

        .notification_bottom h3 a:hover {
            color: #4A4A4A;
            text-decoration: underline;
            background: 0 0;
        }

.user_img {
    float: left;
    width: 15%;
}

    .user_img img {
        max-width: 100%;
        display: block;
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
    }

.notification_desc {
    float: left;
    width: 80%;
    margin-left: 5%;
}

    .notification_desc p {
        color: #757575;
        font-size: 13px;
        padding: 2px 0;
    }

.wrapper-dropdown-2 .dropdown li a:hover .notification_desc p {
    color: #424242;
}

.notification_desc p span {
    color: #979797 !important;
    font-size: 11px;
}

.profile_picture {
    text-align: center;
}

    .profile_picture a {
        display: block;
    }

    .profile_picture > a {
        display: block;
        margin: 0 auto;
        border-radius: 8em;
        -webkit-border-radius: 8em;
        -moz-border-radius: 8em;
        -o-border-radius: 8em;
        width: 100px;
        height: 100px;
    }

.profile_picture_name {
    padding-top: 20px;
}

    .profile_picture_name h2 {
        margin-bottom: 5px;
        font-size: 20px;
        color: #535351;
        font-weight: 600;
    }

    .profile_picture_name p {
        font-size: 12px;
        color: #BCBCBC;
        line-height: 1.6em;
    }

.articles_list li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #F8F8F8;
}

    .articles_list li a {
        display: block;
        color: #909090;
        font-size: 12px;
        text-align: left;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

.grid-date h4, .progress .bar, .r3_counter_box1 .fa, .span_8, .tiles-body, .tiles_info .tiles-head, .widget4 p, p.monday {
    text-align: center;
}

.articles_list li a:hover {
    color: #65CEA7;
}

.articles_list li a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: top;
}

    .articles_list li a i span {
        font-size: 25px;
        color: #FFF;
    }

.progress .bar, .task-desc {
    font-size: 12px;
}

.progress {
    margin-top: 8px;
    z-index: 1;
    cursor: pointer;
}

.task-info .percentage {
    float: right;
    height: inherit;
    line-height: inherit;
}

.wrapper-dropdown-3 .dropdown li a:hover span.task-desc {
    color: #65cea7;
}

.progress .bar {
    z-index: 2;
    height: 15px;
    color: #fff;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .yellow {
    background: #f0ad4e;
}

.progress-striped .green {
    background: #5cb85c;
}

.progress-striped .light-blue {
    background: #5bc0de;
}

.progress-striped .red {
    background: #d9534f;
}

.progress-striped .blue {
    background: #428bca;
}

.progress-striped .bar {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.profile_details {
    float: right;
    margin: 0 0 0 1em;
}

.profile_details_drop .lnr.lnr-chevron-up {
    display: none;
}

.profile_details_drop.open .lnr.lnr-chevron-up {
    display: block;
}

.profile_details_drop.open .lnr.lnr-chevron-down {
    display: none;
}

ul.dropdown-menu2.drpdwn-meu2 {
    top: 102%;
}

ul.dropdown-menu {
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}

    ul.dropdown-menu.drp-mnu {
        min-width: 125px;
        top: 94%;
    }

        ul.dropdown-menu.drp-mnu li a {
            display: inline-flex;
            width: 100%;
            text-align: center;
            padding: .5em 0 .5em 1.5em;
        }

            ul.dropdown-menu.drp-mnu li a i {
                width: 24px;
                line-height: 17px;
                height: 20px;
            }

.profile_img span {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -o-border-radius: 3em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.span_4 {
    padding: 0;
}

.user-name {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    height: 35px;
    width: 45%;
}

.profile_details ul li {
    list-style-type: none;
    width: 87%;
}

.user-name p {
    font-size: 14px;
    color: #F44336;
    line-height: 1em;
    font-weight: 700;
}

    .user-name p span {
        font-size: 10px;
        font-style: italic;
        color: #424f63;
        font-weight: 400;
        white-space: nowrap;
    }

.wrapper-dropdown-4 i.dropdown-icon {
    width: 20px;
    height: 20px;
    display: block; /*background:url(../images/up-down.png) -8px -24px no-repeat;*/
    margin-top: 13px;
    float: right;
}

.user-name1, p.date-in {
    float: left;
}

.wrapper-dropdown-4 .dropdown-menu2 li:first-child a {
    border-top: none;
}

.wrapper-dropdown-4 .dropdown-menu2 {
    min-width: 160px;
}

    .wrapper-dropdown-4 .dropdown-menu2 li a {
        display: block;
        text-decoration: none;
        color: #5A5A5A;
        font-size: 12px;
        background: #FFF;
        border: none;
        border-top: 1px solid #F0F0F0;
        padding: 8px;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        border-radius: 0;
    }

.widget3, .widget4 {
    padding: 0 2em;
}

.wrapper-dropdown-4 .dropdown-menu2 li a i {
    display: inline-block;
}

.wrapper-dropdown-4 li:hover a {
    color: #FFF;
    background: #B8C9F1;
}

.wrapper-dropdown-4.open i.dropdown-icon {
    background-position: -8px -4px;
}

.col-md-6.col_1_of_2.span_1_of_2 {
    margin-bottom: .6em;
}

.main-content {
    margin-left: 200px;
    background: #F8F8F8;
    min-height: 1000px;
}

.main-content2 {
    min-height: 1250px !important;
}

.main-content5 {
    min-height: 1030px !important;
}

.main-content6 {
    min-height: 1700px !important;
}

.main-content3 {
    min-height: 2580px !important;
}

.main-content4 {
    min-height: 2275px !important;
}

.switches1 {
    margin: 2.3em 1em 0;
}

.widget3 {
    margin-bottom: 1em;
}

.widget4 p {
    font-size: 1.3em;
    background: #999;
    padding: 1.5em 0;
    color: #fff;
    margin: 0;
}

.widgt5 {
    padding: 0 1em !important;
}

.switches {
    margin: 1.5em 0 0;
}

.r3_counter_box1 {
    min-height: 100px;
    background: #fff;
}

    .r3_counter_box1.for {
        min-height: 100px;
        border: 2px solid #EAEAEA;
        padding: 15px;
        border-radius: 6px;
        margin: 0;
    }

.icon-rounded1 {
    background-color: #b8c9f1 !important;
}

i.pull-left.fa.fa-bolt.icon-rounded {
    background: #bdc3c7;
    font-size: 33px;
}

.r3_counter_box1.for .stats span {
    font-weight: 400 !important;
    padding-left: .5em !important;
    font-size: 18px !important;
}

.r3_counter_box1.for h5 {
    font-size: 40px;
}

.stats {
    overflow: hidden;
    border-top: 1px solid #DDD;
    background: #f9f9f9;
    padding: 1.5em;
}

.grow {
    position: absolute;
    top: 47%;
    left: 35%;
    background: #8BC34A;
    width: 95px;
    height: 30px;
    padding: .4em 0 0;
}

.grow1 {
    background: #00BCD4;
}

.grow2 {
    background: #FFCA28;
}

.grow3 {
    background: #F44336;
}

.grow1, .grow2, .grow3 {
    left: 36%;
}

.switch-right-grid h3 {
    color: #000;
    margin: 0;
    font-size: 1em;
}

.switch-right-grid ul {
    padding: 2em 0 1em;
}

canvas#bar, canvas#line {
    background-color: #fff !important;
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

canvas.overlay {
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

.switch-right-grid {
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    background: #fff;
}

.switch-right {
    padding: 0;
    width: 32.33%;
    margin-right: 1.5%;
}

    .switch-right:nth-child(3) {
        margin-right: 0;
    }

.switch-right-grid1 {
    padding: 2em 2em 0;
}

.switch-right-grid ul li {
    list-style-type: none;
    color: #777;
    margin: 0 0 .5em;
    font-size: 14px;
}

.switch-right-grid p {
    color: #999;
    font-size: 13px;
    margin: .3em 0 0;
}

.grow p {
    color: #fff;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.spar-10 {
    margin-top: 2em;
}

.r3_counter_box1 .fa {
    margin-right: 0;
    width: 66px;
    height: 66px;
    line-height: 65px;
}

.r3_counter_box1.stats {
    padding-left: 85px;
}

.r3_counter_box1 h5 {
    margin: 10px 0 5px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.r3_counter_box2 h5 {
    margin: 23px 0 5px;
}

.dollar6.icon-rounded {
    color: #bdc3c7;
    background: #fff;
}

i.pull-left.fa.fa-money.icon-rounded {
    background: #27cce4;
}

tspan {
    font-weight: 700;
}

.spark {
    margin: 1em 0;
}

i.fa.fa-search1 {
    color: #fff;
    line-height: 1.5;
}

.span_3 {
    padding: 0;
}

.col_1 {
    margin: 1em 0 2em;
}

.one {
    width: 150px;
}

.profile_img1 {
    float: left;
    margin-right: 10px;
    width: 83%;
    margin-bottom: 2em;
}

.user-name1 p {
    font-size: 13px;
    color: #65cea7;
    line-height: 1em;
}

.tiles_info {
    color: #fff !important;
}

a.tiles_info:hover {
    text-decoration: none;
}

a.shortcut-tiles, a.tiles_info {
    background: 0 0;
}

.red, .red1 {
    background: #A88ADD;
}

.shortcut-tiles, .tiles_info {
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

    .tiles_info .tiles-head {
        letter-spacing: normal;
        padding: 10px;
        font-weight: 500;
        box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        text-transform: uppercase;
        font-size: .85em;
    }

    .info-tiles .tiles-body, .tiles_info .tiles-body-alt {
        padding: 15px;
        font-weight: 300;
    }

    .tiles_info .tiles-body {
        font-size: 32px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 19px 15px;
    }

p.date-in, span.date-on {
    font-size: 1.2em;
    color: #fff;
}

.info-tiles .tiles-body .text-center, .tiles_info .tiles-body-alt .text-center {
    margin-top: -5px;
}

.tiles_info.tiles_blue1 .tiles-body {
    background: #9358ac;
}

.blue1, .tiles_blue1 {
    background: #27CCE4;
}

.fb1 {
    background: #B8C9F1;
}

.fb2 {
    background: #b8c9f1;
}

.tw1 {
    background: #BDC3C7;
}

.tw2 {
    background: #bdc3c7;
}

.content_bottom {
    margin-bottom: 1em;
}

.grid-date {
    background: #A88ADD;
    padding: 1.5em;
}

.copy, p.monday {
    background: #fff;
}

span.date-on {
    float: right;
}

.grid-date h4 {
    color: #fff;
    font-size: 3.5em;
    padding: 48px 0 15px;
}

    .grid-date h4 i {
        display: inline-block;
        vertical-align: middle;
    }

p.monday {
    font-size: 1.1em;
    color: #000;
    padding: 1em;
}

h4.pull-left {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}

.activity-img img, .grid-1, .grid-2, .grid-3, .grid-4 {
    display: inline-block;
}

.copy {
    padding: 1.5em 0;
}

    .copy p, .copy_layout p {
        font-size: .85em;
        color: #555;
    }

        .copy p a, .copy_layout p a {
            color: #000;
        }

.span_7 {
    padding-left: 0;
}

.span_8 {
    padding: 0;
    width: 32.33%;
    margin-right: 1.5%;
}

    .span_8:nth-child(3) {
        margin-right: 0;
    }

.activity_box h3 {
    text-align: left;
    padding: 1em;
    margin: 0;
    background: #F44336;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.activity-desc1 {
    padding: 0;
}

.activity_box1 h3 {
    background: #00BCD4;
}

.activity_box2 h3 {
    background: #FFCA28;
}

.col_2 {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.grid-1 {
    margin-bottom: 2em;
}

.grid-1, .grid-3 {
    margin-right: 10%;
    width: 27%;
}

.activity-row, .activity-row1 {
    text-align: left;
}

i.text-info {
    float: left;
    line-height: 60px;
    font-size: 1.2em;
}

i.icon_13 {
    color: #a88add;
}

.text-info {
    color: #b8c9f1;
}

.activity-img {
    text-align: center;
}

.activity-desc h5 {
    color: #00BCD4;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 5px;
}

    .activity-desc h5 a {
        color: #00BCD4;
    }

        .activity-desc h5 a:hover {
            color: #000;
            text-decoration: none;
        }

.activity-desc p {
    color: #999;
    font-size: .85em;
    line-height: 1.5em;
}

.activity-img span {
    display: block;
    font-size: 12px;
    margin: .5em 0 0;
    color: #999;
}

.activity-desc-sub, .activity-desc-sub1 {
    padding: .7em;
    background: #E7E7E7;
    position: relative;
}

.activity-img1, .activity-img2 {
    padding: 0 !important;
}

.activity-desc-sub1:after, .activity-desc-sub:before {
    top: 20%;
    content: " ";
    height: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -5px;
}

.activity-desc-sub1 {
    text-align: right;
}

.activity-img1 {
    width: 25%;
}

.activity-desc-sub:before {
    left: -14%;
    border: solid transparent;
    width: 0;
    border-color: rgba(213,242,239,0);
    border-right-color: #E7E7E7;
    border-width: 8px;
}

.activity-row1 {
    border-bottom: none !important;
}

.activity_box form {
    padding: 0 2em;
}

.activity_box input[type=text] {
    outline: 0;
    border: 1px solid #DBDBDB;
    padding: 10px;
    color: #999;
    font-size: 13px;
    width: 70%;
    background: #EFEFEF;
}

.activity_box input[type=submit] {
    outline: 0;
    width: 20%;
    font-size: 1em;
    color: #fff;
    background: #C4C4C4;
    border: none;
    padding: 8px 0;
    margin-left: .5em;
}

    .activity_box input[type=submit]:hover {
        background: #999;
    }

.activity-desc-sub1:after {
    right: -6%;
    border: solid transparent;
    width: 0;
    border-color: rgba(213,242,239,0);
    border-left-color: #E7E7E7;
    border-width: 8px;
}

.activity-desc-sub h5, .activity-desc-sub1 h5 {
    font-size: 14px;
    color: #000;
    margin: 0 0 .5em;
}

.activity-desc-sub p, .activity-desc-sub1 p {
    font-size: 13px;
    color: #999;
    margin: 0;
    line-height: 1.8em;
}

.activity-desc1 h6 {
    color: #BDBDBD;
    font-size: 13px;
    margin: 1em 0 0;
}

.activity-row {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #EEE;
}

.scrollbar {
    height: 380px;
    background: #fff;
    overflow-y: scroll;
    padding: 2em 1em 0;
}

.scrollbar1 {
    height: 436px;
}

.single-bottom ul {
    padding: 0;
}

    .single-bottom ul li {
        list-style: none;
        padding: 0 20px 18px;
    }

        .single-bottom ul li input[type=checkbox] {
            display: none;
        }

            .single-bottom ul li input[type=checkbox] + label {
                position: relative;
                padding-left: 31px;
                border: none;
                outline: 0;
                font-size: 14px;
                color: #9a9a9a;
                cursor: pointer;
            }

.spar-left, .spark-left {
    padding-left: 0;
}

.spar-right, .spark-right {
    padding: 0;
}

.single-bottom ul li input[type=checkbox] + label span:first-child {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 2px solid #C8C8C8;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.single-bottom ul li input[type=checkbox]:checked + label span:first-child:before {
    content: "";
    background: url(../images/2.png) no-repeat;
    position: absolute;
    left: 1px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.activity_box {
    background: #fff;
}

.icon_11 {
    color: #27cce4;
}

.icon_12 {
    color: #bdc3c7;
}

#style-2::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
    background-color: #00ACED;
}

text.highcharts-yaxis-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #000 !important;
}

.spar-bottom {
    margin: 1em 0;
}

.stats-info {
    background-color: #fff;
}

.panel .panel-heading {
    padding: 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0 !important;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
}

    .panel .panel-heading .panel-title {
        font-size: 14px;
        float: left;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

h4.asd label {
    font-size: 1em;
    padding-left: 1em;
    color: #000;
    cursor: pointer;
}

.panel-heading {
    padding: 32px 2em 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.stats-info ul {
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 14.35px 0;
    font-size: .85em;
    color: #999;
}

.panel-title {
    color: #000;
}

.stats-info ul li.last {
    border-bottom: 0;
    padding-bottom: 4px;
}

.text-success {
    color: #00ACED;
}

.widget {
    padding: 0;
}

.col-md-3.widget.widget1 {
    width: 23.5%;
}

.r3_counter_box {
    min-height: 100px;
    background: #fff;
    text-align: center;
    position: relative;
}

    .r3_counter_box .fa {
        margin-right: 0;
        width: 66px;
        height: 130px;
        text-align: center;
        line-height: 105px;
        font-size: 3.5em;
    }

    .r3_counter_box .fa-mail-forward {
        color: #8BC34A;
    }

    .r3_counter_box .fa-users {
        color: #00BCD4;
    }

    .r3_counter_box .fa-usd {
        color: #FFCA28;
    }

    .r3_counter_box .fa-eye {
        color: #F44336;
    }

.stats span {
    color: #999;
    font-size: 14px;
}

.fa.pull-left {
    margin-right: 10% !important;
}

.pull-left1 {
    margin: 5.3% 5% 0 5.3% !important;
}

.icon-rounded {
    background-color: #a88add;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 25px;
}

.r3_counter_box.stats {
    padding-left: 85px;
}

.r3_counter_box h5 {
    margin: 10px 0;
    color: #575757;
    font-size: 2.5em;
}

i.user1 {
    background: #27cce4;
}

i.user2 {
    background: #b8c9f1;
}

i.dollar1 {
    background: #bdc3c7;
}

.widget1 {
    margin-right: 1.5%;
}

.world-map {
    width: 64%;
    float: left;
    background: #4597a8;
    position: relative;
    padding: 2em 2em 0;
}

    .world-map h3 {
        float: left;
        font-size: 1.9em;
        color: #fff;
        font-weight: 600;
        padding: 0 0 .5em;
    }

    .world-map p {
        float: right;
        font-size: 1.3em;
        color: #fff;
        font-weight: 300;
        padding: .5em 0;
    }

#vmap {
    background-color: #fff !important;
}

.col_4, .col_5 {
    padding-left: 0;
}

#chart, .activity_box, .banner-bottom-video-grid-left, .bs-example1, .bs-example4, .bs-example5, .cal1, .cloud, .col_2, .content-box-wrapper, .copy, .editor, .grd_tble, .grid_1, .grid_3, .map_container, .no-padding, .online, .panel-body1, .panel_2, .r3_counter_box, .skills-info, .span_6, .stats-info, .weather_list, .widget_middle_left_slider {
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.com-mail input[type=submit] {
    border: none;
    background-color: #8BC34A;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    outline: 0;
    padding: 8.5px 12px;
    -webkit-appearance: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .com-mail input[type=submit]:hover {
        background: #F44336;
    }

.panel-body-com-m {
    padding: 2em !important;
}

.input-group-ind {
    margin: 0 auto !important;
    width: 100% !important;
    float: none !important;
}

.span_11 {
    margin-bottom: 1em;
}

#bar, #pie, #radar, canvas#doughnut, canvas#line, canvas#polarArea {
    background-color: #fff;
}

.graph_box {
    margin-bottom: 1.5em;
}

.legend {
    float: left;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    width: 176px;
    margin: 7em 0 0 6em;
}

#os-Mac-lbl, #os-Other-lbl, #os-Win-lbl {
    font-size: 1em;
    color: #777F8C;
}

#os-Mac-lbl, #os-Other-lbl, #os-Win-lbl, .legend span {
    padding-left: .5em;
}

.legend div {
    margin: 3px 0;
}

.legend span {
    float: right;
}

#os-Win-lbl {
    border-left: #8BC34A solid 1em;
}

#os-Mac-lbl {
    border-left: #EF553A solid 1em;
}

#os-Other-lbl {
    border-left: #00ACED solid 1em;
}

.grid_1 {
    background: #fff;
}

.grid_2 {
    padding: 0 12px;
}

.line-bottom-grid {
    padding: 1.5em 0 0;
}

.grid_1 h4 {
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-weight: 300;
    padding: 1em 0;
}

.form-control1, .form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: .85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
}

.control3 {
    margin: 0 0 1em;
}

.btn-warning {
    color: #fff;
    background-color: #06d995;
    border-color: #06d995;
    padding: 8.5px 12px;
}

.tag_01 {
    margin-right: 5px;
}

.tag_02 {
    margin-right: 3px;
}

.btn-warning:hover {
    background-color: #03c587;
    border-color: #03c587;
}

.btn-success:hover {
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}

.control2 {
    height: 253px;
}

.alert-info {
    color: #31708f;
    background-color: #f0fdf9;
    border-color: #c9f7e8;
}

.bs-example4 {
    background: #fff;
    padding: 2em;
}

button.note-color-btn {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
}

.form-control1:focus {
    border: 1px solid #03a9f4;
    background: #fff;
    box-shadow: none;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*=col-]:hover {
    background: #e0e0e0;
}

.grid_4, .grid_5 {
    background: #fff;
}

.grid_3 {
    margin-bottom: 2em;
}

    .grid_3 p, .widget_head, .xs h3 {
        margin-bottom: 1em;
        font-weight: 300;
    }

.widget_head, .xs h3 {
    color: #000;
    font-size: 1.7em;
}

.grid_3 p {
    color: #999;
    font-size: .85em;
}

.grid_4 {
    padding: 2em 2em 1em;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    padding: 2em;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.progress {
    overflow: hidden;
    height: 16px;
    margin-bottom: 10px;
    background-color: #eee;
}

.progress-bar, .progress-bar-primary {
    background-color: #03a9f4;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    box-shadow: none;
}

.breadcrumb li, .well {
    font-size: .85em;
}

.progress-bar-info {
    background-color: #00bcd4;
}

.progress-bar-success {
    background-color: #b8c9f1;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-danger {
    background-color: #e51c23;
}

.progress-bar-inverse {
    background-color: #757575;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8bc34a !important;
    border-color: #8bc34a !important;
}

.breadcrumb li a {
    color: #0fb0ee;
}

span.badge1 {
    background-color: #777;
}

.badge-primary {
    background-color: #03a9f4 !important;
}

.badge-success {
    background-color: #8bc34a !important;
}

.badge-warning {
    background-color: #ffc107 !important;
}

.badge-danger {
    background-color: #e51c23 !important;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff;
}

.nav-tabs {
    margin-bottom: 1em;
}

.well {
    padding: 9px;
    color: #555;
    line-height: 1.8em;
}

.bs-example-modal {
    background-color: #fff !important;
    border-color: #fff !important;
}

.modal {
    overflow-y: auto !important;
}

.but_list h1, .but_list h2, .but_list h3, .but_list h4, .but_list h5 {
    margin-bottom: .7em;
}

.btn-primary {
    background-color: #00ACED !important;
    border-color: #00ACED !important;
    color: #fff;
    padding: 6px 10px;
}

    .btn-primary:hover {
        background-color: #8BC34A !important;
        border-color: #8BC34A !important;
        color: #fff !important;
    }

.caret {
    padding-left: 0 !important;
}

h2.modal-title {
    font-size: 1.3em;
    color: #999;
    font-weight: 300;
}

.modal-content {
    -ms-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
    border: 0 solid #e0e0e0;
}

.modal-body h2 {
    color: #555;
    font-size: 1.5em;
    font-weight: 300;
}

.modal-body p {
    color: #888;
    font-size: .85em;
    font-weight: 300;
    line-height: 1.8em;
}

    .modal-body p img {
        margin: 1em 0;
    }

.form-horizontal .control-label {
    text-align: right;
    color: #000;
    font-weight: 300;
    font-size: .85em;
}

.checkbox-inline1 {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline1 > label {
        line-height: 15px;
        margin-left: 5px;
        margin-top: 4px;
        vertical-align: top;
    }

.checkpos .field-validation-error {
    position: static !important;
}

.help-block {
    color: #999;
    font-size: .85em;
}

.checkbox label, .radio label, label {
    font-size: .85em;
    font-weight: 300;
    vertical-align: middle;
}

.checkbox1 {
    font-size: .85em;
    font-weight: 300;
}

select[multiple] {
    padding: 7px 9px !important;
}

.has-success .form-control1 {
    background-color: #f1f8e9;
    border-color: #c5e1a5 !important;
}

.has-error .form-control1 {
    background-color: #fde0dc;
    border-color: #f69988 !important;
}

.bs-example1, .panel-body1, .well1 {
    background: #fff;
    padding: 2em;
}

.input-icon.right .icon, .input-icon.right > i {
    right: 12px;
    float: right;
}

.input-icon .icon, .input-icon > i {
    position: absolute;
    display: block;
    margin: 10px 8px;
    line-height: 14px;
    color: #999;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #7cb342;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dd191d;
}

.panel-body1 {
    margin: 2em 0 0;
}

.panel-warning {
    margin-top: 2em;
}

.panel.panel-midnightblue {
    border-color: #263238;
}

    .panel.panel-midnightblue .panel-heading {
        color: #eceff1;
        background-color: #37474f;
        border-color: #263238;
    }

.panel.panel-warning {
    border-color: #fdd835;
}

    .panel.panel-warning .panel-heading {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

.panel .panel-heading .panel-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.panel .panel-heading h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.mail-header {
    padding: 15px;
}

.mail-title {
    font-size: 20px;
    line-height: 32px;
    display: block;
    float: left;
    height: 34px;
    margin: 0 10px 0 0;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.float-right, .pull-right {
    float: right !important;
}

.pad0A {
    padding: 0 !important;
}

.input-group {
    position: relative;
    display: table;
    width: 65%;
    float: left;
    margin: 0 0 0 10em;
    border-collapse: separate;
}

.has-success .input-group-addon {
    border-color: #A4E7A5 !important;
}

.has-feedback label ~ .form-control-feedback {
    top: 28px !important;
}

div[id^=uniform-] input {
    position: absolute;
    top: 0;
    left: 0;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    opacity: 0;
    border: none;
    background: 0 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.status-badge, span.badge {
    display: inline-block;
}

.email-list1 {
    padding: 0;
}

ul.collection {
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 2em;
}

    ul.collection li {
        margin-bottom: 2em;
    }

        ul.collection li.email_last {
            margin-bottom: 0;
        }

#email-list .collection .collection-item.avatar {
    height: auto;
    position: relative;
}

    #email-list .collection .collection-item.avatar .icon {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        top: 20px;
    }

.email-unread a {
    text-decoration: none;
}

    .email-unread a span.email-title {
        font-weight: 500;
        color: #000;
    }

.ultra-small {
    font-size: .8rem;
    margin: 0;
    padding: 0;
    color: #999;
}

span.badge {
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    background: #8BC34A;
    line-height: 15px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -10px;
    padding: 2px 0 0;
}

i.icon_1, i.icon_2, i.icon_3 {
    line-height: 2em;
    float: left;
    margin-right: 1em;
}

.checkbox, .coffee-top, .status-badge {
    position: relative;
}

span.blue {
    background-color: #00aced;
}

span.red {
    background-color: #ef553a;
}

span.blue1 {
    background-color: #9358ac;
}

i.icon_1 {
    color: #00aced;
}

i.icon_2 {
    color: #ef553a;
    font-size: 20px;
}

i.icon_3 {
    color: #9358ac;
    font-size: 20px;
}

.avatar_left {
    float: left;
}

i.icon_4 {
    width: 45px;
    height: 45px;
    background: #F44336;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 44px;
    font-style: normal;
    margin-right: 1em;
}

i.icon_5 {
    background-color: #3949ab;
}

i.icon_6 {
    background-color: #03a9f4;
}

.blue-text {
    color: #2196F3 !important;
    float: right;
}

.content-box-wrapper {
    background: #fff;
    padding: 2em;
    margin: 1.5em 0 0;
}

.mrg10A {
    margin: 10px 18px !important;
}

.small-badge {
    overflow: hidden;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #fff !important;
    border-radius: 20px;
    background-color: red;
}

.status-badge .small-badge {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.badge-danger {
    color: #fff;
    border-color: #e73629;
    background: #F44336;
}

.badge-success, .bg-green1 {
    color: #fff;
    border-color: #3fa243;
    background: #4CAF50;
}

h4.content-box-header {
    color: #000;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: left;
}

.coffee-top, .copy_layout, .demobox, .doe, .tile-progress h4, .tile-progress span, div.checker span {
    text-align: center;
}

.editor {
    background: #fff;
    padding: 1em 2em 2.5em;
}

.icon-ser {
    color: #fff !important;
}

.mailbox-content, .request {
    margin: 1.5em 0 0;
}

.Compose-Message, .mailbox-content, .request, ul.collection {
    -ms-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.inbox_right {
    background: #F8F8F8;
    padding-left: 1.5em;
}

.fo-rm {
    margin-bottom: 1em;
}

.map {
    margin: 2em 0;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.btn-block {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
}

.mailbox-content h2, .request h2 {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    background: #b8c9f1;
    padding: .7em 0;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.panel {
    border: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.widget-footer.clearfix {
    margin: 1em 0 0;
}

div.button, div.button span, div.checker span, div.radio span, div.selector, div.selector span, div.uploader, div.uploader span.action {
    background: no-repeat #fff;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #CDCDCD;
}

div.checker, div.checker input, div.checker span {
    width: 19px;
    height: 19px;
}

    div.checker span {
        display: -moz-inline-box;
        display: inline-block;
        zoom: 1;
        background-position: 0 -260px;
    }

    div.checker input {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: 0 0;
        display: -moz-inline-box;
        display: inline-block;
        zoom: 1;
    }

.m-r-sm {
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-state-warning {
    color: #b8c9f1;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: .85em;
    color: #000;
}

.mailbox-content table tbody tr:hover {
    background: #EFF0F4;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ACACAC !important;
}

.badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
    border: none;
    background: #27cce4;
    padding: 9.5px 12px;
    outline: 0;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #b8c9f1;
        border-color: #b8c9f1;
        outline: 0;
    }

.btn-toolbar {
    margin-left: 0 !important;
}

.note-editor .note-toolbar {
    border-bottom: 0;
    background: #fff;
    padding: 10px;
}

.note-editor .note-editable {
    padding: 10px 15px 15px;
    overflow: auto;
    outline: 0;
}

.col-md-8.inbox_right {
    padding-right: 0;
}

.editor1 {
    margin: 2em 0 0;
}

.mail-toolbar.clearfix {
    padding: 2.55em 1em;
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
}

.table-fhr {
    background: #fff;
    margin-bottom: .5em;
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px;
}

.note-editor .note-statusbar {
    background: 0 0;
}

    .note-editor .note-statusbar .note-resizebar {
        border: 0;
        width: 100%;
        height: 8px;
        cursor: ns-resize;
    }

        .note-editor .note-statusbar .note-resizebar .note-icon-bar {
            width: 20px;
            margin: 1px auto;
            border-top: 1px solid #a9a9a9;
        }

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

.dropdown-menu > li > a, i.icon_8 {
    font-size: 13px;
}

i.icon_8 {
    color: #555;
}

.btn_1, a.btn.btn-default.mrg5R {
    float: left;
}

.float-left, .pull-left {
    float: left !important;
    cursor: pointer;
}

.pull-left {
    width: 50%;
}

ul.float-right {
    min-width: 180px;
    left: 31%;
}

.float-left {
    width: 15%;
}

.mrg5R {
    margin-right: 5px !important;
}

.font-red, .has-error .help-block, .parsley-required, .text-danger {
    color: #F44336 !important;
}

i.icon_9 {
    margin-right: 10px;
}

.checkbox {
    top: -3px;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

    .checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .55rem;
        border-color: #27cce4;
        border-top-style: none;
        border-right-style: none;
    }

blockquote {
    margin: 0 !important;
    border-left: 5px solid #eee;
}

.copy_layout {
    padding: 1.5em 0;
    background: #fff;
    margin: 4em 0 0;
}

.login {
    background: 0 0;
    padding: 0;
    margin: 11em 0 0;
}

.register {
    margin: 2em 0 0;
}

.bg-info {
    background: #78cd51;
    padding: 3px 8px;
    color: #fff;
}

.tile-progress {
    padding: 30px;
    margin-bottom: 1em;
}

.col-sm-3.widget_1_box {
    padding: 0 5px;
}

.col-md-4.widget_1_box1 {
    padding: 0 0 0 5px;
}

.tile-progress h4 {
    color: #fff;
    margin: 0;
    white-space: nowrap;
    font-weight: 300;
}

.tile-progress .progress {
    margin: 15px 0 10px;
    height: 7px;
    background: rgba(50,50,58,.5);
}

.progress {
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 -1px 2px rgba(150,150,150,.1);
    -moz-box-shadow: inset 0 -1px 2px rgba(150,150,150,.1);
    box-shadow: inset 0 -1px 2px rgba(150,150,150,.1);
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.coffee-top i, label.round {
    border-radius: 100px;
    display: block;
}

.tile-progress span {
    color: #fff;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.social-info h3, .wid-social {
    display: inline-block;
}

.bg-success {
    background: #eae874;
    color: #fff;
}

.bg-danger {
    background: rgba(80,204,240,1);
    color: #fff;
}

.bg-secondary {
    background: #fabb3d;
    color: #555;
}

.tile-progress .progress .progress-bar {
    background: #fff;
}

.wid-social {
    width: 100%;
    padding: 15px;
    margin: 0 0 1em;
}

.facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.icon-xlg {
    font-size: 70px;
}

.wid-social .social-info h3, .wid-social .social-info h4 {
    margin: 0 0 15px;
    font-size: 15px;
}

span.percent {
    font-size: 13px;
    font-weight: 300;
}

h3.count.text-light {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

.dribbble, .flickr, .google-plus, .linkedin, .skype, .twitter, .youtube {
    color: #fff !important;
}

.twitter {
    background-color: #00aced !important;
}

.google-plus {
    background-color: #313131 !important;
}

.dribbble {
    background-color: #ea4c89 !important;
}

.linkedin {
    background-color: #007bb5 !important;
}

.youtube {
    background-color: #e02f2f !important;
}

.skype {
    background-color: #00aaf1 !important;
}

.flickr {
    background-color: #ed1983 !important;
}

.doe {
    position: absolute;
    top: 37%;
    width: 100%;
}

    .doe h6 {
        color: #fff;
        font-size: 1em;
    }

    .doe p {
        color: #DC483A;
        font-size: 1em;
    }

.coffee-top i {
    position: absolute;
    top: 84%;
    background: url(../images/1.png) center no-repeat;
    width: 80px;
    height: 80px;
    left: 39%;
}

.follow {
    padding: 3em 1em 1em;
    background: #fff;
}

.two p {
    font-size: .875em;
    color: #2d2d2d;
}

.two span {
    font-size: 1.5em;
    color: #DC483A;
}

.online-top {
    background: #fff;
    padding: 30px;
    border-bottom: 1px solid #E1E1E1;
}

.panel-body2 {
    padding: 21px;
}

.widget_1_box2 {
    padding: 0 5px;
}

.top-at {
    float: left;
    width: 20%;
}

.top-on {
    float: right;
    width: 71%;
    margin-top: 0;
}

.top-on1 {
    float: left;
}

label.round {
    background: #8BC34A;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 7%;
}

.online-top:hover {
    background: #EFEFEF;
}

.top-on1 span {
    font-size: .9em;
    color: #dc483a;
}

.top-on1 p {
    font-size: 1em;
    color: #000;
    font-weight: 500;
}

.online-top1 {
    border-bottom: none;
}

.widget_5 {
    margin: 1em 0 0;
}

.wid_blog {
    background: #06d995;
    padding: 3em 2em;
}

    .wid_blog h1 {
        color: #fff;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 300;
        margin-bottom: 0;
    }

.wid_blog-desc {
    background: #fff;
    padding: 2.6em 2em;
}

.wid_blog-left {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.wid_blog-right {
    float: left;
    width: 75%;
}

    .wid_blog-right h2 {
        color: #000;
        font-size: 1.3em;
        font-weight: 300;
    }

    .wid_blog-right p {
        color: #999;
        font-size: .85em;
        font-weight: 300;
        line-height: 1.5em;
    }

.list-inline {
    margin: 1em 0 0;
}

.text-muted {
    color: #999;
}

.text-orange {
    color: #DC483A;
}

.link1 {
    padding: 5px 8px;
    color: #000;
}

.editor-input.ng-scope p {
    color: #999;
    font-size: .85em;
    line-height: 1.8em;
}

.list-inline > li a {
    font-size: .85em;
}

.bs-example5 {
    background: #fff;
    padding: 2em;
}

.media-heading {
    color: #000;
}

.media-body, .sidebard-panel .feed-element, .sidebard-panel p {
    font-size: 14px;
    color: #999;
}

.example_6 {
    margin: 1.5em 0;
}

.demolayout {
    background: #06d995;
    width: 60px;
    overflow: hidden;
}

.padding-5 {
    padding: 5px;
}

.demobox {
    background: #f0f0f0;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    display: block;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

code {
    background: #f6fffc;
    padding: 2px;
    color: #000;
    border: 1px solid #c6ffec;
}

.media_1-left {
    padding-left: 0;
}

.table-hover {
    margin-bottom: 0;
}

.media_1-right {
    padding-right: 0;
}

.media_box {
    margin-bottom: 2em;
}

.media_box1 {
    margin-top: 2em;
}

.media {
    margin-top: 40px !important;
}

    .media:first-child {
        margin-top: 0 !important;
    }

.panel_2 {
    padding: 2em 2em 0;
    background: #fff;
}

.panel_3 {
    padding-bottom: 1px;
}

.panel_2 h3 {
    color: #000;
    font-size: 1.1em;
}

.panel_2 p {
    color: #555;
    font-size: .85em;
    margin-bottom: 1em;
}

td.head {
    color: #000 !important;
    font-size: 1.2em !important;
}

.login-logo, h2.form-heading {
    margin: 0;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.login-logo {
    color: #fff;
    padding: 50px 0;
}

h2.form-heading {
    color: #000;
}

body#login { /*background:url(../images/bg.jpg) no-repeat;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 850px;
}

.app-cam {
    width: 22%;
    margin: 3em auto auto;
}

    .app-cam input[type=text], .app-cam input[type=password] {
        width: 100%;
        padding: 15px;
        color: #999;
        font-size: .85em;
        outline: 0;
        font-weight: 300;
        border: none;
        background: #222224;
        margin: 0 0 1em;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .app-cam input[type=submit], .btn-success1 {
        font-size: 14px;
        font-weight: 300 !important;
        color: #fff;
        cursor: pointer;
        outline: 0;
        padding: 10px 15px;
        width: 100%;
        border: none;
        background: #06d995;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-transform: uppercase;
    }

.asd, .capitalize {
    text-transform: capitalize;
}

.app-cam input[type=submit]:hover, .btn-success1:hover {
    background: #01c888;
    color: #fff !important;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
}

    .login-social-link a {
        color: #fff;
        padding: 13px 38px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        width: 46.5%;
        text-align: center;
    }

.app-cam p, p.sign a, ul.new li.new_left p a {
    color: #000;
}

.login-social-link a.facebook {
    background: #3b5999;
    margin-right: 22px;
    float: left;
}

.login-social-link a:hover.facebook {
    background: #2B4886 !important;
    text-decoration: none;
}

.login-social-link a.twitter {
    background: #63c6ff;
    float: left;
}

.login-social-link a:hover.twitter {
    background: #46ACE7 !important;
    text-decoration: none;
}

ul.new {
    margin: 2em 0 0;
    list-style: none;
    padding: 0;
}

    ul.new li.new_left {
        float: left;
    }

        p.sign, ul.new li.new_left p {
            font-weight: 300;
        }

    ul.new li.new_right {
        float: right;
    }

.app-cam p {
    font-size: 14px;
    margin: 1em 0;
}

.form-signin a, .login-body label, .registration {
    margin: 1em 0 0;
    font-weight: 300;
    font-size: .85em;
    text-align: center;
}

.radios input[type=radio] {
    margin: 4px 0 0;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
}

.radios label:first-child {
    margin-left: 0;
}

.radios label {
    margin-left: 15px;
}

div#char {
    height: 300px !important;
}

div#char1 {
    height: 240px !important;
}

.tab {
    background: #fff;
    margin: 0 0 4em;
}

div#container-speed1 {
    margin: 0 .9em !important;
}

div#container-rpm1 {
    margin: 0 1.07em !important;
}

.lamps_rate {
    background: #fff;
    padding: 1em;
    margin: 2em 1em 0;
    width: 96%;
}

    .lamps_rate ul {
        padding: 0;
        margin: 0;
    }

        .lamps_rate ul li {
            font-size: 14px;
            color: #999;
            margin: 0 0 1em;
            list-style-type: none;
        }

.switch-right iframe {
    width: 100%;
    min-height: 500px;
    margin: 2em 0 0;
}

.position-center {
    width: 65%;
    margin: 0 auto;
}

.panel-body {
    padding: 1em 2em;
}

button.rew:hover {
    border-color: #ccc !important;
    color: #999 !important;
}

.login-form-info {
    width: 55%;
    margin: 0 auto;
    border: 1px solid #A3B4DC;
}

.login-header-left {
    float: left;
}

    .login-header-left h3 {
        color: #E1F2ED;
        margin: 0;
        font-size: 1.5em;
    }

.login-header-right {
    float: right;
}

    .login-header-right p {
        color: #7B8BB3;
        margin: 0;
        font-size: 15px;
    }

        .login-header-right p a {
            color: #fff;
            font-size: 17px;
            text-decoration: underline;
            padding-left: 8px;
        }

.lgo a, .login-form-info p.for a:hover, .new_people a, .reg a:hover, .sign-in-form-top p, .sign-in-form-top p a:hover, a.lightbox:hover {
    text-decoration: none;
}

.login-header-right p a:hover {
    color: #a88add;
}

.login-form1 {
    padding: 6em 0;
    background: #b8c9f1;
}

.login-header {
    padding: 2em;
}

.login-form-info input[type=text], .login-form-info input[type=password] {
    outline: 0;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    padding: 15px 10px 15px 45px;
    width: 90%;
    margin: 0 auto;
    color: #E8E8E8;
}

    .login-form-info input[type=text].men { /*background:url(../images/n.png) 10px 11px no-repeat;*/
        display: block;
    }

    .login-form-info input[type=password].lock { /*background:url(../images/i.png) 10px 11px no-repeat;*/
        display: block;
    }

.login-form-info input[type=password] {
    margin: 1.5em 0 1.5em 2.3em;
}

.login-form-info input[type=submit] {
    outline: 0;
    border: 1px solid #f5f5f5;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin-left: 1.6em;
    margin-bottom: 1.5em;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .login-form-info input[type=submit]:hover {
        background: #a88add;
        color: #fff;
        border: 1px solid #a88add;
    }

.login-form-info p.for {
    margin: 0 0 2em;
    text-align: center;
}

    .login-form-info p.for a {
        color: #555;
        font-weight: 300;
        font-size: 14px;
        font-style: normal;
    }

.new-people {
    margin: 5em 0 0;
    text-align: center;
}

    .new-people h3 {
        color: #fff;
        font-size: 1.5em;
        margin: 0;
    }

    .new-people p {
        color: #666;
        font-size: 14px;
        margin: .5em 0 3em;
    }

.reg a {
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    background: #a88add;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .reg a:hover {
        color: #a88add;
        background: #f5f5f5;
    }

.lgo {
    text-align: center;
    margin: 0 0 2em;
}

    .lgo a {
        font-size: 2em;
        color: #fff;
    }

.sign-up-form {
    padding: 6em 0;
    background: #b8c9f1;
}

    .sign-up-form h3 {
        color: #EEE;
        font-size: 1.5em;
        margin: 0;
        text-align: center;
    }

    .sign-up-form p {
        color: #90A2CC;
        font-size: 16px;
        margin: .5em 0 3em;
        text-align: center;
    }

.sign-up h6 {
    margin: 2em 0 1em !important;
}

.sub-login-left {
    float: left;
    width: 30%;
}

.sub-login-right {
    float: right;
}

.sub-login {
    margin: 5em 0 0;
}

.sub-login-right p {
    font-size: 16px;
    color: #fff;
    margin: .8em 0 0;
}

    .sub-login-right p a {
        color: #a88add;
        padding-left: 8px;
    }

        .sub-login-right p a:hover {
            color: #fff;
        }

.sub-login-left input[type=submit] {
    outline: 0;
    border: none;
    background: #a88add;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .sub-login-left input[type=submit]:hover {
        background: #fff;
        color: #a88add;
    }

h1.blank, h3.blank1 {
    font-size: 2em;
    color: #999;
    margin: 0 0 1em;
}

.grid_table {
    padding: 0;
}

.grids_bottom {
    padding: 0;
    margin: 1em 0 0;
}

.grd_tble {
    margin-bottom: 0;
}

.main-content1 {
    min-height: 1080px !important;
}

.flexi_bottom {
    background-color: #f44336;
    padding: 0 1em;
}

.main-grid1-grids {
    background: url(../images/2.jpg) no-repeat;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 3em 2em 0;
}

.friday {
    text-align: center;
}

    .friday h4 {
        font-size: 3em;
        color: #fff;
        margin: 0;
    }

.friday-bottom {
    text-align: right;
    margin: 3em 0 0;
}

    .friday-bottom h5 {
        font-size: 2em;
        color: #fff;
        margin: 0;
    }

    .friday-bottom p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

.friday h4 span {
    display: block;
    font-size: 14px;
}

.widget_bottom_left, .widget_middle_left {
    padding-left: 0;
    padding-right: 1.5em;
}

    .widget_bottom_left:nth-child(2), .widget_middle_left:nth-child(3) {
        padding-right: 0;
    }

.widget_middle {
    margin: 1.5em 0;
}

a.lightbox i {
    margin: .5em 0;
    font-size: 2em;
    color: #fff;
    display: block;
}

#flexiselDemo3, .pa_italic span {
    display: none;
}

.degree {
    font-size: .5em;
    vertical-align: top;
}

.feets {
    padding: 4em 0;
    background: #F1DE92;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0;
    padding: 1.8em 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}

li.nbs-flexisel-item {
    border-left: 1px solid #fff !important;
}

    li.nbs-flexisel-item:nth-child(1) {
        border: none !important;
    }

.nbs-flexisel-item > img {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 500px;
    cursor: pointer;
    positon: relative;
}

.grid-flex {
    margin: 10px 0 20px;
}

.biseller-info {
    margin: 1em 0 0;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 20px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 2em;
}

.nbs-flexisel-nav-left {
    right: 0;
    background: 0 0;
}

.nbs-flexisel-nav-right {
    left: 0;
    background: 0 0;
}

li.nbs-flexisel-item {
    width: 370px;
}

.biseller-column p {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-align: center;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #000;
    text-decoration: none;
}

.panel-title {
    font-size: 1.1em;
}

.panel-default > .panel-heading {
    background: #EFEFEF;
    border: none;
    cursor: pointer;
}

.panel-default, .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.asd {
    outline: 0;
    box-shadow: none;
    padding: 1em 0;
}

.panel_text {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    background: #fff;
}

.pa_italic i {
    left: -1em;
}

.collapsed span {
    display: inline-block;
    left: -1em;
}

.collapsed i {
    display: none;
}

.input-group1 {
    float: none;
    width: 100% !important;
    margin: 0 !important;
}

span.badge1 {
    min-width: 3rem;
    padding: 2px 9px;
    text-align: center;
    font-size: .85;
    line-height: inherit;
    color: #fff;
    position: absolute;
    right: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.sign-in-up {
    background: #f9f9f9 !important;
    min-height: 830px;
}

.sign-in-form {
    margin: 2em auto 4em;
    width: 35%;
}

.sign-in-wrapper {
    background: #f9f9f9;
}

.new_people {
    padding: 3em 0 0;
    text-align: center;
}

    .new_people h4 {
        font-size: 2em;
        color: #00ACED;
        margin: 0;
    }

    .new_people p {
        color: #999;
        margin: 1em 0 2em;
        font-size: 14px;
        line-height: 1.8em;
    }

    .new_people a {
        padding: 12px 30px;
        border: 1px solid #00ACED;
        color: #00ACED;
        font-size: 1em;
    }

        .new_people a:hover {
            color: #F44336;
            border: 1px solid #F44336;
        }

.sign-in-form-top {
    background: url(../images/3.jpg) 0 -55px no-repeat;
    display: block;
    min-height: 150px;
    padding: 3em 0 0;
    text-align: center;
}

    .sign-in-form-top p {
        color: #fff;
        margin: 0;
        font-size: 2em;
        font-weight: 300;
    }

        .sign-in-form-top p a {
            color: #fff;
        }

        .sign-in-form-top p span {
            color: #8BC34A;
        }

.signin {
    padding: 2em;
    position: relative;
    background: #fff;
}

    .signin:after {
        content: '';
        background: url(../images/6.png) no-repeat;
        display: block;
        width: 595px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: -7%;
        background-size: 100%;
    }

.signin-rit {
    padding: .3em 0 0;
}

.log-input input[type=text], .log-input input[type=password] {
    font-size: .95em;
    padding: 10px 15px 10px 37px;
    width: 98%;
    color: #A8A8A8;
    outline: 0;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #FFF;
    margin: 0 0 1.5em;
}

.log-input .checkbox, .signin .checkbox {
    line-height: 27px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}

.log-input input.user {
    background: url(../images/user.png) 8px 10px no-repeat #fff;
}

.log-input input.lock {
    background: url(../images/lock.png) 8px 10px no-repeat #fff;
}

.log-input-left {
    float: left;
    width: 90%;
}

span.checkbox1 {
    float: left;
    width: 43%;
}

.signin .checkbox {
    margin-bottom: 4px;
    position: relative;
    font-size: 1em;
    padding: 0 .5em 0 2em;
}

    .signin .checkbox input {
        position: absolute;
        left: 0;
        margin-left: 0;
        top: 3px;
    }

span.checkbox2 {
    float: right;
    width: 8%;
    margin: .5em 0 0;
}

.log-input .checkbox {
    margin-bottom: 4px;
    position: relative;
    font-size: .95em;
    padding: 0 .5em 0 1.6em;
}

    .log-input .checkbox i {
        position: absolute;
        bottom: -26px;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        outline: 0;
        background: #fff;
        border-radius: 17px;
    }

.log-input:nth-child(1) {
    margin: 2em 0 0;
}

.log-input .checkbox input + i:after {
    content: '';
    background: url(../images/tick.png) 5px 5px no-repeat;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: 400 12px/16px FontAwesome;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.log-input .checkbox input {
    position: absolute;
    left: -9999px;
}

    .log-input .checkbox input:checked + i:after {
        opacity: 1;
    }

.sign-in-form input[type=submit] {
    font-size: 1.1em;
    color: #fff;
    background: #00ACED;
    border: none;
    padding: .7em 1em;
    width: 88.5%;
    margin-top: .5em;
    display: block;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
}

    .sign-in-form input[type=submit]:hover {
        background: #8BC34A;
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
    }

.signin-rit p {
    float: right;
    width: 30%;
    font-size: 1em;
}

    .signin-rit p a {
        color: #999;
    }

.clear {
    clear: both;
}

.sign-up {
    width: 40%;
    padding: 2em 0 4em;
    margin: 0 auto;
}

    .sign-up h3 {
        text-align: center;
        font-size: 2em;
        color: #000;
        margin: 0 0 .5em;
    }

p.creating {
    color: #999;
    font-size: 14px;
    margin: .5em 0 3em;
    line-height: 1.8em;
    text-align: center;
}

.sign-up1 {
    float: left;
    width: 27%;
}

    .sign-up1 h4 {
        color: #3C4348;
        margin: 1.6em 0 1em;
        font-size: 18px;
    }

.sign-up2 {
    float: right;
    width: 70%;
}

    .sign-up2 input[type=text], .sign-up2 input[type=password] {
        outline: 0;
        border: 1px solid #BEBEBE;
        background: 0 0;
        font-size: 15px;
        padding: 10px;
        width: 100%;
        margin: 1em 0;
    }

.sign-up h5, .sign-up h6 {
    color: #F44336;
    font-size: 20px;
}

.sign-up h5 {
    margin: 0 0 2em;
}

.sign-up input[type=submit] {
    outline: 0;
    border: none;
    background: #F44336;
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .sign-up input[type=submit]:hover {
        background: #27cce4;
        color: #fff;
    }

.sub_home {
    margin: 3em 0 0;
}

.sub_home_left {
    float: left;
    width: 30%;
}

.sub_home_right {
    float: right;
}

    .sub_home_right p {
        font-size: 1em;
        color: #999;
        margin: .5em 0 0;
    }

        .sub_home_right p a {
            text-decoration: underline;
            color: #27cce4;
        }

            .sub_home_right p a:hover {
                color: #999;
            }

.error {
    padding: 9em 0 7em;
}

.error-main {
    text-align: center;
    margin: 2em 0 0;
}

    .error-main h3 {
        margin: 0;
        font-size: 7em;
        color: #F44336;
        font-weight: 100;
    }

        .error-main h3 span {
            display: block;
            color: #F44336;
        }

    .error-main span {
        color: #7b7b7b;
        font-size: 2em;
        font-weight: 400;
    }

.error-main-left {
    text-align: right;
    margin: 4em 0 0;
}

.error-main p {
    color: #7b7b7b;
    font-size: 1.6em;
    margin-top: 10px;
}

.error-btn {
    margin-top: 4%;
}

    .error-btn a {
        color: #00ACED;
        font-size: 25px;
    }

        .error-btn a:hover {
            color: #8BC34A;
            text-decoration: underline;
            transition: .5s all ease;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            -o-transition: .5s all ease;
            -ms-transition: .5s all ease;
        }

.error-main h3 i {
    color: #8BC34A;
}

.dropdown-menu-right {
    min-width: 170px !important;
}

.error, .form-control {
    padding-top: 0;
    padding-bottom: 0;
}

    .form-control.error {
        border-color: red;
    }

@media (max-width:1680px) {
    canvas#bar, canvas#line {
        width: 507px !important;
    }
}

@media (max-width:1591px) {
    .social_icons {
        width: 26%;
    }

    .rowcolmd_clr .widget3 .stats {
        width: 67%;
    }

    .rowcolmd_cnlr .widget3 .usersave {
        width: 54px;
    }
}

@media (max-width:1529px) {
    .social_icons {
        width: 27%;
    }
}

@media (max-width:1600px) {
    canvas#bar, canvas#line {
        width: 480px !important;
    }
}

@media (max-width:1473px) {
    .social_icons {
        width: 28%;
    }
}

@media (max-width:1440px) {
    .widget3, .widget4 {
        padding: 0 1em;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 270px !important;
        height: 190px !important;
    }

    .social_icons {
        width: 28%;
    }

    canvas#bar, canvas#line {
        width: 428px !important;
    }

    .panel .panel-heading {
        padding: 17px 20px;
        height: 48px;
    }

    canvas#radar {
        width: 409px !important;
        height: 256px !important;
    }

    canvas#polarArea {
        width: 390px !important;
        height: 256px !important;
    }

    .legend {
        margin: 7em 0 0 2em;
    }

    canvas#pie {
        width: 415px !important;
        height: 267px !important;
    }

    canvas#line1 {
        height: 76px !important;
    }

    canvas#bar1 {
        height: 75px !important;
    }

    .sign-in-form {
        width: 39%;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 590px;
        background-size: 100%;
    }

    .sign-up {
        width: 45%;
    }

    canvas#doughnut {
        width: 417px !important;
        height: 255px !important;
    }
}

@media (max-width:1420px) {
    .social_icons {
        width: 29%;
    }
}

@media (max-width:1371px) {
    .social_icons {
        width: 30%;
    }
}

@media (max-width:1366px) {
    .col-xs-8.activity-desc {
        width: 64.666667%;
        padding: 0;
    }

    .activity-desc h5 {
        font-size: .85em;
    }

    .svg {
        width: 600px !important;
        height: 400px;
    }

    canvas#bar, canvas#line {
        width: 404px !important;
    }

    .panel .panel-heading {
        padding: 21px 20px;
        height: 55px;
    }

    .avatar_left {
        width: 65%;
    }

    .pull-left {
        width: 47%;
    }

    .login-social-link a.facebook {
        margin-right: 20px;
    }

    .widget3, .widget4 {
        padding: 0;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 250px !important;
        height: 170px !important;
    }

    text.highcharts-yaxis-title {
        margin-top: 0 !important;
    }

    .social_icons {
        width: 30%;
    }

    canvas#doughnut {
        width: 390px !important;
        height: 240px !important;
    }

    canvas#radar {
        width: 392px !important;
        height: 242px !important;
    }

    canvas#polarArea {
        width: 375px !important;
        height: 242px !important;
    }

    canvas#pie {
        width: 393px !important;
        height: 266px !important;
    }

    .error-main h3 {
        font-size: 5em;
    }

    .activity_box input[type=submit] {
        width: 26%;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 563px;
        background-size: 100%;
    }
}

@media (max-width:1325px) {
    .social_icons {
        width: 31%;
    }
}

@media (max-width:1280px) {
    .col-xs-8.activity-desc {
        width: 63.666667%;
    }

    .activity-desc p {
        font-size: 12px;
    }

    .activity-desc h6 {
        font-size: 11px;
    }

    i.text-info {
        line-height: 39px;
        font-size: 1em;
    }

    .pull-left {
        width: 42%;
    }

    .login-social-link a {
        padding: 13px 25px;
        width: 45.5%;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 220px !important;
        height: 160px !important;
    }

    .social_icons {
        width: 32%;
    }

    .r3_counter_box .fa {
        font-size: 3em;
    }

    .grow {
        left: 32%;
    }

    .r3_counter_box h5 {
        font-size: 2.2em;
    }

    canvas#bar, canvas#line {
        width: 376px !important;
        height: 100px !important;
    }

    canvas.base, canvas.overlay {
        height: 100px;
    }

    .activity-img1 {
        width: 40%;
    }

    .activity-desc-sub:before {
        left: -11%;
    }

    .activity-desc-sub1:after {
        right: -8%;
    }

    .activity-row {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .scrollbar1 {
        height: 400px;
    }

    canvas#doughnut, canvas#polarArea, canvas#radar {
        width: 364px !important;
    }

    canvas#line1 {
        width: 530px !important;
        height: 63px !important;
    }

    canvas#bar1 {
        width: 540px !important;
        height: 50px !important;
    }

    canvas#pie {
        width: 340px !important;
        height: 225px !important;
    }

    .editor {
        padding: 1em 1.2em 2.5em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 16px !important;
    }

    .control2 {
        height: 272px;
    }

    .main-content6 {
        min-height: 1735px !important;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 520px;
        background-size: 100%;
    }

    .sign-up {
        width: 50%;
    }

    .main-content4 {
        min-height: 2360px !important;
    }
}

@media (max-width:1283px) {
    .social_icons {
        width: 32%;
    }
}

@media (max-width:1243px) {
    .social_icons {
        width: 33%;
    }
}

@media (max-width:1205px) {
    .social_icons {
        width: 38%;
    }
}

@media (max-width:1169px) {
    .social_icons {
        width: 35%;
    }
}

@media (max-width:1136px) {
    .social_icons {
        width: 36%;
    }
}

@media (max-width:1104px) {
    .social_icons {
        width: 37%;
    }
}

@media (max-width:1075px) {
    .social_icons {
        width: 38%;
    }
}

@media (max-width:1046px) {
    .social_icons {
        width: 40%;
    }
}

@media (max-width:1024px) {
    .control2 {
        height: 205px;
    }

    .float-left {
        width: 20%;
    }

    ul.collection li {
        margin-bottom: 1em;
    }

    ul.float-right {
        min-width: 140px;
    }

    .r3_counter_box .fa {
        line-height: 80px;
        font-size: 2em;
        height: 85px;
    }

    .r3_counter_box1 .fa {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .r3_counter_box h5 {
        margin: 0;
        font-size: 2em;
    }

    .r3_counter_box1 h5 {
        font-size: 20px;
    }

    .single-bottom ul li input[type=checkbox] + label, .stats span, .switch-right-grid ul li {
        font-size: 13px;
    }

    .fa.pull-left {
        margin-right: 7% !important;
    }

    .activity-img {
        padding: 0 10px;
    }

    .col-xs-8.activity-desc {
        width: 58.666667%;
    }

    .scrollbar {
        padding: 10px;
        height: 278px;
    }

    .col-xs-1 {
        padding: 0;
    }

    .activity-row {
        margin-bottom: 1em;
    }

    .activity_box {
        min-height: 355px;
    }

    .single-bottom ul li {
        padding: 0 20px 12px;
    }

    .panel-title {
        font-size: 15px;
        padding-left: 2em;
    }

    .panel-heading {
        padding: 20px 0 0;
    }

    .stats-info ul li {
        padding: 7.4px 0;
        font-size: 12px;
    }

    div#vmap {
        height: 300px !important;
    }

    .bs-example1 {
        padding: 10px;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px !important;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 12px;
    }

    .col_2 {
        padding: 5px;
    }

    .tiles_info .tiles-head {
        padding: 5px;
        font-size: 11px;
    }

    .tiles_info .tiles-body {
        font-size: 22px;
        padding: 15px;
    }

    .grid-date {
        padding: 10px;
    }

    p.date-in, span.date-on {
        font-size: 1em;
    }

    .grid-date h4 {
        font-size: 3.5em;
        padding: 44px 0 15px;
    }

    .activity-desc h5 {
        font-size: 13px;
    }

    .pull-left {
        width: 35%;
    }

    .m-r-sm {
        margin-right: 0;
    }

    .mrg10A {
        margin: 1px !important;
    }

    .tile-progress {
        padding: 15px;
    }

    h3.count.text-light, i.fa.fa-dribbble, i.fa.fa-facebook, i.fa.fa-flickr, i.fa.fa-google-plus, i.fa.fa-linkedin, i.fa.fa-skype, i.fa.fa-twitter, i.fa.fa-youtube {
        font-size: 30px;
    }

    .coffee-top i {
        top: 70%;
        background: url(../images/1.png) center no-repeat;
        left: 31%;
        background-size: 70%;
    }

    .follow {
        padding: 3em 0 2em;
    }

    .two p {
        font-size: 12px;
    }

    .two span {
        font-size: 1.3em;
    }

    .top-on1 p {
        font-size: .85em;
    }

    .wid_blog h1 {
        font-size: 1.3em;
    }

    .wid_blog {
        padding: 2em;
    }

    .link1 {
        padding: 5px;
    }

    .wid_blog-desc {
        padding: 2.4em 1em;
    }

    .panel_2 {
        padding: 2em 1em 0;
    }

    .online-top {
        padding: 13.9px;
    }

    .friday h4, .friday-bottom h5 {
        font-size: 1.5em;
    }

    .main-grid1-grids {
        min-height: 180px;
        padding: 1em 2em 0;
    }

    .app-cam {
        width: 27%;
    }

    .navbar-right {
        margin-right: -10px;
    }

    .content-box-wrapper {
        padding: 1em;
    }

    i.icon_4 {
        margin-right: 10px;
    }

    span.badge {
        right: 17px;
        font-size: 9px;
        line-height: 11px;
        width: 15px;
        height: 15px;
    }

    .r3_counter_box1.for h5 {
        font-size: 32px;
    }

    .r3_counter_box1.for .stats span {
        font-size: 16px !important;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 165px !important;
        height: 130px !important;
    }

    .spark-left span {
        left: 5px;
        top: 25px !important;
    }

    .login-form-info input[type=password] {
        margin: 1.5em auto;
    }

    .login-form-info input[type=submit] {
        margin-left: 1.2em;
    }

    .sign-up {
        width: 70%;
    }

    .no-js .sb-search, .sb-search.sb-search-open {
        min-width: 187px;
    }

    .social_icons {
        width: 39%;
    }

    .profile_details {
        margin: 0 3.1em 0 1em;
    }

    .sb-search {
        left: 80px;
    }

    .user-panel-top li {
        margin-left: 6px;
    }

    .grow {
        left: 28%;
        top: 41%;
    }

    .switch-right-grid ul {
        padding: 1em 0;
    }

    canvas#line {
        width: 294px !important;
        height: 75px !important;
    }

    canvas#bar {
        width: 294px !important;
        height: 76px !important;
    }

    canvas.base, canvas.overlay {
        height: 76px;
    }

    .activity-img span {
        font-size: 10px;
    }

    .activity-desc-sub h5, .activity-desc-sub1 h5 {
        font-size: 13px;
        margin: 0 0 .1em;
    }

    .activity-desc-sub p, .activity-desc-sub1 p {
        font-size: 12px;
    }

    .activity-desc-sub:before {
        left: -14%;
    }

    .activity-desc1 {
        width: 10%;
    }

    .activity-desc-sub1:after {
        right: -10%;
    }

    .activity_box form {
        padding: 0 1em;
    }

    .activity_box input[type=text] {
        padding: 6px 8px;
        font-size: 13px;
        width: 69%;
    }

    .activity_box input[type=submit] {
        font-size: 14px;
        padding: 6px 0;
    }

    .single-bottom ul li input[type=checkbox] + label span:first-child {
        width: 13px;
        height: 13px;
        border: 1px solid #C8C8C8;
        bottom: 3px;
    }

    .activity_box h3 {
        padding: .7em;
        font-size: 14px;
    }

    h1.blank, h3.blank1 {
        font-size: 1.7em;
    }

    .biseller-column p {
        font-size: 14px;
    }

    a.lightbox i {
        margin: .7em 0;
        font-size: 1.5em;
    }

    h4.asd label {
        font-size: 14px;
    }

    .panel .panel-heading {
        padding: 20px;
        height: 53px;
    }

    .editor, ul.collection {
        padding: 1em;
    }

    .panel_text {
        font-size: 13px;
    }

    .main-content2 {
        min-height: 1065px !important;
    }

    .main-content {
        min-height: 975px;
    }

    .input-group {
        width: 80%;
    }

    .main-content4 {
        min-height: 1995px !important;
    }

    span.badge1 {
        min-width: 2rem;
        right: 25px;
    }

    canvas#doughnut {
        width: 272px !important;
        height: 180px !important;
    }

    canvas#radar {
        width: 274px !important;
        height: 182px !important;
    }

    canvas#polarArea {
        width: 273px !important;
        height: 183px !important;
    }

    canvas#line1 {
        width: 405px !important;
        height: 127px !important;
    }

    .sign-in-form {
        width: 49%;
    }

    .error-main h3 {
        font-size: 4em;
    }

    .error-main p {
        font-size: 1.2em;
    }

    .legend {
        margin: 1em auto 2em;
        float: none;
    }

    canvas#pie {
        width: 410px !important;
        height: 270px !important;
    }

    canvas#bar1 {
        width: 410px !important;
        height: 140px !important;
    }

    .input-group.in-grp1 {
        margin: 0;
    }
}

@media (max-width:1019px) {
    .social_icons {
        width: 41%;
    }
}

@media (max-width:991px) {
    .grid_2, .social_icons-left, .span_8, .widget {
        float: left;
    }

    .social_icons {
        width: 41%;
    }

    .profile_details {
        margin: 0 3.1em 0 0;
    }

    .switch-right, .widget1 {
        margin-right: 2%;
    }

    .user-panel-top li a {
        padding: 5px 1px;
    }

    .sb-search {
        left: 65px;
    }

    .widget {
        width: 23.5%;
    }

    .switch-right {
        width: 32%;
        float: left;
    }

    canvas#bar, canvas#line {
        width: 275px !important;
    }

    .switches {
        margin: 1em 0 0;
    }

    .grid_box1 {
        margin-bottom: 1em;
    }

    .grid_2_bot:nth-child(2), .inbox_right {
        margin: 1.5em 0 0;
    }

    .widget_1_box2 {
        padding: 0;
    }

    .widget_bottom_left, .widget_middle_left {
        padding-right: 0;
    }

    .main-content2 {
        min-height: 2020px !important;
    }

    .main-content3 {
        min-height: 3200px !important;
    }

    .inbox_right {
        padding-left: 0;
    }

    .grid_2 {
        width: 33.33%;
        padding: 0 10px;
    }

    canvas#doughnut {
        width: 266px !important;
        height: 170px !important;
    }

    canvas#polarArea, canvas#radar {
        width: 265px !important;
        height: 170px !important;
    }

    .grid_2_bot {
        float: none;
        width: 100%;
    }

    .media_1-left {
        padding-right: 0;
    }

    .media_1-right {
        padding-left: 0;
        margin-top: 1.5em;
    }

    .main-content6 {
        min-height: 2200px !important;
    }

    .sign-in-form {
        width: 52%;
    }

    .error-main-right img {
        width: 50%;
    }
}

@media (max-width:966px) {
    .col_4, .grid_2, .span_4, .span_7, .span_8 {
        padding: 0;
    }

    .coffee-top, .graph_box, .graph_box1, ul.new {
        text-align: center;
    }

    .float-left {
        width: 14%;
    }

    .input-group {
        margin: 0 0 0 1em;
        width: 40%;
    }

    .navbar-right {
        margin-right: 3px !important;
    }

    .col-md-3.widget {
        width: 100%;
        float: none;
    }

    .col_4, .span_8, .stats-info {
        margin-bottom: 1em;
    }

    .span_4 {
        margin: 1em 0;
    }

    .col-md-4.widget_1_box1, .grid_2, .stats-info3 {
        margin-bottom: 1em;
    }

    .col_1_of_2.span_1_of_2 {
        width: 50%;
        float: left;
    }

    .col-md-8.inbox_right {
        padding: 0;
        margin-top: 1em;
    }

    .follow {
        padding: 1em;
    }

    .coffee-top img {
        display: inline-block;
    }

    .stats-info3 {
        padding: 0;
    }

    .widget_1_box2 {
        padding: 0;
        margin-top: 1em;
    }

    .wid_blog-desc {
        padding: 1em;
    }

    .copy_layout {
        margin: 1em 0 0;
    }

    .login-social-link a.facebook {
        margin-right: 10px;
    }

    .app-cam {
        width: 30%;
    }

    .login-social-link a {
        padding: 10px 15px;
        width: 47.5%;
    }

    ul.new li.new_left, ul.new li.new_right {
        float: none;
    }

    .coffee-top i {
        top: 88%;
        background: url(../images/1.png) center no-repeat;
        left: 44%;
        background-size: 70%;
    }

    .logo-element {
        padding: 17px 0;
    }

    .col-md-3.widget.widget1 {
        width: 100%;
    }

    .grid_box1 {
        margin-bottom: 5px;
    }

    .grid_4, .grid_5 {
        padding: 20px 10px;
    }

    .modal-dialog {
        width: 400px !important;
    }

    .bs-example4, .bs-example5 {
        padding: 1em;
    }

    .spar-left, .spark-left {
        padding-right: 0;
        background: #fff;
    }

    ul.new {
        margin: 1em 0 0;
    }

    .spark-left {
        padding-left: 0;
    }

    .sparks-left {
        margin: 1em 0;
    }

    .spar-right, .spark-right {
        margin-top: 1em;
    }

    .switches-right {
        padding-right: 1em;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 225px !important;
        height: 170px !important;
    }

    div#char {
        height: 202px !important;
    }

    .map {
        margin: 2em 0;
    }

    .login-form-info input[type=submit] {
        margin-left: .9em;
    }

    .sign-up {
        width: 90%;
    }
}

@media (max-width:960px) {
    .social_icons {
        width: 42%;
    }
}

@media (max-width:937px) {
    .social_icons {
        width: 44%;
    }
}

@media (max-width:894px) {
    .social_icons {
        width: 45%;
    }
}

@media (max-width:875px) {
    .social_icons {
        width: 50%;
    }
}

@media (max-width:800px) {
    .profile_details_left {
        float: none;
    }

    .social_icons {
        float: left;
        width: 60%;
        margin: 1em 0 1em 1em;
    }

    .span_8, .switch-right {
        float: none;
        margin-right: 0;
    }

    .sticky-header .main-content {
        padding-top: 100px;
    }

    .grow {
        left: 43%;
    }

    .switch-right {
        width: 100%;
    }

    canvas#bar, canvas#line {
        width: 100% !important;
        height: auto !important;
    }

    .span_8 {
        width: 100%;
    }

    .left-side-collapsed .logo-icon {
        height: 100px;
    }

    .logo-icon a i {
        padding-top: 30px;
    }

    .activity-img1 {
        width: 17%;
    }

    .activity-desc-sub1:after {
        right: -4%;
    }

    .main-content2 {
        min-height: 2565px !important;
    }

    .panel-body.panel-body-inputin {
        padding: 1em 0;
    }

    .form-horizontal .control-label {
        float: left;
        width: 13%;
        padding: 0;
    }

    .input-group {
        width: 55%;
        float: left;
    }

    .main-content3 {
        min-height: 2815px !important;
    }

    .panel-body1 {
        padding: 1em;
        margin: 1em 0 0;
    }

    .panel-warning {
        margin-top: 1em;
    }

    .main-content4 {
        min-height: 1910px !important;
    }

    .main-content3copy {
        min-height: 1475px !important;
    }

    .grid_2 {
        float: none;
        width: 100%;
    }

    .main-content5 {
        min-height: 2080px !important;
    }

    .sign-in-form {
        width: 64%;
    }

    .new_people h4 {
        font-size: 1.7em;
    }

    .error-main-right {
        margin-top: 3em;
    }

    .main-content2copy {
        min-height: 1100px !important;
    }
}

@media (max-width:768px) {
    .user-panel-top li a {
        padding: 10px 10px 0;
    }

    .sb-search {
        left: 105px;
        top: 5px;
    }

        .no-js .sb-search, .sb-search.sb-search-open {
            min-width: 300px;
        }

    span.badge {
        top: 4px;
        right: 22px;
    }

    .main-content1 {
        min-height: 1855px !important;
    }

    .panel .panel-heading {
        padding: 15px 20px;
        height: 45px;
    }

    .widget_middle {
        margin: 1.5em 0 .5em;
    }

    .main-content2 {
        min-height: 2505px !important;
    }

    .main-content3 {
        min-height: 2850px !important;
    }

    .float-left {
        width: 20%;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .graph_box {
        margin-bottom: 0;
    }

    .label {
        padding: .2em .3em .3em;
    }

    .main-content6 {
        min-height: 2285px !important;
    }

    .sign-in-form-top {
        background: url(../images/3.jpg) 0 -80px no-repeat;
        min-height: 115px;
    }

    .sign-in-form {
        width: 66%;
    }

    .new_people a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .error-main h3 {
        font-size: 3.5em;
    }

    .error-main-right img {
        width: 60%;
    }

    .main-content2copy {
        min-height: 800px !important;
    }

    .jlkdfj1 {
        padding: 0;
    }

    .input-group.in-grp1 {
        margin: 0 1em;
        width: 65%;
    }

    .form-horizontal .control-label {
        width: 16%;
        margin: 0 0 1em;
    }

    .input-icon .icon, .input-icon > i {
        margin: 47px 8px;
    }
}

@media (max-width:739px) {
    .float-left {
        width: 15%;
    }
}

@media (max-width:736px) {
    .navbar-right ~ .navbar-right {
        display: block;
    }

    .navbar-right {
        display: none;
    }

    p.monday {
        font-size: 1em;
    }

    .grid-date h4 {
        font-size: 2.5em;
        padding: 20px 0 0;
    }

    .copy {
        padding: 1em 0;
    }

    ul.new {
        text-align: center;
    }

    .grid_box1 {
        margin-bottom: 5px;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background-color: #000 !important;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #bdc3c7;
    }

    .sidebar-nav.navbar-collapse, form.navbar-form.navbar-right {
        margin: 0;
    }

    .media_1-right {
        padding: 0;
    }

    div#container-rpm, div#container-speed {
        width: 320px !important;
        height: 220px !important;
    }

    div#container-rpm1, div#container-speed1 {
        width: 320px !important;
        height: 200px !important;
    }

    .navbar-brand {
        padding: 4px 14px !important;
    }

    .main-content3 {
        min-height: 3005px !important;
    }
}

@media (max-width:667px) {
    div#container-rpm, div#container-speed {
        width: 300px !important;
        height: 210px !important;
    }

    div#container-rpm1, div#container-speed1 {
        width: 300px !important;
        height: 200px !important;
    }

    .grow {
        left: 41%;
    }
}

@media (max-width:655px) {
    .social_icons {
        width: 64%;
    }
}

@media (max-width:642px) {
    .social_icons {
        width: 63%;
    }
}

@media (max-width:640px) {
    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 280px !important;
        height: 200px !important;
    }

    .float-left {
        width: 30%;
    }

    .input-group {
        margin: 0 0 1em;
        width: 70%;
    }

    .login-form-info input[type=submit] {
        margin-left: 1.05em;
    }

    .login-form-info {
        width: 70%;
    }

    .social_icons {
        width: 63%;
    }

    .widget1 {
        margin-bottom: 1em;
    }

    .user-panel-top li:first-child {
        margin: .2em 0 0;
    }

    h1.blank, h3.blank1 {
        font-size: 1.5em;
    }

    .grid_box1 {
        margin-bottom: 1em;
    }

    .main-content1 {
        min-height: 2085px !important;
    }

    .main-content2 {
        min-height: 2595px !important;
    }

    .main-content3 {
        min-height: 3315px !important;
    }

    footer {
        position: inherit;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .sign-in-form {
        width: 81%;
    }

    .sign-in-form-top {
        padding: 2em 0 0;
    }

    .sign-up1 h4 {
        font-size: 16px;
    }

    .main-content2copy {
        min-height: 700px !important;
    }

    .error-main {
        margin: 2em 0 5em;
    }

    body.sticky-header {
        background: #000;
    }

    .sticky-header .logo, .sticky-left-side {
        position: absolute;
    }

    .form-horizontal .control-label {
        margin: 1em 0 1em 1em;
        width: 100%;
        text-align: left;
    }

    .jlkdfj1 {
        padding-left: 1em;
    }

    .input-icon .icon, .input-icon > i {
        margin: 66px 8px;
    }
}

@media (max-width:625px) {
    .social_icons {
        float: none;
        width: 100%;
    }

    .profile_details {
        float: none;
        width: 94%;
    }

    .user-name p span {
        display: block;
        float: none;
        width: 100%;
    }

    .user-name {
        width: 14%;
    }

    .user-panel-top li:first-child {
        margin: .5em 0;
    }

    .user-panel-top li a i {
        float: left;
    }

    .profile_details_drop a {
        padding: 0 0 8px !important;
    }

    li.dropdown.profile_details_drop {
        margin-left: 2em;
    }

    ul.dropdown-menu.drp-mnu {
        left: 7%;
    }

    .sticky-header .main-content {
        padding-top: 163px;
    }

    .left-side-collapsed .logo-icon {
        height: 159px;
    }

    .logo-icon a i {
        padding-top: 60px;
    }

    .user-panel-top li {
        margin-top: 8px;
    }
}

@media (max-width:600px) {
    .main-content {
        position: relative;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 260px !important;
        height: 190px !important;
    }

    div#container-speed {
        margin: 0 !important;
    }

    .sticky-header.left-side-collapsed .header-section {
        left: 0;
    }

    .sticky-header .header-section {
        position: absolute;
        left: 0;
    }

    .menu-right {
        margin: 6px 0 0;
    }

    div#page-wrapper {
        padding: 2em 2em .1em;
    }

    .activity-img1 {
        width: 25%;
    }

    .activity-desc-sub1:after {
        right: -6%;
    }

    .main-content3 {
        min-height: 3415px !important;
    }

    .main-content4 {
        min-height: 1935px !important;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .main-content6 {
        min-height: 2560px !important;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 482px;
        background-size: 100%;
    }

    .error-btn a, .error-main p {
        font-size: 1em;
    }

    .error-main-left {
        margin: 1em 0 0;
    }

    .error-main-right {
        margin-top: 1em;
    }
}

@media (max-width:568px) {
    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 256px !important;
        height: 180px !important;
    }

    .no-js .sb-search, .sb-search.sb-search-open {
        min-width: 260px;
    }

    div#page-wrapper {
        padding: 1em 1em .1em;
    }
}

@media (max-width:480px) {
    .float-left, .float-right, .pull-right {
        float: none !important;
    }

    .user-panel-top li {
        margin-top: 0;
    }

    .tab {
        margin: 0;
    }

    .pagination {
        margin: 6px 0;
    }

    .main-content {
        min-height: 855px;
    }

    span.label.label-default {
        line-height: 2em;
    }

    button.btn, button.btn.btn-lg {
        margin-bottom: 3px;
    }

    .modal-dialog {
        width: 370px !important;
    }

    .app-cam, .pull-left {
        width: 50%;
    }

    .coffee-top i {
        top: 82%;
        left: 39%;
    }

    .well1 {
        padding: 1em;
    }

    .panel-body1 {
        margin: 1em 0 0;
    }

    .panel-warning {
        margin-top: 1em;
    }

    .app-cam {
        margin: 2em auto auto;
    }

        .app-cam input[type=text], .app-cam input[type=password] {
            padding: 10px;
        }

    .login-logo {
        padding: 40px 0;
    }

    .mail-toolbar.clearfix {
        padding: 1em 0;
    }

    .copy_layout {
        padding: 10px;
    }

    button.btn.btn-success {
        padding: 9px 12px;
    }

    .widget_head, .xs h3 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .follow {
        padding: 1em 0;
    }

    .widget_1_box2 {
        margin-top: 0;
    }

    .wid_blog h1 {
        font-size: 1em;
    }

    .wid_blog {
        padding: 1em;
    }

    .widget_5 {
        margin: 0;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px !important;
    }

    td.head {
        font-size: 1em !important;
    }

    div#container-rpm, div#container-rpm1, div#container-speed, div#container-speed1 {
        width: 210px !important;
        height: 150px !important;
    }

    .switches-right1 {
        padding: 0;
    }

    .mailbox-content, ul.collection {
        padding: 1em;
        background: #fff;
    }

    .float-left {
        width: 100%;
        margin: 0 0 .5em;
    }

    .position-center {
        width: 100%;
        margin: 0 auto;
    }

    .form-group {
        margin-bottom: .5em !important;
    }

    .btn-block {
        display: block !important;
        width: 94% !important;
        margin: 0 auto !important;
    }

    .login-form-info {
        width: 90%;
    }

        .login-form-info input[type=submit] {
            margin-left: .9em;
        }

    .sign-up1 {
        float: left;
        width: 38%;
    }

    .sign-up2 {
        float: left;
        width: 62%;
    }

    canvas#bar1, canvas#line1, canvas#pie {
        width: 380px !important;
    }

    ul.dropdown-menu {
        min-width: 215px;
    }

    .toggle-btn {
        margin: .4em 1em 0;
    }

    .no-js .sb-search, .sb-search.sb-search-open {
        min-width: 185px;
    }

    li.dropdown.profile_details_drop {
        margin-left: 1em;
    }

    .social_icons, .user-panel-top li:first-child, ul.dropdown-menu li {
        margin: 0;
    }

    .profile_details {
        margin: .5em 0 0 1em;
    }

    ul.dropdown-menu.drp-mnu {
        left: 0;
    }

    .menu-right {
        margin: .2em 0 1em;
    }

    .sticky-header .main-content {
        padding-top: 145px;
    }

    .grow {
        left: 38%;
    }

    .left-side-collapsed .logo-icon {
        height: 140px;
    }

    .logo-icon a i {
        padding-top: 50px;
    }

    .grid_box1 {
        margin-bottom: .5em;
    }

    .main-content1 {
        min-height: 1680px !important;
    }

    .main-content2 {
        min-height: 2770px !important;
    }

    .main-content3 {
        min-height: 3005px !important;
    }

    .main-content4 {
        min-height: 1470px !important;
    }

    .panel-body-com-m {
        padding: 1em !important;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#pie {
        height: 245px !important;
    }

    .main-content5 {
        min-height: 1995px !important;
    }

    .grid_3 {
        margin-bottom: 1em;
    }

    .media_1-right {
        margin-top: 1em;
    }

    .main-content6 {
        min-height: 2605px !important;
    }

    .sign-in-form-top p {
        font-size: 1.7em;
    }

    .sign-in-form-top {
        min-height: 95px;
    }

    span.checkbox1 {
        width: 55%;
    }

    .log-input:nth-child(1) {
        margin: 1em 0 0;
    }

    .sign-in-form input[type=submit] {
        font-size: 1em;
        padding: .5em 1em;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 405px;
        background-size: 100%;
    }

    .error-main h3 {
        font-size: 2.5em;
    }

    .main-content2copy {
        min-height: 700px !important;
    }
}

@media (max-width:445px) {
    .social_icons-left {
        padding-left: .5em;
    }
}

@media (max-width:424px) {
    .social_icons-left a {
        padding: .6em .5em .5em;
    }

    .user-name {
        width: 25%;
    }

    .no-js .sb-search, .sb-search.sb-search-open {
        min-width: 145px;
    }
}

@media (max-width:414px) {
    div#container-rpm, div#container-speed {
        width: 180px !important;
        height: 125px !important;
    }

    div#container-rpm1, div#container-speed1 {
        width: 200px !important;
        height: 150px !important;
    }

    div#char {
        height: 150px !important;
    }

    ul.float-right {
        left: 15%;
    }

    .alert {
        padding: 10px;
        font-size: 14px;
    }

    i.icon_4 {
        width: 35px;
        height: 35px;
        font-size: 1em;
        line-height: 34px;
    }

    span.email-title {
        font-size: 14px;
    }

    .grid_1 h4 {
        font-size: 1.2em;
        padding: 1em 0 .5em;
    }

    .request {
        padding: 0;
        margin: 5em 1em;
    }

    .form-horizontal .form-group {
        padding: 0 !important;
    }

    .login-form1, .sign-up-form {
        padding: 2em 0;
    }

    .btn-block {
        width: 100% !important;
    }

    .new-people {
        margin: 3em 0 0;
    }

        .new-people p {
            font-size: 13px;
            margin: 1em 0 2em;
            line-height: 1.7em;
        }

        .new-people h3 {
            font-size: 1.3em;
        }

    .login-form-info input[type=submit] {
        margin-left: .6em;
    }

    .sign-up-form {
        background: #b8c9f1;
    }

        .sign-up-form p {
            font-size: 14px;
            line-height: 1.7em;
        }

    .sign-up {
        width: 100%;
        padding: 1em 0;
    }

    .sign-up1 h4 {
        margin: 1.6em 0 1em;
        font-size: 15px;
    }

    .sign-up1 {
        float: left;
        width: 42%;
    }

    .sign-up2 {
        float: left;
        width: 58%;
    }

    .sub-login {
        margin: 2em 0 0;
    }

    .sign-up-form p {
        margin: .4em 0 2em;
    }

    #loginBox {
        right: -58px;
    }

    .r3_counter_box h5 {
        font-size: 1.5em;
    }

    .r3_counter_box .fa {
        font-size: 1.5em;
        line-height: 60px;
        height: 70px;
    }

    .stats {
        padding: 1.2em;
    }

    .grow {
        left: 35%;
        top: 37%;
    }

    .activity-img1 {
        width: 39%;
    }

    .activity-desc-sub1:after {
        right: -9%;
    }

    .left-side-collapsed .custom-nav li a span {
        padding: 9px;
        min-width: 110px;
        top: 6px;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        min-width: 110px;
    }

    .grid_box1 {
        margin-bottom: .1em;
    }

    .main-content2 {
        min-height: 2655px !important;
    }

    .main-content4 {
        min-height: 1490px !important;
    }

    canvas#pie {
        width: 325px !important;
        height: 210px !important;
    }

    canvas#line1 {
        width: 308px !important;
    }

    canvas#bar1 {
        width: 310px !important;
    }

    .main-content5 {
        min-height: 1810px !important;
    }

    .main-content6 {
        min-height: 3140px !important;
    }

    .sign-in-form {
        width: 95%;
    }

    .error-main-right img {
        width: 100%;
    }

    .user-panel-top li {
        margin-top: 0;
    }

    ul.dropdown-menu {
        min-width: 175px;
    }

    .notification_desc p {
        white-space: initial;
    }
}

@media (max-width:384px) {
    div#container-rpm, div#container-speed {
        width: 160px !important;
        height: 120px !important;
    }

    div#container-rpm1, div#container-speed1 {
        width: 200px !important;
        height: 150px !important;
    }

    .switches1 {
        margin: 5.3em 0 0;
    }

    .login-form-info {
        width: 100%;
    }

    .login-header {
        padding: 1.5em 1em;
    }

    #loginBox {
        right: -100px;
    }

    .dropdown-menu2 {
        right: -12px;
    }

    .social_icons-left a {
        font-size: .7em;
    }

    footer p, h4.asd label {
        font-size: 13px;
    }

    .user-panel-top li a {
        padding: 10px 5px 0;
    }

    .sb-search {
        left: 80px;
    }

    h4.asd label {
        padding-left: .5em;
    }

    .main-content2 {
        min-height: 2680px !important;
    }

    .main-content3 {
        min-height: 3080px !important;
    }

    .main-content4 {
        min-height: 1640px !important;
    }

    .mailbox-content, .request {
        margin: .5em 0 0;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#pie {
        width: 295px !important;
        height: 190px !important;
    }

    canvas#line1 {
        width: 290px !important;
    }

    canvas#bar1 {
        width: 285px !important;
    }

    .main-content6 {
        min-height: 3485px !important;
    }
}

@media (max-width:375px) {
    ul.dropdown-menu {
        min-width: 167px;
    }
}

@media (max-width:320px) {
    .main-content {
        min-height: 1180px;
    }

    .form-control1, .form-control_2.input-sm {
        padding: 5px 10px;
        font-size: 13px;
        height: 28px;
    }

    button.btn.btn-success {
        padding: 4px 12px;
    }

    .mailbox-content h2 {
        font-size: 1em;
        padding: 1em 0;
    }

    .login-logo {
        padding: 20px 0;
    }

        .login-logo img {
            width: 40%;
        }

    .app-cam {
        width: 70%;
        margin: 1em auto auto;
    }

    h2.form-heading {
        font-size: 16px;
    }

    .login-social-link a {
        padding: 8px 15px;
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 6px 13px;
        font-size: 16px;
    }

    .modal-dialog {
        width: 240px !important;
    }

    .grid_3, ul.collection li {
        margin-bottom: 1em;
    }

    .m-r-sm {
        font-size: 13px;
    }

    a.btn.btn-default.dropdown-toggle {
        padding: 3px 6px;
        font-size: 13px;
    }

    a.btn.btn-default {
        padding: 3px 9px;
    }

    .btn.btn_1.btn-default.mrg5R {
        padding: 3px 10px;
    }

    a#home-tab {
        padding: 7px 5px;
    }

    .btn-warng1 {
        padding: 5px;
    }

    .coffee-top i {
        top: 73%;
        left: 37%;
    }

    body#login {
        min-height: 500px;
    }

    h1#h1 {
        font-size: 17px !important;
    }

    h2#h2 {
        font-size: 16px !important;
    }

    h3#h3 {
        font-size: 15px !important;
    }

    h4#h4 {
        font-size: 14px !important;
    }

    button.btn.btn_5 {
        font-size: 13px;
        padding: 8px 10px;
    }

    button.btn, button.btn.btn-lg {
        margin-bottom: 3px;
    }

    span.btn_6 {
        font-size: 55%;
    }

    span.btn_7 {
        font-size: 64%;
    }

    div#container-rpm, div#container-speed {
        width: 140px !important;
        height: 110px !important;
    }

    div#container-rpm1, div#container-speed1 {
        width: 160px !important;
        height: 130px !important;
    }

    .r3_counter_box1 {
        min-height: 0;
        background: #fff;
    }

        .r3_counter_box1.for h5 {
            font-size: 23px;
        }

        .r3_counter_box1.for .stats span {
            font-size: 14px !important;
        }

        .r3_counter_box1.for {
            min-height: 79px;
            padding: 12px;
        }

    div#char {
        height: 140px !important;
    }

    .dropdown-menu2 {
        right: -73px;
    }

    #loginBox {
        right: -150px;
    }

    .user-panel-top li a i {
        font-size: .8em;
        width: 17px;
        height: 20px;
    }

    .profile_img span, .toggle-btn {
        width: 30px;
        height: 30px;
    }

    span.badge {
        right: 13px;
    }

    .toggle-btn {
        font-size: 12px;
        padding: 6px 0 0;
    }

    .sb-search {
        left: 65px;
    }

        .no-js .sb-search, .sb-search.sb-search-open {
            min-width: 115px;
        }

    .user-name {
        width: 55%;
        margin-top: 2px;
        margin-left: 9px;
    }

        .user-name p {
            font-size: 13px;
        }

    .profile_details ul li {
        width: 50%;
    }

    a.yui {
        padding: .6em .7em .5em !important;
    }

    .social_icons {
        margin-left: .5em;
        width: 97%;
    }

    .social_icons-left a {
        font-size: .6em;
        padding: .6em .5em .5em;
    }

    .left-side-collapsed .logo-icon {
        height: 123px;
    }

    .sticky-header .main-content {
        padding-top: 128px;
    }

    .left-side-collapsed .custom-nav li a i {
        font-size: 1em;
    }

    .left-side-collapsed .custom-nav li a {
        padding: 6px;
    }

        .left-side-collapsed .custom-nav li a span {
            padding: 8px;
            min-width: 105px;
            top: 2px;
            font-size: 13px;
        }

    .custom-nav .sub-menu-list > li > a {
        font-size: 12px;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        min-width: 105px;
        top: 36px;
    }

    .grow p {
        font-size: 10px;
    }

    .activity-desc h5, .switch-right-grid h3 {
        font-size: 14px;
    }

    .grow {
        width: 75px;
        height: 24px;
        padding: .3em 0 0;
        top: 42%;
    }

    .switch-right-grid1 {
        padding: 1em 1em 0;
    }

    .switch-right-grid ul {
        padding: .5em 0 1em;
    }

    .activity-desc p, .grid_3 p, .list-group-item, .media-body, .sidebard-panel .feed-element, .sidebard-panel p, span.badge1 {
        font-size: 13px;
    }

    .bs-example5.example_6 {
        display: none;
    }

    .panel_2 {
        padding: 1em 1em 0;
        margin-top: 1em;
    }

    .main-content6 {
        min-height: 3220px !important;
    }

    span.checkbox1 {
        width: 70%;
    }

    .signin-rit p {
        font-size: 14px;
    }

    .log-input input[type=text], .log-input input[type=password] {
        margin: 0 0 1em;
    }

    .signin {
        padding: 1em;
    }

    .sign-in-form-top p {
        font-size: 1.5em;
    }

    .sign-in-form input[type=submit] {
        margin-top: 0;
    }

    .alert {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat;
        width: 305px;
        background-size: 100%;
    }

    .new_people h4 {
        font-size: 1.3em;
    }

    .new_people p {
        margin: .5em 0 2em;
        font-size: 13px;
    }

    .sign-up h3 {
        font-size: 1.5em;
    }

    p.creating {
        font-size: 13px;
        margin: 0 0 2em;
    }

    .sign-up h5 {
        margin: 0 0 1em;
        font-size: 18px;
    }

    .sign-up2 input[type=text], .sign-up2 input[type=password] {
        font-size: 13px;
        padding: 8px 10px;
        margin: .5em 0;
    }

    .sub_home {
        margin: 1em 0 0;
    }

    .sign-up input[type=submit] {
        font-size: 14px;
        padding: 6px 0;
    }

    .sub_home_right p {
        font-size: 14px;
    }

    .error-main span {
        font-size: 1.5em;
    }

    .error-main p {
        font-size: 13px;
    }

    .error-main-right img {
        width: 55%;
        margin: 1em auto 0;
    }

    .error-main-left, .error-main-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .new_people a {
        padding: 7px 20px;
    }

    .new_people {
        padding: 2em 0 0;
    }

    .activity_box {
        min-height: 320px;
    }

    .activity_box1, .activity_box2 {
        min-height: 345px;
    }

    .activity-row {
        margin-bottom: .5em;
        padding-bottom: .5em;
    }

    .activity-img1 {
        width: 50%;
    }

    .activity-desc-sub1:after {
        right: -12%;
    }

    .activity_box input[type=submit] {
        font-size: 13px;
        padding: 4px 0;
        width: 25%;
        margin-left: 0;
    }

    .activity_box form {
        padding: 0;
    }

    .activity_box input[type=text] {
        padding: 3px 8px;
        font-size: 12px;
    }

    h1.blank, h3.blank1 {
        font-size: 1.3em;
        margin: 0 0 .7em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px !important;
        display: block;
    }

    .main-content1 {
        min-height: 1480px !important;
    }

    label.round {
        float: none;
        margin-top: 45%;
    }

    .panel .panel-heading {
        padding: 5px 15px 0;
        height: 73px;
    }

    .main-content2 {
        min-height: 3050px !important;
    }

    .collapsed span, .pa_italic i {
        padding-left: 7em;
    }

    .main-content3 {
        min-height: 2785px !important;
    }

    .input-group {
        width: 100%;
    }

    .panel-body.no-padding {
        padding: 1em;
    }

    .main-content4 {
        min-height: 4545px !important;
    }

    .com-mail input[type=submit] {
        padding: 5px 25px;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#doughnut, canvas#pie {
        width: 230px !important;
        height: 150px !important;
    }

    canvas#polarArea, canvas#radar {
        width: 225px !important;
        height: 150px !important;
    }

    canvas#bar1, canvas#line1 {
        width: 230px !important;
        height: auto !important;
    }

    .main-content5 {
        min-height: 1470px !important;
    }

    .well {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .main-content2copy {
        min-height: 700px !important;
    }

    .logo a {
        font-size: .6em;
    }

    .nav > li > a {
        font-size: 14px;
    }

    .left-side, .sticky-header .logo {
        width: 160px;
    }

    .main-content {
        margin-left: 160px;
    }

    ul.dropdown-menu {
        min-width: 130px;
    }

    .progress {
        height: 4px;
        margin-bottom: 0;
    }

    .notification_bottom a {
        padding: .2em 0 !important;
        font-size: 13px;
    }

    .notification_bottom {
        margin-top: .5em;
    }

    .notification_header h3 {
        line-height: 1.5em;
    }

    .notification_desc p {
        white-space: initial;
    }

    .input-icon .icon, .input-icon > i {
        margin: 54px 8px;
    }

    .has-feedback label ~ .form-control-feedback {
        top: 22px !important;
    }

    .panel.panel-warning .panel-heading {
        height: 25px;
    }

    textarea.form-control1.control2 {
        height: 100px;
    }

    .form-group {
        margin-bottom: .2em !important;
    }

    .input-group.in-grp1 {
        margin: 0 1em 0 0;
        width: 100%;
    }
}

.form-group .input-group[class*=col-] {
    padding-left: 15px;
}

.mt10 {
    margin-top: 10px;
}

.dont {
    margin-left: 0;
}

.jambo_table {
    table-layout: fixed;
}

    .jambo_table > tbody > tr > td:not(:last-child) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jambo_table > tbody > tr > td:nth-child(1), .jambo_table > thead > tr > th:nth-child(1) {
        width: 5%;
    }

    .jambo_table > tbody > tr > td:last-child, .jambo_table > thead > tr > th:last-child {
        width: 11%;
    }

.transactionsblk {
    padding-top: 30px;
}

.dynamicPager a.page-number {
    background-color: #666;
    color: #fff;
    border: none;
}

.jambo_table table.table {
    font-family: Verdana,Geneva,sans-serif;
}

.orclassc i {
    font-style: normal;
}

@media (max-width:767px) {
    html.html-hidd {
        overflow: visible !important;
    }

        html.html-hidd body {
            background: 0 0 !important;
        }

        html.html-hidd .form-table.form-table-bg { /*background:url(/../images/banner5.jpg) no-repeat fixed!important;*/
            padding: 20px 0;
        }

    .orclassc i {
        font-style: normal;
        z-index: 9;
        position: relative;
    }

    .orclassc, .orclassc span {
        left: 0;
        position: absolute;
        right: 0;
    }

    .loginforgotme {
        padding: 10px 0 4px;
    }

        .loginforgotme input {
            margin: 0 !important;
        }

    .signup-link {
        padding-top: 7px;
        margin-top: 3px;
    }

    body .form-table .col-md-6.col-md-offset-3 {
        width: 100%;
        padding: 0;
    }

    .profile-img-card {
        max-width: 100%;
    }

    .form-table {
        padding: 20px 0 0;
    }

        .form-table .col-md-6.col-sm-6.pull-left.text-center {
            width: 100%;
            float: none !important;
            padding-top: 11%;
        }

    .col-md-5.col-sm-5.pull-right.text-center.middlediv_btn {
        float: none;
        width: 100%;
    }

    .card.loginpagebox {
        padding: 13px;
    }

    .orclassc {
        color: #000;
        top: 23%;
        height: inherit;
        padding-top: 81px;
        width: 100%;
        text-align: center;
    }

        .orclassc span {
            height: 1px;
            background: #ddd;
            top: 90px;
            display: block;
            width: 91%;
        }

    .middlediv_btn {
        margin-top: 0;
        position: relative;
        margin-bottom: 40px;
    }
}

@font-face {
    font-family: 'SegoeUI';
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Bold.woff') format('woff'), url('fonts/SegoeUI-Bold.ttf') format('truetype'), url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.agent_icons a.blinking i.fa {
    color: #fff;
}

.table-search-bar.stateAct td {
    padding-left: 15px !important;
}

.table-search-bar.stateAct1 td {
    padding-left: 15px !important;
}

.table-search-bar.state td {
    padding-left: 15px !important;
}

.clsCityname {
    width: 177px;
}

.control-labe span.required {
    color: #F00;
}

.modal-header h2.modal-title {
    color: #fff;
}
/*CONTACT PAGE START*/
.trackdtails .container_personal {
    padding: 0;
}

.trackdtails .formgrwraper .text-left {
    text-align: right;
    padding: 0 15px 15px;
}

.trackdtails .text-left .btn.btn-default {
    background: #1393d3;
    border: 1px solid #1393d3;
    padding: 9px 20px;
}

.trackdtails .pagetitle {
    background: #1393d3;
}

.contactleftside {
    max-width: 300px;
    background: #89cef0;
    margin: auto;
    min-height: 500px;
    border-radius: 10px 0px 0px 10px;
    padding: 25px;
}

    .contactleftside p {
        display: block;
        background: #fff;
        color: #555;
        margin-bottom: 15px;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        font-weight: 100;
        padding: 5px 0px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contactleftside a:hover {
        display: block;
        background: #2799d2;
        color: #fff;
        text-decoration: none;
    }

    .contactleftside a.active {
        background: #2799d2;
        color: #fff;
        text-decoration: none;
    }
/* updated by Tanmaya on 26-12-2018-------------*/
p.activeoffcursor {
    background: #2799d2;
    color: #fff;
    cursor: default;
    text-decoration: none;
}
/* ------------------------------------------- */
.contactpage .btn-info {
    background: #2799d2;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 120px;
    padding: 8px 0px;
}

.contactleftside img {
    margin: 20px 0px 70px;
    max-width: 100%;
}

.topic_talk {
    font-size: 40px;
}

.topic_below {
    font-size: 20px;
    padding-bottom: 55px;
}

.needsuport {
    font-size: 25px;
    font-weight: bold;
}

.needsabout {
    padding-bottom: 20px;
    font-size: 15px;
}

.contactpage label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.contactpage {
    padding-bottom: 60px;
}

    .contactpage .container {
        max-width: 900px;
    }
/*CONTACT PAGE END*/


.custom-nav > li > a:focus {
    background: #f8931d;
    background: #1393d3;
}

.agent_icons {
    padding-top: 9px;
}

    .agent_icons .blinking {
        color:;
        display: inline-block;
        margin-right: 25px;
        color: #fff;
        background: #f44336;
        border-radius: 5px;
        padding: 2px 12px;
        font-size: 14px;
        position: relative;
        font-weight: 600;
    }

    .agent_icons .badge {
        min-width: 10px;
        vertical-align: baseline;
        white-space: nowrap;
    }

    .agent_icons span.badge {
        background: #00bcd4;
        border-radius: 2em;
        color: #fff;
        font-size: 10px;
        height: 20px;
        line-height: 15px;
        padding: 2px 0 0;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -8px;
        width: 20px;
    }

    .agent_icons a { /*animation:5s ease 0s normal none infinite running flash;*/
    }

.rowcolmd_cnlr .widget3 .usersave {
    background: url(../images/creditreq.png) no-repeat 0px 0px / 100% auto;
    width: 65px;
    height: 86px;
    margin: 14px 0 0px 20px;
}

    .rowcolmd_cnlr .widget3 .usersave i {
        display: none;
    }

.rowcolmd_clr .widget1.widget3 {
    padding: 0px;
}

.left-side-inner .custom-nav > li > a i {
    color: #fff;
}

.left-side-inner .custom-nav > li.menu-list > a:hover {
    background: #353f4f;
    background: #f8931d;
    background: #1393d3;
}

.left-side-inner .custom-nav li a {
    border-bottom: 1px solid #fff !important;
}

.usetitle {
    font-size: 20px;
    padding: 20px 0px 10px;
}

.text_contenremt {
    font-size: 13px;
    padding-bottom: 20px;
}

.hometitlea {
    font-size: 30px;
}

.privacytxtt {
    font-family: "Titillium Web",sans-serif;
    border-top: 5px solid #f8931d;
    background: #eff0f1;
}

    .privacytxtt .slider_home {
        max-width: 1120px;
        padding: 15px 15px 0;
        margin: auto;
    }

.homepage .privacytxtt .container {
    max-width: 1120px;
}

.privacytxtt .slider_home .hometitlea span {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 30px !important;
    font-weight: normal;
}

.privacytxtt h1 {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.privacytxtt.termcon .hometitlea {
    font-size: 30px !important;
    font-family: 'Titillium Web', sans-serif !important;
    padding-top: 25px;
}

.copy .privacytxtt p, .copy_layout .privacytxtt p {
    font-size: 13px;
}

.privacytxtt .text_content {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}

.privacytxtt .hometitlea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
}

.leadrole.rowcolmd_cnlr {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.rowcolmd_cnlr .activity_box2 {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.rowcolmd_clr .stats {
    background: #72e8f7;
    border-color: #00bcd4;
    background: none;
    border: 0px none;
    float: right;
    width: 68%;
    padding: 15px 10px 0 0;
}

.rowcolmd_clr .widget {
    margin-bottom: 1em;
    width: 23.8% !important;
    padding: 0px;
}

    .rowcolmd_clr .widget.widget4 {
        margin-right: 0px;
    }

.rowcolmd_clr .widget2 .stats {
    border-color: #8bc34a;
}

.rowcolmd_clr .widget3 .stats {
    border-color: #f44336;
}

.rowcolmd_clr .widget4 .stats {
    border-color: #ffb84a;
}

.activity_box.activity_box2 h3.horders2 {
    background: #ffb84a;
}

.activity_box.activity_box2 h3.horders3 {
    background: #f44336;
}

.activity_box.activity_box2 h3.horders4 {
    background: #c5eb99;
}

.activity_box.activity_box2 h3.horders {
    background: #8bc34a;
}

.rowcolmd_clr .widget1 .r3_counter_box {
    background: #f78a68;
}

.widget1 .grow {
    background: #ee693f;
}

.rowcolmd_clr .widget2 .r3_counter_box {
    background: #81b84a;
}

.widget2 .grow {
    background: #64a91f;
}

.rowcolmd_clr .widget3 .r3_counter_box {
    background: #fc9991;
}

.rowcolmd_clr .widget3 .grow3 {
    background: #fc776d;
}

.rowcolmd_clr .widget4 .r3_counter_box {
    background: #de5950;
}

.widget4 .grow {
    background: #c62c21;
}

.rowcolmd_clr .widget5 .r3_counter_box {
    background: #30618c;
}

.widget5 .grow {
    background: #185081;
}

.rowcolmd_clr .widget6 .r3_counter_box {
    background: #ffb84a;
}

.rowcolmd_clr .widget6 .grow {
    background: #eda028;
}

.rowcolmd_clr .widget7 .r3_counter_box {
    background: #f8931d;
}

.widget7 .grow {
    background: #de7d0c;
}

.rowcolmd_clr .widget8 .r3_counter_box {
    background: #63a8b8;
}

.widget8 .grow {
    background: #2394ae;
}

.left-side.sticky-left-side {
    background: #00bcd4;
    background: rgba(238, 105, 63, 1);
    background: #37a4db;
}

    .left-side.sticky-left-side .custom-nav {
        background: #00bcd4;
        background: none;
    }

    .left-side.sticky-left-side ul.nav li a span {
        color: #fff;
    }

.addasbird .activity_box.activity_box2 h3 {
    text-transform: none;
    font-family: "Titillium Web",sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 19px;
}

.rowcolmd_clr .r3_counter_box {
    background: #41cbdd;
}

    .rowcolmd_clr .r3_counter_box h5 {
        color: #fff;
        float: right;
        margin: 0;
        line-height: 21px;
    }

.rowcolmd_clr .grow {
    float: left;
    position: relative;
    left: 0;
    top: auto;
    line-height: 29px;
    padding: 0 8px;
    width: 100%;
}

.rowcolmd_clr .r3_counter_box .fa {
    color: #fff;
    height: 100px;
}

.rowcolmd_clr .widget4 p {
    padding: 0;
    background: none;
}

.addasbird .activity_box.activity_box2 td {
    color: #000;
    white-space: inherit;
}

.addasbird .activity_box.activity_box2 td {
    overflow: inherit !important;
}

.rowcolmd_cnlr .activity_box.activity_box2 h3 {
    background: #00bcd4;
    background: #2799d2;
}

.usersave {
    float: left;
    padding: 0 0 0 20px;
    width: 27%;
}

.userlaa {
    color: #fff;
    float: left;
    width: 100%;
    text-align: right;
}

.rowcolmd_clr a {
    color: #fff;
}

.shipingdetails {
    float: left;
    width: 100%;
}

    .shipingdetails .tbleline {
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        padding: 15px 0;
        color: #000;
    }

        .shipingdetails .tbleline .col-sm-4 {
            padding: 0;
        }

        .shipingdetails .tbleline p {
            margin: 0;
            padding: 0;
        }

        .shipingdetails .tbleline a {
            text-decoration: underline;
            color: #337ab7;
        }

            .shipingdetails .tbleline a:hover {
                text-decoration: underline;
                color: #000;
            }

    .shipingdetails h5 {
        text-align: center;
        font-size: 21px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        margin: 0;
        font-family: 'Titillium Web', sans-serif;
        color: #000;
        font-weight: 700;
    }

.table_shipment table.tableform_line td {
    font-size: 12px;
    border-right: 0px none;
    border-left: 0px none;
    color: #000;
    padding: 15px 0 !important;
}

.table_shipment table.tableform_line .plusminus td {
    background: #2799d2;
    color: #fff;
    padding: 15px 10px !important;
    font-size: 16px;
}

    .table_shipment table.tableform_line .plusminus td i.fa {
        color: #fff;
    }

.table_shipment table.tableform_line .plusminusgreen td {
    background: #1f7a30;
    color: #fff;
    padding: 15px 10px !important;
    font-size: 16px;
}

    .table_shipment table.tableform_line .plusminusgreen td i.fa {
        color: #fff;
    }

.table_shipment table.tableform_line td.timedove {
    font-size: 14px;
    padding: 15px 0 !important;
}

.table_shipment table.tableform_line th {
    border-right: 0px none;
    border-left: 0px none;
    padding: 15px 0 !important;
    border-top: 0px none !important;
    background: none;
    color: #000;
}

.shipingdetails .tableform_line {
    border: 0px none;
}

.borerleftone {
    border-left: 1px solid #ccc;
}

.trackingnumberamex .container {
    padding: 0;
}

.incaseuare {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

    .incaseuare a {
        color: #000;
        background: #f8931d;
        border-radius: 3px;
        display: inline-block;
        padding: 8px 11px;
        font-size: 13px;
        font-weight: normal;
    }

.foranyque {
    font-size: 12px;
    color: #000;
    text-align: center;
}

    .foranyque a {
        color: #2799d2;
    }

.col_datesm {
    font-size: 13px;
}

.mytrans_details.trackingnumberamex .shipemtdetilswrap .formgrwraper {
    padding: 0px;
}

.stats span.apdiv {
    color: #093;
    position: relative;
    top: -6px;
}

.stats span.pendiv {
    color: #F00;
    position: relative;
    top: -6px;
}

#page-wrapper .graphs {
    display: none;
}

.right_col {
    background: #fff;
    padding: 0px 10px 10px 10px;
}

    .right_col .page-heading {
        margin: 0px -10px 13px;
    }

.btn_set {
    background: #eeeefa;
    color: #000;
    padding: 12px 28px;
    display: inline-block;
    margin: 0px 0px 20px 20px;
    border-radius: 20px;
    border: 2px solid #dddddd;
    cursor: pointer;
}
/*div.container{max-width:1170px;width:100%;}*/
.myorderpage div.container {
    max-width: 100%;
    width: 100%;
}

.submitbtn a:hover {
    text-decoration: none;
    color: #fff;
}

.rateprice {
    text-align: right;
    font-size: 30px;
    color: #505050;
}

.showingtextscaning {
    font-size: 20px;
}

.daystransit {
    text-align: center;
    padding: 10px;
    background: #5a5a5a;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.homedomesticeform .no-padding {
    padding: 0px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.addcityicon b i {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.homedomesticeform .input-group {
    margin: 0;
    width: 100%;
}

.homedomesticeform .btn-group.no-padding {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    padding-left: 0px;
}

.homedomesticeform .nav-tabs > li.active > a,
.homedomesticeform .nav-tabs > li.active > a:focus,
.homedomesticeform .nav-tabs > li.active > a:hover {
    background: #f8931d;
    color: #fff;
    border: 0px none;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    color: #f8931d;
}

.homedomesticeform .nav-tabs > li > a {
    background: #5f4229;
    color: #fff;
    font-size: 24px;
    font-size: 15px;
    border: 0px none;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-color: #fff #fff -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    color: #fff;
    display: block;
    padding: 9px 28px;
    text-align: center;
    text-transform: uppercase;
}

.valuelenth .form-group {
    width: 20%;
}

.homedomesticeform .valuelenth .input-group.newkg input.form-control:first-child {
    width: 77%;
    width: 73%;
}

.homedomesticeform .btn-danger {
    background: #5f4229;
    border-color: #5f4229;
    font-size: 20px;
    font-weight: 100;
    padding: 12px 33px;
    border-radius: 48px;
    border-radius: 5px;
    margin: 0 0 19px 0;
    font-size: 18px;
}

.homedomesticeform .form-control {
    font-size: 14px;
    height: 44px;
    color: #777777;
}

.homedomesticeform ul.nav li a {
    padding: 10px 27px;
}

    .homedomesticeform ul.nav li a span {
        color: #fff;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 100;
        padding: 0px;
    }

.homedomesticeform ul.nav li.active a span {
    color: #f8931d;
}

.homedomesticeform .nav-tabs.nav-justified > li {
    float: left;
    width: auto;
    max-width: 182px;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    width: 50%;
}

.homedomesticeform .nav-tabs.nav-justified {
    margin: 0px;
}

.homedomesticeform .panel-body {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 35px;
    color: #fff;
    background: none;
}

.class_indexone h1 {
    font-size: 55px;
    font-weight: 100;
    text-align: center;
    font-size: 45px;
}

.text-hrxs strong {
    font-weight: 100;
    color: #fff;
    font-size: 20px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 35px;
    color: #000;
}

.row.parcel-dimensions {
    padding-top: 20px;
}

.classborderbotm .form-group {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    margin: 0;
    border: 0px none;
}

.homedomesticeform .form-group strong {
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    padding-bottom: 10px;
}

.homedomesticeform .cargo-selector {
    margin-bottom: 15px;
    width: 100%; /*float:left;*/
    margin-bottom: 0px;
    margin: auto;
    width: 221px;
}
/*start homepage 26-2-2018*/
body, html {
    height: 100%;
}

body {
    padding: 0px;
}

.homelogo {
    padding: 5px 0;
}

.form-group.netzone {
    padding: 0 20px;
    font-size: 14px;
}

.netzone .row {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.netzone a {
    font-size: 14px;
    margin-left: 8px;
}

.netzone .glyphicon {
    font-size: 12px;
}

#ShowStateModal .modal-header, #ShowCountryModal .modal-header, #countryModal .modal-header, #stateModal .modal-header, #DivnateworkZones .modal-header {
    padding: 0;
}

#ShowStateModal .close, #ShowCountryModal .close, #countryModal .close, #stateModal .close,
#DivnateworkZones .close {
    margin: 5px 10px 0px 0;
    color: #fff;
    opacity: 1;
}

#DefaultnateworkZones {
    height: 180px;
    padding: 0px 0px 0px 29px;
}

.customerlogo img {
    max-width: 100%;
}

.homepage .card .header h1 {
    font-size: 35px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.homepage .navbar-fixed-top {
    position: relative;
}

.homepage {
    color: #000;
}

    .homepage div.container {
        max-width: 1320px;
    }

.indexportal {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
}

    .indexportal a {
    }

.homepage select.form-control {
    height: 42px;
    width: 100%;
}

.homepage .form-signin label {
    text-align: right;
    padding: 5px 0px 0px 0;
    width: 49px;
    font-size: 18px;
}

.homepage .btn-signin {
    font-size: 18px;
    border-radius: 25px;
}

.homepage input.btn-signin {
    font-size: 25px;
    border-radius: 45px;
}

.homepage .btn-signin:hover {
    background: #e31e26;
    color: #fff;
}

.indexportalbtn {
    margin: 30px 0;
}

.aramestitle {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #e64a19;
}

    .aramestitle span {
        font-size: 13px;
        color: #000000;
        font-style: italic;
    }

.dockycreq {
    display: block;
    color: #404040;
    font-size: 13px;
}

    .dockycreq span {
        min-width: 140px;
        display: inline-block;
        text-align: center;
    }

.result_quotest {
    float: left;
    width: 100%;
}

.pickupbtn {
    text-align: center;
    background: #f5f5f5;
    padding-top: 20px;
}

    .pickupbtn .info_button {
        background: #e31e26;
        color: #fff;
        font-size: 20px;
        border-radius: 45px;
        padding: 5px 24px;
        display: inline-block;
        margin-bottom: 20px;
        border: 0px none;
    }

        .pickupbtn .info_button:hover {
            background: #f8931d;
        }

.estimatepickup .optionquotetext {
    width: 55px;
    text-align: center;
    color: #444;
}

.estimatepickup {
    padding: 0 10px;
}

.result_ninfo .estimatepickup .info_button i.fa {
    margin-right: 0px;
}
/*END homepage 26-2-2018*/
.result_logo {
    float: left;
}

.resultboxes {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px;
}

.result_ninfo .info_button i.fa {
    float: left;
    width: 20px;
    margin: 2px 5px 0px 0px;
}

.optionquotetext {
    float: left;
    width: 70px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #0c63a6;
    line-height: 12px;
}

.adit_price {
    text-align: right;
}

.price_scope {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.result_ninfo {
    padding: 10px 0px;
}

.result_logo img {
    max-width: 100%;
}

.result_quote {
    background: #f8931d;
    float: left;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fce7ce;
}

.quote_result_pricing {
    color: #0c63a6;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    font-size: 28px;
}

.result_vat {
    font-size: 13px;
    color: #464646;
}

.pricing_secondary {
    font-size: 13.5px;
}

.result_title {
    font-size: 22px;
    line-height: 22px;
}

.detaiollserv a {
    color: #0c63a6;
    font-size: 12px;
    text-decoration: underline;
}

.adit_price a.btn {
    background: #f8931d;
}

    .adit_price a.btn:hover {
        background: #c37d2b !important;
    }

.adit_price a.btn-primary {
    background: #fff !important;
    color: #000;
    border: 1px solid #f8931d !important;
}

    .adit_price a.btn-primary:hover {
        background: #f8931d !important;
    }

.container_personal {
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
}

    .container_personal .label_fieldtxt .inputtext {
        height: 40px;
    }

.label_fieldtxt input.inputtext {
    height: 40px;
}

.container_personal .namefield {
    padding: 9px 2% 5px 0;
}

.belowtxtinput {
    font-size: 13px;
    font-weight: 100;
    color: #6f6f6f;
    padding: 2px 0px 18px 0px;
}

.container_personal .label_fieldtxt.adress_details .inputtext {
    float: left;
}

.wrapper_table {
    max-width: 600px;
    margin: auto;
}

    .wrapper_table .input-section input {
        width: 100%;
        height: 33px;
        border: 0px none;
    }

.container_personal .submitbtn {
    float: none;
    text-align: center;
    margin: 40px auto 20px;
    padding: 0px;
}

.label-section {
    background: #00a99d;
    border: 1px solid #00a99d;
    color: #fff;
}

.label-section {
    color: #fff;
    font-size: 15px;
    min-width: 100px;
    padding-right: 30px;
    text-align: right;
    width: 10%;
}

.table-cell {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

    .table-cell.input-section {
        padding: 0;
    }

.form_titile {
    font-size: 16px;
    padding: 20px 0px 10px;
    clear: both;
}

.tableform_line {
    max-width: 600px;
    margin: auto;
    padding: 40px 0px;
}

    .tableform_line .input_wide {
        background: #ddd;
    }

.map_officeaddress {
    clear: both;
    max-width: 600px;
    margin: auto;
}

    .map_officeaddress .map {
        margin: 0 auto 30px auto;
    }

.tableform_line .input_wide th {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    padding: 5px;
}

.tableform_line input {
    width: 100%;
}

.requiredfield {
    padding: 15px 15px 20px 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.qq-upload-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #f5f5f5 0%, #eeeeee 100%) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    color: #666;
    cursor: pointer;
    text-shadow: 0 1px #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 9px 15px;
}

.qq-uploader {
    position: relative;
    width: 224px;
    text-align: center;
}

h4, h5, h6, h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

html, body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background: #f9f9f9;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #353F4F;
    text-decoration: none;
}

.input-group .form-control { /*margin-left:15px !important;*/
}

.input-group.newkg input.form-control:first-child {
    width: 83%;
}

.input_group_addon {
    background-color: rgb(238, 238, 238);
    color: rgb(85, 85, 85);
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    display: inline-block;
    padding: 11px 14px;
}

.input-group-addon, .input-group-btn { /*width:20% !Important;*/
}

h1, h2, h3, h4, h5 { /* font-family:'Cabin', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
}

.icons {
    margin: 2em 2em;
    background: #fff;
    padding: 2em;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.ic-ons {
    padding: 1em;
}

.fa-hover.col-md-3.col-sm-4 {
    font-size: 1em;
    padding: .5em;
}

.met-top {
    float: right;
    width: 40%;
}

.show_hide {
    display: none;
    float: left;
}

.meters_list {
    border: 1px solid #F0F0F0;
    background: #65cea7;
    color: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

    .meters_list img {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
/** Login **/
.login-body {
    background: url("../images/login-bg-green.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 100%;
}

.login-top {
    padding: 15px;
}

.login-top-left {
    float: left;
}

    .login-top-left h1 a {
        font-size: 25px;
        color: #35AB7F;
    }

.login-top-right {
    float: right;
}

    .login-top-right li {
        display: inline-block;
        color: #222;
    }

        .login-top-right li a {
            font-size: 18px;
            color: #35AB7F;
            margin: 0 10px;
        }

.registration-form {
    width: 370px;
    margin: 100px auto;
}

.login-form {
    padding: 8%;
    background: #FFF;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.logo-img {
    text-align: center;
}

.login-form a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.registration-form h3 {
    text-align: center;
    font-size: 25px;
    color: #0e3c7b;
    margin: 15px 0 25px 0;
}

.registration-form span:first-child {
    margin-top: 0;
}

.registration-form input[type="text"], .registration-form input[type="password"] {
    padding: 15px;
    color: #333;
    font-size: 13px;
    background: none;
    outline: none;
    margin: 4px auto;
    width: 95%;
    -webkit-apperance: none;
    background: #FFF;
    border: 1px solid #ECECEC;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

    .registration-form input[type="text"]:hover, .registration-form input[type="password"]:hover, .registration-form input[type="text"]:focus, .registration-form input[type="password"]:focus {
        border-color: #ccc;
    }

.registration-form input[type="submit"] {
    padding: 15px 2em;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    background: #6bc5a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-apperance: none;
    margin-top: 15px;
}

    .registration-form input[type="submit"]:hover {
        background: #4DAA88;
    }

.registration-form .login_form input[type="text"] {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ECECEC;
    font-size: 16px;
}

.registration-form .login_form input[type="password"] {
    border: none;
    padding-left: 0;
    width: 84%;
    margin: 0;
    font-size: 16px;
}

.submit-buttom {
    position: relative;
    border-bottom: 1px solid #eee;
}

.registration-form .login_form button {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

.btn-info {
    padding: 8px 12px;
}

.btn {
    margin-right: 8px;
}
/** error Message **/
.hint-message {
    font-size: 12px;
    text-align: right;
    height: 18px;
}

.error {
    color: red;
}

.success {
    color: green;
}
/*Header Stats Start*/
.header_stats {
    text-align: center;
}

    .header_stats h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .header_stats p {
        font-size: 12px;
    }

    .header_stats .stat-num {
        font-size: 26px;
        color: #111;
        font-weight: bold;
        padding: 8px 0;
    }

    .header_stats .stat-highlight {
        color: #ef4836;
        font-weight: bold;
    }

    .header_stats .stat-highlight-red {
        color: #ef4836;
        font-weight: bold;
    }

    .header_stats .stat-highlight-green {
        color: #26a65b;
        ;
        font-weight: bold;
    }
/*--- Progress Bar ----*/
.meter {
    position: relative;
}

    .meter > span {
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .meter > span:after, .animate > span > span {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            overflow: hidden;
        }

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.red > span {
    background-color: #65CEA7;
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;
    background-image: none;
}
/*-- total production --- */
.total_production {
    background: #fff;
    padding: 2em;
}

    .total_production h3 {
        font-size: 25px;
        margin-bottom: .3em;
    }

    .total_production p {
        font-size: 13px;
        margin-bottom: .3em;
    }

.progress-bar {
    float: left;
    width: 72%;
}

.progress-report {
    padding: 1.5em 2em;
    background: #EBC85E;
    width: 16%;
    float: right;
    margin-left: 2%;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    position: relative;
}

    .progress-report:before {
        pointer-events: none;
        position: absolute;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left;
        transition-property: left;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        left: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent #EBC85E transparent transparent;
    }

    .progress-report p {
        font-size: 13px;
        color: #A17C09;
    }

    .progress-report h4 {
        font-size: 24px;
        color: #fff;
    }

.align-right {
    float: right;
}
/*start-checkbox*/
.checkbox {
    padding-left: 25px;
    color: #222;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

    .checkbox:last-child {
        margin-bottom: 0;
    }

    .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .checkbox i {
        position: absolute;
        bottom: 0px;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        outline: none;
        border: 1px solid #DDDDDD;
        background: #FFF;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .checkbox input + i:after {
        content: '';
        background: url("../images/mark2.png") no-repeat center;
        top: 0px;
        left: 0px;
        width: 17px;
        height: 16px;
        font: normal 12px/16px FontAwesome;
        text-align: center;
    }

    .checkbox input:checked + i:after {
        opacity: 1;
    }

.form-bottom .checkbox {
    float: none;
}

.forget {
    float: right;
}

.form-bottom {
    margin-top: 20px;
    text-align: center;
}

    .form-bottom p {
        font-size: 12px;
    }

.registration p {
    padding: 20px 0;
    color: #8D8D8D;
    font-weight: 600;
    text-align: center;
}

    .registration p a {
        color: #3E8B6F;
    }

        .registration p a:hover {
            text-decoration: underline;
        }

.radios input[type="radio"] {
    margin: 4px 0 0 0;
    vertical-align: top;
    cursor: pointer;
}

.radios label:first-child {
    margin-left: 0;
}

.radios label {
    margin-left: 15px;
}

.radios {
    margin-bottom: 15px;
}

.registration-form p {
    font-size: 15px;
    color: #575757;
}

    .registration-form p.forget {
        font-size: 12px;
    }

.registration-form span {
    display: block;
}

.login-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.login-bottom-left {
    float: left;
    padding: 10px;
}

    .login-bottom-left p {
        font-size: 13px;
        color: #EEE;
    }

        .login-bottom-left p a {
            color: #FFF;
        }

            .login-bottom-left p a:hover {
                text-decoration: underline;
            }

.login-bottom-right {
    float: right;
    padding: 10px;
}

    .login-bottom-right li {
        display: inline-block;
        color: #EEE;
    }

        .login-bottom-right li a {
            font-size: 12px;
            color: #EEE;
            margin: 0 10px;
            cursor: pointer;
        }

            .login-bottom-right li a:hover {
                color: #FFF;
                text-decoration: underline;
            }

footer {
    background: #fff;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align: center;
    position: fixed;
    bottom: 0;
}

    footer p {
        color: #7A7676;
        font-size: 14px;
    }

        footer p a {
            color: #F44336;
        }

            footer p a:hover {
                text-decoration: underline;
            }

.nofitications-dropdown li .dropdown-menu:before, .drp-mnu:before {
    position: absolute;
    top: -8.5px;
    left: 5px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #DFDFDF;
    border-left: 8px solid transparent;
    content: '';
}
/*---------------------------------LEFT SIDE----------------------------------*/
.forminformationDetail {
    padding-left: 15px;
}

    .forminformationDetail strong {
        width: 100px;
    }

.left-side {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: #fff;
}

    .sticky-left-side .custom-nav {
        margin-top: 59px;
        background: #fff;
    }

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo a {
    font-size: 0.7em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}

    .logo a img {
        width: 100%;
    }

    .logo a span {
        color: #000;
    }

.logo-icon {
    display: none;
}

div#page-wrapper {
    padding: 1em 2em;
}

.left-side-collapsed .logo-icon {
    height: 51px;
    margin-top: 0;
    display: block !important;
}

.logo-icon a {
    display: block;
    text-align: center;
    text-decoration: none;
}

    .logo-icon a i {
        line-height: 1.4em;
        font-size: 1.5em;
        color: #678098;
        padding-top: 10px;
        display: block;
        color: #fff;
    }

    .logo-icon a:hover {
        color: #b8c9f1;
    }

.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

    .left-side .searchform::after {
        content: '';
        display: block;
        clear: both;
    }

    .left-side .searchform input {
        padding: 10px;
        width: 83%;
        margin: 0 0 15px 10px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: none;
    }

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

    .left-side .logged-user .media-object {
        width: 40px;
        height: 40px;
        display: block;
        -moz-border-radius: 3em;
        -webkit-border-radius: 3em;
        border-radius: 3em;
        float: left;
    }

    .left-side .logged-user .media-body {
        margin-left: 60px;
        color: #d7d7d7;
    }

        .left-side .logged-user .media-body h4 {
            font-size: 15px;
            margin: 5px 0 0 0;
        }

            .left-side .logged-user .media-body h4 a {
                color: #fff;
            }

        .left-side .logged-user .media-body span {
            font-style: italic;
            font-size: 11px;
            opacity: 0.5;
        }

.custom-nav {
    margin-bottom: 10px;
}

    .custom-nav > li > a {
        color: #C8C8C8;
        padding: 12px 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

        .custom-nav > li > a:hover,
        .custom-nav > li > a:active {
            background-color: #353f4f;
            color: #8BC34A;
            border-radius: 0;
            -webkit-border-radius: 0;
            background: #f8931d;
            background: #1393d3;
        }

    .custom-nav > li.menu-list > a {
        background: transparent;
    }

        .custom-nav > li.menu-list > a:hover {
            background-color: #f2f6f9;
        }

    .custom-nav > li.nav-active > a {
        background-color: #353f4f;
        color: #5b9bd1;
        background: #f8931d;
    }

    .custom-nav > li.nav-active > ul {
        display: block;
    }

    .custom-nav > li.nav-active > a:hover {
    }

    .custom-nav > li.active > a, .custom-nav > li.active > a:hover, .custom-nav > li.active > a:focus {
        background-color: #353f4f;
        color: #8BC34A;
        background: #f8931d;
        background: #1393d3;
    }

ul.dropdown-menu.drp-mnu li {
    width: 100%;
}

.custom-nav > li.menu-list.active > a {
    background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

    .custom-nav > li.nav-active.active > a:hover {
        background-image: url(../images/minus.png);
    }

.custom-nav li .fa {
    font-size: 16px;
    vertical-align: middle;
    width: 16px;
    text-align: center;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
}

    .custom-nav .sub-menu-list > li > a {
        background: #f2f6f9;
        color: #5b9bd1;
        font-size: 13px;
        display: block;
        padding: 10px 5px 10px 50px;
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

        .custom-nav .sub-menu-list > li > a:hover, .custom-nav .sub-menu-list > li > a:active, .custom-nav .sub-menu-list > li > a:focus {
            text-decoration: none;
            color: #fff;
            background: #353f4f;
        }

.profile_img i {
    float: right;
    margin: .5em 0 0;
    color: #00BCD4;
}

.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    background: #f2f6f9;
    color: #5b9bd1;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-stacked > li + li {
    margin-top: 1px;
    margin-left: 0;
}

.page-heading {
    background: #686c74;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 5px 20px;
}

.page-heading-2 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.same-form .form-horizontal label { /* line-height:32px;*/ /*margin-bottom:0;*/
    text-align: left;
}

.validation-summary-errors {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 20px;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.form-group {
    position: relative;
}

.field-validation-error { /*background-color:#f2dede;border-color:#ebccd1;border-radius:3px;*/
    color: #a94442 !important;
    display: inline-block;
    font-size: 12px;
    left: 20px;
    padding: 1px 5px; /*position:absolute;z-index:99;border:1px solid red !important;*/
    bottom: -40%;
}
/*top:-13px;*/
select.input-validation-error, input.form-control.input-validation-error {
    background-color: none;
    color: #555 !important;
    border: 1px solid red !important;
}

textarea.form-control.input-validation-error {
    background-color: #f69988;
    color: #fff !important;
    border: 1px solid red !important;
}
/* Add area text danger css for background color change //20170131// */
.back-btn {
    font-size: 14px;
    padding: 6px !important;
    position: absolute;
    right: 0;
    top: -4px;
    background: #353f4f !important;
}

    .back-btn i {
        font-size: 12px;
    }

.custom-modal {
    display: block;
}

    .custom-modal .modal-header {
        background: #000;
    }

        .custom-modal .modal-header > h1 {
            font-size: 17px;
            margin: 0;
        }

    .custom-modal .modal-body > label {
        color: #999;
    }

    .custom-modal .modal-footer {
        background: #eee none repeat scroll 0 0;
        padding: 10px;
    }

    .custom-modal .close {
        color: #fff;
        opacity: 0.6;
    }

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: none !important;
    }

    .same-form .form-horizontal label {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/*------------------------------------------LEFT SIDE COLLAPSE-------------------------------------------*/
.left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .header-section {
    margin-left: 0px;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 0px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #fff;
    margin-bottom: 8px;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

    .left-side-collapsed .custom-nav li a {
        text-align: center;
        padding: 10px;
        position: relative;
        background: none;
    }

    .left-side-collapsed .custom-nav > li.menu-list > a {
        background-image: none;
    }

    .left-side-collapsed .custom-nav li a span {
        position: absolute;
        background: #f8931d;
        padding: 11.7px;
        left: 52px;
        top: 0;
        min-width: 200px;
        text-align: left;
        z-index: 100;
        display: none;
        font-size: 13px;
        text-transform: uppercase;
    }

        .left-side-collapsed .custom-nav li a span:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(0, 0, 0, 0);
            border-right-color: #f8931d;
            border-width: 6px;
            margin-top: -6px;
        }

    .left-side-collapsed .custom-nav li.active a span {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .left-side-collapsed .custom-nav ul, .left-side-collapsed .custom-nav .menu-list.nav-active ul {
        display: none;
    }

    .left-side-collapsed .custom-nav .menu-list.nav-hover ul {
        display: block;
    }

    .left-side-collapsed .custom-nav > li.nav-hover > a, .left-side-collapsed .custom-nav > li.nav-hover.active > a { /*background-color:#f2f6f9;background-color:#000;*/
        color: #5b9bd1;
    }

    .left-side-collapsed .custom-nav li.nav-hover a span {
        display: block;
        color: #fff;
        cursor: default;
    }

    .left-side-collapsed .custom-nav li.nav-hover.active a span {
        background: #8BC34A;
        color: #fff;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        display: block;
        position: absolute;
        top: 42px;
        left: 52px;
        margin: 0;
        min-width: 200px;
        background: #353f4f;
        z-index: 100;
        -moz-border-radius: 0 0 2px 0;
        -webkit-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
    }

    .left-side-collapsed .custom-nav ul a {
        text-align: left;
        padding: 6px 10px;
        padding-left: 10px;
        color: #5b9bd1;
    }

        .left-side-collapsed .custom-nav ul a:hover {
            background: #000000;
        }

    .left-side-collapsed .custom-nav li a i {
        margin-right: 0;
        font-size: 1.2em;
        color: #678098;
        color: #fff;
    }

ul.nav li a span {
    padding-left: .5em;
    color: #678098;
}

.left-side-inner ul.nav li.active a span {
    color: #fff;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}

.left-side-collapsed .left-side {
    overflow: visible !important;
}
/*----------------------------HEADER SECTION-----------------------------*/
.header-section {
    background: #FFF;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -o-box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

    .header-section::after {
        clear: both;
        display: block;
        content: '';
    }

.toggle-btn {
    font-size: 15px;
    padding: 10px 0 0;
    width: 40px;
    height: 40px;
    margin: .4em 0 0 2em;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #fff;
    background: #f8931d;
    border: none;
    border-radius: 100%;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .toggle-btn:hover {
        background: #C3C3C3;
        color: #fff;
    }

.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    margin: 8px 0 0 10px;
    padding: 7px 10px;
    width: 220px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

    .searchform input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ddd;
    }

.logo-co {
    float: left;
    padding: 7px 15px 6px;
}

    .logo-co a {
        display: block;
    }
/* ------------------------------STICKY HEADER---------------------------------*/
.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 100;
    background: #fff;
    text-align: center;
    padding: 8px 0 8px 0;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
}

.logo h1 {
    margin-bottom: 0;
    line-height: 25px;
    margin: 0px;
}

.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 200px;
    width: calc(100% - 200px);
    z-index: 100;
}

.sticky-header .main-content {
    padding-top: 50px;
}

.sticky-header .menu-right {
    margin-right: 0;
}

.sticky-header.left-side-collapsed .header-section {
    left: 52px;
    width: calc(100% - 52px);
}

.sticky-header.left-side-collapsed .menu-right {
    margin-right: 0;
}

.menu-right {
    margin: 6px 15px 0px 0;
}
/* -----------------------DROPDOWN--------------------------*/
.dropdown-menu-head {
    background: #fff;
}

    .dropdown-menu-head .title {
        background: #65cea7;
        color: #fff;
        padding: 15px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }
/** User Panel **/
.social_icons {
    float: right;
    width: 25%;
    margin-top: 0.6em;
}

a.yui {
    padding: .6em 1.7em .5em !important;
}

.social_icons-left {
    padding-right: 0;
}

    .social_icons-left a {
        font-size: .8em;
        color: #fff;
        margin: 0;
        padding: .6em 1em .5em;
        text-decoration: none;
        background: #3b5998;
        text-align: center;
        white-space: nowrap;
    }

.twi a {
    background: #55acee;
}

.pinterest a {
    background: #dc4e41;
}

.social_icons-left a span {
    padding-left: .5em;
}

.social_icons-left a i.i1 {
    color: #fff;
    font-size: 1.2em;
}

.profile_details_left {
    float: left;
    margin: .3em 0 0 1em;
}

.nofitications-dropdown {
    margin-top: 2px;
}

ul.nofitications-dropdown li {
    display: inline-block;
}

ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
}

.user-panel-top ul {
    padding-left: 0;
    margin: 0;
}

.user-panel-top li {
    float: left;
    margin-left: 15px;
    position: relative;
}
/**** Search ********/
/*-------LOGIN STARTS HERE -------*/
#loginContainer {
    position: relative;
}
/* Login Button */
#loginButton {
    display: inline-block;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

    #loginButton i {
        font-size: 20px;
    }

    #loginButton span {
        width: 24px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat -35px -10px;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        cursor: pointer;
    }
/* Login Box */
#loginBox {
    position: absolute;
    top: 25px;
    right: 0px;
    display: none;
    z-index: 29;
}
/* Login Form */
#loginForm {
    float: right;
    width: 280px;
    margin-top: 18px;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
}

.search_box {
    background: #FFF;
    border: 1px solid #F0F0F0;
    position: relative;
}

    .search_box input[type="text"] {
        border: 1px solid #FFF;
        outline: none;
        background: none;
        font-size: 13px;
        color: #888;
        width: 88%;
        padding: 7px 8px;
        margin: 0;
        height: 33px;
        -webkit-appearance: none;
        -o-transition: border-color ease-in-out 0.15s;
        -moz-transition: border-color ease-in-out 0.15s;
        -webkit-transition: border-color ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s;
    }

        .search_box input[type="text"]:focus {
            border: 1px solid #424f63;
        }

    .search_box input[type="submit"] {
        border: none;
        cursor: pointer;
        background: #424f63 url(../../images/search.png) no-repeat center;
        position: absolute;
        right: 0;
        width: 35px;
        height: 35px;
        outline: none;
    }

.wid {
    padding: 0 1em 1em !important;
}

.search_box input[type="submit"]:hover {
    background-color: #353f4f;
}

.user-panel-top li span.digit {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #e64c65;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -10px;
}

.user-panel-top li:first-child {
    margin-left: 0;
}

.active a i, .act a i {
    color: #8BC34A;
}

.custom-nav > li.act > a, .custom-nav > li.act > a:hover, .custom-nav > li.act > a:focus {
    background-color: #353f4f;
    color: #8BC34A;
}

.user-panel-top li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.profile_details_drop a {
    padding: 0px 5px 5px !important;
}

i.fa.fa-envelope {
    color: #ABABAB;
}

i.fa.fa-bell {
    color: #ABABAB;
}

i.fa.fa-tasks {
    color: #ABABAB;
}

.user-panel-top li a:hover {
    border-color: rgba(101, 124, 153, 0.93);
}

.user-panel-top li a i {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 25px;
}

    .user-panel-top li a i span {
        font-size: 15px;
        color: #FFF;
    }

.user-panel-top li a.user {
    background: #667686;
}

.user-panel-top li span.green {
    background: #a88add;
}

.user-panel-top li span.red {
    background: #b8c9f1;
}

.user-panel-top li span.yellow {
    background: #bdc3c7;
}
/***** Messages *************/
/*start search*/
.sb-search {
    position: absolute;
    left: 115px;
    width: 0%;
    min-width: 30px;
    margin: 0;
    height: 30px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    background: none;
}

.sb-search-input {
    position: absolute;
    top: 0px;
    left: 1px;
    border: none;
    outline: none;
    background: #6DBEE8;
    width: 88%;
    height: 30px;
    margin: 0;
    z-index: 10;
    font-size: 13px;
    color: #FFFFFF;
    padding: 0 1em;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #FFFFFF;
    }

    .sb-search-input:-moz-placeholder {
        color: #ffffff;
    }

    .sb-search-input::-moz-placeholder {
        color: #efb480;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #ffffff;
    }

.sb-icon-search, .sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff url('../../images/search.png') no-repeat 5px 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    background: #fff url('../../images/search.png') no-repeat 5px 7px;
    z-index: 90;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
    min-width: 230px;
}

    .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
        background: #c0c0c0 url('../../images/img-sprite.png') no-repeat 0px 1px;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }
/*-- search-ends --*/
.dropdown {
    position: relative;
}

.dropdown-menu2 {
    padding: 0;
    position: absolute;
    top: 133%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    margin: 1px 0 0;
    font-size: 14px;
    list-style: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
    -o-box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
    box-shadow: 0px 1px 5px rgba(184, 201, 241, 0.75);
    background-clip: padding-box;
}

.export-nav {
    margin: 10px 0 0;
}

.open > .dropdown-menu2 {
    opacity: 1;
}

ul.dropdown-menu {
    padding: 0;
    min-width: 250px;
    top: 108%;
}

.dropdown-menu li a .badge {
    background: #ff5454;
    border: 2px solid white;
    position: absolute;
    top: 9px;
    right: 3px;
    font-size: 8px;
    line-height: 8px;
    padding: 4px 6px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    min-width: 0;
}

.dropdown-menu2 {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -mz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .dropdown-menu2 li {
        margin-left: 0;
        float: none;
        width: 100%;
    }

        .dropdown-menu2 li a {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border: none;
            border-bottom: 1px solid #E4E4E4;
        }

            .dropdown-menu2 li a:hover {
                border: none;
                border-bottom: 1px solid #E4E4E4;
            }

        .dropdown-menu2 li.odd {
            background: rgba(0, 0, 0, 0.02);
        }

.notification_header {
    background-color: #FAFAFA;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .notification_header h3 {
        color: #6A6A6A;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

.notification_bottom {
    background-color: #F1F1F1;
    padding: 4px 0;
    text-align: center;
}

    .notification_bottom a {
        color: #F44336;
    }

        .notification_bottom a:hover {
            color: #999;
        }

    .notification_bottom h3 a {
        color: #717171;
        font-size: 12px;
        border-radius: 0;
        border: none;
        padding: 0;
        text-align: center;
    }

        .notification_bottom h3 a:hover {
            color: #4A4A4A;
            text-decoration: underline;
            background: none;
        }

.user_img {
    float: left;
    width: 15%;
}

    .user_img img {
        max-width: 100%;
        display: block;
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
    }

.notification_desc {
    float: left;
    width: 80%;
    margin-left: 5%;
}

    .notification_desc p {
        color: #757575;
        font-size: 13px;
        padding: 2px 0;
    }

.wrapper-dropdown-2 .dropdown li a:hover .notification_desc p {
    color: #424242;
}

.notification_desc p span {
    color: #979797 !important;
    font-size: 11px;
}
/*** Profile Details **/
.profile_picture {
    text-align: center;
}

    .profile_picture a {
        display: block;
    }

    .profile_picture > a {
        display: block;
        margin: 0 auto;
        border-radius: 8em;
        -webkit-border-radius: 8em;
        -moz-border-radius: 8em;
        -o-border-radius: 8em;
        width: 100px;
        height: 100px;
    }

.profile_picture_name {
    padding-top: 20px;
}

    .profile_picture_name h2 {
        margin-bottom: 5px;
        font-size: 20px;
        color: #535351;
        font-weight: 600;
    }

    .profile_picture_name p {
        font-size: 12px;
        color: #BCBCBC;
        line-height: 1.6em;
    }

.articles_list li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #F8F8F8;
}

    .articles_list li a {
        display: block;
        color: #909090;
        font-size: 12px;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

        .articles_list li a:hover {
            color: #65CEA7;
        }

        .articles_list li a i {
            display: inline-block;
            margin-right: 8px;
            font-size: 20px;
            vertical-align: top;
        }

            .articles_list li a i span {
                font-size: 25px;
                color: #FFF;
            }
/*Progress bars*/
.progress {
    height: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #e1e1e1;
    z-index: 1;
    cursor: pointer;
}

.task-info .percentage {
    float: right;
    height: inherit;
    line-height: inherit;
}

.task-desc {
    font-size: 12px;
}

.wrapper-dropdown-3 .dropdown li a:hover span.task-desc {
    color: #65cea7;
}

.progress .bar {
    z-index: 2;
    height: 15px;
    font-size: 12px;
    color: white;
    text-align: center;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .yellow {
    background: #f0ad4e;
}

.progress-striped .green {
    background: #5cb85c;
}

.progress-striped .light-blue {
    background: #5bc0de;
}

.progress-striped .red {
    background: #d9534f;
}

.progress-striped .blue {
    background: #428bca;
}

.progress-striped .bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}
/********* profile details **********/
.profile_details {
    float: right;
    margin: 0 0 0 1em;
}

.profile_details_drop .lnr.lnr-chevron-up {
    display: none;
}

.profile_details_drop.open .lnr.lnr-chevron-up {
    display: block;
}

.profile_details_drop.open .lnr.lnr-chevron-down {
    display: none;
}

ul.dropdown-menu2.drpdwn-meu2 {
    top: 102%;
}

ul.dropdown-menu {
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}

    ul.dropdown-menu.drp-mnu {
        min-width: 125px;
        top: 94%;
    }

        ul.dropdown-menu.drp-mnu li a {
            display: inline-flex;
            width: 100%;
            text-align: center;
            padding: .5em 0 0.5em 1.5em;
        }

            ul.dropdown-menu.drp-mnu li a i {
                width: 24px;
                line-height: 17px;
                height: 20px;
            }

.profile_img span {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -o-border-radius: 3em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.span_4 {
    padding: 0;
}

.user-name {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    height: 35px;
    width: 45%;
}

.profile_details ul li {
    list-style-type: none;
    width: 87%;
}

.user-name p {
    font-size: 14px;
    color: #F44336;
    line-height: 1em;
    font-weight: 700;
}

    .user-name p span {
        font-size: 10px;
        font-style: italic;
        color: #424f63;
        font-weight: normal;
        white-space: nowrap;
    }
/**** icon dropdown ******/
.wrapper-dropdown-4 i.dropdown-icon {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/up-down.png) no-repeat -8px -24px;
    margin-top: 13px;
    float: right;
}

.wrapper-dropdown-4 .dropdown-menu2 li:first-child a {
    border-top: none;
}

.wrapper-dropdown-4 .dropdown-menu2 {
    min-width: 160px;
}

    .wrapper-dropdown-4 .dropdown-menu2 li a {
        display: block;
        text-decoration: none;
        color: #5A5A5A;
        font-size: 12px;
        background: #FFF;
        border: none;
        border-top: 1px solid #F0F0F0;
        padding: 8px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        border-radius: 0;
    }

        .wrapper-dropdown-4 .dropdown-menu2 li a i {
            display: inline-block;
        }
/* Hover state */
.wrapper-dropdown-4 li:hover a {
    color: #FFF;
    background: #B8C9F1;
}
/* Active state */
.wrapper-dropdown-4.open i.dropdown-icon {
    background-position: -8px -4px;
}
/*-----------------------------MAIN CONTENT------------------------------*/
.col-md-6.col_1_of_2.span_1_of_2 {
    margin-bottom: 0.6em;
}

.main-content {
    margin-left: 200px;
    background: #F8F8F8;
    min-height: 1000px;
}

.main-content2 {
    min-height: 1250px !important;
}

.main-content5 {
    min-height: 1030px !important;
}

.main-content6 {
    min-height: 1700px !important;
}

.main-content3 {
    min-height: 2580px !important;
}

.main-content4 {
    min-height: 2275px !important;
}
/*-- switches1 --*/
.switches1 {
    margin: 2.3em 1em 0;
}
/*-- //switches1 --*/
/*-- switches --*/
.widget3 {
    margin-bottom: 1em;
}

.widget3 {
    padding: 0 2em;
}

.widget4 {
    padding: 0 2em;
}

    .widget4 p {
        font-size: 1.3em;
        background: #999;
        padding: 1.5em 0;
        text-align: center;
        color: #fff;
        margin: 0;
    }

.widgt5 {
    padding: 0 1em !important;
}

.switches {
    margin: 1.5em 0 0;
}

.r3_counter_box1 {
    min-height: 100px;
    background: #ffffff;
}

    .r3_counter_box1.for {
        min-height: 100px;
        border: 2px solid #EAEAEA;
        padding: 15px;
        border-radius: 6px;
        margin: 0;
    }

.icon-rounded1 {
    background-color: #b8c9f1 !important;
}

i.pull-left.fa.fa-bolt.icon-rounded {
    background: #bdc3c7;
    font-size: 33px;
}

.r3_counter_box1.for .stats span {
    font-weight: 400 !important;
    padding-left: 0.5em !important;
    font-size: 18px !important;
}

.r3_counter_box1.for h5 {
    font-size: 40px;
}

.stats {
    overflow: hidden;
    border-top: 1px solid #DDD;
    background: #f9f9f9;
    padding: 1.5em;
}

.grow {
    position: absolute;
    top: 47%;
    left: 35%;
    background: #8BC34A;
    width: 95px;
    height: 30px;
    padding: .4em 0 0;
}

.grow1 {
    background: #00BCD4;
}

.grow2 {
    background: #FFCA28;
}

.grow3 {
    background: #F44336;
}

.grow1, .grow3, .grow2 {
    left: 36%;
}

.switch-right-grid h3 {
    color: #000;
    margin: 0;
    font-size: 1em;
}

.switch-right-grid ul {
    padding: 2em 0 1em;
}

canvas#line {
    background-color: #fff !important;
    -ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}

canvas#bar {
    background-color: #fff !important;
    -ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}

canvas.overlay {
    -ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.switch-right-grid {
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.switch-right {
    padding: 0;
    width: 32.33%;
    margin-right: 1.5%;
}

    .switch-right:nth-child(3) {
        margin-right: 0%;
    }

.switch-right-grid1 {
    padding: 2em 2em 0;
}

.switch-right-grid ul li {
    list-style-type: none;
    color: #777;
    margin: 0 0 .5em;
    font-size: 14px;
}

    .switch-right-grid ul li span {
    }

.switch-right-grid p {
    color: #999;
    font-size: 13px;
    margin: .3em 0 0;
}

.grow p {
    color: #fff;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.spar-10 {
    margin-top: 2em;
}

.r3_counter_box1 .fa {
    margin-right: 0px;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 65px;
}

.stats span {
    color: #999;
    font-size: 15px;
}

.fa.pull-left {
    margin-right: 10% !important;
}

.icon-rounded {
    background-color: #a88add;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 25px;
}

.r3_counter_box1.stats {
    padding-left: 85px;
}

.r3_counter_box1 h5 {
    margin: 10px 0 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.r3_counter_box2 h5 {
    margin: 23px 0 5px 0;
}

i.user1 {
    background: #27cce4;
}

i.user2 {
    background: #b8c9f1;
}

i.dollar1 {
    background: #bdc3c7;
    ;
}

.widget1 {
    margin-right: 1.5%;
}

.dollar6.icon-rounded {
    color: #bdc3c7;
    background: #fff;
}

i.pull-left.fa.fa-money.icon-rounded {
    background: #27cce4;
}

tspan {
    font-weight: 700;
}

.spark {
    margin: 1em 0;
}
/* i.fa.fa-search{
color:#27cce4;
} */
i.fa.fa-search1 {
    color: #fff;
    line-height: 1.5;
}
/*-- switches --*/
.span_3 {
    padding: 0;
}

.col_1 {
    margin: 1em 0 2em;
}

.one {
    width: 150px;
}

.profile_img1 {
    float: left;
    margin-right: 10px;
    width: 83%;
    margin-bottom: 2em;
}

.user-name1 {
    float: left;
}

    .user-name1 p {
        font-size: 13px;
        color: #65cea7;
        line-height: 1em;
    }

.tiles_info {
    color: #fff !important;
}

a.tiles_info:hover {
    text-decoration: none;
}

a.tiles_info, a.shortcut-tiles {
    background: 0 0;
}

.tiles-body {
    text-align: center;
}

.tiles_info, .shortcut-tiles {
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.red1 {
    background: #A88ADD;
}

.tiles_info .tiles-head {
    letter-spacing: normal;
    padding: 10px 10px;
    font-weight: 500;
    box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.85em;
}

.red {
    background: #A88ADD;
}

.tiles_info .tiles-body-alt, .info-tiles .tiles-body {
    padding: 15px;
    font-weight: 300;
}

.tiles_info .tiles-body {
    font-size: 32px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 19px 15px;
}

.tiles_info .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center {
    margin-top: -5px;
}

.tiles_info.tiles_blue1 .tiles-body {
    background: #9358ac;
}

.tiles_blue1 {
    background: #27CCE4;
}

.blue1 {
    background: #27CCE4;
}

.fb1 {
    background: #B8C9F1;
}

.fb2 {
    background: #b8c9f1;
}

.tw1 {
    background: #BDC3C7;
}

.tw2 {
    background: #bdc3c7;
}

.content_bottom {
    margin-bottom: 1em;
}

.grid-date {
    background: #A88ADD;
    padding: 1.5em;
}

p.date-in {
    float: left;
    font-size: 1.2em;
    color: #fff;
}

span.date-on {
    float: right;
    font-size: 1.2em;
    color: #fff;
}

.grid-date h4 {
    color: #fff;
    font-size: 3.5em;
    text-align: center;
    padding: 48px 0 15px 0;
}

    .grid-date h4 i {
        display: inline-block;
        vertical-align: middle;
    }

p.monday {
    background: #fff;
    font-size: 1.1em;
    color: #000;
    padding: 1em;
    text-align: center;
}

h4.pull-left {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
}

.copy {
    background: #fff; /*text-align:center;*/
    padding: 1.5em 0;
}

    .copy p, .copy_layout p {
        font-size: 0.85em;
        color: #555;
    }

        .copy p a, .copy_layout p a {
            color: #000;
        }
/*-- circular progress --*/
.span_7 {
    padding-left: 0;
}

.span_8 {
    text-align: center;
    padding: 0;
    width: 32.33%;
    margin-right: 1.5%;
}

    .span_8:nth-child(3) {
        margin-right: 0%;
    }

.activity_box h3 {
    text-align: left;
    padding: 1em;
    margin: 0;
    background: #F44336;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.activity-desc1 {
    padding: 0;
}

.activity-row {
    border-bottom: 1px solid #999;
}

.activity_box1 h3 {
    background: #00BCD4;
}

.activity_box2 h3 {
    background: #FFCA28;
}

.col_2 {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.grid-1, .grid-2, .grid-3, .grid-4 {
    display: inline-block;
}

.grid-1 {
    margin-bottom: 2em;
}

.grid-1, .grid-3 {
    margin-right: 10%;
    width: 27%;
}

.activity-row, .activity-row1 {
    text-align: left;
}

i.text-info {
    float: left;
    line-height: 60px;
    font-size: 1.2em;
}

i.icon_13 {
    color: #a88add;
}

.text-info {
    color: #b8c9f1;
}

.activity-img {
    text-align: center;
}

    .activity-img img {
        display: inline-block;
    }

.activity-desc h5 {
    color: #00BCD4;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 5px;
}

    .activity-desc h5 a {
        color: #00BCD4;
    }

        .activity-desc h5 a:hover {
            color: #000;
            text-decoration: none;
        }

.activity-desc p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.5em;
}

.activity-img span {
    display: block;
    font-size: 12px;
    margin: .5em 0 0;
    color: #999;
}

.activity-desc-sub, .activity-desc-sub1 {
    padding: .7em;
    background: #E7E7E7;
    position: relative;
}

.activity-desc-sub1 {
    text-align: right;
}

.activity-img1 {
    padding: 0 !important;
    width: 25%;
}

.activity-img2 {
    padding: 0 !important;
}

.activity-desc-sub:before {
    left: -14%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-right-color: #E7E7E7;
    border-width: 8px;
    margin-top: -5px;
}

.activity-row1 {
    border-bottom: none !important;
}

.activity_box form {
    padding: 0 2em;
}

.activity_box input[type="text"] {
    outline: none;
    border: 1px solid #DBDBDB;
    padding: 10px;
    color: #999;
    font-size: 13px;
    width: 70%;
    background: #EFEFEF;
}

.activity_box input[type="submit"] {
    outline: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    background: #C4C4C4;
    border: none;
    padding: 8px 0;
    margin-left: 0.5em;
}

    .activity_box input[type="submit"]:hover {
        background: #999;
    }

.activity-desc-sub1:after {
    right: -6%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-left-color: #E7E7E7;
    border-width: 8px;
    margin-top: -5px;
}

.activity-desc-sub h5, .activity-desc-sub1 h5 {
    font-size: 14px;
    color: #000;
    margin: 0 0 .5em;
}

.activity-desc-sub p, .activity-desc-sub1 p {
    font-size: 13px;
    color: #999;
    margin: 0;
    line-height: 1.8em;
}

.activity-desc1 h6 {
    color: #BDBDBD;
    font-size: 13px;
    margin: 1em 0 0 0;
}

.activity-row {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #EEE;
}

.scrollbar {
    height: 380px;
    background: #fff;
    overflow-y: scroll;
    padding: 2em 1em 0;
}

.scrollbar1 {
    height: 436px;
}

.single-bottom ul {
    padding: 0;
}

    .single-bottom ul li {
        list-style: none;
        padding: 0px 20px 18px;
    }

        .single-bottom ul li input[type="checkbox"] {
            display: none;
        }

            .single-bottom ul li input[type="checkbox"] + label {
                position: relative;
                padding-left: 31px;
                border: none;
                outline: none;
                font-size: 14px;
                color: #9a9a9a;
                cursor: pointer;
            }

                .single-bottom ul li input[type="checkbox"] + label span:first-child {
                    width: 17px;
                    height: 17px;
                    display: inline-block;
                    border: 2px solid #C8C8C8;
                    position: absolute;
                    left: 0;
                    bottom: 4px;
                }

            .single-bottom ul li input[type="checkbox"]:checked + label span:first-child:before {
                content: "";
                background: url(../images/2.png)no-repeat;
                position: absolute;
                left: 1px;
                top: 2px;
                font-size: 10px;
                width: 10px;
                height: 10px;
            }

.activity_box {
    background: #fff;
}

.icon_11 {
    color: #27cce4;
}

.icon_12 {
    color: #bdc3c7;
}

#style-2::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
    background-color: #00ACED;
}
/*-- spark --*/
.spark-left {
    padding-left: 0;
}

.spark-right {
    padding: 0;
}

text.highcharts-yaxis-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #000 !important;
}

.spar-bottom {
    margin: 1em 0;
}

.spar-left {
    padding-left: 0;
}

.spar-right {
    padding: 0;
}
/*-- spark --*/
/*-- General stats --*/
.stats-info {
    background-color: #fff;
}

.panel .panel-heading {
    padding: 20px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0 !important;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
}

    .panel .panel-heading .panel-title {
        font-size: 14px;
        float: left;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

h4.asd label {
    font-size: 1em;
    padding-left: 1em;
    color: #000;
    cursor: pointer;
}

.panel-heading {
    padding: 32px 2em 0px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.stats-info ul {
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 14.35px 0;
    font-size: 0.85em;
    color: #999;
}

.panel-title {
    font-size: 20px;
    color: #000;
}

.stats-info ul li.last {
    border-bottom: 0;
    padding-bottom: 4px;
}

.text-success {
    color: #00ACED;
}

.text-danger {
    color: #f25656;
}
/*-- col_3 --*/
.widget {
    padding: 0;
}

.col-md-3.widget.widget1 {
    width: 23.5%;
}

.r3_counter_box {
    min-height: 100px;
    background: #ffffff;
    text-align: center;
    position: relative;
}

    .r3_counter_box .fa {
        margin-right: 0px;
        width: 66px;
        height: 130px;
        text-align: center;
        line-height: 105px;
        font-size: 3.5em;
    }

    .r3_counter_box .fa-mail-forward {
        color: #8BC34A;
    }

    .r3_counter_box .fa-users {
        color: #00BCD4;
    }

    .r3_counter_box .fa-usd {
        color: #FFCA28;
    }

    .r3_counter_box .fa-eye {
        color: #F44336;
    }

.stats span {
    color: #999;
    font-size: 14px;
}

.fa.pull-left {
    margin-right: 10% !important;
}

.pull-left1 {
    margin: 5.3% 5% 0 5.3% !important;
}

.icon-rounded {
    background-color: #a88add;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 25px;
}

.r3_counter_box.stats {
    padding-left: 85px;
}

.r3_counter_box h5 {
    margin: 10px 0;
    color: #575757;
    font-size: 2.5em;
}

i.user1 {
    background: #27cce4;
}

i.user2 {
    background: #b8c9f1;
}

i.dollar1 {
    background: #bdc3c7;
    ;
}

.widget1 {
    margin-right: 1.5%;
}

.widget {
}

.world-map {
    width: 64%;
    float: left;
    background: #4597a8;
    position: relative;
    padding: 2em 2em 0 2em;
}

    .world-map h3 {
        float: left;
        font-size: 1.9em;
        color: #fff;
        font-weight: 600;
        padding: 0em 0 0.5em 0;
    }

    .world-map p {
        float: right;
        font-size: 1.3em;
        color: #fff;
        font-weight: 300;
        padding: 0.5em 0 0.5em 0;
    }
/*-- map --*/
#vmap {
    background-color: #fff !important;
}

.col_4, .col_5 {
    padding-left: 0;
}

.map_container, .bs-example5, .panel_2, .content-box-wrapper, .grid_1, .grid_3, .no-padding, .bs-example4, .panel-body1, .editor, .banner-bottom-video-grid-left, #chart, .online, .widget_middle_left_slider, .grd_tble, .span_6, .col_2, .weather_list, .cal1, .skills-info, .stats-info, .r3_counter_box, .activity_box, .bs-example1, .cloud, .copy {
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.com-mail input[type="submit"] {
    border: none;
    background-color: #8BC34A;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    padding: 8.5px 12px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .com-mail input[type="submit"]:hover {
        background: #F44336;
    }

.panel-body-com-m {
    padding: 2em !important;
}

.input-group-ind {
    margin: 0em auto !important;
    width: 100% !important;
    float: none !important;
}

.span_11 {
    margin-bottom: 1em;
}
/*-- graphs --*/
canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar {
    background-color: rgb(255, 255, 255);
}

.graph_box {
    margin-bottom: 1.5em;
}

.legend {
    float: left;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    width: 176px;
    margin: 7em 0 0 6em;
}

    .legend div {
        margin: 3px 0;
    }

    .legend span {
        float: right;
        padding-left: .5em;
    }

#os-Win-lbl {
    border-left: #8BC34A solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;
}

#os-Mac-lbl {
    border-left: #EF553A solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;
}

#os-Other-lbl {
    border-left: #00ACED solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;
}

.grid_1 {
    background: #fff;
}

.grid_2 {
    padding: 0 12px;
}

.line-bottom-grid {
    padding: 1.5em 0 0;
}

.grid_1 h4 {
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-weight: 300;
    padding: 1em 0;
}
/* --  grids  -- */
.form-control1, .form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}

.control3 {
    margin: 0 0 1em 0;
}

.btn-warning {
    color: #fff;
    background-color: rgb(6, 217, 149);
    border-color: rgb(6, 217, 149);
    padding: 8.5px 12px;
}

.tag_01 {
    margin-right: 5px;
}

.tag_02 {
    margin-right: 3px;
}

.btn-warning:hover {
    background-color: rgb(3, 197, 135);
    border-color: rgb(3, 197, 135);
}

.btn-success:hover {
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}

.control2 {
    height: 253px;
}

.alert-info {
    color: #31708f;
    background-color: rgb(240, 253, 249);
    border-color: rgb(201, 247, 232);
}

.bs-example4 {
    background: #fff;
    padding: 2em;
}

button.note-color-btn {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
}

.form-control1:focus {
    border: 1px solid #03a9f4;
    background: #fff;
    box-shadow: none;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, .widget_head {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
/*-- Typography --*/
.grid_4 {
    background: #fff;
    padding: 2em 2em 1em 2em;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: #fff;
    padding: 2em;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.progress {
    height: 8px;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    height: 16px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #03a9f4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar {
    box-shadow: none;
}

.progress-bar-primary {
    background-color: #03a9f4;
}

.progress-bar-info {
    background-color: #00bcd4;
}

.progress-bar-success {
    background-color: #b8c9f1;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-danger {
    background-color: #e51c23;
}

.progress-bar-inverse {
    background-color: #757575;
}

.page_1 {
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(139, 195, 74) !important;
    border-color: rgb(139, 195, 74) !important;
}

.breadcrumb li {
    font-size: 0.85em;
}

    .breadcrumb li a {
        color: rgb(15, 176, 238);
    }

span.badge1 {
    background-color: #777;
}

.badge-primary {
    background-color: #03a9f4 !important;
}

.badge-success {
    background-color: #8bc34a !important;
}

.badge-warning {
    background-color: #ffc107 !important;
}

.badge-danger {
    background-color: #e51c23 !important;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.nav-tabs {
    margin-bottom: 1em;
}

.well {
    padding: 9px;
    font-size: 0.85em;
    color: #555;
    line-height: 1.8em;
}

.bs-example-modal {
    background-color: #fff !important;
    border-color: #fff !important;
}

.modal {
    overflow-y: auto !important;
}

.but_list h1, .but_list h2, .but_list h3, .but_list h4, .but_list h5 {
    margin-bottom: 0.7em;
}

.btn-primary {
    background-color: #00ACED !important;
    border-color: #00ACED !important;
    color: #fff;
    padding: 6px 10px;
}

    .btn-primary:hover {
        background-color: #8BC34A !important;
        border-color: #8BC34A !important;
        color: #fff !important;
    }

.caret {
    padding-left: 0 !important;
}

h2.modal-title {
    font-size: 1.3em;
    color: #999;
    font-weight: 300;
}

.modal-content {
    -ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    border: 0px solid #e0e0e0;
}

.modal-body h2 {
    color: #555;
    font-size: 1.5em;
    font-weight: 300;
}

.modal-body p {
    color: #888;
    font-size: 0.85em;
    font-weight: 300;
    line-height: 1.8em;
}

    .modal-body p img {
        margin: 1em 0;
    }

.form-horizontal .control-label {
    text-align: right;
    color: #000;
    font-weight: 300;
    font-size: 0.85em;
}

.checkbox-inline1 {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline1 > label {
        line-height: 15px;
        margin-left: 5px;
        margin-top: 4px;
        vertical-align: top;
    }

.checkpos .field-validation-error {
    position: static !important;
}

.help-block {
    color: #999;
    font-size: 0.85em;
}

.radio label, .checkbox label, label {
    font-size: 0.85em;
    font-weight: bold; /*300*/
    vertical-align: middle;
}

.checkbox1 {
    font-size: 0.85em;
    font-weight: 300;
}

select[multiple] {
    padding: 7px 9px !important;
}

.has-success .form-control1 {
    background-color: #f1f8e9;
    border-color: #c5e1a5 !important;
}

.has-error .form-control1 {
    background-color: #fde0dc;
    border-color: #f69988 !important;
}

.input-icon.right > i, .input-icon.right .icon {
    right: 12px;
    float: right;
}

.input-icon > i, .input-icon .icon {
    position: absolute;
    display: block;
    margin: 10px 8px;
    line-height: 14px;
    color: #999;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #7cb342;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #dd191d;
}
/* -- validation --*/
.well1 {
    background: #fff;
    padding: 2em;
}
/*-- Basic_tables --*/
.bs-example1 {
    background: #fff;
    padding: 2em;
}

.panel-body1 {
    background: #fff;
    padding: 2em;
    margin: 2em 0 0 0;
}

.panel-warning {
    margin-top: 2em;
}

.panel.panel-midnightblue {
    border-color: #263238;
}

    .panel.panel-midnightblue .panel-heading {
        color: #eceff1;
        background-color: #37474f;
        border-color: #263238;
    }

.panel.panel-warning {
    border-color: #fdd835;
}

    .panel.panel-warning .panel-heading {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

.panel .panel-heading .panel-ctrls {
    margin-right: -8px;
}

.panel .panel-heading .panel-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.panel .panel-heading h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
/*-- inbox --*/
.mail-header {
    padding: 15px;
}

.mail-title {
    font-size: 20px;
    line-height: 32px;
    display: block;
    float: left;
    height: 34px;
    margin: 0 10px 0 0;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.float-right, .pull-right {
    float: right !important;
}

.pad0A {
    padding: 0 !important;
}

.input-group {
    position: relative;
    display: table;
    width: 65%;
    float: left;
    margin: 0 0 0 10em;
    border-collapse: separate;
}

.has-success .input-group-addon {
    border-color: #A4E7A5 !important;
}

.has-feedback label ~ .form-control-feedback {
    top: 28px !important;
}

div[id^=uniform-] input {
    position: absolute;
    top: 0;
    left: 0;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    opacity: 0;
    border: none;
    background: 0 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.email-list1 {
    padding: 0;
}

ul.collection {
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 2em;
}

    ul.collection li {
        margin-bottom: 2em;
    }

        ul.collection li.email_last {
            margin-bottom: 0;
        }

#email-list .collection .collection-item.avatar {
    height: auto;
    position: relative;
}

    #email-list .collection .collection-item.avatar .icon {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        top: 20px;
    }

.email-unread a {
    text-decoration: none;
}

    .email-unread a span.email-title {
        font-weight: 500;
        color: #000;
    }

.ultra-small {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    color: #999;
}

span.badge {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #8BC34A;
    line-height: 15px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -10px;
    padding: 2px 0 0;
}

span.blue {
    background-color: #00aced;
}

span.red {
    background-color: #ef553a;
}

span.blue1 {
    background-color: #9358ac;
}

i.icon_1 {
    float: left;
    color: #00aced;
    line-height: 2em;
    margin-right: 1em;
}

i.icon_2 {
    float: left;
    color: #ef553a;
    line-height: 2em;
    margin-right: 1em;
    font-size: 20px;
}

i.icon_3 {
    float: left;
    color: #9358ac;
    line-height: 2em;
    margin-right: 1em;
    font-size: 20px;
}

.avatar_left {
    float: left;
}

i.icon_4 {
    width: 45px;
    height: 45px;
    background: #F44336;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 44px;
    font-style: normal;
    margin-right: 1em;
}

i.icon_5 {
    background-color: #3949ab;
}

i.icon_6 {
    background-color: #03a9f4;
}

.blue-text {
    color: #2196F3 !important;
    float: right;
}

.content-box-wrapper {
    background: #fff;
    padding: 2em;
    margin: 1.5em 0 0;
}

.status-badge {
    position: relative;
    display: inline-block;
}

.mrg10A {
    margin: 10px 18px !important;
}

.small-badge {
    overflow: hidden;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #fff !important;
    border-radius: 20px;
    background-color: red;
}

.status-badge .small-badge {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.badge-danger {
    color: #fff;
    border-color: #e73629;
    background: #F44336;
}

.badge-success {
    color: #fff;
    border-color: #3fa243;
    background: #4CAF50;
}

.bg-green1 {
    color: #fff;
    border-color: #3fa243;
    background: #4CAF50;
}

h4.content-box-header {
    color: #000;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: left;
}

.editor {
    background: #fff;
    padding: 1em 2em 2.5em 2em;
}

.icon-ser {
    color: #fff !important;
}

.mailbox-content, .request {
    margin: 1.5em 0em 0em;
}

.mailbox-content, .request, ul.collection, .Compose-Message {
    -ms-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.inbox_right {
    background: #F8F8F8;
    padding-left: 1.5em;
}

.fo-rm {
    margin-bottom: 1em;
}

.map {
    margin: 2em 0;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.btn-block {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
}

.mailbox-content h2, .request h2 {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    background: #b8c9f1;
    padding: 0.7em 0;
    text-transform: uppercase;
    border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
}

.panel {
    border: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.widget-footer.clearfix {
    margin: 1em 0 0 0;
}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background: #fff;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #CDCDCD;
}

div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px;
}

    div.checker span {
        display: -moz-inline-box;
        display: inline-block;
        zoom: 1;
        text-align: center;
        background-position: 0 -260px;
    }

    div.checker input {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        display: -moz-inline-box;
        display: inline-block;
        zoom: 1;
    }

.m-r-sm {
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-state-warning {
    color: #b8c9f1;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.85em;
    color: #000;
}

.mailbox-content table tbody tr:hover {
    background: #EFF0F4;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { /* padding:15px !important;*/
    padding: 8px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ACACAC !important;
}

.badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
    border: none;
    background: #27cce4;
    padding: 9.5px 12px;
    outline: none;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #b8c9f1;
        border-color: #b8c9f1;
        outline: none;
    }

.btn-toolbar {
    margin-left: 0 !important;
}

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

    .note-editor .note-toolbar {
        border-bottom: 0;
        background: #fff;
        padding: 10px;
    }

    .note-editor .note-editable {
        padding: 10px 15px 15px;
        overflow: auto;
        outline: 0;
    }

    .note-editor .note-statusbar .note-resizebar {
        border: 0;
    }

    .note-editor .note-statusbar .note-resizebar {
        width: 100%;
        height: 8px;
        cursor: ns-resize;
        border-top: 1px solid #a9a9a9;
    }

.col-md-8.inbox_right {
    padding-right: 0;
}

.editor1 {
    margin: 2em 0 0 0;
}

.mail-toolbar.clearfix {
    padding: 2.55em 1em;
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
}

.table-fhr {
    background: #fff;
    margin-bottom: 0.5em;
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px;
}

.note-editor .note-statusbar {
    background: 0 0;
}

    .note-editor .note-statusbar .note-resizebar {
        border: 0;
    }

    .note-editor .note-statusbar .note-resizebar {
        width: 100%;
        height: 8px;
        cursor: ns-resize;
    }

        .note-editor .note-statusbar .note-resizebar .note-icon-bar {
            width: 20px;
            margin: 1px auto;
            border-top: 1px solid #a9a9a9;
        }

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

i.icon_8 {
    font-size: 13px;
    color: #555;
}

.btn_1 {
    float: left;
}

a.btn.btn-default.mrg5R {
    float: left;
}

.pull-left {
    float: left !important;
    width: 50%;
    cursor: pointer;
}

ul.float-right {
    min-width: 180px;
    left: 31%;
}

.float-left {
    float: left !important;
    width: 15%;
    cursor: pointer;
}

.mrg5R {
    margin-right: 5px !important;
}

.dropdown-menu > li > a {
    font-size: 13px;
}

.font-red, .has-error .help-block, .parsley-required, .text-danger {
    color: #F44336 !important;
}

i.icon_9 {
    margin-right: 10px;
}

.checkbox {
    position: relative;
    top: -3px;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

    .checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .55rem;
        border-color: #27cce4;
        border-top-style: none;
        border-right-style: none;
    }

blockquote {
    margin: 0 !important;
    border-left: 5px solid #eee;
}

.copy_layout {
    padding: 1.5em 0;
    background: #fff;
    text-align: center;
    margin: 4em 0 0em 0;
}

.login {
    background: none;
    padding: 0;
    margin: 11em 0 0 0;
}

.register {
    margin: 2em 0 0 0;
}
/* -- widgets --*/
.bg-info {
    background: #78cd51;
    padding: 3px 8px;
    color: #ffffff;
}

.tile-progress {
    padding: 30px;
    margin-bottom: 1em;
    ;
}

.col-sm-3.widget_1_box {
    padding: 0 5px;
}

.col-md-4.widget_1_box1 {
    padding: 0 0px 0 5px;
}

.tile-progress h4 {
    color: #ffffff;
    margin: 0px;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
}

.tile-progress .progress {
    margin: 15px 0 10px 0;
    height: 7px;
    background: rgba(50, 50, 58, 0.5);
}

.progress {
    background: #f5f5f5;
    background-image: none;
    -webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
    -moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
    box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.tile-progress span {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.bg-success {
    background: #eae874;
    color: #ffffff;
}

.bg-danger {
    background: rgba(80, 204, 240, 1);
    color: #ffffff;
}

.bg-secondary {
    background: #fabb3d;
    color: #555555;
}

.tile-progress .progress .progress-bar {
    background: #ffffff;
}

.wid-social {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin: 0px 0 1em 0;
}

.facebook {
    background-color: #3b5998 !important;
    color: #ffffff !important;
}

.icon-xlg {
    font-size: 70px;
}

.social-info h3 {
    display: inline-block;
}

.wid-social .social-info h3, .wid-social .social-info h4 {
    margin: 0px 0 15px 0;
    font-size: 15px;
}

span.percent {
    font-size: 13px;
    font-weight: 300;
}

h3.count.text-light {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

.twitter {
    background-color: #00aced !important;
    color: #ffffff !important;
}

.google-plus {
    background-color: #313131 !important;
    color: #ffffff !important;
}

.dribbble {
    background-color: #ea4c89 !important;
    color: #ffffff !important;
}

.linkedin {
    background-color: #007bb5 !important;
    color: #ffffff !important;
}

.youtube {
    background-color: #e02f2f !important;
    color: #ffffff !important;
}

.skype {
    background-color: #00aaf1 !important;
    color: #ffffff !important;
}

.flickr {
    background-color: #ed1983 !important;
    color: #ffffff !important;
}

.coffee-top {
    position: relative;
    text-align: center;
}

.doe {
    position: absolute;
    top: 37%;
    text-align: center;
    width: 100%;
}

    .doe h6 {
        color: #fff;
        font-size: 1em;
    }

    .doe p {
        color: #DC483A;
        font-size: 1em;
    }

.coffee-top i {
    position: absolute;
    top: 84%;
    background: url(../images/1.png)no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100px;
    left: 39%;
}

.follow {
    padding: 3em 1em 1em;
    background: #fff;
}

.two p {
    font-size: 0.875em;
    color: #2d2d2d;
}

.two span {
    font-size: 1.5em;
    color: #DC483A;
}

.online-top {
    background: #fff;
    padding: 30px;
    border-bottom: 1px solid #E1E1E1;
}

.panel-body2 {
    padding: 21px;
}

.widget_1_box2 {
    padding: 0 5px;
}

.top-at {
    float: left;
    width: 20%;
}

.top-on {
    float: right;
    width: 71%;
    margin-top: 0px;
}

.top-on1 {
    float: left;
}

label.round {
    background: #8BC34A;
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    border-radius: 100px;
    margin-top: 7%;
}

.online-top:hover {
    background: #EFEFEF;
}

.top-on1 span {
    font-size: 0.9em;
    color: #dc483a;
}

.top-on1 p {
    font-size: 1em;
    color: #000;
    font-weight: 500;
}

.online-top1 {
    border-bottom: none;
}

.widget_5 {
    margin: 1em 0 0 0;
}

.wid_blog {
    background: rgb(6, 217, 149);
    padding: 3em 2em;
}

    .wid_blog h1 {
        color: #fff;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 300;
        margin-bottom: 0;
    }

.wid_blog-desc {
    background: #fff;
    padding: 2.6em 2em;
}

.wid_blog-left {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.wid_blog-right {
    float: left;
    width: 75%;
}

    .wid_blog-right h2 {
        color: #000;
        font-size: 1.3em;
        font-weight: 300;
    }

    .wid_blog-right p {
        color: #999;
        font-size: 0.85em;
        font-weight: 300;
        line-height: 1.5em;
    }

.list-inline {
    margin: 1em 0 0 0;
}

.text-muted {
    color: #999999;
}

.text-orange {
    color: #DC483A;
}

.link1 {
    padding: 5px 8px;
    color: #000;
}

.editor-input.ng-scope p {
    color: #999;
    font-size: 0.85em;
    line-height: 1.8em;
}

.list-inline > li a {
    font-size: 0.85em;
}
/*-- media --*/
.bs-example5 {
    background: #fff;
    padding: 2em;
}

.media-heading {
    color: #000;
}

.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
    font-size: 14px;
    color: #999;
}

.example_6 {
    margin: 1.5em 0;
}

.demolayout {
    background: rgb(6, 217, 149);
    width: 60px;
    overflow: hidden;
}

.padding-5 {
    padding: 5px;
}

.demobox {
    background: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    display: block;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

code {
    background: rgb(246, 255, 252);
    padding: 2px 2px;
    color: #000;
    border: 1px solid rgb(198, 255, 236);
}

.media_1-left {
    padding-left: 0;
}

.table-hover {
    margin-bottom: 0;
}

.media_1-right {
    padding-right: 0;
}

.media_box {
    margin-bottom: 2em;
}

.media_box1 {
    margin-top: 2em;
}

.media {
    margin-top: 40px !important;
}

    .media:first-child {
        margin-top: 0 !important;
    }

.panel_2 {
    padding: 2em 2em 0;
    background: #fff;
}

.panel_3 {
    padding-bottom: 1px;
}

.panel_2 h3 {
    color: #000;
    font-size: 1.1em;
}

.panel_2 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
}

td.head {
    color: #000 !important;
    font-size: 1.2em !important;
}
/*-- login --*/
.login-logo {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

h2.form-heading {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

body#login {
    background: url(../images/bg.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 850px;
}

.app-cam {
    width: 22%;
    margin: 3em auto auto auto;
}

    .app-cam input[type="text"] {
        width: 100%;
        padding: 15px;
        color: #999;
        font-size: 0.85em;
        outline: none;
        font-weight: 300;
        border: none;
        background: #222224;
        margin: 0 0 1em 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .app-cam input[type="password"] {
        width: 100%;
        padding: 15px;
        color: #999;
        font-size: 0.85em;
        outline: none;
        font-weight: 300;
        border: none;
        background: #222224;
        margin: 0 0 1em 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .app-cam input[type="submit"], .btn-success1 {
        font-size: 14px;
        font-weight: 300 !important;
        color: #fff;
        cursor: pointer;
        outline: none;
        padding: 10px 15px;
        width: 100%;
        border: none;
        background: rgb(6, 217, 149);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-transform: uppercase;
    }

        .app-cam input[type="submit"]:hover, .btn-success1:hover {
            background: rgb(1, 200, 136);
            color: #fff !important;
        }

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
}

    .login-social-link a {
        color: #fff;
        padding: 13px 38px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        width: 46.5%;
        text-align: center;
    }

        .login-social-link a.facebook {
            background: #3b5999;
            margin-right: 22px;
            float: left;
        }

        .login-social-link a:hover.facebook {
            background: #2B4886 !important;
            text-decoration: none;
        }

        .login-social-link a.twitter {
            background: #63c6ff;
            float: left;
        }

        .login-social-link a:hover.twitter {
            background: #46ACE7 !important;
            text-decoration: none;
        }

ul.new {
    margin: 2em 0 0 0;
    list-style: none;
    padding: 0;
}

    ul.new li.new_left {
        float: left;
    }

        ul.new li.new_left p, p.sign {
            font-weight: 300;
        }

            p.sign a, ul.new li.new_left p a {
                color: #000;
            }

    ul.new li.new_right {
        float: right;
    }

.app-cam p {
    color: #000;
    font-size: 14px;
    margin: 1em 0;
}

.form-signin a, .registration, .login-body label {
    margin: 1em 0 0 0;
    font-weight: 300;
    font-size: 0.85em;
    text-align: center;
}

.radios input[type="radio"] {
    margin: 4px 0 0 0;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
}

.radios label:first-child {
    margin-left: 0;
}

.radios label {
    margin-left: 15px;
}

div#char {
    height: 300px !important;
}

div#char1 {
    height: 240px !important;
}

.tab {
    background: #fff;
    margin: 0 0 4em;
}

div#container-speed1 {
    margin: 0 0.9em !important;
}

div#container-rpm1 {
    margin: 0 1.07em !important;
}

.lamps_rate {
    background: #fff;
    padding: 1em;
    margin: 2em 1em 0;
    width: 96%;
}

    .lamps_rate ul {
        padding: 0;
        margin: 0;
    }

        .lamps_rate ul li {
            font-size: 14px;
            color: #999;
            margin: 0 0 1em;
            list-style-type: none;
        }

.switch-right iframe {
    width: 100%;
    min-height: 500px;
    margin: 2em 0 0;
}

.position-center {
    width: 65%;
    margin: 0 auto;
}

.panel-body {
    padding: 1em 2em;
}

button.rew:hover {
    border-color: #ccc !important;
    color: #999 !important;
}

.asd {
    outline: none;
    box-shadow: none;
}
/*-- login-form --*/
.login-form-info {
    width: 55%;
    margin: 0 auto;
    border: 1px solid #A3B4DC;
}

.login-header-left {
    float: left;
}

    .login-header-left h3 {
        color: #E1F2ED;
        margin: 0;
        font-size: 1.5em;
    }

.login-header-right {
    float: right;
}

    .login-header-right p {
        color: #7B8BB3;
        margin: 0;
        font-size: 15px;
    }

        .login-header-right p a {
            color: #fff;
            font-size: 17px;
            text-decoration: underline;
            padding-left: 8px;
        }

            .login-header-right p a:hover {
                color: #a88add;
            }

.login-form1 {
    padding: 6em 0;
    background: #b8c9f1;
}

.login-header {
    padding: 2em;
}

.login-form-info input[type="text"], .login-form-info input[type="password"] {
    outline: none;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    padding: 15px 10px 15px 45px;
    width: 90%;
    margin: 0 auto;
    color: #E8E8E8;
}

    .login-form-info input[type="text"].men {
        background: url(../images/n.png) no-repeat 10px 11px;
        display: block;
    }

    .login-form-info input[type="password"].lock {
        background: url(../images/i.png) no-repeat 10px 11px;
        display: block;
    }

.login-form-info input[type="password"] {
    margin: 1.5em 0 1.5em 2.3em;
}

.login-form-info input[type="submit"] {
    outline: none;
    border: 1px solid #f5f5f5;
    background: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin-left: 1.6em;
    margin-bottom: 1.5em;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .login-form-info input[type="submit"]:hover {
        background: #a88add;
        color: #fff;
        border: 1px solid #a88add;
    }

.login-form-info p.for {
    margin: 0 0 2em;
    text-align: center;
}

    .login-form-info p.for a {
        color: #555;
        font-weight: 300;
        font-size: 14px;
        font-style: normal;
    }

        .login-form-info p.for a:hover {
            text-decoration: none;
        }

.new-people {
    margin: 5em 0 0;
    text-align: center;
}

    .new-people h3 {
        color: #fff;
        font-size: 1.5em;
        margin: 0;
    }

    .new-people p {
        color: #666;
        font-size: 14px;
        margin: .5em 0 3em;
    }

.reg a {
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    background: #a88add;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .reg a:hover {
        color: #a88add;
        background: #f5f5f5;
        text-decoration: none;
    }

.lgo {
    text-align: center;
    margin: 0 0 2em;
}

    .lgo a {
        font-size: 2em;
        color: #fff;
        text-decoration: none;
    }
/*-- //login-form --*/
/*-- sign-up --*/
.sign-up-form {
    padding: 6em 0;
    background: #b8c9f1;
}

.sign-up {
    width: 60%;
    padding: 2em 1em;
    margin: 0 auto;
}

.sign-up-form h3 {
    color: #EEEEEE;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
}

.sign-up-form p {
    color: #90A2CC;
    font-size: 16px;
    margin: .5em 0 3em;
    text-align: center;
}

.sign-up1 {
    float: left;
    width: 27%;
}

    .sign-up1 h4 {
        color: #fff;
        margin: 1.6em 0 1em;
        font-size: 18px;
    }

.sign-up2 {
    float: right;
    width: 70%;
}

    .sign-up2 input[type="text"], .sign-up2 input[type="password"] {
        outline: none;
        border: 1px solid #eee;
        background: none;
        font-size: 14px;
        padding: 10px 10px;
        width: 100%;
        margin: 1em 0;
    }

.sign-up h5, .sign-up h6 {
    margin: 0 0 1em;
    color: #8698C1;
    font-size: 1.5em;
}

.sign-up h6 {
    margin: 2em 0 1em !important;
}

.sub-login-left {
    float: left;
    width: 30%;
}

.sub-login-right {
    float: right;
}

.sub-login {
    margin: 5em 0 0;
}

.sub-login-right p {
    font-size: 16px;
    color: #fff;
    margin: 0.8em 0 0;
}

    .sub-login-right p a {
        color: #a88add;
        padding-left: 8px;
    }

        .sub-login-right p a:hover {
            color: #fff;
        }

.sub-login-left input[type="submit"] {
    outline: none;
    border: none;
    background: #a88add;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .sub-login-left input[type="submit"]:hover {
        background: #fff;
        color: #a88add;
    }
/*-- //sign-up --*/
/*-- blank_page --*/
h1.blank, h3.blank1 {
    font-size: 2em;
    color: #999;
    margin: 0 0 1em;
}
/*-- //blank_page --*/
/*-- grid_page --*/
.grid_table {
    padding: 0;
}

.grids_bottom {
    padding: 0;
    margin: 1em 0 0;
}

.grd_tble {
    margin-bottom: 0px;
}

.main-content1 {
    min-height: 1080px !important;
}
/*-- //grid_page --*/
/*-- widget_page --*/
.flexi_bottom {
    background-color: rgb(244, 67, 54);
    padding: 0em 1em;
}

.main-grid1-grids {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 3em 2em 0;
}

.friday {
    text-align: center;
}

    .friday h4 {
        font-size: 3em;
        color: #fff;
        margin: 0;
    }

.friday-bottom {
    text-align: right;
    margin: 3em 0 0;
}

    .friday-bottom h5 {
        font-size: 2em;
        color: #fff;
        margin: 0;
    }

    .friday-bottom p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }

.friday h4 span {
    display: block;
    font-size: 14px;
}

.widget_middle_left, .widget_bottom_left {
    padding-left: 0;
    padding-right: 1.5em;
}

    .widget_middle_left:nth-child(3), .widget_bottom_left:nth-child(2) {
        padding-right: 0em;
    }

.widget_middle {
    margin: 1.5em 0;
}

a.lightbox i {
    margin: 0.5em 0;
    font-size: 2em;
    color: #fff;
    display: block;
}

a.lightbox:hover {
    text-decoration: none;
}

.degree {
    font-size: .5em;
    vertical-align: top;
}

.feets {
    padding: 4em 0;
    background: #F1DE92;
}

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0;
    padding: 1.8em 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

li.nbs-flexisel-item {
    border-left: 1px solid #fff !important;
}

    li.nbs-flexisel-item:nth-child(1) {
        border: none !important;
    }

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 500px;
}

.grid-flex {
    margin: 10px 0 20px 0;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
}

.biseller-info {
    margin: 1em 0 0 0;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 20px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 2em;
}

.nbs-flexisel-nav-left {
    right: 0;
    background: none;
}

.nbs-flexisel-nav-right {
    left: 0;
    background: none;
}

li.nbs-flexisel-item {
    width: 370px;
}

.biseller-column p {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-align: center;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #000;
    text-decoration: none;
}

.panel-title {
    font-size: 1.1em;
}

.panel-default > .panel-heading {
    background: #EFEFEF;
    border: none;
    cursor: pointer;
}

.panel-default {
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.asd {
    padding: 1em 0;
    text-transform: capitalize;
}

.panel_text {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.panel {
    box-shadow: none;
}

.pa_italic span {
    display: none;
}

.pa_italic i {
    left: -1em;
}

.collapsed span {
    display: inline-block;
    left: -1em;
}

.collapsed i {
    display: none;
}

.panel_text {
    background: #fff;
}
/*-- //widget_page --*/
/*-- forms --*/
.input-group1 {
    float: none;
    width: 100% !important;
    margin: 0 !important;
}
/*-- //forms --*/
/*-- typo --*/
span.badge1 {
    min-width: 3rem;
    padding: 2px 9px;
    text-align: center;
    font-size: 0.85;
    line-height: inherit;
    color: #fff;
    position: absolute;
    right: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
/*-- //typo --*/
/*-- sign-in --*/
.sign-in-up {
    background: #f9f9f9 !important;
    min-height: 830px;
}

.sign-in-form {
    margin: 2em auto 4em;
    width: 35%;
}

.sign-in-wrapper {
    background: #f9f9f9;
}

.new_people {
    padding: 3em 0 0;
    text-align: center;
}

    .new_people h4 {
        font-size: 2em;
        color: #00ACED;
        margin: 0;
    }

    .new_people p {
        color: #999;
        margin: 1em 0 2em;
        font-size: 14px;
        line-height: 1.8em;
    }

    .new_people a {
        padding: 12px 30px;
        border: 1px solid #00ACED;
        color: #00ACED;
        text-decoration: none;
        font-size: 1em;
    }

        .new_people a:hover {
            color: #F44336;
            border: 1px solid #F44336;
        }

.sign-in-form-top {
    background: url(../images/3.jpg) no-repeat 0px -55px;
    display: block;
    min-height: 150px;
    padding: 3em 0 0;
    text-align: center;
}

    .sign-in-form-top p {
        color: #fff;
        margin: 0;
        font-size: 2em;
        font-weight: 300;
        text-decoration: none;
    }

        .sign-in-form-top p a {
            color: #fff;
        }

            .sign-in-form-top p a:hover {
                text-decoration: none;
            }

        .sign-in-form-top p span {
            color: #8BC34A;
        }

.signin {
    padding: 2em;
    position: relative;
    background: #fff;
}

    .signin:after {
        content: '';
        background: url(../images/6.png) no-repeat 0px 0px;
        display: block;
        width: 595px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: -7%;
        background-size: 100%;
    }

.signin-rit {
    padding: 0.3em 0em 0em 0em;
}

.log-input input[type="text"], .log-input input[type="password"] {
    font-size: 0.95em;
    padding: 10px 15px 10px 37px;
    width: 98%;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0em 0em 1.5em 0em;
    border-style: solid;
}

.log-input input.user {
    background: url(../images/user.png)no-repeat 8px 10px #fff;
}

.log-input input.lock {
    background: url(../images/lock.png)no-repeat 8px 10px #fff;
}

.log-input-left {
    float: left;
    width: 90%;
}

span.checkbox1 {
    float: left;
    width: 43%;
}

.signin .checkbox {
    margin-bottom: 4px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;
}

.signin .checkbox {
    position: relative;
    font-size: 1em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 2em;
}

    .signin .checkbox input {
        position: absolute;
        left: 0px;
        margin-left: 0;
        top: 3px;
    }
/*--input check box--*/
span.checkbox2 {
    float: right;
    width: 8%;
    margin: 0.5em 0em 0em 0em;
}

.log-input .checkbox {
    margin-bottom: 4px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;
}

.log-input .checkbox {
    position: relative;
    font-size: 0.95em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 1.6em;
}

    .log-input .checkbox i {
        position: absolute;
        bottom: -26px;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        outline: none;
        background: #fff;
        border-radius: 17px;
    }

.log-input:nth-child(1) {
    margin: 2em 0 0;
}

.log-input .checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 5px 5px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.log-input .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.log-input .checkbox input {
    position: absolute;
    left: -9999px;
}

    .log-input .checkbox input:checked + i:after {
        opacity: 1;
    }

.sign-in-form input[type="submit"] {
    font-size: 1.1em;
    color: #fff;
    background: #00ACED;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
    width: 88.5%;
    margin-top: 0.5em;
    display: block;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

    .sign-in-form input[type="submit"]:hover {
        background: #8BC34A;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

.signin-rit p {
    float: right;
    width: 30%;
    font-size: 1em;
}

    .signin-rit p a {
        color: #999;
    }

.clear {
    clear: both;
}
/*-- sign-up --*/
.sign-up {
    width: 40%;
    padding: 2em 0 4em;
    margin: 0 auto;
}

    .sign-up h3 {
        text-align: center;
        font-size: 2em;
        color: #000;
        margin: 0 0 0.5em;
    }

p.creating {
    color: #999;
    font-size: 14px;
    margin: .5em 0 3em;
    line-height: 1.8em;
    text-align: center;
}

.sign-up1 {
    float: left;
    width: 27%;
}

    .sign-up1 h4 {
        color: #3C4348;
        margin: 1.6em 0 1em;
        font-size: 18px;
    }

.sign-up2 {
    float: right;
    width: 70%;
}

    .sign-up2 input[type="text"] {
        outline: none;
        border: 1px solid #BEBEBE;
        background: none;
        font-size: 15px;
        padding: 10px 10px;
        width: 100%;
        margin: 1em 0;
    }

    .sign-up2 input[type="password"] {
        outline: none;
        border: 1px solid #BEBEBE;
        background: none;
        font-size: 15px;
        padding: 10px 10px;
        width: 100%;
        margin: 1em 0;
    }

.sign-up h5 {
    margin: 0 0 2em;
    color: #F44336;
    font-size: 20px;
}

.sign-up h6 {
    margin: 2em 0 1em;
    color: #F44336;
    font-size: 20px;
}

.sign-up input[type="submit"] {
    outline: none;
    border: none;
    background: #F44336;
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

    .sign-up input[type="submit"]:hover {
        background: #27cce4;
        color: #fff;
    }

.sub_home {
    margin: 3em 0 0;
}

.sub_home_left {
    float: left;
    width: 30%;
}

.sub_home_right {
    float: right;
}

    .sub_home_right p {
        font-size: 1em;
        color: #999;
        margin: .5em 0 0;
    }

        .sub_home_right p a {
            text-decoration: underline;
            color: #27cce4;
        }

            .sub_home_right p a:hover {
                color: #999;
            }
/*-- //sign-up --*/
/*--404-starts-here--*/
.error {
    padding: 9em 0px 7em 0;
}

.error-main {
    text-align: center;
    margin: 2em 0 0;
}

    .error-main h3 {
        margin: 0;
        font-size: 7em;
        color: #F44336;
        font-weight: 100;
    }

        .error-main h3 span {
            display: block;
            color: #F44336;
        }

    .error-main span {
        color: #7b7b7b;
        font-size: 2em;
        font-weight: 400;
    }

.error-main-left {
    text-align: right;
    margin: 4em 0 0;
}

.error-main p {
    color: #7b7b7b;
    font-size: 1.6em;
    margin-top: 10px;
}

.error-btn {
    margin-top: 4%;
}

    .error-btn a {
        color: #00ACED;
        font-size: 25px;
    }

        .error-btn a:hover {
            color: #8BC34A;
            text-decoration: underline;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            -o-transition: 0.5s all ease;
            -ms-transition: 0.5s all ease;
        }

.error-main h3 i {
    color: #8BC34A;
}
/*--404-ends-here--*/
.dropdown-menu-right {
    min-width: 170px !important;
}

.form-control, .error {
    padding-top: 0;
    padding-bottom: 0;
}

    .form-control.error {
        border-color: #F00;
    }

/*-- responsive design --*/
@media (max-width:1680px) {
    canvas#line {
        width: 507px !important;
    }

    canvas#bar {
        width: 507px !important;
    }
}

@media (max-width:1591px) {
    .social_icons {
        width: 26%;
    }

    .rowcolmd_clr .widget3 .stats {
        width: 67%;
    }

    .rowcolmd_cnlr .widget3 .usersave {
        width: 54px;
    }
}

@media (max-width:1529px) {
    .social_icons {
        width: 27%;
    }
}

@media (max-width:1600px) {
    canvas#line {
        width: 480px !important;
    }

    canvas#bar {
        width: 480px !important;
    }
}

@media (max-width:1473px) {
    .social_icons {
        width: 28%;
    }
}

@media (max-width:1440px) {
    .widget3 {
        padding: 0 1em;
    }

    div#container-speed {
        width: 270px !important;
        height: 190px !important;
    }

    div#container-rpm {
        width: 270px !important;
        height: 190px !important;
    }

    div#container-speed1 {
        width: 270px !important;
        height: 190px !important;
    }

    div#container-rpm1 {
        width: 270px !important;
        height: 190px !important;
    }

    .widget4 {
        padding: 0 1em;
    }

    .social_icons {
        width: 28%;
    }

    canvas#line {
        width: 428px !important;
    }

    canvas#bar {
        width: 428px !important;
    }

    .panel .panel-heading {
        padding: 17px 20px;
        height: 48px;
    }

    canvas#radar {
        width: 409px !important;
        height: 256px !important;
    }

    canvas#polarArea {
        width: 390px !important;
        height: 256px !important;
    }

    .legend {
        margin: 7em 0 0 2em;
    }

    canvas#pie {
        width: 415px !important;
        height: 267px !important;
    }

    canvas#line1 {
        height: 76px !important;
    }

    canvas#bar1 {
        height: 75px !important;
    }

    .sign-in-form {
        width: 39%;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 590px;
        background-size: 100%;
    }

    .sign-up {
        width: 45%;
    }

    canvas#doughnut {
        width: 417px !important;
        height: 255px !important;
    }
}

@media (max-width:1420px) {
    .social_icons {
        width: 29%;
    }
}

@media (max-width:1371px) {
    .social_icons {
        width: 30%;
    }
}
/*-- responsive design --*/
@media (max-width:1366px) {
    .col-xs-8.activity-desc {
        width: 64.666667%;
        padding: 0;
    }

    .activity-desc h5 {
        font-size: 0.85em;
    }

    .svg {
        width: 600px !important;
        height: 400px;
    }

    canvas#line {
        width: 404px !important;
    }

    canvas#bar {
        width: 404px !important;
    }

    .panel .panel-heading {
        padding: 21px 20px;
        height: 55px;
    }

    .avatar_left {
        width: 65%;
    }

    .pull-left {
        width: 47%;
    }

    .login-social-link a.facebook {
        margin-right: 20px;
    }

    .widget3 {
        padding: 0 0em;
    }

    .widget4 {
        padding: 0 0em;
    }

    div#container-speed {
        width: 250px !important;
        height: 170px !important;
    }

    div#container-rpm {
        width: 250px !important;
        height: 170px !important;
    }

    div#container-speed1 {
        width: 250px !important;
        height: 170px !important;
    }

    div#container-rpm1 {
        width: 250px !important;
        height: 170px !important;
    }

    text.highcharts-yaxis-title {
        margin-top: 0 !important;
    }

    .social_icons {
        width: 30%;
    }

    canvas#doughnut {
        width: 390px !important;
        height: 240px !important;
    }

    canvas#radar {
        width: 392px !important;
        height: 242px !important;
    }

    canvas#polarArea {
        width: 375px !important;
        height: 242px !important;
    }

    canvas#pie {
        width: 393px !important;
        height: 266px !important;
    }

    .error-main h3 {
        font-size: 5em;
    }

    .activity_box input[type="submit"] {
        width: 26%;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 563px;
        background-size: 100%;
    }
}

@media (max-width:1325px) {
    .social_icons {
        width: 31%;
    }
}

@media (max-width:1280px) {
    .col-xs-8.activity-desc {
        width: 63.666667%;
    }

    .activity-desc p {
        font-size: 12px;
    }

    .activity-desc h6 {
        font-size: 11px;
    }

    i.text-info {
        line-height: 39px;
        font-size: 1em;
    }

    .pull-left {
        width: 42%;
    }

    .login-social-link a {
        padding: 13px 25px;
        width: 45.5%;
    }

    div#container-speed {
        width: 220px !important;
        height: 160px !important;
    }

    div#container-rpm {
        width: 220px !important;
        height: 160px !important;
    }

    div#container-speed1 {
        width: 220px !important;
        height: 160px !important;
    }

    div#container-rpm1 {
        width: 220px !important;
        height: 160px !important;
    }

    .social_icons {
        width: 32%;
    }

    .r3_counter_box .fa {
        font-size: 3em;
    }

    .grow {
        left: 32%;
    }

    .r3_counter_box h5 {
        font-size: 2.2em;
    }

    canvas#line {
        width: 376px !important;
        height: 100px !important;
    }

    canvas#bar {
        width: 376px !important;
        height: 100px !important;
    }

    canvas.overlay, canvas.base {
        height: 100px;
    }

    .activity-img1 {
        width: 40%;
    }

    .activity-desc-sub:before {
        left: -11%;
    }

    .activity-desc-sub1:after {
        right: -8%;
    }

    .activity-row {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .scrollbar1 {
        height: 400px;
    }

    canvas#doughnut {
        width: 364px !important;
    }

    canvas#radar {
        width: 364px !important;
    }

    canvas#polarArea {
        width: 364px !important;
    }

    canvas#line1 {
        width: 530px !important;
        height: 63px !important;
    }

    canvas#bar1 {
        width: 540px !important;
        height: 50px !important;
    }

    canvas#pie {
        width: 340px !important;
        height: 225px !important;
    }

    .editor {
        padding: 1em 1.2em 2.5em 1.2em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 16px !important;
    }

    .control2 {
        height: 272px;
    }

    .main-content6 {
        min-height: 1735px !important;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 520px;
        background-size: 100%;
    }

    .sign-up {
        width: 50%;
    }

    .main-content4 {
        min-height: 2360px !important;
    }
}

@media (max-width:1283px) {
    .social_icons {
        width: 32%;
    }
}

@media (max-width:1243px) {
    .social_icons {
        width: 33%;
    }
}

@media (max-width:1205px) {
    .social_icons {
        width: 38%;
    }
}

@media (max-width:1169px) {
    .social_icons {
        width: 35%;
    }
}

@media (max-width:1136px) {
    .social_icons {
        width: 36%;
    }
}

@media (max-width:1104px) {
    .social_icons {
        width: 37%;
    }
}

@media (max-width:1075px) {
    .social_icons {
        width: 38%;
    }
}

@media (max-width:1046px) {
    .social_icons {
        width: 40%;
    }
}

@media (max-width:1024px) {
    .control2 {
        height: 205px;
    }

    .float-left {
        width: 20%;
    }

    ul.collection li {
        margin-bottom: 1em;
    }

    ul.float-right {
        min-width: 140px;
    }

    .r3_counter_box .fa {
        line-height: 80px;
        font-size: 2em;
        height: 85px;
    }

    .r3_counter_box1 .fa {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .r3_counter_box h5 {
        margin: 0;
        font-size: 2em;
    }

    .r3_counter_box1 h5 {
        font-size: 20px;
    }

    .fa.pull-left {
        margin-right: 7% !important;
    }

    .stats span {
        font-size: 13px;
    }

    .activity-img {
        padding: 0 10px;
    }

    .col-xs-8.activity-desc {
        width: 58.666667%;
    }

    .scrollbar {
        padding: 10px;
    }

    .col-xs-1 {
        padding: 0;
    }

    .activity-row {
        margin-bottom: 1em;
    }

    .activity_box {
        min-height: 355px;
    }

    .single-bottom ul li input[type="checkbox"] + label, .switch-right-grid ul li {
        font-size: 13px;
    }

    .single-bottom ul li {
        padding: 0px 20px 12px;
    }

    .scrollbar {
        height: 278px;
    }

    .panel-title {
        font-size: 15px;
        padding-left: 2em;
    }

    .panel-heading {
        padding: 20px 0px 0px;
    }

    .stats-info ul li {
        padding: 7.4px 0;
        font-size: 12px;
    }

    div#vmap {
        height: 300px !important;
    }

    .bs-example1 {
        padding: 10px;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 12px;
    }

    .col_2 {
        padding: 5px;
    }

    .tiles_info .tiles-head {
        padding: 5px 5px;
        font-size: 11px;
    }

    .tiles_info .tiles-body {
        font-size: 22px;
        padding: 15px 15px;
    }

    .grid-date {
        padding: 10px;
    }

    p.date-in, span.date-on {
        font-size: 1em;
    }

    .grid-date h4 {
        font-size: 3.5em;
        padding: 44px 0 15px 0;
    }

    .activity-desc h5 {
        font-size: 13px;
    }

    .pull-left {
        width: 35%;
    }

    .m-r-sm {
        margin-right: 0px;
    }

    .mrg10A {
        margin: 1px !important;
    }

    .tile-progress {
        padding: 15px;
    }

    i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr {
        font-size: 30px;
    }

    h3.count.text-light {
        font-size: 30px;
    }

    .coffee-top i {
        top: 70%;
        background: url(../images/1.png)no-repeat center;
        left: 31%;
        background-size: 70%;
    }

    .follow {
        padding: 3em 0px 2em;
    }

    .two p {
        font-size: 12px;
    }

    .two span {
        font-size: 1.3em;
    }

    .top-on1 p {
        font-size: 0.85em;
    }

    .wid_blog h1 {
        font-size: 1.3em;
    }

    .wid_blog {
        padding: 2em;
    }

    .editor {
        padding: 1em 1em 1.5em 1em;
    }

    .link1 {
        padding: 5px 5px;
    }

    .wid_blog-desc {
        padding: 2.4em 1em;
    }

    .panel_2 {
        padding: 2em 1em 0;
    }

    .online-top {
        padding: 13.9px;
    }

    .friday h4 {
        font-size: 1.5em;
    }

    .friday-bottom h5 {
        font-size: 1.5em;
    }

    .main-grid1-grids {
        min-height: 180px;
        padding: 1em 2em 0;
    }

    .app-cam {
        width: 27%;
    }

    .navbar-right {
        margin-right: -10px;
    }

    .content-box-wrapper {
        padding: 1em;
    }

    i.icon_4 {
        margin-right: 10px;
    }

    span.badge {
        right: 17px;
        font-size: 9px;
        line-height: 11px;
        width: 15px;
        height: 15px;
    }

    .r3_counter_box1.for h5 {
        font-size: 32px;
    }

    .r3_counter_box1.for .stats span {
        font-size: 16px !important;
    }

    div#container-speed {
        width: 165px !important;
        height: 130px !important;
    }

    div#container-rpm {
        width: 165px !important;
        height: 130px !important;
    }

    div#container-speed1 {
        width: 165px !important;
        height: 130px !important;
    }

    div#container-rpm1 {
        width: 165px !important;
        height: 130px !important;
    }

    .spark-left span {
        left: 5px;
        top: 25px !important;
    }

    .login-form-info input[type="password"] {
        margin: 1.5em auto;
    }

    .login-form-info input[type="submit"] {
        margin-left: 1.2em;
    }

    .sign-up {
        width: 70%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        min-width: 187px;
    }

    .social_icons {
        width: 39%;
    }

    .profile_details {
        margin: 0 3.1em 0 1em;
    }

    .sb-search {
        left: 80px;
    }

    .user-panel-top li {
        margin-left: 6px;
    }

    .grow {
        left: 28%;
        top: 41%;
    }

    .switch-right-grid ul {
        padding: 1em 0 1em;
    }

    canvas#line {
        width: 294px !important;
        height: 75px !important;
    }

    canvas#bar {
        width: 294px !important;
        height: 76px !important;
    }

    canvas.overlay, canvas.base {
        height: 76px;
    }

    .activity-img span {
        font-size: 10px;
    }

    .activity-desc-sub h5, .activity-desc-sub1 h5 {
        font-size: 13px;
        margin: 0 0 .1em;
    }

    .activity-desc-sub p, .activity-desc-sub1 p {
        font-size: 12px;
    }

    .activity-desc-sub:before {
        left: -14%;
    }

    .activity-desc1 {
        width: 10%;
    }

    .activity-desc-sub1:after {
        right: -10%;
    }

    .activity_box form {
        padding: 0 1em;
    }

    .activity_box input[type="text"] {
        padding: 6px 8px;
        font-size: 13px;
        width: 69%;
    }

    .activity_box input[type="submit"] {
        font-size: 14px;
        padding: 6px 0;
    }

    .single-bottom ul li input[type="checkbox"] + label span:first-child {
        width: 13px;
        height: 13px;
        border: 1px solid #C8C8C8;
        bottom: 3px;
    }

    .activity_box h3 {
        padding: .7em;
        font-size: 14px;
    }

    h1.blank, h3.blank1 {
        font-size: 1.7em;
    }

    .biseller-column p {
        font-size: 14px;
    }

    a.lightbox i {
        margin: 0.7em 0;
        font-size: 1.5em;
    }

    h4.asd label {
        font-size: 14px;
    }

    .panel .panel-heading {
        padding: 20px 20px;
        height: 53px;
    }

    .panel_text {
        font-size: 13px;
    }

    .editor {
        padding: 1em 1em 1em 1em;
    }

    .main-content2 {
        min-height: 1065px !important;
    }

    .main-content {
        min-height: 975px;
    }

    .input-group {
        width: 80%;
    }

    .main-content4 {
        min-height: 1995px !important;
    }

    ul.collection {
        padding: 1em;
    }

    span.badge1 {
        min-width: 2rem;
        right: 25px;
    }

    canvas#doughnut {
        width: 272px !important;
        height: 180px !important;
    }

    canvas#radar {
        width: 274px !important;
        height: 182px !important;
    }

    canvas#polarArea {
        width: 273px !important;
        height: 183px !important;
    }

    canvas#line1 {
        width: 405px !important;
        height: 127px !important;
    }

    .sign-in-form {
        width: 49%;
    }

    .error-main h3 {
        font-size: 4em;
    }

    .error-main p {
        font-size: 1.2em;
    }

    .legend {
        margin: 1em auto 2em;
        float: none;
    }

    canvas#pie {
        width: 410px !important;
        height: 270px !important;
    }

    canvas#bar1 {
        width: 410px !important;
        height: 140px !important;
    }

    .input-group.in-grp1 {
        margin: 0;
    }
}

@media (max-width:1019px) {
    .social_icons {
        width: 41%;
    }
}

@media (max-width:991px) {
    .social_icons {
        width: 41%;
    }

    .social_icons-left {
        float: left;
    }

    .profile_details {
        margin: 0 3.1em 0 0em;
    }

    .user-panel-top li a {
        padding: 5px 1px;
    }

    .sb-search {
        left: 65px;
    }

    .widget1 {
        margin-right: 2%;
    }

    .widget {
        width: 23.5%;
        float: left;
    }

    .switch-right {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    canvas#line {
        width: 275px !important;
    }

    canvas#bar {
        width: 275px !important;
    }

    .span_8 {
        float: left;
    }

    .switches {
        margin: 1em 0 0;
    }

    .grid_box1 {
        margin-bottom: 1em;
    }

    .widget_1_box2 {
        padding: 0;
    }

    .widget_middle_left, .widget_bottom_left {
        padding-right: 0;
    }

    .main-content2 {
        min-height: 2020px !important;
    }

    .main-content3 {
        min-height: 3200px !important;
    }

    .inbox_right {
        padding-left: 0;
        margin: 1.5em 0 0;
    }

    .grid_2 {
        float: left;
        width: 33.33%;
        padding: 0 10px;
    }

    canvas#doughnut {
        width: 266px !important;
        height: 170px !important;
    }

    canvas#radar {
        width: 265px !important;
        height: 170px !important;
    }

    canvas#polarArea {
        width: 265px !important;
        height: 170px !important;
    }

    .grid_2_bot {
        float: none;
        width: 100%;
    }

        .grid_2_bot:nth-child(2) {
            margin: 1.5em 0 0;
        }

    .media_1-left {
        padding-right: 0;
    }

    .media_1-right {
        padding-left: 0;
        margin-top: 1.5em;
    }

    .main-content6 {
        min-height: 2200px !important;
    }

    .sign-in-form {
        width: 52%;
    }

    .error-main-right img {
        width: 50%;
    }
}

@media (max-width:966px) {
    .float-left {
        width: 14%;
    }

    .input-group {
        margin: 0 0 0 1em;
        width: 40%;
    }

    .navbar-right {
        margin-right: 3px !important;
    }

    .col-md-3.widget {
        width: 100%;
        float: none;
    }

    .span_7, .span_8, .col_4 {
        padding: 0;
    }

    .span_8, .stats-info, .col_4 {
        margin-bottom: 1em;
    }

    .span_4 {
        padding: 0;
        margin: 1em 0;
    }

    .col_1_of_2.span_1_of_2 {
        width: 50%;
        float: left;
    }

    .graph_box {
        text-align: center;
    }

    .grid_2 {
        padding: 0;
        margin-bottom: 1em;
    }

    .graph_box1 {
        text-align: center;
    }

    .col-md-8.inbox_right {
        padding: 0;
        margin-top: 1em;
    }

    .col-md-4.widget_1_box1 {
        margin-bottom: 1em;
    }

    .follow {
        padding: 1em;
    }

    .coffee-top {
        text-align: center;
    }

        .coffee-top img {
            display: inline-block;
        }

    .stats-info3 {
        padding: 0;
        margin-bottom: 1em;
    }

    .widget_1_box2 {
        padding: 0;
        margin-top: 1em;
    }

    .wid_blog-desc {
        padding: 1em;
    }

    .copy_layout {
        margin: 1em 0 0em 0;
    }

    .login-social-link a.facebook {
        margin-right: 10px;
    }

    .app-cam {
        width: 30%;
    }

    .login-social-link a {
        padding: 10px 15px;
        width: 47.5%;
    }

    ul.new li.new_left, ul.new li.new_right {
        float: none;
    }

    .coffee-top i {
        top: 88%;
        background: url(../images/1.png)no-repeat center;
        left: 44%;
        background-size: 70%;
    }

    .logo-element {
        padding: 17px 0;
    }

    .col-md-3.widget.widget1 {
        width: 100%;
    }

    .grid_box1 {
        margin-bottom: 5px;
    }

    .grid_4, .grid_5 {
        padding: 20px 10px;
    }

    .modal-dialog {
        width: 400px !important;
    }

    .bs-example4, .bs-example5 {
        padding: 1em;
    }

    ul.new {
        margin: 1em 0 0 0;
        text-align: center;
    }

    .spark-left {
        padding-left: 0;
        padding-right: 0;
        background: #fff;
    }

    .sparks-left {
        margin: 1em 0;
    }

    .spar-left {
        padding-right: 0;
        background: #fff;
    }

    .spar-right {
        margin-top: 1em;
    }

    .spark-right {
        margin-top: 1em;
    }

    .switches-right {
        padding-right: 1em;
    }

    div#container-speed {
        width: 225px !important;
        height: 170px !important;
    }

    div#container-rpm {
        width: 225px !important;
        height: 170px !important;
    }

    div#container-speed1 {
        width: 225px !important;
        height: 170px !important;
    }

    div#container-rpm1 {
        width: 225px !important;
        height: 170px !important;
    }

    div#char {
        height: 202px !important;
    }

    .map {
        margin: 2em 0;
    }

    .login-form-info input[type="submit"] {
        margin-left: 0.9em;
    }

    .sign-up {
        width: 90%;
    }
}

@media (max-width:960px) {
    .social_icons {
        width: 42%;
    }
}

@media (max-width:937px) {
    .social_icons {
        width: 44%;
    }
}

@media (max-width:894px) {
    .social_icons {
        width: 45%;
    }
}

@media (max-width:875px) {
    .social_icons {
        width: 50%;
    }
}

@media (max-width:800px) {
    .profile_details_left {
        float: none;
    }

    .social_icons {
        float: left;
        width: 60%;
        margin-left: 1em;
        margin: 1em 0 1em 1em;
    }

    .sticky-header .main-content {
        padding-top: 100px;
    }

    .grow {
        left: 43%;
    }

    .switch-right {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    canvas#line, canvas#bar {
        width: 100% !important;
        height: auto !important;
    }

    .span_8 {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .left-side-collapsed .logo-icon {
        height: 100px;
    }

    .logo-icon a i {
        padding-top: 30px;
    }

    .activity-img1 {
        width: 17%;
    }

    .activity-desc-sub1:after {
        right: -4%;
    }

    .main-content2 {
        min-height: 2565px !important;
    }

    .panel-body.panel-body-inputin {
        padding: 1em 0;
    }

    .form-horizontal .control-label {
        float: left;
        width: 13%;
        padding: 0;
    }

    .input-group {
        width: 55%;
        float: left;
    }

    .main-content3 {
        min-height: 2815px !important;
    }

    .panel-body1 {
        padding: 1em;
        margin: 1em 0 0 0;
    }

    .panel-warning {
        margin-top: 1em;
    }

    .main-content4 {
        min-height: 1910px !important;
    }

    .main-content3copy {
        min-height: 1475px !important;
    }

    .grid_2 {
        float: none;
        width: 100%;
    }

    .main-content5 {
        min-height: 2080px !important;
    }

    .sign-in-form {
        width: 64%;
    }

    .new_people h4 {
        font-size: 1.7em;
    }

    .error-main-right {
        margin-top: 3em;
    }

    .main-content2copy {
        min-height: 1100px !important;
    }
}

@media (max-width:768px) {
    .user-panel-top li a {
        padding: 10px 10px 0;
    }

    .sb-search {
        left: 105px;
        top: 5px;
    }

        .sb-search.sb-search-open, .no-js .sb-search {
            min-width: 300px;
        }

    span.badge {
        top: 4px;
        right: 22px;
    }

    .main-content1 {
        min-height: 1855px !important;
    }

    .panel .panel-heading {
        padding: 15px 20px;
        height: 45px;
    }

    .widget_middle {
        margin: 1.5em 0 0.5em;
    }

    .main-content2 {
        min-height: 2505px !important;
    }

    .main-content3 {
        min-height: 2850px !important;
    }

    .float-left {
        width: 20%;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .graph_box {
        margin-bottom: 0em;
    }

    .label {
        padding: .2em .3em .3em;
    }

    .main-content6 {
        min-height: 2285px !important;
    }

    .sign-in-form-top {
        background: url(../images/3.jpg) no-repeat 0px -80px;
        min-height: 115px;
    }

    .sign-in-form {
        width: 66%;
    }

    .new_people a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .error-main h3 {
        font-size: 3.5em;
    }

    .error-main-right img {
        width: 60%;
    }

    .main-content2copy {
        min-height: 800px !important;
    }

    .jlkdfj1 {
        padding: 0;
    }

    .input-group.in-grp1 {
        margin: 0 1em;
        width: 65%;
    }

    .form-horizontal .control-label {
        width: 16%;
        margin: 0 0 1em;
    }

    .input-icon > i, .input-icon .icon {
        margin: 47px 8px;
    }
}

@media (max-width:739px) {
    .float-left {
        width: 15%;
    }
}

@media (max-width:736px) {
    .navbar-right ~ .navbar-right {
        display: block;
    }

    .navbar-right {
        display: none;
    }

    p.monday {
        font-size: 1em;
    }

    .grid-date h4 {
        font-size: 2.5em;
        padding: 20px 0 0px 0;
    }

    .copy {
        padding: 1em 0;
    }

    ul.new {
        text-align: center;
    }

    .grid_box1 {
        margin-bottom: 5px;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
        background-color: #000 !important;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgb(189, 195, 199);
    }

    form.navbar-form.navbar-right {
        margin: 0;
    }

    .sidebar-nav.navbar-collapse {
        margin: 0;
    }

    .media_1-right {
        padding: 0;
    }

    div#container-speed {
        width: 320px !important;
        height: 220px !important;
    }

    div#container-rpm {
        width: 320px !important;
        height: 220px !important;
    }

    div#container-speed1 {
        width: 320px !important;
        height: 200px !important;
    }

    div#container-rpm1 {
        width: 320px !important;
        height: 200px !important;
    }

    .navbar-brand {
        padding: 4px 14px !important;
    }

    .main-content3 {
        min-height: 3005px !important;
    }
}

@media (max-width:667px) {
    div#container-speed {
        width: 300px !important;
        height: 210px !important;
    }

    div#container-rpm {
        width: 300px !important;
        height: 210px !important;
    }

    div#container-speed1 {
        width: 300px !important;
        height: 200px !important;
    }

    div#container-rpm1 {
        width: 300px !important;
        height: 200px !important;
    }

    .grow {
        left: 41%;
    }
}

@media (max-width:655px) {
    .social_icons {
        width: 64%;
    }
}

@media (max-width:642px) {
    .social_icons {
        width: 63%;
    }
}

@media (max-width:640px) {
    div#container-speed {
        width: 280px !important;
        height: 200px !important;
    }

    div#container-rpm {
        width: 280px !important;
        height: 200px !important;
    }

    div#container-speed1 {
        width: 280px !important;
        height: 200px !important;
    }

    div#container-rpm1 {
        width: 280px !important;
        height: 200px !important;
    }

    .float-left {
        width: 30%;
    }

    .input-group {
        margin: 0 0 1em;
        width: 70%;
    }

    .login-form-info input[type="submit"] {
        margin-left: 1.05em;
    }

    .login-form-info {
        width: 70%;
    }

    .social_icons {
        width: 63%;
    }

    .widget1 {
        margin-bottom: 1em;
    }

    .user-panel-top li:first-child {
        margin: .2em 0 0;
    }

    h1.blank, h3.blank1 {
        font-size: 1.5em;
    }

    .grid_box1 {
        margin-bottom: 1em;
    }

    .main-content1 {
        min-height: 2085px !important;
    }

    .main-content2 {
        min-height: 2595px !important;
    }

    .main-content3 {
        min-height: 3315px !important;
    }

    footer {
        position: inherit;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .sign-in-form {
        width: 81%;
    }

    .sign-in-form-top {
        padding: 2em 0 0;
    }

    .sign-up1 h4 {
        font-size: 16px;
    }

    .main-content2copy {
        min-height: 700px !important;
    }

    .error-main {
        margin: 2em 0 5em;
    }

    body.sticky-header {
        background: #000;
    }

    .sticky-left-side {
        position: absolute;
    }

    .sticky-header .logo {
        position: absolute;
    }

    .form-horizontal .control-label {
        margin: 1em 0 1em 1em;
        width: 100%;
        text-align: left;
    }

    .jlkdfj1 {
        padding-left: 1em;
    }

    .input-icon > i, .input-icon .icon {
        margin: 66px 8px;
    }
}

@media (max-width:625px) {
    .social_icons {
        float: none;
        width: 100%;
    }

    .profile_details {
        float: none;
        width: 94%;
    }

    .user-panel-top li:first-child {
        margin: 0.5em 0 0.5em 2em;
    }

    .user-name p span {
        display: block;
        float: none;
        width: 100%;
    }

    .user-name {
        width: 14%;
    }

    .user-panel-top li:first-child {
        margin: 0.5em 0 0.5em 0em;
    }

    .user-panel-top li a i {
        float: left;
    }

    .profile_details_drop a {
        padding: 0px 0px 8px !important;
    }

    li.dropdown.profile_details_drop {
        margin-left: 2em;
    }

    ul.dropdown-menu.drp-mnu {
        left: 7%;
    }

    .sticky-header .main-content {
        padding-top: 163px;
    }

    .left-side-collapsed .logo-icon {
        height: 159px;
    }

    .logo-icon a i {
        padding-top: 60px;
    }

    .user-panel-top li {
        margin-top: 8px;
    }
}

@media (max-width:600px) {
    .main-content {
        position: relative;
    }

    div#container-speed {
        width: 260px !important;
        height: 190px !important;
    }

    div#container-rpm {
        width: 260px !important;
        height: 190px !important;
    }

    div#container-speed {
        margin: 0 !important;
    }

    div#container-speed1 {
        width: 260px !important;
        height: 190px !important;
    }

    div#container-rpm1 {
        width: 260px !important;
        height: 190px !important;
    }

    .sticky-header.left-side-collapsed .header-section {
        left: 0;
    }

    .sticky-header .header-section {
        position: absolute;
        left: 0;
    }

    .menu-right {
        margin: 6px 0px 0px 0;
    }

    div#page-wrapper {
        padding: 2em 2em 0.1em;
    }

    .activity-img1 {
        width: 25%;
    }

    .activity-desc-sub1:after {
        right: -6%;
    }

    .main-content3 {
        min-height: 3415px !important;
    }

    .main-content4 {
        min-height: 1935px !important;
    }

    .main-content3copy {
        min-height: 1465px !important;
    }

    .main-content6 {
        min-height: 2560px !important;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 482px;
        background-size: 100%;
    }

    .error-btn a {
        font-size: 1em;
    }

    .error-main p {
        font-size: 1em;
    }

    .error-main-left {
        margin: 1em 0 0;
    }

    .error-main-right {
        margin-top: 1em;
    }
}

@media (max-width:568px) {
    div#container-speed {
        width: 256px !important;
        height: 180px !important;
    }

    div#container-rpm {
        width: 256px !important;
        height: 180px !important;
    }

    div#container-speed1 {
        width: 256px !important;
        height: 180px !important;
    }

    div#container-rpm1 {
        width: 256px !important;
        height: 180px !important;
    }

    div#page-wrapper {
        padding: 2em 1em;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        min-width: 260px;
    }

    div#page-wrapper {
        padding: 1em 1em .1em;
    }
}

@media (max-width:480px) {
    .user-panel-top li {
        margin-top: 0px;
    }

    .tab {
        margin: 0;
    }

    .pagination {
        margin: 6px 0;
    }

    .main-content {
        min-height: 855px;
    }

    span.label.label-default {
        line-height: 2em;
    }

    button.btn.btn-lg, button.btn {
        margin-bottom: 3px;
    }

    .modal-dialog {
        width: 370px !important;
    }

    .coffee-top i {
        top: 82%;
        left: 39%;
    }

    .well1 {
        padding: 1em;
    }

    .panel-body1 {
        margin: 1em 0 0 0;
    }

    .panel-warning {
        margin-top: 1em;
    }

    .app-cam {
        width: 50%;
        margin: 2em auto auto auto;
    }

        .app-cam input[type="text"], .app-cam input[type="password"] {
            padding: 10px;
        }

    .login-logo {
        padding: 40px 0;
    }

    .pull-left {
        width: 50%;
    }

    .mail-toolbar.clearfix {
        padding: 1em 0;
    }

    .copy_layout {
        padding: 10px;
    }

    button.btn.btn-success {
        padding: 9px 12px;
    }

    .xs h3, .widget_head {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .follow {
        padding: 1em 0;
    }

    .widget_1_box2 {
        margin-top: 0;
    }

    .wid_blog h1 {
        font-size: 1em;
    }

    .wid_blog {
        padding: 1em;
    }

    .widget_5 {
        margin: 0;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px !important;
    }

    td.head {
        font-size: 1em !important;
    }

    div#container-speed {
        width: 210px !important;
        height: 150px !important;
    }

    div#container-rpm {
        width: 210px !important;
        height: 150px !important;
    }

    div#container-speed1 {
        width: 210px !important;
        height: 150px !important;
    }

    div#container-rpm1 {
        width: 210px !important;
        height: 150px !important;
    }

    .switches-right1 {
        padding: 0;
    }

    ul.collection, .mailbox-content {
        padding: 1em 1em;
        background: #fff;
    }

    .float-left {
        float: none !important;
        width: 100%;
        margin: 0 0 .5em;
    }

    .float-right, .pull-right {
        float: none !important;
    }

    .position-center {
        width: 100%;
        margin: 0 auto;
    }

    .form-group {
        margin-bottom: 0.5em !important;
    }

    .btn-block {
        display: block !important;
        width: 94% !important;
        margin: 0 auto !important;
    }

    .login-form-info {
        width: 90%;
    }

        .login-form-info input[type="submit"] {
            margin-left: 0.9em;
        }

    .sign-up1 {
        float: left;
        width: 38%;
    }

    .sign-up2 {
        float: left;
        width: 62%;
    }

    ul.dropdown-menu {
        min-width: 215px;
    }

    .toggle-btn {
        margin: .4em 1em 0 1em;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        min-width: 185px;
    }

    li.dropdown.profile_details_drop {
        margin-left: 1em;
    }

    .social_icons {
        margin: 0;
    }

    .user-panel-top li:first-child {
        margin: 0;
    }

    ul.dropdown-menu li {
        margin: 0;
    }

    .profile_details {
        margin: .5em 0 0 1em;
    }

    ul.dropdown-menu.drp-mnu {
        left: 0;
    }

    .menu-right {
        margin: .2em 0px 1em 0;
    }

    .sticky-header .main-content {
        padding-top: 145px;
    }

    .grow {
        left: 38%;
    }

    .left-side-collapsed .logo-icon {
        height: 140px;
    }

    .logo-icon a i {
        padding-top: 50px;
    }

    .grid_box1 {
        margin-bottom: .5em;
    }

    .main-content1 {
        min-height: 1680px !important;
    }

    .main-content2 {
        min-height: 2770px !important;
    }

    .main-content3 {
        min-height: 3005px !important;
    }

    .main-content4 {
        min-height: 1470px !important;
    }

    .panel-body-com-m {
        padding: 1em !important;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#line1 {
        width: 380px !important;
    }

    canvas#pie {
        width: 380px !important;
        height: 245px !important;
    }

    canvas#bar1 {
        width: 380px !important;
    }

    .main-content5 {
        min-height: 1995px !important;
    }

    .grid_3 {
        margin-bottom: 1em;
    }

    .media_1-right {
        margin-top: 1em;
    }

    .main-content6 {
        min-height: 2605px !important;
    }

    .sign-in-form-top p {
        font-size: 1.7em;
    }

    .sign-in-form-top {
        min-height: 95px;
    }

    span.checkbox1 {
        width: 55%;
    }

    .log-input:nth-child(1) {
        margin: 1em 0 0;
    }

    .sign-in-form input[type="submit"] {
        font-size: 1em;
        padding: 0.5em 1em 0.5em 1em;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 405px;
        background-size: 100%;
    }

    .error-main h3 {
        font-size: 2.5em;
    }

    .main-content2copy {
        min-height: 700px !important;
    }
}

@media (max-width:445px) {
    .social_icons-left {
        padding-left: .5em;
    }
}

@media (max-width:424px) {
    .social_icons-left a {
        padding: .6em 0.5em .5em;
    }

    .user-name {
        width: 25%;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        min-width: 145px;
    }
}

@media (max-width:414px) {
    div#container-speed {
        width: 180px !important;
        height: 125px !important;
    }

    div#container-rpm {
        width: 180px !important;
        height: 125px !important;
    }

    div#container-speed1 {
        width: 200px !important;
        height: 150px !important;
    }

    div#container-rpm1 {
        width: 200px !important;
        height: 150px !important;
    }

    div#char {
        height: 150px !important;
    }

    ul.float-right {
        left: 15%;
    }

    .alert {
        padding: 10px;
        font-size: 14px;
    }

    i.icon_4 {
        width: 35px;
        height: 35px;
        font-size: 1em;
        line-height: 34px;
    }

    span.email-title {
        font-size: 14px;
    }

    .grid_1 h4 {
        font-size: 1.2em;
        padding: 1em 0 0.5em;
    }

    .request {
        padding: 0;
        margin: 5em 1em;
    }

    .form-horizontal .form-group {
        padding: 0 !important;
    }

    .btn-block {
        width: 100% !important;
    }

    .login-form1 {
        padding: 2em 0;
    }

    .new-people {
        margin: 3em 0 0;
    }

        .new-people p {
            font-size: 13px;
            margin: 1em 0 2em;
            line-height: 1.7em;
        }

        .new-people h3 {
            font-size: 1.3em;
        }

    .login-form-info input[type="submit"] {
        margin-left: 0.6em;
    }

    .sign-up-form {
        padding: 2em 0;
        background: #b8c9f1;
    }

        .sign-up-form p {
            font-size: 14px;
            margin: 1em 0 2em;
            line-height: 1.7em;
        }

    .sign-up {
        width: 100%;
    }

    .sign-up {
        padding: 1em 0em;
    }

    .sign-up1 h4 {
        margin: 1.6em 0 1em;
        font-size: 15px;
    }

    .sign-up1 {
        float: left;
        width: 42%;
    }

    .sign-up2 {
        float: left;
        width: 58%;
    }

    .sub-login {
        margin: 2em 0 0;
    }

    .sign-up-form p {
        margin: 0.4em 0 2em;
    }

    #loginBox {
        right: -58px;
    }

    .r3_counter_box h5 {
        font-size: 1.5em;
    }

    .r3_counter_box .fa {
        font-size: 1.5em;
        line-height: 60px;
        height: 70px;
    }

    .stats {
        padding: 1.2em;
    }

    .grow {
        left: 35%;
        top: 37%;
    }

    .activity-img1 {
        width: 39%;
    }

    .activity-desc-sub1:after {
        right: -9%;
    }

    .left-side-collapsed .custom-nav li a span {
        padding: 9px;
        min-width: 110px;
        top: 6px;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        min-width: 110px;
    }

    .grid_box1 {
        margin-bottom: 0.1em;
    }

    .main-content2 {
        min-height: 2655px !important;
    }

    .main-content4 {
        min-height: 1490px !important;
    }

    canvas#pie {
        width: 325px !important;
        height: 210px !important;
    }

    canvas#line1 {
        width: 308px !important;
    }

    canvas#bar1 {
        width: 310px !important;
    }

    .main-content5 {
        min-height: 1810px !important;
    }

    .main-content6 {
        min-height: 3140px !important;
    }

    .sign-in-form {
        width: 95%;
    }

    .error-main-right img {
        width: 100%;
    }

    .user-panel-top li {
        margin-top: 0px;
    }

    ul.dropdown-menu {
        min-width: 175px;
    }

    .notification_desc p {
        white-space: initial;
    }
}

@media (max-width:384px) {
    div#container-speed {
        width: 160px !important;
        height: 120px !important;
    }

    div#container-rpm {
        width: 160px !important;
        height: 120px !important;
    }

    div#container-speed1 {
        width: 200px !important;
        height: 150px !important;
    }

    div#container-rpm1 {
        width: 200px !important;
        height: 150px !important;
    }

    .switches1 {
        margin: 5.3em 0em 0;
    }

    .login-form-info {
        width: 100%;
    }

    .login-header {
        padding: 1.5em 1em;
    }

    #loginBox {
        right: -100px;
    }

    .dropdown-menu2 {
        right: -12px;
    }

    .social_icons-left a {
        font-size: .7em;
    }

    .user-panel-top li a {
        padding: 10px 5px 0;
    }

    .sb-search {
        left: 80px;
    }

    h4.asd label {
        font-size: 13px;
        padding-left: .5em;
    }

    .main-content2 {
        min-height: 2680px !important;
    }

    footer p {
        font-size: 13px;
    }

    .main-content3 {
        min-height: 3080px !important;
    }

    .main-content4 {
        min-height: 1640px !important;
    }

    .mailbox-content, .request {
        margin: 0.5em 0em 0em;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#pie {
        width: 295px !important;
        height: 190px !important;
    }

    canvas#line1 {
        width: 290px !important;
    }

    canvas#bar1 {
        width: 285px !important;
    }

    .main-content6 {
        min-height: 3485px !important;
    }
}

@media (max-width:375px) {
    ul.dropdown-menu {
        min-width: 167px;
    }
}

@media (max-width:320px) {
    .main-content {
        min-height: 1180px;
    }

    .form-control1, .form-control_2.input-sm {
        padding: 5px 10px;
        font-size: 13px;
        height: 28px;
    }

    button.btn.btn-success {
        padding: 4px 12px;
    }

    .mailbox-content h2 {
        font-size: 1em;
        padding: 1em 0;
    }

    .login-logo {
        padding: 20px 0;
    }

        .login-logo img {
            width: 40%;
        }

    .app-cam {
        width: 70%;
        margin: 1em auto auto auto;
    }

    h2.form-heading {
        font-size: 16px;
    }

    .login-social-link a {
        padding: 8px 15px;
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 6px 13px;
        font-size: 16px;
    }

    .modal-dialog {
        width: 240px !important;
    }

    .grid_3 {
        margin-bottom: 1em;
    }

    ul.collection li {
        margin-bottom: 1em;
    }

    .m-r-sm {
        font-size: 13px;
    }

    a.btn.btn-default.dropdown-toggle {
        padding: 3px 6px;
        font-size: 13px;
    }

    a.btn.btn-default {
        padding: 3px 9px;
    }

    .btn.btn_1.btn-default.mrg5R {
        padding: 3px 10px;
    }

    a#home-tab {
        padding: 7px 5px;
    }

    .btn-warng1 {
        padding: 5px;
    }

    .coffee-top i {
        top: 73%;
        left: 37%;
    }

    body#login {
        min-height: 500px;
    }

    h1#h1 {
        font-size: 17px !important;
    }

    h2#h2 {
        font-size: 16px !important;
    }

    h3#h3 {
        font-size: 15px !important;
    }

    h4#h4 {
        font-size: 14px !important;
    }

    button.btn.btn_5 {
        font-size: 13px;
        padding: 8px 10px;
    }

    button.btn.btn-lg, button.btn {
        margin-bottom: 3px;
    }

    span.btn_6 {
        font-size: 55%;
    }

    span.btn_7 {
        font-size: 64%;
    }

    div#container-speed {
        width: 140px !important;
        height: 110px !important;
    }

    div#container-rpm {
        width: 140px !important;
        height: 110px !important;
    }

    div#container-speed1 {
        width: 160px !important;
        height: 130px !important;
    }

    div#container-rpm1 {
        width: 160px !important;
        height: 130px !important;
    }

    .r3_counter_box1 {
        min-height: 0px;
        background: #ffffff;
    }

        .r3_counter_box1.for h5 {
            font-size: 23px;
        }

        .r3_counter_box1.for .stats span {
            font-size: 14px !important;
        }

        .r3_counter_box1.for {
            min-height: 79px;
            padding: 12px;
        }

    div#char {
        height: 140px !important;
    }

    .dropdown-menu2 {
        right: -73px;
    }

    #loginBox {
        right: -150px;
    }

    .user-panel-top li a i {
        font-size: 0.8em;
        width: 17px;
        height: 20px;
    }

    span.badge {
        right: 13px;
    }

    .toggle-btn {
        font-size: 12px;
        padding: 6px 0 0;
        width: 30px;
        height: 30px;
    }

    .sb-search {
        left: 65px;
    }

        .sb-search.sb-search-open, .no-js .sb-search {
            min-width: 115px;
        }

    .profile_img span {
        width: 30px;
        height: 30px;
    }

    .user-name {
        width: 55%;
        margin-top: 2px;
        margin-left: 9px;
    }

        .user-name p {
            font-size: 13px;
        }

    .profile_details ul li {
        width: 50%;
    }

    a.yui {
        padding: .6em .7em .5em !important;
    }

    .social_icons {
        margin-left: 0.5em;
        width: 97%;
    }

    .social_icons-left a {
        font-size: .6em;
        padding: .6em 0.5em .5em;
    }

    .left-side-collapsed .logo-icon {
        height: 123px;
    }

    .sticky-header .main-content {
        padding-top: 128px;
    }

    .left-side-collapsed .custom-nav li a i {
        font-size: 1em;
    }

    .left-side-collapsed .custom-nav li a {
        padding: 6px;
    }

        .left-side-collapsed .custom-nav li a span {
            padding: 8px;
            min-width: 105px;
            top: 2px;
            font-size: 13px;
        }

    .custom-nav .sub-menu-list > li > a {
        font-size: 12px;
    }

    .left-side-collapsed .custom-nav li.nav-hover ul {
        min-width: 105px;
        top: 36px;
    }

    .grow p {
        font-size: 10px;
    }

    .grow {
        width: 75px;
        height: 24px;
        padding: .3em 0 0;
        top: 42%;
    }

    .switch-right-grid1 {
        padding: 1em 1em 0;
    }

    .switch-right-grid h3 {
        font-size: 14px;
    }

    .switch-right-grid ul {
        padding: 0.5em 0 1em;
    }

    .activity-desc h5 {
        font-size: 14px;
    }

    .activity-desc p, .grid_3 p, span.badge1, .list-group-item, .sidebard-panel .feed-element, .media-body, .sidebard-panel p {
        font-size: 13px;
    }

    .bs-example5.example_6 {
        display: none;
    }

    .panel_2 {
        padding: 1em 1em 0;
        margin-top: 1em;
    }

    .main-content6 {
        min-height: 3220px !important;
    }

    span.checkbox1 {
        width: 70%;
    }

    .signin-rit p {
        font-size: 14px;
    }

    .log-input input[type="text"], .log-input input[type="password"] {
        margin: 0em 0em 1em 0em;
    }

    .signin {
        padding: 1em;
    }

    .sign-in-form-top p {
        font-size: 1.5em;
    }

    .sign-in-form input[type="submit"] {
        margin-top: 0;
    }

    .alert {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .signin:after {
        background: url(../images/6.png) no-repeat 0px 0px;
        width: 305px;
        background-size: 100%;
    }

    .new_people h4 {
        font-size: 1.3em;
    }

    .new_people p {
        margin: 0.5em 0 2em;
        font-size: 13px;
    }

    .sign-up h3 {
        font-size: 1.5em;
    }

    p.creating {
        font-size: 13px;
        margin: 0 0 2em;
    }

    .sign-up h5 {
        margin: 0 0 1em;
        font-size: 18px;
    }

    .sign-up2 input[type="text"], .sign-up2 input[type="password"] {
        font-size: 13px;
        padding: 8px 10px;
        margin: 0.5em 0;
    }

    .sub_home {
        margin: 1em 0 0;
    }

    .sign-up input[type="submit"] {
        font-size: 14px;
        padding: 6px 0;
    }

    .sub_home_right p {
        font-size: 14px;
    }

    .error-main span {
        font-size: 1.5em;
    }

    .error-main p {
        font-size: 13px;
    }

    .error-main-right img {
        width: 55%;
        margin: 1em auto 0;
    }

    .error-main-left, .error-main-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .new_people a {
        padding: 7px 20px;
    }

    .new_people {
        padding: 2em 0 0;
    }

    .activity_box {
        min-height: 320px;
    }

    .activity_box1, .activity_box2 {
        min-height: 345px;
    }

    .activity-row {
        margin-bottom: 0.5em;
        padding-bottom: .5em;
    }

    .activity-img1 {
        width: 50%;
    }

    .activity-desc-sub1:after {
        right: -12%;
    }

    .activity_box input[type="submit"] {
        font-size: 13px;
        padding: 4px 0;
        width: 25%;
        margin-left: 0em;
    }

    .activity_box form {
        padding: 0;
    }

    .activity_box input[type="text"] {
        padding: 3px 8px;
        font-size: 12px;
    }

    h1.blank, h3.blank1 {
        font-size: 1.3em;
        margin: 0 0 0.7em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px !important;
        display: block;
    }

    .main-content1 {
        min-height: 1480px !important;
    }

    label.round {
        float: none;
        margin-top: 45%;
    }

    .panel .panel-heading {
        padding: 5px 15px 0;
        height: 73px;
    }

    .main-content2 {
        min-height: 3050px !important;
    }

    .collapsed span {
        padding-left: 7em;
    }

    .pa_italic i {
        padding-left: 7em;
    }

    .main-content3 {
        min-height: 2785px !important;
    }

    .input-group {
        width: 100%;
    }

    .panel-body.no-padding {
        padding: 1em;
    }

    .main-content4 {
        min-height: 4545px !important;
    }

    .com-mail input[type="submit"] {
        padding: 5px 25px;
    }

    .main-content3copy {
        min-height: 1390px !important;
    }

    canvas#doughnut {
        width: 230px !important;
        height: 150px !important;
    }

    canvas#radar {
        width: 225px !important;
        height: 150px !important;
    }

    canvas#polarArea {
        width: 225px !important;
        height: 150px !important;
    }

    canvas#pie {
        width: 230px !important;
        height: 150px !important;
    }

    canvas#line1, canvas#bar1 {
        width: 230px !important;
        height: auto !important;
    }

    .main-content5 {
        min-height: 1470px !important;
    }

    .well {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .main-content2copy {
        min-height: 700px !important;
    }

    .logo a {
        font-size: 0.6em;
    }

    .nav > li > a {
        font-size: 14px;
    }

    .left-side {
        width: 160px;
    }

    .sticky-header .logo {
        width: 160px;
    }

    .main-content {
        margin-left: 160px;
    }

    ul.dropdown-menu {
        min-width: 130px;
    }

    .progress {
        height: 4px;
        margin-bottom: 0px;
    }

    .notification_bottom a {
        padding: 0.2em 0 !important;
        font-size: 13px;
    }

    .notification_bottom {
        margin-top: .5em;
    }

    .notification_header h3 {
        line-height: 1.5em;
    }

    .notification_desc p {
        white-space: initial;
    }

    .input-icon > i, .input-icon .icon {
        margin: 54px 8px;
    }

    .has-feedback label ~ .form-control-feedback {
        top: 22px !important;
    }

    .panel.panel-warning .panel-heading {
        height: 25px;
    }

    textarea.form-control1.control2 {
        height: 100px;
    }

    .form-group {
        margin-bottom: 0.2em !important;
    }

    .input-group.in-grp1 {
        margin: 0 1em 0 0;
        width: 100%;
    }
}

.form-group .input-group[class*="col-"] {
    padding-left: 15px;
}

.mt10 {
    margin-top: 10px;
}

.dont {
    margin-left: 0;
}

.jambo_table {
    table-layout: fixed;
}

    .jambo_table > tbody > tr > td:not(:last-child) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jambo_table > thead > tr > th:nth-child(1), .jambo_table > tbody > tr > td:nth-child(1) {
        width: 5%;
    }

    .jambo_table > thead > tr > th:last-child, .jambo_table > tbody > tr > td:last-child {
        width: 11%;
    }
/*15-5-2018*/
.transactionsblk {
    padding-top: 30px;
}

.dynamicPager a.page-number {
    background-color: #666;
    color: #fff;
    border: none;
}

.capitalize {
    text-transform: capitalize;
}


/*1-Nov-2018*/
.jambo_table table.table {
    font-family: Verdana, Geneva, sans-serif;
}

.orclassc i {
    font-style: normal;
}

@media (max-width: 767px) {
    html.html-hidd {
        overflow: visible !important;
    }

        html.html-hidd body {
            background: none !important;
        }

        html.html-hidd .form-table.form-table-bg {
            background: url(/../images/banner5.jpg) no-repeat fixed !important;
            padding: 20px 0px;
            background-size: cover;
        }

    .orclassc i {
        font-style: normal;
        z-index: 9;
        position: relative;
    }

    .loginforgotme {
        padding: 10px 0px 4px;
    }

        .loginforgotme input {
            margin: 0 !important;
        }

    .signup-link {
        padding-top: 7px;
        margin-top: 3px;
    }

    body .form-table .col-md-6.col-md-offset-3 {
        width: 100%;
        padding: 0px;
    }

    .profile-img-card {
        max-width: 100%;
    }

    .form-table {
        padding: 20px 0px 0px;
    }

        .form-table .col-md-6.col-sm-6.pull-left.text-center {
            width: 100%;
            float: none !important;
            padding-top: 11%;
        }

    .col-md-5.col-sm-5.pull-right.text-center.middlediv_btn {
        float: none;
        width: 100%;
    }

    .card.loginpagebox {
        padding: 13px 13px;
    }

    .orclassc {
        color: #000;
        left: 0;
        position: absolute;
        top: 23%;
        height: inherit;
        padding-top: 81px;
        width: 100%;
        right: 0;
        text-align: center;
    }

        .orclassc span {
            height: 1px;
            background: #ddd;
            left: 0;
            top: 90px;
            display: block;
            position: absolute;
            width: 91%;
            right: 0;
        }

    .middlediv_btn {
        margin-top: 0;
        position: relative;
        margin-bottom: 40px;
    }
}

}
}

.card,.middlediv_btn,.rem-checkbox{position:relative}body{background:url(/../images/banner5.jpg) no-repeat fixed rgba(0,0,0,0)!important;font-family:'Titillium Web',sans-serif;color:#fff}body,html{height:auto}.loginpagebox .social-buttons a{margin:0;font-size:14px;font-family:Arial,Helvetica,sans-serif;height:43px;line-height:24px;background:0 0;color:#e74c3c;border:1px solid #e74c3c}.loginpagebox .social-buttons a:hover{color:#fff;background:#e74c3c;border:1px solid #e74c3c}.loginpagebox .social-buttons a.btn.btn-fb{color:#3b5998;border:1px solid #3b5998}.loginpagebox .social-buttons a.btn.btn-fb:hover{color:#fff;background:#3b5998}.loginforgotme .checkbox{text-align:left;padding-left:0}.loginforgotme .card-frg-psd{text-align:right}.loginforgotme .rem-checkbox{float:left}.middlediv_btn{margin-top:10%}.loginpagebox .social-buttons{padding:0;margin:0;border:0}.loginforgotme{padding:10px 0}.form-table{display:table;height:100%;width:100%}.form-td{display:table-cell;text-align:center;vertical-align:middle}.company-logo{display:block;text-align:center;width:100%}.card .header{display:block;margin:0;text-align:left}.card .header h1{border-bottom:1px solid #ccc;font-size:22px;margin-bottom:6px;padding-bottom:12px;color:#000}.card{background:rgba(255,255,255,.7);margin:0 auto;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:left;border-bottom:2px solid #000;padding:50px 67px}.rem-checkbox{display:inline-block;margin-bottom:0;margin-top:0}.rem-checkbox>label{cursor:pointer;margin-bottom:0;min-height:20px;padding-left:20px}.rem-checkbox label{font-weight:400;font-size:12px;line-height:24px;color:#000}.rem-checkbox input{margin-left:-20px;position:absolute}.profile-img{bottom:83%;left:0;position:absolute;width:100%;text-align:center}.profile-img-card{margin:0 auto 10px;display:inline-block}.profile-name-card{font-size:16px;font-weight:700;text-align:center;margin:10px 0 0;min-height:1em}.reauth-email{display:block;color:#404040;line-height:2;margin-bottom:10px;font-size:14px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.form-signin input[type=email],.form-signin input[type=text],.form-signin input[type=password]{direction:ltr;height:44px;font-size:14px}.forgotpasstxt{color:#555;padding:10px 0;font-style:italic}.exclamationsign{text-align:center;color:#555;font-size:30px;padding-top:10px}.btn_oshipment,.btn_shipment{display:inline-block;text-decoration:none;font-size:20px;padding:10px 30px;border:0}.btn_shipment{background:#f8931d;color:#fff}.btn_oshipment{background:#ddd;color:#000;margin-left:15px}.btn-signin,.form-signin a.btn-signin{font-size:1em;margin-top:.6em;background:#f8931d}.form-signin button,.form-signin input[type=email],.form-signin input[type=password],.form-signin input[type=text]{width:100%;display:block;margin-bottom:10px;z-index:1;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.form-signin .form-control:focus{border-color:#6891a2;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #6891a2;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #6891a2}.btn-signin{color:#fff;cursor:pointer;display:block;font-family:"Open Sans",sans-serif;outline:0;padding:.7em;width:100%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:none;-o-transition:all 218ms;-moz-transition:all 218ms;-webkit-transition:all 218ms;transition:all 218ms}.form-signin a.btn-signin{font-weight:400}.btn-signin:active,.btn-signin:focus,.btn-signin:hover{background-color:#ff6a00;color:#fff}.form-signin a.btn-signin:hover{background-color:#ff6a00}.card-frg-psd{float:right;margin:0}.card-frg-psd a{color:#000;text-decoration:underline;font-size:12px!important}.card-frg-psd a:active,.card-frg-psd a:focus,.card-frg-psd a:hover{text-decoration:none;color:#000}.social-buttons{margin:15px 0 0;border-top:1px solid #000;padding-top:15px}.social-buttons a{display:block;color:#fff;margin-bottom:5px;font-size:13px;padding:10px 0}.social-buttons a i{font-size:16px;margin-right:5px}.social-buttons a:hover{color:#fff;opacity:.8}.btn-fb{background-color:#3b5998}.orclassc{color:#000;left:52%;position:absolute;top:26%;height:65%;padding-top:81px}.orclassc span{height:100%;background:#ddd;width:1px;left:12px;top:-36px;display:block;position:absolute}.btn-tw{background-color:#55acee}.btn-google{background-color:#E74C3C}.signup-link{border-top:1px solid #000;padding-top:15px;font-size:12px;text-align:center;margin-top:10px}.signup-link p{display:inline-block;margin-right:5px;color:#000}.signup-link a{text-decoration:underline;color:#000}.signup-link a:focus,.signup-link a:hover{color:#000;text-decoration:none}.form-group{position:relative}.form-group .field-validation-error{background-color:#f2dede;border-color:#ebccd1;border-radius:3px;color:#a94442!important;display:inline-block;font-size:12px;left:0;padding:1px 5px;position:absolute;width:94%;z-index:999}.loginforgotme .form-group .field-validation-error{background:0 0;position:relative;top:-8px;color:red!important}.loginforgotme input.form-control.input-validation-error{background:#fff}@media (max-width:992px){.social-buttons a i{font-size:14px!important}}input.form-control.input-validation-error{background-color:#f69988;color:#fff!important;border:1px solid red!important}
     .card .header span{border-bottom:1px solid #ccc;font-size:22px;margin-bottom:6px;padding-bottom:12px;color:#000}
/*3-7-2018 Start*/
.specialities h1 {
    font-size: 29px;
    margin-top: -5px;
}
.newpayment hr{display:none;}
.text-center h1{
    text-align: center;
        margin-bottom: -3px !important;
        margin-top: -3px !important;
    }
.newpayment .pCodeFormat{font-size:12px;color:gray;}
.newpayment .btn-succe{background-color:#079007;color:white;}
.newpayment .mrtop {margin-top:21px;}
.newpayment .isDisabled {cursor:no-drop !important;}
.newpayment .clr{clear:both;}
.newpayment .formgroupwrapir{margin-bottom:10px;}
.newpayment ul{list-style-type:none;}
.newpayment .popagenav li{line-height:46px;color:#000;font-weight:100;font-family:Arial, Helvetica, sans-serif;}
.newpayment .pgpageblk{background-color:#fff;display:block;max-width:700px;margin:50px 0 50px 120px;width:100%;padding:20px;}
.newpayment .popagenav li h5{font-size:18px;padding:20px 4px 20px 12px;color:#000;text-align:right;border-top:1px solid #eee;border-bottom:1px solid #eee;font-family:Arial, Helvetica, sans-serif;}
.newpayment .popagenav li h5 b{float:left;font-weight:100;}
.newpayment a.btn.agree{cursor:pointer;background-color:#2ab2ed;color:white;cursor:pointer;opacity:1;pointer-events:auto;}
.newpayment .popagenav{padding:0;}
.newpayment .label_fieldtxt{margin-left:15px;}
.newpayment .label_fieldtxt b{font-weight:100;}
.newpayment .rdBtnClick{margin-left:15px;}
.newpayment.pgpageblk .formfield .label_fieldtxt{padding-top:0 !important;padding-left:20px !important;position:relative;top:-27px;margin-bottom:-27px;}
.newpayment.pgpageblk .formfield{display:inline-block;}
.newpayment .popagenav li.text-center{border-top:1px solid #eee;margin-top:30px;padding-top:30px;}
.containerpay{padding:0 0px 40px 0px;max-width:1200px;margin:auto;color:#000;font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:25px;padding:0 40px 40px;}
.containerpay a{color:#00F;font-weight:600;}

.bootboxtxt.modal.fade .modal-dialog{transform:none;}
.bootboxtxt .bootbox-close-button.close{color:#036;float:right;font-size:21px;font-weight:700;line-height:1;opacity:0.7;text-shadow:0 1px 0 #fff;position:absolute;right:8px;}
.bootboxtxt .modal-title{float:left;}
.bootboxtxt .modal-header{display:block;width:100%;float:left;}
.bootboxtxt .modal-title{font-size:15px;color:#555;}
.bootboxtxt .text-danger{color:#a94442 !important;}
.bootboxtxt .newrow.text-danger{margin:15px 0px;font-size:14px;}
.bootboxtxt .fa-2x{font-size:25px;}
.bootboxtxt .modal-footer{margin-top:20px;padding-top:10px;padding-bottom:10px;}
.arialfont{font-family:Arial, Helvetica, sans-serif;font-size:14px;}
.bootboxtxt{font-family:Arial, Helvetica, sans-serif;}
.bootboxtxt .panel-heading{padding:15px 0px;}
.bootboxtxt h4{font-size:17px;}
.bootboxtxt .modal-dialog{max-width:525px;}
.bootboxtxt .modal-content{padding:0px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);border-radius:15px;}
.bootboxtxt .modal-body{padding:25px;clear:both;}
.bootboxtxt .column .fa-ul li{font-size:14px;color:#555;}
.bootboxtxt .fa-ul li{font-size:13px;color:#555;}
.bootboxtxt .fa-check{background:#093;border-color:#093;}
.bootboxtxt .row.text-danger{font-size:13px;}
.msgfortrack{margin: 0 30% 0 0;}
/*3-7-2018 END*/

/*Result 22-6-2018 start*/
.out_divresult .box_result .homedomesticeform .LiRateCalculator .form-group strong{display:none !important;} 
.out_divresult .box_result .homedomesticeform .LiRateCalculator .classborderbotm.form-group strong{display:block !important;padding-bottom:4px;} 
.out_divresult .row.quote-form{padding-bottom:20px;}
.out_divresult .box_result .homedomesticeform .LiRateCalculator .classborderinsu.form-group strong{display:block !important;} 
.out_divresult .div_tabs .clonable .parcel-dimensions .valuelenth .form-group{width:33%;padding:0 15px;margin-bottom:4px;}
.out_divresult .valuelenth .row.sec{display:none;}
.out_divresult .boxonslider .form-inline .form-group.classborderinsu{padding-top:20px;}
.out_divresult .boxonslider .form-inline .form-group.classborderbotm{padding:6px 25px 0;}
.out_divresult .div_tabs .clonable .parcel-dimensions .valuelenth .form-group .form-control{width:100%;}
.out_divresult .div_tabs .clonable .parcel-dimensions .valuelenth .intvour.form-group{width:100%;margin-bottom:0px;}
.out_divresult .container.boxonslider .div_tabs .valuelenth{padding:;}
.out_divresult .text-hrxs{padding:0 25px;}
.out_divresult .container.boxonslider .div_tabs .valuelenth{padding:0 15px;}
.out_divresult .container.boxonslider .div_tabs .valuelenth .row{margin:0;}
.out_divresult .boxonslider .form-inline .form-group.divbtnvomsubmit{bottom:-57px;left:0;position:absolute;padding:0 15px;} 
.out_divresult .text-hrxs strong{font-size:12px;margin-bottom:10px;padding-top:0px;}
.out_divresult .box_result .homedomesticeform .form-group .btn-danger{top:auto;}
.out_divresult .box_result form.form-signin .valuelenth .row.sec .form-group .btn-danger{display:none;}
.out_divresult .container.boxonslider .homedomesticeform .form-control{margin-bottom:5px;border-radius:5px;color:#000;font-size:15px;height:38px;line-height:20px;padding:0 10px;text-align:center;background:#f5f5f5;
min-width:100%;max-width:100%;box-shadow:0 0px 0px rgba(0, 0, 0, 0.075) inset;}
.out_divresult .box_result .sliderhome .input_group_addon{display:none;}
.out_divresult .box_result .sliderhome .container.boxonslider{background:rgba(255, 255, 255, 0.6) none repeat scroll 0 0;border-radius:0 0 10px 10px;}
/*Result 22-6-2018 END*/

.aboutuspage.new .aboutstarted{padding-bottom:30px;background:#2799d2;color:#fff;padding-top:30px;}
.theworld{line-height:normal;font-size:16px;margin:auto;max-width:220px;font-family:Arial, Helvetica, sans-serif;}
.lorem_transparency{padding-left:20px;padding-right:20px;font-size:17px;line-height:30px;}
.lorem_transparency img{max-width:100px;}
.lorem_transparency .row{padding:20px;border-bottom:1px solid #ccc;margin-bottom:10px;margin-top:10px;background:#fff;border-radius:80px;box-shadow:0px 5px 5px #ccc;}
.lorem_transparency .row:hover{box-shadow:0px 5px 5px #2799d2;}
.ourvisioni{background:#fff;color:#000;padding:10px 15px;border-radius:15px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;margin-bottom:20px;float:left;width:100%;box-shadow:2px 2px 2px #ccc;border:1px solid #eee;}
.ourvisioni:hover{-moz-transform:scale(1.04);-webkit-transform:scale(1.04);transform:scale(1.04);}
.img_strep{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.img_strep:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);}
.why_newin.topin .ourvisioni{min-height:234px;}
.why_newin .ourvisioni{}
/*Result page Start*/ 
.radiocontent{color:black;}
.Qtooltip{display:inline-block;}
/*html body{font-family:'HelveNueThin';}*/
/*start*/
.row.calculatetple{background:#eee;padding:10px 0;margin-bottom:20px;margin-right:-20px;margin-left:-20px;}
.calculatetple label{padding-top:5px;margin:0;font-size:16px;}
.calheading{background:#2799d2;color:#fff;font-size:20px;padding:15px 20px;margin-bottom:0px;}
.toolspage .btn-info{background:#2799d2;color:#fff;font-weight:600;text-transform:uppercase;font-family:Arial, Helvetica, sans-serif;padding:10px 20px;margin-top:20px;}
.toolspage .centered-form{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:14px;box-shadow:0px 2px 3px #ccc;}
.center_form{padding:10px 20px 20px 20px;}
.toolspage .container{max-width:600px;}
.toolspage{padding:50px 0px;}
.toolspage .topic_below{font-size:15px;font-family:Arial, Helvetica, sans-serif;padding-top:10px;}
.toolspage [value="Reset"].btn-info{background:#f8931d;border-color:#f8931d;} 
.toolspage .form-control{height:39px;}  
.aboutuspage .specialities.text_content.achievement{display:block;top:auto;position:relative;}
.achievement h1{font-weight:bold;margin:0;position:relative;top:-47px;}
.achievement h2{font-weight:bold;margin:0;text-align:left;padding-bottom:25px;}
.aboutuspage.new div.achievement h2{margin-bottom:20px;}
.aboutuspage.new .lorem_content{padding-top:0px;color:rgba(77, 77, 77, 0.7);font-family:Arial, Helvetica, sans-serif;font-size:17px;}
.secondabout{padding-top:40px;}
.text_incenter{border-top:0px solid #ccc;text-align:center;}
/*h2{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
h2:hover{-moz-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(1.02);}*/
h1.achievementin{font-weight:bold;margin:0;position:relative;padding:15px 20px;background:#2799d2;border-radius:0px;color:#fff;text-align:center;font-family:'HelveticaTwoBQ-Bold';font-weight:100;margin:auto;max-width:1133px;border-radius:30px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
h1.achievementin:hover{-moz-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(1.02);}
.aboutuspage.new .achievement h2{font-weight:bold;margin:0;text-align:center;padding-bottom:25px;padding:10px 20px;background:#2799d2;border-radius:40px;color:#fff;font-family:'HelveticaTwoBQ-Bold';font-weight:100;}
.aboutuspage.new .getstartblok h2{padding:10px 20px;background:#2799d2;border-radius:40px;color:#fff;font-family:'HelveticaTwoBQ-Bold';font-weight:100;}
.text_incenter h2{font-family:'HelveticaTwoBQ-Bold';font-weight:100;margin:0 0 20px 0;}
.topic_talk{font-family:'HelveticaTwoBQ-Bold';font-weight:100;background:#2799d2;color:#fff;border-radius:30px;padding:8px 0;max-width:1140px;margin:auto;font-size:32px;margin-bottom:15px;
-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.topic_talk h1{font-family:'HelveticaTwoBQ-Bold';font-weight:100;background:#2799d2;color:#fff;border-radius:30px;padding:8px 0;max-width:1140px;margin:auto;font-size:32px;margin-bottom:15px;
-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.topic_talk:hover{-moz-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(1.02);}
.text_express{text-align:center;padding:30px 0px 30px;max-width:1024px;margin:auto;}
.text_express ul{margin:0;padding:0;list-style:none;text-align:left;}
.text_express ul li{width:50%;float:left;font-size:18px;font-family:Arial, Helvetica, sans-serif;color:#333;padding:0 0px 20px 63px;
-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.text_express ul li:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);}
.text_express ul li a{color:#333;font-size:18px;padding:30px 0 30px 88px;display:block;background-size:70px 70px !important;cursor: default;}
.text_express ul li a.onwhy{background:url(../images/onwhy.png) no-repeat center left;}
.text_express ul li a.onwhy1{background:url(../images/onwhy1.png) no-repeat center left;}
.text_express ul li a.onwhy2{background:url(../images/onwhy2.png) no-repeat center left;}
.text_express ul li a.onwhy3{background:url(../images/onwhy3.png) no-repeat center left;}
.text_express ul li a.onwhy4{background:url(../images/onwhy4.png) no-repeat center left;}
.text_express ul li a.onwhy5{background:url(../images/onwhy5.png) no-repeat center left;}
.text_express img{width:100%;max-width:850px;}
.achievement .ouvertext{padding-bottom:15px;}
.getstartblok h2{font-weight:bold;margin:0;text-align:center;padding-bottom:0;}
.getstartblok .ouvertext{text-align:center;color:#999;font-size:19px;padding:5px 0px 20px;}
.ouvertext{font-weight:bold;padding:15px 0px 0;color:#2799d2;font-size:25px;}
.aboutuspage .lorem_content {font-size:18px;padding-top:25px;}
.aboutimgg img{height:140px;}
.aboutimgg{height:150px;} 
.new.aboutuspage .getstarted p{font-size:15px;line-height:normal;max-width:200px;margin:auto auto 20px;font-family:Arial, Helvetica, sans-serif;}
.lorem_transparency strong{color:#2799d2;}
.getstartblok{padding:30px 0px 40px;}
.whyonpont{text-align:center;font-size:35px;padding:10px 0 10px;color:#fa941d;background:#eee;border-radius:30px;margin:30px 0px 10px;} 
.whyonpont span{color:#000;}
.whyonpont h1{color:#000;display: inline;font-size: 35px;}
.gethassle{font-size:14px;text-align:center;padding-bottom:35px;max-width:663px;margin:auto;}
.why_newin p{font-size:16px;text-align:left;}
.whytem_wrapper{font-family:Arial, Helvetica, sans-serif;background:#9adcff;padding-bottom:40px;background:#2799d2;color:#000;background:#fff;}
.whytem_wrapp{font-family:Arial, Helvetica, sans-serif;background:#9adcff;padding-bottom:40px;background:#fff;color:#2799d2;}
.shipmentswrap{padding:20px;background:#f5f5f5;margin-bottom:15px;color:#000;}
.whytem_wrapp .gethassle{color:#000;}
.why_newin{padding:10px 0;background:none;border-radius:10px;margin-bottom:0px;}
.chosetitlei{font-weight:bold;font-size:25px;text-align:left;min-height:29px;font-family:Tahoma, Geneva, sans-serif;font-weight:100;padding:31px 0 16px;}
.imgwhynew{height:160px;padding:20px 0px;}
.imgwhynew img{max-width:100%;max-height:100%;}
.whyonpont .data-image .img-responsive{max-width:300px;}
.bg_shippaymt {position:relative;}
.loadinggif {position:absolute;right:35px;top:12px;background:#fff;width:77px;text-align:center;height:60px;padding-top:3px;}
.gobtn {right:12px;top:17px;}
.bg_shippaymt .textfieldwrap {text-align:left;float:left;margin-left:366px;margin-top:20px;}
.payoption .formgroupwrapir .container_personal.create_shipment.newship{max-width:100%;}
.box_result form.form-signin .valuelenth .form-group .btn-danger{top:auto;right:auto;}
.aboutusbanerr{padding:45px 0 144px 0;background:#fed5a5 url(../images/aboutbanner.jpg) no-repeat top right;min-height:inherit;}
.weempowertear{font-size:48px;color:#fff;line-height:normal;padding-bottom:20px;padding-top:30px;font-weight:bold;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.weempower{font-size:34px;color:#fff;line-height:normal;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.weempower:hover, .weempowertear:hover{-moz-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);}
.provideme{font-size:22px;padding-bottom:15px;color:#ffab48;font-weight:bold;color:#f7921d;}
/*END*/
.pickdtailil ul{padding:0px;margin:0px;}
.pickdtailil ul li{padding:21px 0 5px;float:left;width:100%;color:#0088cc;}
.pickdtailil ul li span{background:#0088cc;border-radius:100%;color:#fff;display:inline-block;margin-right:10px;padding:4px 11px;text-align:center;float:left;}
.pickdtailil ul li.infosec span{background:#333333;}
.pickdtailil ul li label{float:left;width:80%;padding:2px 0px 0;}
.pickdtailil ul li.infosec label{padding:7px 0 0;color:#555;}
.sendimpitem{font-size:14px;padding:17px 0px 0px 0px;text-transform:uppercase;}
.inportantboxshow ul{padding:0px;margin:0px;}
.inportantboxshow ul li{padding:10px 0px 0px 30px;float:left;width:100%;text-transform:uppercase;}
.inportantboxshow ul li label{float:left;width:80%;padding:0px 0px 0;margin:0px;line-height:18px;}
.inportantboxshow ul li i.fa{float:left;margin:3px 7px 0 0;} 
.inportantboxshow ul li.readmoren{font-size:0.85em;padding-left:0px;}
.newship .formgroupwrapir .inportantboxshow .pagetitle{background:#F00;color:#fff;}
.newship .formgroupwrapir .orderdtailil .pagetitle{margin-bottom:15px;}
.formgroup.formgroup_bgcolor{/* background:#fff; */padding:15px 0px;}
.box_shadowtxt input.form-control.input-validation-error{background:#fff;}
.box_shadowtxt textarea.form-control.input-validation-error{background:#fff;}
.left_circlesec{color:#fff;float:left;text-align:left;width:50%;}
.form-signin .left_circlesec label.label_item{background-size:100% auto !important;width:50px;height:50px;padding:0;cursor:pointer;}
.homedomesticeform .form-group strong{font-family:Arial, Helvetica, sans-serif;}
.formgroupwrapir .container_personal.create_shipment.newship{margin-bottom:40px;max-width:1259px;padding:0;box-shadow:0 0px 0px rgba(0, 0, 0, 0.1);}
.newship .box_shadowtxt{ box-shadow:0 3px 9px rgba(0, 0, 0, 0.1) ;background:#fff;padding-bottom:10px;margin-bottom:15px;border-radius:10px;overflow:hidden;box-shadow:0 2px 1px #f8931d;}
.newship .box_shadowtxt .pagetitle{ margin:0px;}
.leftsidenewship .namefield{width:39%;} 
.leftsidenewship .label_fieldtxt{width:57%;font-size:15px;}
.create_shipment.newship .formgroupwrapir{padding:0 0 15px 0;}
.create_shipment.newship .requiredfield{padding:0px;}
.newship .itemcode{padding:0 30px 15px;} 
.newship .class_record .formfield{padding-right:15px;}
.newship .formgroupwrapir .pagetitle{background:#686c74;color:#fff;padding:9px 19px 7px;font-size:20px;text-transform:none;font-family:"HelveticaTwoBQ-Bold";}
.payoption .mrtop {text-align:center;}
.payoption .mrtop .btn-signin{ display:inline-block;}
.submitcancelbtnt{padding-right:9px;text-align:right;float:left;width:100%;} 
.newship .requiredfield.mandatory{padding:15px 28px;} 
.container_personal .namefield.txtevent{padding-top:1px;}
.cancecretebtn{padding:0 10px;}
.box_result .homedomesticeform .LiRateCalculator .form-group strong span{ font-size:12px;}
.homedomesticeform .LiRateCalculator span.corectionadres{font-size:14px;} 
.dashright .LiRateCalculator .left_circlesec{color:#555;}
.btn-success.btnnew.btn{background:#f8931d;border:1px solid #f8931d !important;}
.btn.btn-primary{background:#f8931d !important;border:1px solid #f8931d !important;}
.btn.btn-succe{background:#f8931d !important;border:1px solid #f8931d !important;}
.btn.btn-default{background:#5d5d5d;color:#fff;}
.payoption .btn.btn-default{background:#f8931d;color:#fff;padding:8px 0;width:240px;text-align:center;border:1px solid #f8931d;border-radius:10px;}
.formgroup.payoption{padding-top:40px;padding-top:0px;}
.btn-success.btnnew.btn:hover, .btn.btn-primary:hover{background:#f19f3f !important;border:1px solid #f19f3f !important;}
.classnumber .profile_details_left{width:119px;}
.profile_details_left .nofitications-dropdown{padding:0px;display:inline-block;}
.profile_details_left ul.nofitications-dropdown li{float:left;padding-right:25px;list-style:none;display:inline-block;}
.classnumber .profile_details_left a{position:relative;animation:blinker 1s linear infinite;text-decoration:blink;}
.homedomesticeform .sec .form-group .btn-danger{ position:relative;top:auto;margin-right:15px;}
.homedomesticeform .sec .form-group{ width:inherit;}
/*RESULT START*/
.boxresultnres{ background:#2796cf;background:url(../images/rates.jpg) no-repeat center / auto 100%;padding-bottom:73px;float:left;width:100%;}
.boxresultnres .conitainer{max-width:1170px;margin:auto;}
.rightrresult{padding-top:5px;}
.destworking{font-size:50px;color:#fff;font-weight:bold;max-width:452px;line-height:normal;padding:117px 0px 0;cursor:default;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.destworking:hover{-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05);}
.aboutusbanerr{}
.destworking span{font-size:31px;}
.rightrresult .sliderhome{float:right;}
.rightrresult .container{padding:0;}
/*RESULT END*/
.trackhippay{padding:40px 0 200px;background:#fed5a5 url(../../images/trackimg.jpg) no-repeat bottom;min-height:690px;border-bottom:20px solid #ff8900;border-color:#2799d2;background-color:#a4dce4;}
.shipmenytrce{text-transform:uppercase;color:#2b2b2b;text-align:center;line-height:35px;}
.shipmenytrce span{display:block;font-size:20px;padding-bottom:0px;}
.trackhippay .lorem_content{font-size:17px;text-align:center;padding-bottom:65px;max-width:700px;margin:auto;}
.bg_shippaymt{padding:17px 30px 30px;background:#fed5a5;background:url(../images/track_plane1.jpg) no-repeat top;max-width:805px;margin:auto;min-height:123px;margin-top:0px;}
.bg_shippaymt .textfieldwrap{float:left;border:0px none #ccc;width:291px;height:54px;}
.diventerabove{float:left;width:100%;padding:10px 0px 0px 0px;margin-left: 50px;}
.gobtn{float:right;background:#f8931d;color:#fff;padding:5px 14px;border-radius:10px 10px 10px 10px;margin:29px 25px 0 9px;}
input.gobtn{margin:27px 14px 0 0px;border:0px none;}
.diventerabove p{float:right;max-width:401px;font-size:12px;color:#323232;} 
.clr{clear:both;} 
.box_result .box_section .delivery_box{border:0px none;}
.box_result .box_section .delivery_box th{border:0px none;padding:16px 10px;text-align:center;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;background:#4375b3;color:#fff;}
.box_result .box_section .delivery_box td{border:0px none;}
.box_result .box_section .delivery_box tr{box-shadow:0px 2px 3px #ccc;border:1px solid #f5f5f5;box-shadow:0 3px 6px rgba(0,0,0,.15);}
.box_result .box_section .delivery_box tr.blanktd{box-shadow:0 0px 0px rgba(0, 0, 0, 0.15);border:0px none;}
.box_result .box_section .delivery_box tr.blanktd td{padding:5px;}
.box_result .getaquote{padding:20px 0px;} 
.box_result .unitedcountry{display:inline-block;padding:0 10px;} 
.box_result .shipfrom{padding-top:25px;max-width:223px;text-align:right;}
.box_result div.getaquote select.form-control{height:35px !important;} 
.box_result div.getaquote .form-control{height:35px;} 
.box_result .box_section{padding:30px 0px;/*box-shadow:0px 2px 5px #ccc;*/margin:20px 0px;float:left;width:100%;} 
.box_result .box_shadow{float:left;width:100%;padding-bottom:15px;} 
.box_result .insurance{padding-top:0px;}  
.box_result .titemsd{float:left;width:96%;border:1px solid #ccc;margin:15px 2% 0;padding:0 15px;}   
.box_result .item_left{border-right:1px solid #ccc;padding:15px;} 
.box_result .get_quotebtn{background:#f8931d;color:#fff;border-radius:5px;padding:10px 20px;} 
.box_result .get_quotebtn:hover{color:#fff;} 
.box_result .titemsd table td{padding:10px;} 
.box_result .delivery_box tr:hover .a.get_quotebtn{display:block;}  
.box_result .delivery_box td.redcolor .usdtxt a.get_quotebtn{top:36%;left:auto;}
.box_result .redcolor .questionr a.question{top:42%;right:14px;/*position:absolute;*/}
.box_result .redcolor .questionr a.question img{width:17px;}
.classborderbotm .left_circlesec .radiocontent .Qtooltip .fa-question-circle{font-size:17px;position:relative;top:2px;}
.classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip{left:36px;top:84px;font-size:14px;}
.classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip.news{left:180px;}
.box_result .delivery_box th{padding:10px;color:#284f7b;font-size:11px;color:#333;} 
.box_result .delivery_box td{padding:10px;color:#555;font-size:12px;font-family:Arial, Helvetica, sans-serif;} 
.records{font-family:Arial, Helvetica, sans-serif;}  
.box_result .delivery_box a{color:#999999;} 
.box_result .delivery_box td.redcolor{color:#f8931d;position:relative;}
.homedomesticeform .btn-group.no-padding{color:#555;} 
.box_result .votescolor{color:#4e71b1;} 
.box_result a.get_quotebtn{display:none;position:absolute;color:#fff;text-transform:uppercase;/*top:50%;transform:translate(-20%, -50%);*/ left:20%;}
.box_result .redcolor a.question{float:right;} 
.box_result .redcolor .usdtxt:hover .get_quotebtn{display:block;text-decoration:none;}   
.box_result .questionr{float:right;} 
.box_result .hoverblock{display:none;position:absolute;right:35px;top:-10px;max-width:300px;background:#fff;box-shadow:1px 3px 7px #ccc;border:1px solid #ccc;padding:10px;color:#555;z-index:111;} 
.box_result .questionr:hover .hoverblock{display:block;} 
.box_result .hovertooltip{position:relative;background:#ccc;border:1px solid #ddd;}  
.box_result .hovertooltip:after, .hovertooltip:before{bottom:100%;left:15%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}  
.box_result .hovertooltip:after{border-color:rgba(136, 183, 213, 0);border-bottom-color:#fff;border-width:5px;margin-left:-5px;}  
.box_result .hovertooltip:before{border-color:rgba(194, 225, 245, 0);border-bottom-color:#ccc;border-width:8px;margin-left:-8px;}  
.box_result .hovertooltip{display:none;top:100%;position:absolute;/*right:35px;*//*top:-40px;*/ width:300px;background:#fff;box-shadow:1px 3px 7px #ccc;border:1px solid #ccc;padding:10px;color:#555;z-index:111;}  
.box_result .Qtooltip:hover .hovertooltip{display:block;}   
.box_result .estimatedtxt{border-top:1px solid #ccc;padding:10px;margin-top:10px;}  
.box_result .usdtxt{/*float:left;*/ text-align:center;}  
.box_result .delivery_box tr td{position:relative;}  
.box_result .box_result .div_tabs{color:#555;}  
.box_result .box_result .row.quote-form{background:#fff;color:#555;}  
.box_result .sliderhome .container.boxonslider{padding:0 10px;background:#fff;box-shadow:0px 0px 0px #ccc;border:1px solid #ccc;max-width:402px;}  
.box_result .sliderhome .input_group_addon{padding:10px 13px 11px;font-size:12px;}  
.box_result .homedomesticeform .form-group strong{color:#555;}  
.box_result .homedomesticeform .form-group .autocomplete-items strong{display:inline-block !important;} 

.box_result .homedomesticeform .form-group .btn-danger{background:#2799d2;border:1px solid #2799d2;top:56px;top:30px;width:100% !important;}  
.box_result .homedomesticeform .nav-tabs > li.active > a, .box_result .homedomesticeform .nav-tabs > li.active > a:focus, .box_result .homedomesticeform .nav-tabs > li.active > a:hover{background:#2799d2;
border:1px solid #ccc;color:#fff;border-bottom:0px none;border:0px none;}  
.box_result .homedomesticeform .nav-tabs > li.active > a span{color:#fff;}
.box_result .homedomesticeform .nav-tabs > li.active > a:hover span, .box_result .homedomesticeform .nav-tabs > li.active > a:focus  span{color:#fff;}
.box_result .homedomesticeform ul.nav li.active a span{color:#fff;}
.box_result .homedomesticeform .nav-tabs > li > a{color:#f8931d;background:#f5f5f5;border:0px none;}
.box_result .homedomesticeform ul.nav li a span{color:#f8931d;color:#555;}  
.box_result .boxonslider .row.quote-form .nav{left:-11px;top:-35px;}  
.box_result .rightrresult .homedomesticeform .nav-tabs.nav-justified > li{max-width:50%;}
.box_result .homedomesticeform .nav-tabs.nav-justified > li{box-shadow:0px 0px 0px #ccc;border-radius:5px 5px 0 0;border:1px solid #ccc;background:#f5f5f5;float:left;width:auto;max-width:43%;width:100%;margin-right:0px;border-bottom:0px none;} 
/*Result page END*/
.text_content{font-size:17px;line-height:25px;}
.hometitlea{font-size:40px;padding-bottom:15px;line-height:61px;}
@font-face {
font-family:'HelveticaTwoBQ-Bold';
src:url('../fonts/HelveticaTwoBQ-Bold.eot?#iefix') format('embedded-opentype'),  
url('../fonts/HelveticaTwoBQ-Bold.otf')  format('opentype'),
url('../fonts/HelveticaTwoBQ-Bold.woff') format('woff'), 
url('../fonts/HelveticaTwoBQ-Bold.ttf')  format('truetype'), 
url('../fonts/HelveticaTwoBQ-Bold.svg#HelveticaTwoBQ-Bold') format('svg');
font-weight:normal;font-style:normal;}
@font-face{font-family:'HelveNueThin';
src:url('../fonts/HelveNueThin.eot?#iefix') format('embedded-opentype'),  
url('../fonts/HelveNueThin.woff') format('woff'), 
url('../fonts/HelveNueThin.ttf')  format('truetype'), 
url('../fonts/HelveNueThin.svg#HelveNueThin') format('svg');
font-weight:normal;font-style:normal;}
@font-face{font-family:'HelveNueThin';
src:url('../fonts/HelveNueThin.woff2') format('woff2'),
url('../fonts/HelveNueThin.woff') format('woff');
font-weight:100;font-style:normal;}
.logo {padding-top:15px;}
body{background:none !important;}
 body.out_divresult{background: #fff !important;}
.homepage div.container{max-width:1170px;}
.navbar-collapse{width:inherit;max-width:75%;}
/*Home Changes Start*/
.homedomesticeform ul.nav li a span{font-family:"HelveticaTwoBQ-Bold";}
.homedomesticeform div.panel-body{padding:15px;padding:0px 0px 0 0px;top:-18px;position:relative;top:-50px;}
.boxonslider .row.quote-form .nav {position:relative;top:-43px;width:402px;}
.homedomesticeform .form-group .btn-danger{margin:0px;padding:7px 17px;font-family:'HelveticaTwoBQ-Bold';padding:7px 17px 7px;position:absolute;right:0;top:30px;font-family:Arial, Helvetica, sans-serif;position:relative;}
.homedomesticeform .input-group.newkg input.form-control:first-child{ width:77%;width:56%;width:87%;}
.div_tabs .form-signin input[type="email"], .div_tabs .form-signin input[type="password"], .div_tabs .form-signin input[type="text"]{margin-bottom:0px;}
.div_tabs .no_top_hr{margin:0;display:none;}
.div_tabs .form-signin br{display:none;}
.boxonslider .form-inline .form-group{position:static;width:20%;width:17%;padding:0 10px;width:18%;width:100%;padding:0 25px;}
.boxonslider .form-inline .form-group.weightupto{width:15%;width:12%;width:100%;}
.boxonslider .form-inline .form-group.classborderinsu{width:12%;width:17%;width:100%;text-align:center;padding-top:25px;}
.classborderbotm .cargo-selector .left_circlesec{text-align:center;}
.container.boxonslider .homedomesticeform .form-control{width:100%;}
.container.boxonslider .div_tabs .valuelenth{padding:0 11px;}
.boxonslider .form-inline .form-group.classborderbotm{padding:0 0 0 10px;width:23%;width:22%;width:100%;padding:0 25px;text-align:center;padding-top:25px;}
.boxonslider .route-selector.form-inline{/*float:left;width:66%;*/}
.classborderbotm{float:left;}
/*Home Changes Start*/ 
.classnumber .navbar-right{margin:0px 5px 0 0;}
.homepage .navbar-fixed-top{margin:0px;border:0px none;}
.headerss{padding:0px;}
.wrap .copy{padding:0px;}
.classnumber .navbar-nav > li > a{padding:5px 10px 0;color:#000;}
.headerss{border-top:5px solid #f8931d;padding:11px 0 0;}
.menumain, .getquote_wrap h2, .hometitl1, .title_wrap, .technology, .outtitle, .hometitle{font-family:'HelveticaTwoBQ-Bold';}
/*body{font-family:'HelveNueThin';font-family:'HelveNueThin';}*/
body{font-family:'Titillium Web', sans-serif;}
.logo img{max-width:100%;}
.classnumber{color:#2b2b2b;font-size:18px;font-family:'HelveticaTwoBQ-Bold';}
.cellnumber{float:left;width:209px;padding:0px 0px 0px 0px;} 
.registerid{float:left;background:url(../images/register.png) no-repeat left;padding:0px 30px 0px 25px;}
.loginid{float:left;background:url(../images/login.png) no-repeat left;padding:0px 19px 0px 25px;}
.menumain{list-style:none;display:inline-block;padding-top:18px;}
.classnumber a{color:#2b2b2b;}
.whychoosestep .whystep4 p{padding:21px 0 25px;}
.menumain li{display:inline-block;}
.menumain li:last-child{padding-right:0px;}
.menumain li a{color:#2b2b2b;font-size:17px;text-transform:uppercase;padding:7px 18px;display:block;line-height:22px;}
.menumain li a.active, .menumain li a:hover{background:#f8931d;color:#fff;text-decoration:none;}
.tabnavi ul {margin:0;padding:0;list-style:none;}
.tabnavi ul li{margin:0;padding:0;list-style:none;float:left;}
.tabnavi ul li.active a{background:#f8931d;}
.tabnavi ul li a:hover{text-decoration:none;}
.tabnavi ul li a{background:#5c6466;color:#fff;font-size:24px;padding:8px 35px;border-radius:10px 10px 0px 0px;display:block;}
.sliderhome {background:url(../images/slider.jpg) no-repeat 0 0 / cover;padding:170px 0px 60px;padding:0px;position:relative;}
.sliderhome .container{max-width:1170px;font-size:16px;color:#3d4750;}
.div_tabs{background:rgba(255, 255, 255, 0.8);border-radius:10px;padding:30px 25px 35px 25px;float:left;width:100%;border-radius:0px 0px 10px 10px;}
.bookquoted a{background:#f8931d;font-size:20px;font-family:'HelveticaTwoBQ-Bold';color:#fff;border-radius:30px;float:right;padding:7px 40px;margin-top:45px;}
.sliderhome input{border:1px solid #ded5d5;width:100%;max-width:290px;height:39px;margin-top:10px;border-radius:5px;padding:0 10px;line-height:20px;color:#3d4750;font-size:16px;background:#fff7ee;height:auto;width:auto;outline:0px none;background:#fff;}
.sliderhome input[type="file"]:focus, .sliderhome input[type="checkbox"]:focus, .sliderhome input[type="radio"]:focus{outline:0px none;}
.sliderhome .container.boxonslider{position:absolute;z-index:111;top:20%;left:50%;right:0;transform:translate(-50%, 0%);max-width:395px;transform:translate(0%, 0%);left:auto;top:10%;width:100%;margin:0px;padding:0px;background:#f8931d;position:relative;max-width:100%;}
.container .homedomesticeform { max-width:1170px;margin:auto;float:none;max-width:100%;}
.expour_service{background-image:url("../images/globe.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;margin-bottom:0;padding-bottom:0;position:relative;left:0;box-sizing:border-box;width:100%;padding-left:0px;padding-right:0px;}
.title_wrap{text-align:center;color:#fff;text-transform:uppercase;}
.text-wrap{text-align:right;color:#c8d5dd;}
.h5title{text-align:right;color:#ffcd20;}
.rowsectionfluied .exp_col-1{float:left;max-width:245px;text-align:left;}
.exp_col-1 .text-wrap{text-align:left;}
.col_leftside .h5title{text-align:left;}
.exp_col-2 .h5title{text-align:right;}
.exp_col-2 .iconcircle{text-align:right;}
.rowsectionfluied .exp_col-2{float:right;max-width:245px;}
.exp_col-3 .h5title{text-align:left;}
.exp_col-3 .text-wrap{text-align:left;}
.exp_col-3{float:left;max-width:245px;}
.exp_col-4{float:right;max-width:245px;}
.exp_col-4 .iconcircle{text-align:right;}
.iconcircle{padding-bottom:35px;}
.h5title{padding-bottom:10px;}
.h5title h5{margin:0px;font-family:'HelveticaTwoBQ-Bold';font-size:28px;}
.text-wrap{font-size:18px;}
.text-wrap{padding-bottom:90px;}
.title_wrap{padding-bottom:130px;padding-top:60px;}
.title_wrap h4{font-size:30px;margin:0;color:#fff;}
.title_wrap h1{font-size:66px;margin:0;margin-top:43px;}
.ourcorevalue{background:#eff0f1;padding:60px 0px;text-align:center;}
.ourcorevalue p{padding-top:25px;}
.hometitle{color:#232637;font-size:50px;margin:0;padding-bottom:80px;}
.getquote_wrap{padding:40px 0px;}
.getquote_wrap .hometitle{text-align:left;padding-bottom:35px;}
.getquote_wrap.tradeword{background:#eff0f1;color:#232637;}
.getquote_wrap{color:#fff;}
.getquote_wrap a{text-decoration:none;}
.getquote_wrap .track a{background:#f1a60c;border:1px solid #f1a60c;color:#fff;font-size:22px;width:211px;height:46px;display:inline-block;text-align:center;line-height:46px;}
.getquote_wrap .track2 a{background:#f1a60c;border:1px solid #fff;color:#fff;font-size:22px;width:211px;height:46px;display:inline-block;text-align:center;line-height:46px;}
.get_quote{padding:30px 0px 0;}
.getquote_wrap h2{font-size:42px;padding-bottom:40px;margin:0px;}
.whychose{text-align:center;padding:45px 0 53px 0;background:url(../images/why.jpg) no-repeat;	}
.hometitl1{color:#e7ac2e;margin:0px;font-size:50px;}
.loremtext{font-size:20px;color:#fff;padding-top:20px;}
.track2:hover, .track:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.02);-webkit-transform:scale(1.02);transform:scale(1.02);}
.getquote_wrap .row{overflow:hidden;}
.img_strep{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.img_strep:hover{-moz-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5);}
.lorem_content.text-right{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.lorem_content.text-right:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);}
.track{background:url(../images/leftbg.jpg);color:#fff;padding:43px 50px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.track2{background:url(../images/rightbg.jpg);padding:43px 50px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.whychoosestep{text-align:left;width:957px;margin:auto;padding:55px 0 0 0;}
.whychoosestep ul{margin:0px;padding:0px;}
.whychoosestep ul li{list-style:none;display:inline-block;margin:0px;padding:0px;width:24%;float:left;}
.whychoosestep .whystep1{background:url(../images/whystep1.png) no-repeat;width:250px;}
.whychoosestep .whystep2{background:url(../images/whystep2.png) no-repeat;width:250px;} 
.whychoosestep .whystep3{background:url(../images/whystep3.png) no-repeat;width:250px;}
.whychoosestep .whystep4{background:url(../images/whystep4.png) no-repeat;width:207px;}
.latextbg{background:url(../images/bg1.jpg) no-repeat;color:#fff;padding:102px 30px 102px 30px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.latextbg1{background:url(../images/bg2.jpg) no-repeat;color:#fff;padding:102px 30px 102px 30px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.latextbg2{background:url(../images/bg3.jpg) no-repeat;color:#fff;padding:102px 30px 102px 30px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.latextbg:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05);}
.latextbg1:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05);}
.latextbg2:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05);}
.specialities .container .row{overflow:hidden;}
.ourcorevalue img{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.ourcorevalue img:hover{-moz-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3);}
.whychoosestep ul li a{color:#fff;padding:7px 0px 7px 0px;display:block;font-size:21px;text-align:center;text-transform:none;}
.whychoosestep ul li a:hover{text-decoration:none;}
.specialities{background:#eff0f1;padding:30px 0 50px;}
.outtitle{color:#ff8900;font-size:50px;padding-bottom:35px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.35;}
.outtitle:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);}
.latesttext{font-size:25px;}
.technology{font-size:44px;}
.txt_content{font-size:18px;padding:0 15px 0 0;}
.getstarted{padding:0px 0px 30px;}
.getstarted .img_strep{text-align:center;height:100px;}
.whychoosestep p{padding-top:20px;text-align:center;font-size:19px;color:#717171;padding:21px 23px 25px;}
.getstarted .outtitle{text-align:center;padding-bottom:20px;}
.whereareu{font-size:24px;color:#000;margin:auto;max-width:826px;text-align:center;padding-bottom:20px;line-height:normal;}

/*.getstarted .whychoosestep .whystep1{background-position:0px 100px;background-image:url(../images/ghwhystep1.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep2{background-position:0px 100px;background-image:url(../images/ghwhystep2.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep3{background-position:0px 100px;background-image:url(../images/ghwhystep3.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep4{background-position:0px 100px;background-image:url(../images/ghwhystep4.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep1:hover{background-position:0px 100px;background-image:url(../images/gwhystep1.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep2:hover{background-position:0px 100px;background-image:url(../images/gwhystep2.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep3:hover{background-position:0px 100px;background-image:url(../images/gwhystep3.png);background-repeat:no-repeat;}
.getstarted .whychoosestep .whystep4:hover{background-position:0px 100px;background-image:url(../images/gwhystep4.png);background-repeat:no-repeat;}*?
/*.getstarted .whychoosestep .whystep1:hover{background:url(../images/whystep1h.png) no-repeat 0px 88px;} .getstarted .whychoosestep .whystep2:hover{background:url(../images/whystep2h.png) no-repeat 0px 88px;}
.getstarted .whychoosestep .whystep3:hover{background:url(../images/whystep3h.png) no-repeat 0px 88px;} .getstarted .whychoosestep .whystep4:hover{background:url(../images/whystep4h.png) no-repeat 0px 88px;}*/
/*.whychoosestep .whystep1:hover{background:url(../images/whystep1h.png) no-repeat;}
.whychoosestep .whystep2:hover{background:url(../images/whystep2h.png) no-repeat;}
.whychoosestep .whystep3:hover{background:url(../images/whystep3h.png) no-repeat;}
.whychoosestep .whystep4:hover{background:url(../images/whystep4h.png) no-repeat;}*/

.footercontact li{padding:5px 0px 5px 40px;}
.address{background:url(../images/map.png) no-repeat left;}
.phone{background:url(../images/email.png) no-repeat left;}
.emailaddress{background:url(../images/phone.png) no-repeat left;}
.clr{clear:both;}
.footerlefttxt{padding:0 59px 30px 0;}
.footerarea h2{font-family:'HelveticaTwoBQ-Bold';color:#fff;font-size:30px;text-transform:uppercase;padding:20px 0px 20px 0px;}
.footersocial li{float:left;padding:0px 6px 0 0px;}
.footerarea{background:url(../images/footer.jpg) no-repeat 0 0 / cover;color:#fff;font-size:18px;font-family:'HelveNueThin';line-height:24px;padding:50px 0px 50px 0px;}
.footerlogo{padding:0px 0px 14px 0;}
.footerarea ul{margin:0px;padding:0px;list-style:none;line-height:30px;}
.footerarea a{color:#fff;}
.footerbotom{background:#f8931d;font-size:18px;color:#fff;padding:18px 0px;}
.footerbotom a{color:#fff;display:inline-block;padding:0 5px;}
body .navbar-fixed-bottom, body .navbar-fixed-top{position:relative !important;margin-bottom:0;border-bottom:5px solid #f8931d;}
html body{padding:0;}
html {padding:0;overflow:auto !important;}
span.blue1 {background-color:#9358ac;}
.profile_details_left {float:left;margin:.3em 0 0 1em;}
.nofitications-dropdown {margin-top:2px;}
.homelogo {padding:5px 0;}
.profile-img-card {margin:0 auto 10px;/*border:3px solid #000;*/display:inline-block;}
i.fa.fa-tasks {color:#ABABAB;}
span.badge {font-size:11px;font-weight:bold;color:#FFF;background:#9358ac;line-height:15px;width:20px;height:20px;border-radius:2em;-webkit-border-radius:2em;-moz-border-radius:2em;-o-border-radius:2em;text-align:center;display:inline-block;position:absolute;top:-3px;right:-10px;padding:2px 0 0;}
.float-right, .pull-right {float:right !important;}
.col-md-3.leftsidenewship{float:right;}
.hometitlea {font-size:26px !important;font-weight:bold;}
.specialities.text_content {}
.text_content {line-height:30px;/*overflow: auto;*/}
.text_contents {line-height:30px;}
.contatpagearf {display:block;margin:auto;max-width:600px !important;width:100%;}
.contatpagearf input#btnEnq {position:relative;top:15px;width:100% !important;}
.contatpagearf .form-control {resize:none;}
.contatpagearf .hometitlea.wow.slideInLeft.text-left.animated {border-bottom:1px solid #ccc;font-size:25px !important;letter-spacing:1px;margin-bottom:15px;padding:20px 0;text-align:center;}
/*user dashboard start*/
.dashright .boxresultnres{background:none;padding-bottom:0px;}
.dashright .destworking {display:none;}
.dashright .rightrresult{width:100%;}
.dashright .boxresultnres .conitainer{max-width:100%;}
.dashright .rightrresult .sliderhome{float:none;}
.dashright .box_result .sliderhome .container.boxonslider{max-width:100%;}
.dashright .homedomesticeform .valuelenth .input-group.newkg input.form-control:first-child{width:66%;}
.dashright .text-hrxs strong{padding-bottom:10px;padding-top:35px;color:#000;font-weight:100;}
.dashright .homedomesticeform .cargo-selector{margin:auto;width:221px;}
.dashright .homedomesticeform .btn-danger{border-radius:48px;border-radius:5px;margin:0 0 19px 0;font-size:18px;}
body .dashright .box_result .boxonslider .row.quote-form .nav{top:-44px;}
.dashright .div_tabs .clonable .parcel-dimensions .valuelenth .form-group{width:20%;margin-bottom:15px;}
.dashright .boxonslider .form-inline .form-group.classborderbotm{width:22%;}
.dashright .boxonslider .form-inline .form-group{width:16%;padding:0 10px;position:relative;}
.dashright .autocomplete-items{top:auto;height:auto;border-bottom:1px solid #d4d4d4;box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);border-top:1px solid #d9d9d9;border-radius:2px;}
.dashright .autocomplete-items div{border-top:1px solid #e6e6e6;color:#999;font-size:11px;line-height:30px;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;}
.dashright .autocomplete-items div strong{padding-bottom:0px;}
.dashright .boxonslider .form-inline .form-group.weightupto{width:12%;}
.dashright .boxonslider .form-inline .form-group.classborderinsu{width:17%;}
.dashright .homedomesticeform .input-group.newkg input.form-control:first-child{width:56%;}
.dashright .homedomesticeform .div_tabs .clonable .hidden-xs.text-hrxs{padding:30px 25px 15px;}
.dashright .div_tabs .clonable .parcel-dimensions .valuelenth .row.sec .form-group{margin-bottom:0px;}
.dashright .homedomesticeform div.panel-body{top:-33px;background:none;}
.dashright .box_result .rightrresult form.form-signin .form-group .btn-danger{top:33px;width:auto !important;padding:10px 20px;}
.dashright .box_result .rightrresult .route-selector.form-inline{padding:0 15px;}

 
/*11-10-2018 START*/
.paymentwrapper{max-width:960px;margin:40px auto 30px;background:#fdfdfd;background:-moz-linear-gradient(top, #fdfdfd 0%, #eaeff2 100%);background:-webkit-linear-gradient(top, #fdfdfd 0%,#eaeff2 100%);background:linear-gradient(to bottom, #fdfdfd 0%,#eaeff2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeff2',GradientType=0 );position:relative;min-height:500px;font-family:Arial, Helvetica, sans-serif;padding:0 80px;}
.bg_boxecolor{background:#116cc9;position:absolute;right:0;height:100%;top:0;width:225px;border-radius:138px 0 0 138px;}
.leftpay{background:#248efb;background:-moz-linear-gradient(top, #248efb 0%, #0b79e8 100%);background:-webkit-linear-gradient(top, #248efb 0%,#0b79e8 100%);background:linear-gradient(to bottom, #248efb 0%,#0b79e8 100%);border-radius:10px 0px 0px 10px;
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#248efb', endColorstr='#0b79e8',GradientType=0 );float:left;width:35%;color:#fff;}
.rightpay{float:left;width:65%;padding:30px 28px 0px 40px;font-weight:bold;font-size:16px;color:#000;}
.rightpay p{padding-bottom:10px;margin:0;}
.paycontent{position:relative;padding:20px 20px 90px 20px;}
.paycontentcolor{background:#fff;border-radius:10px 10px 10px 10px;box-shadow:0px 21px 28px 0px #555;}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus{outline:0px none;}
.recevpay_name{font-size:16px;padding:24px 0 20px 20px;}
.recevpay_name span{font-size:16px;font-weight:bold;display:block;}
.clr{clear:both;}
.leftpay ul{margin:0;padding:0 20px 20px 20px;}
.leftpay ul li{padding:22px 0 22px 25px;border-top:1px solid #3097ff;color:#ddffff;font-size:14px;}
.logosection{text-align:center;}
.logosection .img-responsive{display:inline-block;max-width:220px;margin:15px 0 0 0;}
.rightpay ul{margin:0;padding:30px 0;}
.rightpay ul li{padding:10px 0;}
.leftpay ul li span{display:block;font-size:15px;font-weight:bold;padding:8px 0 0 0;}
.leftpay ul li.icon1{background:url(../images/amount.png) no-repeat left 27px;}
.leftpay ul li.icon2{background:url(../images/date.png) no-repeat left 27px;}  
.leftpay ul li.icon3{background:url(../images/issuer.png) no-repeat left 27px;}
.leftpay ul li.icon4{background:url(../images/order.png) no-repeat left 27px;}
.paynowbtn{padding-left:90px;} 
.aboutuspage .aboutustext {
    padding: 10px 15px;
}
.box_result .box_section .delivery_box td .hovertooltip {
    white-space: normal;
}
.box_result .box_section .delivery_box tr:last-child td .hovertooltip {
    top: inherit;
    bottom: 100%;
}
.box_result .box_section .delivery_box tr:last-child td .hovertooltip:before {
    bottom: inherit;
    top: 100%;
    border-top-color: #cdcdcd;
    border-bottom: none;
}
.box_result .box_section .delivery_box tr:last-child td .hovertooltip:after {
    bottom: inherit;
    top: 100%;
    border-top-color: #fff;
    border-bottom: none;
}
/*11-10-2018 END*/

.senderdetails-section .container_personal.create_shipment.newship {
    max-width: inherit !important;
}
.senderdetails-section .container_personal .namefield {
    padding: 0 2% 5px 0px;
}
.formgroup.formgroup_bgcolor.senderdetails-section .container {
    width: 100%;
    padding:0px;
}

/*user dashboard start*/
@media (min-width:1571px){

/*.box_result .sliderhome .input_group_addon{ padding:14px 13px 28px !important}*/
}


@media (max-width:1571px){
  
.weempowertear{font-size:42px;}
.weempower{font-size:30px;}
.leftsidenewship .label_fieldtxt{font-size:12px;}
.container_personal .orderdtailil .namefield{font-size:12px;}
.homedomesticeform div.panel-body{height:364px;height:auto;}
.sliderhome .container{font-size:12px;}
.sliderhome .form-signin input[type="email"], .sliderhome .form-signin input[type="text"], .sliderhome .form-signin input[type="password"]{height:34px;font-size:12px;}
.sliderhome .homedomesticeform select.form-control{height:34px;font-size:12px;}
body .box_result .boxonslider .row.quote-form .nav{top:-37px;}
.sliderhome .input_group_addon{padding:7px 14px 7px;font-size:13px;}
.homedomesticeform .form-group strong{font-size:13px;padding-bottom:5px;}
.form-signin .left_circlesec label.label_item{ width:35px;height:35px;}
.homedomesticeform .nav-tabs > li.active > a, .homedomesticeform .nav-tabs > li.active > a:focus, .homedomesticeform .nav-tabs > li.active > a:hover{font-size:16px;}
.homedomesticeform .nav-tabs > li > a{font-size:16px;}
.homedomesticeform ul.nav li a{padding:7px 27px;}
.homepage select.form-control{ height:34px;font-size:11px;width:100%;margin-bottom:15px;}
.homedomesticeform .form-group .btn-danger{margin:0 0 0px 0px;font-size:15px;}
.sliderhome .text-hrxs strong{font-size:13px;margin-bottom:5px;padding-bottom:7px;}
/*.sliderhome .row.parcel-dimensions{padding-top:5px;}*/
.div_tabs .form-group{margin-bottom:0px;}
.boxonslider .route-selector.form-inline{/*float:left;width:75%;*/}
.newship .formgroupwrapir .pagetitle{font-size:16px;}
.boxonslider .row.quote-form .nav{top:-38px;}
.box_result .homedomesticeform .form-group strong{padding-bottom:5px;font-size:13px;}
body div.myorderpage.manage_shipnent table.table th{font-size:12px;}
.classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip{left:17px;top:69px;}
.classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip.news{left:115px;}
}
@media (max-width:1400px){
.sliderhome .container.boxonslider{top:2%;}
.boxonslider .row.quote-form .nav{top:-38px;}
.box_result .sliderhome .input_group_addon{padding:8px 13px 7px;font-size:12px;border-color:#ccc #ccc #ccc;}  
.dashright .formwrapn .clonable .weightupto .input_group_addon{border-color:#ccc #ccc #ccc;}
}
.hometitlea{font-size:20px !important;line-height:25px !important;}

 /**autocomplete */


    .autocomplete-panel .autocomplete {
        padding: 0px;
        width: calc(100% - 30px);
        background: #FFF;
        position: absolute;
        top: calc(100% - 12px);
        max-height: 200px;
        overflow-y: auto;
    }

        .autocomplete-panel .autocomplete li {
            padding: 5px 8px;
            border-bottom: solid 1px #CCC;
            list-style: none;
        }

            .autocomplete-panel .autocomplete li a {
                color: #999;
            }

    .autocomplete-panel .one-autofile, .autocomplete-panel .two-autofile {
        position: relative;
    }

.autocomplete-panel .one-autofile .autocomplete {
z-index: 6;
}

.autocomplete-panel .two-autofile .autocomplete {
z-index: 5;
}
.home-banner-section ul.autosrch{padding:10px;background:#00000087;}
ul.autosrch{padding:10px;background:#fff;list-style:none;top:100%;width:220px;font-size:14px;box-shadow:0 2px 6px rgba(0,0,0,0.3);z-index:1000;border-radius:2px;
             border-top:1px solid #d9d9d9;font-family:Arial;max-height:220px;overflow:auto;position:absolute;}
#page-wrapper ul.autosrch{width:auto;}

.dashright ul.autosrch{left:11px;top:54px;}
.homesrchnew ul.autosrch{top:34px;width:91.5%;}


.autosrch li{cursor:default;padding:0 4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:30px;text-align:left;border-top:1px solid #5f5f5f;
font-size:11px;color:#999;}
.home-banner-section .autosrch li a{color:#fff;}
.autosrch li a{color:#000;font-size:11px;font-weight:bold;}
.home-banner-section  #search123{background:#00000087 !important; width:220px !important}
.home-banner-section  #search123 li{background:none !important}
.home-banner-section  #search123 li span{color:#fff !important;}
.div_tabs .tab-pane .form-group{position:relative;}


/*CREATE BR RAJESH DATE 07-01-2019*/
.boxresultnres .rightrresult .sliderhome {
float:none;
}

.homepahehomecss .left_trackit{font-size:40px; color:#fff;font-weight:400;font-family:'Roboto', sans-serif;width:519px;border:3px solid #6a6667;padding:14px 26px 41px;position:relative;background:rgba(0, 0, 0, 0.5);margin-top:134px; min-height:272px;}
.trackinputin{padding:17px 0 0 0;}
.homepahehomecss .left_trackit strong{font-size:50px; display:block;font-weight:400;}  
.homepahehomecss .needsin{color:#ffb156;font-size:18px;font-weight:400;}
.menucont {
    background-image: url(../NewHome/image/menubg1.jpg);
    background-repeat: repeat-x;
    padding: 11px 0 13px;
}
.homepahehomecss .sliderhome input{border:1px solid #e7e7e7;width:100%;max-width:100%;height:38px;margin-bottom:10px !important;border-radius:5px;padding:0 10px;line-height:20px;color:#000000;font-size:15px;background:#e7e7e7;text-align:center;font-weight:100;font-family:'Roboto', sans-serif;box-shadow:0px 0px 0px;border:1px solid #f5f5f5;margin-top:0 !important;}
.homepahehomecss .trakbtn{text-align:center;float:left; /*position:absolute; left:50%;transform:translate(-50%, 0%);*/ padding:0 0 0 10px;} 
.homepahehomecss .trackinputin input.trakbtn{color:#fff;background:#ffab48;display:block;font-size:20px;border-radius:5px;padding:11px 20px;margin-right:0px;border:0px none;font-weight:400;height:auto;}
.homepahehomecss .sliderhome .trackinputin input.required {
    float: left;
    max-width: 226px;
    height: 42px;
}
.homepahehomecss .sliderhome .container.boxonslider {
    position: absolute;
    z-index: 111;
    top: %;
    right: 15px;
    max-width: 402px;
    background: none;
    top: 0;
}
.tabnavi {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.tabnavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabnavi ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.tabnavi ul li a {
    background: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 19px;
    border-radius: 10px 10px 0px 0px;
    display: block;
}
.tabnavi ul li.active a {
    background: #f8931d;
}
.tabnavi ul li.active a {
    color: #f8931d;
    background: none;
}
.homepahehomecss .sliderhome .container.boxonslider {
    top: -40px;
    padding-top: 0;
}
.homepahehomecss .div_tabs {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 17px 25px 17px;
    float: left;
    width: 100%;
    border: 1px solid #766f69;
}
.homepahehomecss .typecorier {
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding-top: 15px;
}
.homepahehomecss .docparcel {
    color: #285084;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 14px 0px 5px;
}
.homepahehomecss .docvfile {
    display: inline-block;
    padding: 0 15px;
    width: 140px;
}
.homepahehomecss .Domdoc {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    background-image: url(/Content/NewHome/image/dov.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #5e5e5f;
}
.DomCourierType + label {
    opacity: 1 !important;
}
.homepahehomecss #DomType_2:checked + .Dompcl {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    background-image: url(/Content/NewHome/image/parcel1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #285084;
}
.docparcel .docvfile .label_item {
    padding: 9px 0 0 46px;
    float: left;
}
.DomCourierType {
    display: none !important;
}
.homepahehomecss .docvfile .Dompcl {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    background-image: url(/Content/NewHome/image/parcel.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #5e5e5f;
    float: left;
}
.homepahehomecss .sliderhome select {
    border: 1px solid #e7e7e7;
    width: 100%;
    max-width: 100%;
    height: 38px;
    margin-bottom: 10px !important;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 20px;
    color: #000000;
    font-size: 15px;
    background: #e7e7e7;
    text-align: center;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 0px 0px;
    border: 1px solid #f5f5f5;
    margin-top: 0 !important;
}
.homepahehomecss .radioin {
    text-align: center;
    color: #000;
    float: left;
    margin: 7px 15px 0;
    font-size: 18px;
}
.homepahehomecss .sliderhome .radioin input {
    height: auto;
}
.homepahehomecss .radiodomest {
    margin: auto;
    width: 176px;
}
.homepahehomecss .bookquoted .btn-quote {
    background: #ffab48;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    float: none;
    padding: 13px 0;
    display: block;
    cursor: pointer;
    border: 0px none;
    width: 100% !important;
}
.homepahehomecss .sliderhome {
    background: url(../NewHome/image/bannerhome.jpg) no-repeat top / cover;
    padding: 170px 0px 60px;
    padding: 0px;
    position: relative;
}
.homepahehomecss .carousel.slide {
    display: none;
}
.homepahehomecss .sliderhome .container.boxonslider {
    position: absolute;
    z-index: 111;
    top: %;
    right: 15px;
    max-width: 402px;
    background: none;
    top: 0;
}
.homepahehomecss .sliderhome .container.boxonslider {
    top: -40px;
    padding-top: 0;
}
.menumain li a {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    padding: 0 44px;
    display: block;
    padding: 11px 28px;
    border-radius: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.sliderhome .container {
      position: relative;
    }
.menumain {
    list-style: none;
    display: block;
    padding-top: 0px;
    background: #2799d2;
    border-radius: 50px;
    padding: 10px 0 10px 23px;
    margin: 0;
    width: 100%;
    float: left;
}
.menumain li a.acive {
    background: #fff;
    color: #0b4a65;
    background: #ffab48;
    color: #fff;
}
.homepahehomecss .getstarted {
    padding: 0px 0px 30px;
    position: relative;
}
.homepahehomecss .shapeimg {
    z-index: 0;
}
.homepahehomecss .shapeimg {
    position: absolute;
    top: -283px;
    z-index: 0;
    width: 100%;
}
.homepahehomecss .shapeimg img {
    width: 100%;
}
.homepahehomecss .docvfile #IntType_1:checked + .Intdoc {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    color: #285084;
}
#IntType_1:checked + .Intdoc {
    background-image: url(/Content/NewHome/image/dov1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.docparcel .docvfile .label_item {
    padding: 9px 0 0 46px;
    float: left;
}
.homepahehomecss .docvfile .Intpcl {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    background-image: url(/Content/NewHome/image/parcel.png);
    background-repeat: no-repeat;
    color: #5e5e5f;
}

.IntCourierType {
    display: none !important;
}
.Intdoc {
    background-image: url(/Content/NewHome/image/dov.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.homepahehomecss .docvfile .Intdoc {
    width: 40px;
    height: 39px;
    background-size: 40px 39px;
    color: #5e5e5f;
}
.IntCourierType + label {
    opacity: 1;
}
.homepahehomecss .outtitle {
    color: #000;
    font-size: 30px;
    padding-bottom: 35px;
}
.getblue {
    background: #36bbe2;
    width: 100px;
    height: 6px;
    margin: auto;
    position: relative;
    top: 8px;
}
.homepahehomecss .whereareu {
    font-size: 17px;
    color: #3a3a3a;
    margin: auto;
    max-width: 663px;
    text-align: center;
    padding-bottom: 0px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    top: -18px;
    position: relative;
}
.homepahehomecss .getstarted .outtitle {
    text-align: center;
    padding-bottom: 0px;
    top: -32px;
    position: relative;
}
.homepahehomecss .whychoosestep {
    text-align: left;
    margin: auto;
    padding: 5px 0 0 0;
    width: 100%;
    max-width: 100%;
}
.homepahehomecss .whychoosestep ul {
    margin: 0px;
    padding: 0px;
}
.homepahehomecss .whychoosestep ul li.whystep1 {
    margin-left: 0;
}
.homepahehomecss .whychoosestep ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1%;
    padding: 16px 0 0 0;
    width: 23.5%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    border: 1px solid #eaeaea;
    min-height: 262px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.35;
}
.homepahehomecss .getstarted .img_strep {
    text-align: center;
    height: 100px;
}
.homepahehomecss .img_strep {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.35;
}
body .homepahehomecss .container img {
    max-width: 100%;
}
.homepahehomecss .whychoosestep ul li a {
    color: #242424;
    padding: 7px 0px 7px 0px;
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: none;
    font-weight: bold;
    text-transform: uppercase;
}
.homepahehomecss .whychoosestep p {
    text-align: center;
    font-size: 16px;
    color: #555;
    padding: 0px 23px 0px;
    margin: 0;
    font-weight: 100;
}
.homepahehomecss .whychoosestep ul li.whystep2 a, 
.homepahehomecss .whychoosestep ul li.whystep4 a {
    color: #ffab48;
}
.footerarea h2 {
    color: #ffab48;
    font-size: 21px;
    text-transform: none;
    padding: 20px 0 15px;
    font-weight: normal;
}
.footerlefttxt {
    padding: 0 59px 30px 0;
}
.footerarea a {
    color: #fff;
}
.menucont .navbar-default {
background:none;
border:none;
min-height:inherit;
margin-bottom:0px;
}
.navbar-collapse{
    max-width:inherit
}
.menucont .menumain{
    padding: 7px 0 7px 23px;
}
.menucont .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.menucont .navbar-nav>li>a{
    padding:8px 29px;
}
.menucont  .navbar-collapse{
    padding:0px;
}
.menucont .navbar-default .navbar-nav>li>a:focus, 
.menucont .navbar-default .navbar-nav>li>a:hover{

    text-decoration: none;
    background: #262f36;
    color: #fff;
}
.ourvisioni.our-section-man .col-md-3.col-sm-3 {
    float: right;
}
.logistic-solu-sec {
    float: left;
    width: 226px
}
.lorem_content.wow.slideInUp.animated, .bg_shippaymt {
    font-family: 'Roboto', sans-serif;
}
.box_result .delivery_box th a {
    font-size: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menumain li a,  .menucont .navbar-nav>li>a {
        padding: 11px 20px;
        }
    body .howtopage .nav-tabs > li{
            width: 126px;
    }
   body .howtopage .nav-tabs > li > a .round-tabs{
        font-size:9px;
    }
        .classborderbotm .cargo-selector .left_circlesec {
        position:relative;
        }
        .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip.news {
        left: inherit;
        right: 0;
        top: 100%;
    }
        .cargo-selector .hovertooltip:after, .hovertooltip:before {
        left: inherit !important;
        right: 47px !important;
    }
        .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip {
        left: inherit;
        right: 0;
        top: 100%;
    }
        .img_strep:hover, h1.achievementin:hover, .homepahehomecss .img_strep:hover, .topic_talk:hover{
            transform: inherit !important;
    }
        .senderdetails-section .col-md-6:first-child .namefield {
            width: 100%;
            text-align: left;
            float: none;
            padding-left: 12px;
        }
        .senderdetails-section .col-md-6:first-child .label_fieldtxt {
            margin-left: 10px;
            width: 100%;
        }
        .senderdetails-section .col-md-6:first-child .check-view .label_fieldtxt {
        width: 60%;
        margin-left: 0;
    }
        .senderdetails-section .col-md-6:first-child .check-view .namefield {
        width: 38%;
        float: left;
      
    }
        .senderdetails-section .col-md-6:last-child .formfield .namefield.txtevent {
        text-align: center;
    }
        .senderdetails-section .col-md-6:last-child .formfield.email-view-full .namefield {
        width: 100%;
        text-align: left;
        float: none;
        padding-left: 12px;
    }
        .senderdetails-section .col-md-6:last-child .formfield.email-view-full .label_fieldtxt {
            margin-left: 10px;
            width: 80%;
        }
        .senderdetails-section .pickdtailil ul li label {
            width: 66%;
        }
        .senderdetails-section img {
            max-width: 100%;
        }
        .senderdetails-section .newship .class_record .formfield .label_fieldtxt {
            width: 95%;
            margin-left: 10px;
            float: none;
        }
        .senderdetails-section .newship .class_record .formfield .namefield {
                width: 100%;
                padding: 0px 0px 0px 10px;
                float: none;
                text-align: left;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    .senderdetails-section .col-md-3.leftsidenewship .col-md-12 {
    width: 100%;
    clear: both;
}   
    .classborderbotm .cargo-selector .left_circlesec {
        position:relative;
        }
    .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip {
    left: inherit;
    right: 0;
    top: 100%;
}
    /*start */
    .homepahehomecss .docvfile #DomType_1:checked + .Domdoc {
    color: #285084;
    background-image: url(/Content/NewHome/image/dov1.png);
}
    .homepahehomecss .docvfile #DomType_2:checked + .Dompcl {
    color: #285084;
    background-image: url(/Content/NewHome/image/parcel1.png);
}
      .homepahehomecss .docvfile #IntType_1:checked + .Intdoc {
    color: #285084;
    background-image: url(/Content/NewHome/image/dov1.png);
}
    .homepahehomecss .docvfile #IntType_2:checked + .Intpcl {
    color: #285084;
    background-image: url(/Content/NewHome/image/parcel1.png);
}
    /*End*/
    .cargo-selector .hovertooltip:after, .hovertooltip:before {
        left: inherit !important;
        right: 47px !important;
    }
        .classborderbotm .cargo-selector .left_circlesec {
        position:relative;
        }
        .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip.news {
        left: inherit;
        right: 0;
        top: 100%;
    }


    .logistic-solu-sec {
    float: left;
    width: 165px;
}
    .boxresultnres .rightrresult {
    padding-top: 70px;
    width: 57.666667%;
}
    .homepahehomecss .whychoosestep {
    position:relative;
    }
    .homepahehomecss .whychoosestep ul li{
            width: 22.5%;
            float:none;
           }
    .homepahehomecss .whychoosestep ul{
        text-align:center;
    }
       .headerss .cellnumber {
        width: 162px !important;
    }
       .headerss .registerid, .headerss .loginid {
        background: none;
    }
       .headerss .loginid {
        padding: 0px 10px 0px 7px;
    }
       .headerss .registerid {
        padding: 0px 10px 0px 10px;
    }
       
       .menucont ul.menumain li a {
        padding: 7px 11px;
        font-size: 14px;
    }
       .topheader .faelove {
        display: inline-block;
        padding: 6px 5px 0px 0px;
    }
       .topheader i {
        padding: 0px 2px;
    }
       body .topheader .topsocialh a i {
        font-size: 18px;
        padding: 4px;
    }
       body .topheader {
        padding: 4px 0px;
    }
       .topheader span {
        font-size: 14px;
    }
       .homepahehomecss .left_trackit {
        width: 48%;
        font-size: 24px;
       margin-top: 19px;
    }
        .homepahehomecss .left_trackit strong {
            font-size: 33px;
        }
        .homepahehomecss .needsin{
            font-size:15px;
        }
        .homepahehomecss .sliderhome .trackinputin input.required {
          max-width: 180px;
       }
        .homepahehomecss .sliderhome .container.boxonslider {
        top: -8px;
        padding-top: 0;
    }
        .homepahehomecss .sliderhome .container.boxonslider{
            max-width: 48%;
        }
        .tabnavi {
        padding-bottom: 0;
    }
        .homepahehomecss .radioin {
        float: none;
        display: inline-block;
    }
        .homepahehomecss .radiodomest{
            text-align:center;
        }
    .homepahehomecss .bookquoted .btn-quote {
    margin:10px 0px 0px;
    }
    .homepahehomecss .sliderhome {
        min-height: 739px;
    }
    .homepahehomecss .shapeimg {
        top: -133px;
    }
    .homepahehomecss .weofferwe .htwotitle {
        margin-bottom: 13px;
    }
    .homepahehomecss .htwotitle {
        font-size: 35px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #70c5e9;
        padding: 3px 20px;
        border-radius: 8px;
        margin-top: 30px;
        margin-bottom: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.35;
    }
    .homepahehomecss .htwotitle:hover {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(1.02);
        box-shadow: 0px 0px 10px 2px #268eba;
    }
    .homepahehomecss .weofferwe .liogistic {
        font-size: 20px;
        color: #204369;
        letter-spacing: 1px;
        padding-bottom: 35px;
    }
    .liogistic {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    .homepahehomecss .weofferwe .clcourier h2 {
        text-align: left;
        margin: 0;
        padding: 0 0 11px;
        color: #ffab48;
    }
        .homepahehomecss .weofferwe .clcourier {
        text-align: left;
        line-height: 20px;
        font-size: 15px;
        color: #242424;
    }
        .homepahehomecss .customeairplane {
        background: #77ccf2;
        color: #fff;
        line-height: 30px;
        font-size: 15px;
        padding: 40px 0px;
        margin:10px 0px;
    }
        .homepahehomecss .customedom {
        background: #fff;
        padding: 40px 0px;
        line-height: 30px;
        font-size: 15px;
    }
        .homepahehomecss .customedom h2 {
        color: #ffab48;
    }   
        .homepahehomecss .clcourier h2 {
        font-size: 35px;
        padding-bottom:10px;
        margin-bottom:0px;
    }
    .homepahehomecss .customedom {
        background: #fff;
        padding: 40px 0px;
        line-height: 30px;
        font-size: 15px;
    }
    .homepahehomecss .fastdeliveryi {
        background: #335090;
        color: #fff;
        text-align: center;
        padding: 40px 0px;
    }
    .homepahehomecss .fastdeliveryi h2 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        padding: 20px 0px 0px 0px;
    }
    .homepahehomecss .ourcorevalue {
        background: #edf7f9;
    }
    .homepahehomecss .ourcorevalue .whychoosestep {
        padding: 30px 0 0;
    }
    .homepahehomecss .whychoosestep ul {
    margin: 0px;
    padding: 0px;
}
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep1, 
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep3 {
    background: #54667a;
    color: #fff;
    margin-left: 0px;
    vertical-align:top;
}
    .homepahehomecss .ourcorevalue .img_strep {
    height: 74px;
}
    .homepahehomecss .ourcorevalue .whychoosestep ul li a {
    color: #fff;
    text-transform: none;
    font-weight: normal;
}
    .homepahehomecss .ourcorevalue .whychoosestep p {
    color: #fff;
    padding: 0 15px;
}
    .homepahehomecss .ourcorevalue .whychoosestep li {
    text-align: center;
    background: #edf7f9;
    border: 3px solid #54667a;
    color: #54667a;
    margin: 0 1%;
        width: 21.5%;
        vertical-align:top;
}
    .homepahehomecss .ourcorevalue .whychoosestep ul li.whystep2 a, 
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep4 q {
    color: #54667a;
}
    .homepahehomecss .ourcorevalue .whychoosestep .whystep2 p, 
     .homepahehomecss .ourcorevalue .whychoosestep .whystep4 p {
    color: #54667a;
}
    .customersays {
    padding: 30px 0 0 0;
    }
        .homepahehomecss .thebestone {
        background: url(../NewHome/image/weareone.jpg) no-repeat;
        min-height: 321px;
        clear: both;
    }
        .homepahehomecss .thebestone .htwotitle {
    font-weight: 100;
}
.title_arehtop {
    color: #dd1b3c;
   line-height: 70px;
    font-weight: 700;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    font-size:50px;
    float: none;
}
.title_areh {
    display: inline-block;
     line-height: normal;
    color: #fff;
    /* letter-spacing: 0.05em; */
    font-size:16px;
    text-transform: uppercase;
    text-align: center;
    float: none;
}
title-xlarge{
    text-align:center;
}
.homepahehomecss .freight_delivery {
    padding: 0px 0px 75px;
    position: relative;
    background: #fff;
}
.homepahehomecss .img_strep {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.35;
}
.homepahehomecss .img_strep:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.homepahehomecss .numbering {
    color: #3c3950;
    font-size: 104px;
    font-weight: bold;
    padding: 10px 0px 0px;
    letter-spacing: 5px;
}
.homepahehomecss .freights {
    text-align: center;
    color: #242332;
    font-weight: bold;
    font-size: 20px;
}
h1.achievementin {
    font-size: 28px;
}
img.img_strep {
    width: 100%;
}
.text_express ul li{
    padding: 0 0px 20px 18px;
}
 .destworking.col-md-7.float-left {
    font-size: 30px;
    width: 40%;
}
    .destworking.col-md-7.float-left span {
    font-size: 19px;
}
    .bg_shippaymt {
    padding: 10px 0px 0px;
    max-width: 664px;
    min-height: 66px;
    background-size: contain;
}
   input.gobtn {
    margin: 26px 24px 0 0px;
    border: 0px none;
}
  
   .bg_shippaymt label#gotrackstatus {
    margin-left: 252px !important;
}
    .bg_shippaymt .textfieldwrap {
    float: left;
    border: 0px none #ccc;
    width: 198px;
    height: 43px;
    margin-left: 340px;
}
    .whyonpont {
        font-size: 28px;
    }
    .howtopage .nav-tabs > li.active > a, .howtopage .nav-tabs > li.active > a:focus, .howtopage .nav-tabs > li.active > a:hover {
    border: 0px none;
    color: #f7ba2a;
    border-radius: 10px;
    color: #ffcc00;
    background-color: #f9f9f9;
    color: #23527c;
    height:100%;
}
    .howtopage .nav-tabs > li > a {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0;
    border: 0px none;
}
    .howtopage .nav-tabs > li {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: table-cell;
    float: left;
    font-size: 13px;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 155px;
    font-family: Verdana, Geneva, sans-serif;
    margin:6px 6px;
}
    .howtopage .tab-content img{
        max-width:100%;
    }
    body .howto-bannerscene {
        width: 663px;
        height: 341px;
    }
    .howtopage .nav-tabs > li a i {
    font-size: 17px !important;
    padding: 5px 0px 0px;
}
    body .howtopage .nav-tabs > li > a .round-tabs {
    padding: 0 5px;
    height: auto;
    text-align: center;
    display: block;
}
    .homepahehomecss .whychoosestep p{
        font-size:14px;
    }
    .img_strep:hover, h1.achievementin:hover, .homepahehomecss .img_strep:hover, .topic_talk:hover{
            transform: inherit !important;
    }
    .footerarea{
        padding-bottom:0px;
    }
    .footerbotom {
    background: rgba(0, 0, 0, 0.6);
    text-align:center;
   }
    
    .footerbotom .float-right ul.footersocial li {
    float: none;
    display: inline-block;
}
    .footerbotom .float-right ul.footersocial {
    text-align: center;
    width: 100%;
}
}

@media (max-width: 767px) {
    .formgroup.formgroup_bgcolor.senderdetails-section .row {
    margin: 0;
}
    .senderdetails-section .formgroupwrapir .formgrwraper .orderdtailil .col-md-12 {
    clear: both;
}
    .senderdetails-section button.btn.btn-primary, .senderdetails-section a.btn.btn-default {
    padding: 3px 9px;
    font-size: 14px;
    margin-top: 1px;
    height: auto;
        margin: 0px 2px;
}
    .senderdetails-section .formgroupwrapir .formgrwraper .namefield {
    width: 100%;
}
    .senderdetails-section .pickdtailil ul li label {
    width: 70%;
}
    .senderdetails-section .formgroupwrapir .formgrwraper .orderdtailil .namefield {
    width: 43%;
}
    .senderdetails-section .formgroupwrapir .formgrwraper .orderdtailil .label_fieldtxt {
    width: 56%;
    float: right;
}
    .senderdetails-section img {
    max-width: 100%;
    height: auto;
}
    .senderdetails-section .newship .itemcode tr {
    display: table-row;
}
    .senderdetails-section div#divUseAddBook-RECEIVER {
    margin-left: 12px;
}
    .senderdetails-section .newship .itemcode {
    padding: 10px;
    width: 100%;
    overflow: auto;
}
    .senderdetails-section .newship .itemcode th, .senderdetails-section .newship .itemcode td {
    display: table-cell;
    height: auto;
    white-space: nowrap;
}
    .senderdetails-section .formgroupwrapir .formgrwraper div#divUseAddBook-SENDER {
        margin-left: 12px;
    }
    .senderdetails-section .formfield.check-view .namefield {
    width: auto;
}
    .senderdetails-section .formfield .namefield {
    padding-right: 10px;
}
    .senderdetails-section .formfield {
        padding: 6px 10px 5px;
    }
    .senderdetails-section .col-md-6:nth-child(even) .namefield {
    width: auto;
    text-align: left;
    font-size: 14px;
}
   
    #myModalshipment .form-horizontal textarea {
    width: 90%;
    border: 1px solid rgb(169, 169, 169);
    margin: 10px 10px 0px;
}
    ul.autosrch {
    width:100%;
    }
    .box_result .usdtxt {
        width: 120px;
}
   .box_result .box_section .delivery_box td, .box_result .box_section .delivery_box th {
    display: table-cell !important;
}
     .footerbotom {
    background: rgba(0, 0, 0, 0.6);
    text-align:center;
   }
    .footerbotom .float-right {
    float: none !important;
    text-align: center;
    margin: 7px 0px 0px;
}
    .footerbotom .float-right ul.footersocial li {
    float: none;
    display: inline-block;
}
    .footerbotom .float-right ul.footersocial {
    text-align: center;
    width: 100%;
}
    .howto_section {
     padding: 3px 15px 15px 15px !important;
     top: 0 !important;
    margin-bottom: 50px !important;
   
}
    .howto-bannerscene{
        min-height: 180px !important;
    }
    .section1_bgyellow {
    min-height: 300px !important;
    }
    .slideInDown .col-md-12.classnumber .float-right {
    float: none !important;
    text-align:center;
}
    .slideInDown .col-md-12.classnumber .float-right .cellnumber, .slideInDown .col-md-12.classnumber .float-right .registerid, .slideInDown .col-md-12.classnumber .float-right .loginid {
    float: none;
    display: inline-block;
}
.classborderbotm .cargo-selector .left_circlesec {
        position:relative;
        }

             .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip.news {
                        left: inherit !important;
                        right: 0;
                        top: 100%;
                        width: 246px;
                        padding: 11px;
                        word-break: break-all;
                }
        .classborderbotm .left_circlesec .radiocontent .Qtooltip .hovertooltip {
            left: 0 !important;
         top: 100%;
        width: 246px;
        padding: 11px;
        word-break: break-all;
    }
    .cargo-selector .hovertooltip:after, .hovertooltip.news:before {
        left: inherit !important;
        right: 47px !important;
    }
    .cargo-selector .hovertooltip:after, .hovertooltip:before {
    left: 54px !important;
}
        .classborderbotm .cargo-selector .left_circlesec {
        position:relative;
        }
       



   
    .phone {
    background: url(../images/phone.png) no-repeat left;
}
    .emailaddress {
    background: url(../images/email.png) no-repeat left;
}
    .specialities.achievement .lorem_transparency{
        text-align:center;
    }
    .menucont .navbar-default .navbar-nav>li>a:focus, .menucont .navbar-default .navbar-nav>li>a:hover{
        margin:3px 0px;
    }
    .contactleftside{
        border-radius:10px;
            margin-bottom: 18px;
    }
    .whytem_wrapper .row.text-center.why_newin {
    padding: 0;
}
    .faq-mobiDiv {
    display: none;
}
    .img_strep:hover, h1.achievementin:hover, .homepahehomecss .img_strep:hover, .topic_talk:hover{
            transform: inherit !important;
    }
    .bg_shippaymt .diventerabove label#gotrackstatus {
    font-size: 11px !important;
    margin-left: 90px !important;
}
    #DivIntInsurance input.OnlyDecimal, #DivDomInsurance input.OnlyDecimal {
    
    margin-top: 10px !important;
}
    .homepahehomecss .docvfile #DomType_1:checked + .Domdoc{
    color: #285084;
    background-image: url("/Content/NewHome/image/dov1.png");
}

    .homepahehomecss #DomType_2:checked + .Dompcl {
    color: #285084;
    background-image: url("/Content/NewHome/image/parcel1.png");
}
    .homepahehomecss .docvfile #IntType_2:checked + .Intpcl {
    background-image: url(/Content/NewHome/image/parcel1.png);
    color: #285084;
}


    body .box_result .boxonslider .row.quote-form .nav {
    top: -38px;
    width: 100%;
    left: 0;
}
    .homepahehomecss .getstarted .outtitle {
    top: inherit;
    padding: 33px 0px 50px;
}
    .boxonslider .tabnavi {
    float: none;
    padding: 5px 0px 0px;
}
    .boxonslider .tabnavi ul li {
    float: none;
    display: inline-block;
}
    .logistic-solu-sec {
    float: none;
    width: 166px;
    display: inline-block;
    vertical-align: top;
}
    .logistic-solu-sec label#trackstatus {
    text-align: left;
    display: block;
    padding-left: 3px;
    font-size: 12px !important;
}
     .howtopage .nav-tabs > li a i {
    font-size: 17px !important;
    padding: 5px 0px 0px;
    display:inline-block;
}
    body .howtopage .nav-tabs > li > a .round-tabs {
    padding: 0 5px;
    height: auto;
    text-align: center;
        display: inline-block;
        width:auto;
}
    .howtopage .nav-tabs > li.active > a, .howtopage .nav-tabs > li.active > a:focus, .howtopage .nav-tabs > li.active > a:hover {
    border: 0px none;
    color: #f7ba2a;
    border-radius: 10px;
    color: #ffcc00;
    background-color: #f9f9f9;
    color: #23527c;
    height:100%;
}
    .howtopage .nav-tabs > li > a {
     width: 100%;
    display: block;
    position: relative;
    padding:10px;
    margin: 0;
    border: 0px none;
    text-align:left;
}
    .howtopage .nav-tabs > li {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    float: none;
    font-size: 13px;
    height: auto;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    margin:10px 0px;
}

    body .howto-bannerscene {
        width:270px;
        height: auto;
            background-size: contain;
    }
    .howtopage .tab-content img{
        max-width:100%;
    }
    
    .ourvisioni.our-section-man .col-md-3.col-sm-3 {
    float: none;
}
    .whyonpont {
    font-size: 20px;
    padding: 10px;
}
    .chosetitlei{
        font-size:20px;
        text-align:center;
    }
    .why_newin p {
    text-align:center;
    }
    .out_divresult .div_tabs .clonable .parcel-dimensions .valuelenth .form-group {
    padding: 0 4px;
  }
    .destworking.col-md-7.float-left {
    font-size: 30px;
    width: 100%;
        float: none !important;
}
    .destworking.col-md-7.float-left span {
    font-size: 19px;
}
    img.img_strep {
    width: 100%;
}
        .topheader span {
        font-size: 11px;
    }
        .topheader .pull-right.topsocialh a i {
        font-size: 13px;
    }
        .headerss .logo.col-md-3.col-sm-3 {
    width: 153px;
    margin:0 auto 10px;
}
         .headerss .registerid, .headerss .loginid {
        background: none;
    }
       .headerss .loginid {
        padding: 0px 10px 0px 10px;
    }
       .headerss .registerid {
        padding: 0px 10px 0px 10px;
    }
       
       .menucont ul.menumain li a {
        padding: 7px 11px;
        font-size: 14px;
    }
       .topheader .faelove {
        display:block;
        padding:2px 0px 0px;
    }
       .topheader i {
        padding: 0px 2px;
    }
       body .topheader .topsocialh a i {
        font-size: 18px;
        padding: 4px;
    }
       body .topheader {
        padding: 4px 0px;
    }
       .topheader span {
        font-size: 14px;
    }
       .homepahehomecss .left_trackit {
        width: 48%;
        font-size: 23px;
       margin-top: 19px;
    }
        .homepahehomecss .left_trackit strong {
            font-size: 33px;
        }
        .homepahehomecss .needsin{
            font-size:15px;
        }
        .homepahehomecss .sliderhome .trackinputin input.required {
          max-width: 160px;
          float:none;
          display:inline-block;
              vertical-align: top;
       }
    .homepahehomecss .trakbtn {
     float:none;
          display:inline-block;
    }
        .homepahehomecss .sliderhome .container.boxonslider {
        top: -8px;
        padding-top: 0;
    }
        .homepahehomecss .sliderhome .container.boxonslider {
        max-width: 100%;
        position: inherit;
        right: inherit;
        top: inherit;
    }
        .tabnavi {
        padding-bottom: 0;
    }
        .homepahehomecss .radioin {
        float: none;
        display: inline-block;
    }
        .homepahehomecss .radiodomest{
            text-align:center;
        }
    .homepahehomecss .bookquoted .btn-quote {
    margin:10px 0px 0px;
    }
    .homepahehomecss .sliderhome {
        min-height: 739px;
    }
    .homepahehomecss .shapeimg {
        top: -133px;
    }
    .homepahehomecss .weofferwe .htwotitle {
        margin-bottom: 13px;
    }
    .homepahehomecss .htwotitle {
        font-size: 24px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #70c5e9;
        padding: 3px 20px;
        border-radius: 8px;
        margin-top: 0px;
        margin-bottom:0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.35;
    }
    .homepahehomecss .htwotitle:hover {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(1.02);
        box-shadow: 0px 0px 10px 2px #268eba;
    }
    .homepahehomecss .weofferwe .liogistic {
        font-size: 20px;
        color: #204369;
        letter-spacing: 1px;
        padding-bottom: 35px;
    }
    .liogistic {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    .homepahehomecss .weofferwe .clcourier h2 {
        text-align: left;
        margin: 0;
        padding: 0 0 11px;
        color: #ffab48;
    }
        .homepahehomecss .weofferwe .clcourier {
        text-align: left;
        line-height: 20px;
        font-size: 15px;
        color: #242424;
    }
        .homepahehomecss .customeairplane {
        background: #77ccf2;
        color: #fff;
        line-height: 30px;
        font-size: 15px;
        padding: 40px 0px;
        margin:10px 0px;
    }
        .homepahehomecss .customedom {
        background: #fff;
        padding: 40px 0px;
        line-height: 30px;
        font-size: 15px;
    }
        .homepahehomecss .customedom h2 {
        color: #ffab48;
    }   
        .homepahehomecss .clcourier h2 {
        font-size: 30px;
        padding-bottom:10px;
        margin-bottom:0px;
    }
    .homepahehomecss .customedom {
        background: #fff;
        padding: 40px 0px;
        line-height: 30px;
        font-size: 15px;
    }
    .homepahehomecss .fastdeliveryi {
        background: #335090;
        color: #fff;
        text-align: center;
        padding: 40px 0px;
    }
    .homepahehomecss .fastdeliveryi h2 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        padding: 20px 0px 0px 0px;
    }
    .homepahehomecss .ourcorevalue {
        background: #edf7f9;
    }
    .homepahehomecss .ourcorevalue .whychoosestep {
        padding: 30px 0 0;
    }
    .homepahehomecss .whychoosestep ul {
    margin: 0px;
    padding: 0px;
}
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep1, 
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep3 {
    background: #54667a;
    color: #fff;
    margin-left: 0px;
    vertical-align:top;
}
    .homepahehomecss .ourcorevalue .img_strep {
    height: 74px;
}
    .homepahehomecss .ourcorevalue .whychoosestep ul li a {
    color: #fff;
    text-transform: none;
    font-weight: normal;
}
    .homepahehomecss .ourcorevalue .whychoosestep p {
    color: #fff;
    padding: 0 15px;
}
    .homepahehomecss .ourcorevalue .whychoosestep li {
    text-align: center;
    background: #edf7f9;
    border: 3px solid #54667a;
    color: #54667a;
    margin: 0 1%;
        width: 21.5%;
        vertical-align:top;
}
    .homepahehomecss .ourcorevalue .whychoosestep ul li.whystep2 a, 
    .homepahehomecss .ourcorevalue .whychoosestep li.whystep4 q {
    color: #54667a;
}
    .homepahehomecss .ourcorevalue .whychoosestep .whystep2 p, 
     .homepahehomecss .ourcorevalue .whychoosestep .whystep4 p {
    color: #54667a;
}
    .customersays {
    padding: 30px 0 0 0;
    }
        .homepahehomecss .thebestone {
        background:#000 url(../NewHome/image/weareone.jpg) no-repeat;
        min-height: inherit;
        clear: both;
        padding: 18px 0px;
    }
        .homepahehomecss .thebestone .htwotitle {
    font-weight: 100;
}
.title_arehtop {
    color: #dd1b3c;
   line-height:60px;
    font-weight: 700;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    font-size:45px;
    float: none;
    display:block;
}
.title_areh {
    display: inline-block;
     line-height: normal;
    color: #fff;
    /* letter-spacing: 0.05em; */
    font-size:16px;
    text-transform: uppercase;
    text-align: center;
    float: none;
}
title-xlarge{
    text-align:center;
}
.homepahehomecss .freight_delivery {
    padding: 0px 0px 75px;
    position: relative;
    background: #fff;
}
.homepahehomecss .img_strep {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.35;
}
.homepahehomecss .img_strep:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.homepahehomecss .numbering {
    color: #3c3950;
    font-size: 104px;
    font-weight: bold;
    padding: 10px 0px 0px;
    letter-spacing: 5px;
}
.homepahehomecss .freights {
    text-align: center;
    color: #242332;
    font-weight: bold;
    font-size: 20px;
}
    .cellnumber, .registerid, .loginid {
        float: left;
        width: 92px;
        padding: 0px 0px 0px 0px;
    }
    
    .registerid img, .cellnumber img, .loginid img {
    width: 100%;
}
    .headerss {
       padding: 0px 0 0;
    }
    .collapsed span {
    padding-left: inherit;
}
    .menucont .container {
        padding: 0;
    }
    .menucont .menumain {
         margin: 0;
         border-radius:0px;
             padding: 10px;
    }
    .menucont .navbar-default .navbar-toggle {
        background-color: #f8931d !important;
   }
    .menucont .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
    .navbar-toggle{
            margin-top: -2px;
    }
    .homepahehomecss .left_trackit {
        width: 100%;
        padding: 20px 10px;
        min-height: inherit;
        margin: 0;
        text-align:center;
    }
    .menucont {
        padding: 0px 0 0px;
    }
    .homepahehomecss .div_tabs {
    width: 96%;
    float: none !important;
    margin: 10px auto;
    display: block;
}
    .homepahehomecss .whychoosestep ul li.whystep1 {
     width: 100%;
    float: none;
}
    .homepahehomecss .whychoosestep ul li {
    width: 100%;
    margin: 5px 0px;
}
    .homepahehomecss .img_strep {
            margin: 26px 0px;
    }
    .homepahehomecss .ourcorevalue .whychoosestep li {
        float: none;
        width: 100%;
        margin: 5px 0px;
    }
    .homepahehomecss .thebestone .container {
    padding: 0;
}
    .homepahehomecss .thebestone .container .col-md-4.col-sm-4 {
    padding: 0;
}
    .weempowertear {
        font-size: 28px;
    }
    .weempower {
        font-size: 24px;
    }
    h1.achievementin {
        font-size: 24px;
    }
    .text_express ul li {
        padding: 0px;
        width: 100%;
        float: none;
    }
   .sliderhome .container {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
   .box_result .sliderhome .container.boxonslider {
    max-width: inherit;
    position: inherit;
    margin: 0 auto;
}
   .rightrresult.col-md-5.float-right {
    float: none !important;
}
   .rightrresult .sliderhome {
    float: none;
}
.box_result .rightrresult .homedomesticeform .nav-tabs.nav-justified > li {
    max-width: inherit;
    display: inline-block;
    width: 50%;
}
.box_result .rightrresult .homedomesticeform .nav-tabs.nav-justified > li a.fa.has-ripple {
    padding: 7px 0px;
}
.box_result .homedomesticeform .nav-tabs > li > a{
    margin-bottom:0px;
}
.footerarea{
    clear: both;
    display: block;
    padding-bottom:0px;
}
.bg_shippaymt {
    padding: 10px 0px 0px;
    max-width: 300px;
    min-height: 66px;
    background-size: contain;
}
   input.gobtn {
    margin: 4px 8px 0 0px;
    border: 0px none;
    padding: 3px 8px;
    font-size: 9px;
    border-radius: 5px;
}
  
  .bg_shippaymt label#gotrackstatus {
    margin-left: 1px !important;
}
  .bg_shippaymt .textfieldwrap {
    float: left;
    border: 0px none #ccc;
    width: 95px;
    height: 19px;
    margin-left: 144px;
    font-size: 10px;
    margin-top: 4px;
}
  .diventerabove p {
    float: right;
    max-width: 362px;
    font-size: 10px;
    color: #323232;
    margin-right:40px;
}
  .howtopage h3.head {
    font-size: 23px;
}
  body .calculation-boxright{
      width:74px;
  }
  body .calculation-boxleft {
    float: left;
    width: 155px;
}
  body .calcul-box{
      font-size:9px;
  }
  body .calculation-boxleft-bottom, body .calcul-boxnew{
      font-size:9px;
  }
  .howtopage h4{
          clear: both;
    padding: 20px 0px;
  }
  body .form-table .col-md-6.col-md-offset-3{
    width: 100%;
  }
}
}
}
}
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face{font-family:HelveticaTwoBQ-Bold;src:url(fonts/HelveticaTwoBQ-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/HelveticaTwoBQ-Bold.otf) format('opentype'),url(fonts/HelveticaTwoBQ-Bold.woff) format('woff'),url(fonts/HelveticaTwoBQ-Bold.ttf) format('truetype'),url(fonts/HelveticaTwoBQ-Bold.svg#HelveticaTwoBQ-Bold) format('svg');font-weight:400;font-style:normal}@font-face{font-family:HelveNueThin;src:url(../fonts/HelveNueThin.eot?#iefix) format('embedded-opentype'),url(../fonts/HelveNueThin.woff) format('woff'),url(../fonts/HelveNueThin.ttf) format('truetype'),url(../fonts/HelveNueThin.svg#HelveNueThin) format('svg');font-weight:400;font-style:normal}@font-face{font-family:HelveNueThin;src:url(../fonts/HelveNueThin.woff2) format('woff2'),url(../fonts/HelveNueThin.woff) format('woff');font-weight:100;font-style:normal}.rowcolmm_clr .usersave{float:left;padding:0 0 0 10px;width:27%;height:99px}.rowcolmm_clr .userlaa{color:#999;float:left;text-align:right;width:100%}.rowcolmm_clr .r3_counter_box h5{font-size:2.5em;color:#000;float:none;text-align:right;line-height:39px;margin:0}.rowcolmm_clr .grow{float:left;left:0;line-height:29px;padding:0 8px;position:relative;top:auto;width:100%;display:block;font-size:12px;text-transform:uppercase}.rowcolmm_clr .stats{background:rgba(0,0,0,0);border:0;float:right;padding:15px 10px 0 0;width:68%}.labelinvoice,.slacetop{float:left}.totalboking{background:#8f5ca9;border-radius:100%;width:70px;height:70px;color:#fff;margin:15px 0 0}.totalboking.exch{background:#ed5637}.totalboking.exch1{background:#375b97}.totalboking.exch2{background:#9157ab}.colsmdscreen .widget:nth-child(2n+1) .r3_counter_box .totalboking .fa{color:#fff}.totalboking .fa{font-size:2.1em;color:#fff;line-height:70px!important;height:auto}.agentsdasiboard .activity_box.activity_box2 h3{border-bottom:2px solid #ececec;margin-bottom:0;background:#00bcd4;color:#fff}body .agentsdasiboard div.bd-example table.table th{padding:8px!important;font-size:12px}.agentsdasiboard .activity_box.activity_box2 h3.horders{background:#8bc34a;color:#fff}.agentsdasiboard .activity_box.activity_box2 h3.horders2{background:#ffb84a;color:#fff}.agentsdasiboard .activity_box.activity_box2 h3.horders3{background:#f44336;color:#fff}.box_section label.records{font-size:12px;margin-left:0!important}.activity_box.activity_box2 h3,.box_shadowtxt h2{font-family:HelveticaTwoBQ-Bold;font-size:20px;text-transform:uppercase}.redcolor a.cart_title i.fa{margin-right:4px;display:inline-block}.accmanagent .label_fieldtxt .belowtxtinput,.hoverblock{display:none}.accmanagent .x_content.portlet-body{margin-top:30px}.accmanagent .pmd-card-actions .btn.pmd-btn-fab{outline:0;color:#fff;padding:6px 0}.accmanagent .pmd-card-actions{padding:8px 16px}.accmanagent .pmd-card-title{padding:0}.accmanagent .class_boxesaddres .pmd-z-depth{box-shadow:0 2px 1px #f8931d;border-radius:10px;overflow:hidden}.accmanagent .pmd-card-subtitle-text{opacity:.7;padding:10px 20px 0!important}.accmanagent .btn.btn-info{background:#f8931d;border-color:#f8931d}.accmanagent .table-cell.label-section,.box_shadowtxt h2,.frontdashboard .box_result .box_section .delivery_box th{background:#686c74}.submitbtn a,.submitbtn button{border:0;border-radius:10px}.accmanagent ul.nav.nav-tabs{margin-bottom:20px}.accmanagent .container_personal{box-shadow:0 0 0 rgba(0,0,0,.1)}.accmanagent .container_personal .label_fieldtxt.adress_details .inputtext{margin-bottom:15px}.accmanagent .container_personal .label_fieldtxt.adress_details{padding-bottom:0}.accmanagent .form-horizontal .map_officeaddress .control-label{padding:4px 0}.mytrans_details.agentsdasiboard .box_shadowtxt{border:0;border-radius:10px;margin-bottom:10px;margin-top:0;overflow:hidden;padding-bottom:10px;box-shadow:0 0 0 #f8931d}.box_shadowtxt h2{color:#fff;padding:13px 19px 11px}.agentsdasiboard .customdashbord .top_dasboxes{padding:0 25px;margin-top:29px}div.agentsdasiboard .top_dasboxes .r3_counter_box{overflow:hidden;border-radius:0;border:2px solid #ececec;box-shadow:0 0 0 #ccc}.agentsdasiboard .colsmdscreen .grow{background:#fbfbfb;border-top:2px solid #ececec;color:#555}.agentsdasiboard .opportunitychart{border:2px solid #ececec;margin-bottom:25px}div.agentsdasiboard div.activity_box.activity_box2{margin:20px 0;overflow:hidden;border-radius:0;border:2px solid #ececec;box-shadow:0 0 0 #34495e;padding-bottom:0}.agentsdasiboard .graphs.colsmdscreen div.widget,.agentsdasiboard table.jambo_table{margin-bottom:0}.activity_box.activity_box2 h3{background:#686c74;color:#fff;padding:13px 19px 11px;text-transform:none}.activity_box.activity_box2 td,.activity_box.activity_box2 td a{word-wrap:break-word;color:#73879c}.activity_box.activity_box2 td{font-size:12px}.mytrans_details.accmanagent .container_personal.customsec{padding:0}.homepage .myorderpage .container{width:100%;max-width:100%;padding-top:60px;padding-bottom:60px}.myorderpage table.table .labelinvoice{margin-bottom:5px;color:#fff}.myorderpage table.table .labelinvoice:hover{color:#fff}.slacetop{padding:0 5px}.myorderpage table.table .formin{background:0 0;max-width:115px;font-size:10px;font-weight:400;border:0;color:#555}.myorderpage table.table .formin::-moz-placeholder{color:#555}body div.myorderpage table.table th{border:0;border-bottom:2px solid #ddd!important;vertical-align:middle;color:#5a5a5a;text-shadow:-1px 0 1px rgba(0,0,0,.1);font-size:14px;padding:0!important}.myorderpage table.table th a{color:#5a5a5a}.myorderpage table.table tr{border:0;border-bottom:1px solid #ddd}.myorderpage table.table tr td{border:1px solid #e7ecf1;border-top:1px solid rgba(245,245,245,.3);border-bottom:1px solid rgba(220,220,220,.5);font-size:13px;padding:10px!important;color:#000}.myorderpage table.table tr.odd td,.transactionside table tr td{font-size:12px;word-wrap:break-word}.myorderpage table.table tr.odd td{background-color:#f9f9f9;border-bottom:1px solid #ddd}.frontdashboard table tr a,.frontdashboard table.table th,.transactionside table tr th a,div.transactionside table tr th{color:#5a5a5a;font-size:14px;font-weight:600}div.transactionside table tr th{padding:8px;border-bottom:1px solid #ccc;border-top:1px solid #ccc!important;background:linear-gradient(to bottom,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%) rgba(0,0,0,0)}.transactionside table tr.table-search-bar th{background:#fff;border-bottom:0 none!important}.frontdashboard table.table th{padding:8px;border-bottom:1px solid #ccc;border-top:1px solid #ccc!important;background:linear-gradient(to bottom,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%) rgba(0,0,0,0)}.frontdashboard table tr.table-search-bar th{background:#fff!important;border-bottom:0 none!important}.frontdashboard table.table{border:0;border-radius:0;box-shadow:0 2px 0 #f8931d;margin-bottom:10px;margin-top:0;padding-bottom:10px;overflow:hidden;border-left:1px solid #ddd;border-right:1px solid #ddd}.frontdashboard table.table td a{word-wrap:break-word;color:#428bca;font-weight:400}.myorderpage table.table tr.even td{background-color:#fff;font-size:12px;word-wrap:break-word}.myorderpage table.table tr.odd:hover td{background-color:#f1f1f1}.myorderpage table.table tr.even:hover td{background-color:#f2f2f2}.myorderpage table.table a{color:#428bca}.myorderpage table.table a:hover{color:#2a6496;text-decoration:underline}.myorderpage table.table td.phonenu a{color:#2a6496}.myorderpage table.table{table-layout:fixed;color:#5a5a5a;border:1px solid #ddd}a.cart_title{font-size:12px}.myorderpage table.table td .redcolor{position:relative}.hoverblock{background:#fff;border:1px solid #ccc;box-shadow:1px 3px 7px #ccc;color:#555;padding:10px;position:absolute;right:-270px;top:-43px;width:300px;z-index:111}.myorderpage table.table .redcolor:hover .hoverblock{display:block}.myorderpage table.table .input-group{width:100%;margin:0}.myorderpage table.table .input-group .form-control{font-size:11px;font-weight:100;color:#555;padding:0 3px}.myorderpage table.table .input-group a.btn.btn-default{margin:0;padding:8px 8px 7px;font-size:12px;border-left:0;background:#686c74}@media only screen and (max-width:1500px){body div.myorderpage table.table th{font-size:12px;padding:8px!important}body div.myorderpage table.table td{font-size:11px;padding:8px!important}}body div.myorderpage.manage_shipnent table.table th{padding:8px!important}.box_result .no-padding{padding:0}.div_tabs .clonable .parcel-dimensions .valuelenth .form-group{margin-bottom:15px;width:50%}.div_tabs .clonable .parcel-dimensions .valuelenth .input-group{width:100%}.dashright .input-group.newkg input.form-control:first-child{width:79%;width:57%}.dashright .div_tabs .clonable .hidden-xs.text-hrxs{padding:30px 15px 15px}.myorderpage table.table .dynamicPager a,.myorderpage table.table .input-group a.btn.btn-default .fa.fa-search{color:#fff}.myorderpage.manage_shipnent table.table .dynamicPager a{margin:0 3px;padding:6px 12px;background:#5d5d5d;border-color:#5d5d5d}.dynamicPager a.page-number.btn.btn-default{background:#666!important;border-color:#666!important}.dynamicPager a.page-number.btn.btn-default:hover{text-decoration:underline}.mytrans_details table.table .input-group a.btn.btn-default{margin:0;padding:8px 8px 7px;font-size:12px;border-left:0;background:#686c74;border-color:#ccc}.dynamicPager a.active,.myorderpage table.table .dynamicPager a.active,.dynamicPager a.page-number.btn.btn-default.active{background:#ccc!important}body div.myorderpage table.table .table-search-bar th{padding:8px!important}.manage_shipnent.myorderpage table.table tr td{font-size:12px}.manage_shipnent div.panel.account-with-nav-tabs{margin-top:0}.dashright select.form-control{height:42px;width:100%}.frontdashboard .dashright .form-group input.form-control{height:44px;width:100%}.input_group_addon{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-color:#eee;border-color:#ccc #ccc #ccc -moz-use-text-color;border-image:none;border-radius:0 4px 4px 0;border-style:solid solid solid none;border-width:1px 1px 1px 0;color:#555;display:inline-block;font-size:14px;font-weight:400;padding:11px 14px;text-align:center}.dashright .form-group strong{color:#fff;display:block;font-size:16px;font-weight:100;padding-bottom:10px}.dashright .box_result form.form-signin .form-group .btn-danger{background:#f8931d;border:1px solid #f8931d;border-radius:48px;font-size:20px;font-weight:100;top:56px;right:21px}.dashright .box_result form.form-signin .valuelenth .form-group .btn-danger{top:auto;right:auto;margin:0}.frontdashboard{background:#fff}html{overflow:visible!important}body .box_result .boxonslider .row.quote-form .nav{top:-42px}.cal1,.col_2,.copy,.frontdashboard .dashright #chart,.frontdashboard .dashright .activity_box,.frontdashboard .dashright .banner-bottom-video-grid-left,.frontdashboard .dashright .bs-example1,.frontdashboard .dashright .bs-example4,.frontdashboard .dashright .bs-example5,.frontdashboard .dashright .cloud,.frontdashboard .dashright .content-box-wrapper,.frontdashboard .dashright .editor,.frontdashboard .dashright .grd_tble,.frontdashboard .dashright .grid_1,.frontdashboard .dashright .grid_3,.frontdashboard .dashright .map_container,.frontdashboard .dashright .no-padding,.frontdashboard .dashright .online,.frontdashboard .dashright .panel-body1,.frontdashboard .dashright .panel_2,.frontdashboard .dashright .r3_counter_box,.frontdashboard .dashright .skills-info,.frontdashboard .dashright .stats-info,.frontdashboard .dashright .weather_list,.frontdashboard .dashright .widget_middle_left_slider,.span_6{box-shadow:0 0 0 0 rgba(0,0,0,.2)}.frontdashboard .dashright .container .homedomesticeform{max-width:100%}.mytrans_details.trackingnumberamex .box_shadowtxt .custom{margin-bottom:0;max-width:100%}.mytrans_details.trackingnumberamex .container_personal.create_shipment{padding:0;max-width:100%;max-width:836px;max-width:1167px}.mytrans_details.trackingnumberamex .formgrwraper{padding:0 20px}.trackingnumberamex .namefieldonk label{font-size:14px}.trackingnumberamex .namefieldon{font-size:14px;text-align:right}.mytrans_details .box_shadowtxt .custom.panel h2{background:#686c74;color:#fff;font-size:20px;padding:13px 19px 11px;font-family:HelveticaTwoBQ-Bold;text-transform:uppercase}.mytrans_details .box_shadowtxt .custom{border:0;border-radius:10px;margin-bottom:10px;padding-bottom:10px;overflow:hidden;margin-top:0}.mytrans_details .panel-body{padding:0}.mytrans_details .form-group span.form-inline select.form-control.pagging-select{margin:0 15px}.mytrans_details .container_personal.create_shipment{max-width:100%;padding:0 0 10px;border:0;box-shadow:0 2px 1px #f8931d;border-radius:10px;margin-bottom:10px;overflow:hidden;margin-top:0}.mytrans_details .btn.btn-default{margin:0 25px;padding:10px 40px;border-color:#f8931d;background:#f8931d}.transindtail.mytrans_details .btn.btn-default{margin:0;background:#5d5d5d;padding:6px 7px;border-color:#5d5d5d}.transindtail.mytrans_details .btn.btn-default.active{background:#ddd;border-color:#ddd}.mytrans_details .label_fieldtxt{padding:9px 2% 5px 0}.custom-table-res .table-search-bar .input-group{width:100%}body{color:#73879c}a{text-decoration:none;color:#000}.form-group{margin-bottom:10px}.form-control{border-radius:0;line-height:22px;width:100%;color:#2A3F54}.btn{border-radius:3px}.btn-warning{background:#f8931d;border-color:#f8931d}.btn-warning:hover{background:#607487;border-color:#405467}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{background-color:#686c74!important;border-color:#686c74!important;color:#FFF!important}.custom-table-res .input-group{margin:0;display:table;float:none;width:70%}.custom-table-res .table>thead>tr.table-search-bar>th{border:0!important}.custom-table-res .table>thead>tr>th{border:0!important;border-left:1px solid #fff!important;border-right:1px solid #d1d5d9!important;color:#565656;font-size:12px;font-weight:600}.custom-table-res .table>thead{border:0 #00aec1!important}.custom-table-res table.jambo_table thead th a{text-decoration:none!important}.pagging-select{background:#fff;border:1px solid #ccc;border-radius:3px;color:#000;font-weight:400;padding:4px 8px}.custom-table-res .table-search-bar{background:#fff;border-bottom:1px solid #ccc!important;border-left:0 none #FCF8E3!important;border-right:0 none #FCF8E3!important}table.jambo_table{border:1px solid #eee;background:#fff}table.jambo_table tbody td,table.jambo_table thead th{padding:5px 10px 3px}table.jambo_table thead th a.asc-desc{background:url(../images/asc-dsc1.png) right 6px no-repeat;padding-right:21px}table.jambo_table thead th a.asc{background:url(../images/asc-dsc.png) right 7px no-repeat;padding-right:21px}table.jambo_table thead th a.desc{background:url(../images/asc-dsc.png) right -28px no-repeat;padding-right:21px}table.jambo_table thead th a:not(.btn){color:#565656!important;font-size:12px;font-weight:600}table.jambo_table thead th a.btn{border:1px solid #ccc;border-radius:0 5px 5px 0!important}table.jambo_table thead th .input-group .form-control{padding:6px 10px;border:1px solid #ccc;border-radius:5px 0 0 5px;color:#000;font-weight:400}table.jambo_table thead{color:#ECF0F1;background:rgba(243,242,242,1);background:-moz-linear-gradient(top,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(243,242,242,1)),color-stop(100%,rgba(224,225,229,1)));background:-webkit-linear-gradient(top,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%);background:-o-linear-gradient(top,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%);background:-ms-linear-gradient(top,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%);background:linear-gradient(to bottom,rgba(243,242,242,1) 0,rgba(224,225,229,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f2',endColorstr='#e0e1e5',GradientType=0)}table.jambo_table tbody tr td{border:1px solid #e7ecf1;border-top:1px solid rgba(245,245,245,.3);border-bottom:1px solid rgba(220,220,220,.5);font-size:13px;padding:10px!important;color:#000}a.fa.fa-search,a.fa.fa-times,table.jambo_table tbody tr td a{color:#08c}table.jambo_table tbody tr:hover td{background:#f2f6f9;border-top:1px solid rgba(38,185,154,.11);border-bottom:1px solid rgba(38,185,154,.11)}table.jambo_table tbody tr.selected{background:rgba(38,185,154,.16)}table.jambo_table tbody tr.selected td{border-top:1px solid rgba(38,185,154,.4);border-bottom:1px solid rgba(38,185,154,.4)}@media (max-width:1900px){body .box_result .boxonslider .row.quote-form .nav{top:-38px}}@media (max-width:1771px){.mytrans_details .box_shadowtxt .custom.panel h2{font-size:16px}.dashright .input-group.newkg input.form-control:first-child{width:53%}div.dashright select.form-control{height:34px;font-size:11px}.frontdashboard .dashright .form-group input.form-control{height:34px}.dashright .box_result form.form-signin .form-group .btn-danger{font-size:14px;top:41px}}@media (max-width:1179px){.custom-table-res .table>thead>tr>th{padding:8px!important}}.capitalize{text-transform:capitalize}

@import url(lesshat);.star-ratings-css,.star-tracking-css{unicode-bidi:bidi-override;height:25px;margin:0 auto;text-shadow:0 1px 0 #a2a2a2}.star-ratings-css-top,.star-tracking-css-top{top:0;left:0;overflow:hidden;padding:0;display:block}.star-ratings-css{color:#c5c5c5;font-size:25px;width:100px;position:relative;padding:0}.star-ratings-css-top{color:#e7711b;position:absolute;z-index:1}.star-ratings-css-bottom{padding:0;display:block;z-index:0}.star-tracking-css{color:#c5c5c5;font-size:30px;width:90px;position:relative;padding:0}.star-tracking-css-top{color:#00ff90;position:absolute;z-index:1}.star-tracking-css-bottom{padding:0;display:block;z-index:0}
.cd-section, .faq_ban h1 {
	padding: 0;
	position: relative
}

.calcul-boxnew, .cd-section, .faq_ban, .faq_ban .content-ban, .faq_ban h1, .howto-bannerscene, .howto-iconitem, .howto_section {
	position: relative
}

@font-face {
	font-family: HelveticaTwoBQ-Bold;
	src: url(../fonts/HelveticaTwoBQ-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaTwoBQ-Bold.otf) format('opentype'), url(../fonts/HelveticaTwoBQ-Bold.woff) format('woff'), url(../fonts/HelveticaTwoBQ-Bold.ttf) format('truetype'), url(../fonts/HelveticaTwoBQ-Bold.svg#HelveticaTwoBQ-Bold) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HelveNueThin;
	src: url(../fonts/HelveNueThin.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveNueThin.woff) format('woff'), url(../fonts/HelveNueThin.ttf) format('truetype'), url(../fonts/HelveNueThin.svg#HelveNueThin) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: HelveNueThin;
	src: url(../fonts/HelveNueThin.woff2) format('woff2'), url(../fonts/HelveNueThin.woff) format('woff');
	font-weight: 100;
	font-style: normal
}

.faq_ban {
	width: 100%;
	left: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	margin-top: 0
}
video:focus{outline:none;}
.cd-section {
	min-height: 100%
}

.section1_bgyellow {
	min-height: 653px;
	background: #7fceef
}

.faq_ban .content-ban {
	width: 100%;
	display: inline-block;
	top: 63px
}

.faq_ban h1 {
	-webkit-transform: translate(0, -30px);
	-moz-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	-o-transform: ttranslate(0, -30px);
	transform: translate(0, -30px);
	font-size: 36px;
	color: #323232;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
	margin-top: 0 !important;
	z-index: 9
}
.truck_img_tab{display:none;}
.howto-bannerscene {
	width: 913px;
	height: 151px;
	margin: 0 auto;
	display: block;
	text-align: center;
	overflow: hidden;
	top: 0;
	background: url(../image/howto.jpg) center top no-repeat;
	min-height: 400px
}

.faq_ban .outtitle {
	color: #000
}

.box_howtobelow {
	background: #4bace5;
	padding: 50px 0 30px;
	height: 239px;
	float: left;
	width: 100%;
	box-shadow: 0 28px 30px #0b70ab
}

.howto_section {
	background: #fff;
	box-shadow: 0 13px 14px #555;
	padding: 3px 15px 15px;
	border-radius: 10px;
	top: -150px
}

.specialities.howtopage {
	padding-bottom: 0;
	clear: both
}

.howtopage .tab-pane {
	padding-bottom: 50px;
	float: left;
	width: 100%
}

.parcelon {
	font-size: 16px;
	font-style: italic;
	color: #d40511;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 15px
}

.howtopage h3.head {
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 30px
}

.howtopage h4 {
	color: #d40511;
	padding: 0;
	margin-top: 0
}

.calcul-box, .calcul-boxnew, .calculation-boxleft-bottom, .calculation-boxright {
	color: #323232;
	font-size: 15px
}

.howto_img2i {
	padding-bottom: 25px;
	padding-top: 20px
}

.calculation-boxright {
	float: left;
	line-height: 20px;
	width: 125px;
	padding: 23px 0 0 10px
}

.calcul-boxnew {
	border: 0;
	font-weight: 700;
	line-height: 20px;
	top: -10px;
	width: 100%
}

.calcul-boxnew::-moz-placeholder {
	color: #323232;
	text-align: center
}

.calculation-boxleft {
	float: left;
	width: 257px
}

.calculation-boxleft-top {
	border-bottom: 2px solid #323232;
	float: left;
	width: 100%
}

.calculation-boxleft-bottom {
	float: left;
	font-weight: 700;
	line-height: 15px;
	padding: 12px;
	text-align: center;
	width: 100%
}

.calcul-box {
	background-color: transparent;
	border: none;
	font-weight: 700;
	line-height: 20px;
	width: 100%;
	text-align: center
}

.calculation-box {
	padding: 30px 0 0
}

a:focus, a:hover {
	color: #333;
	outline: 0;
	text-decoration: none
}

.howtopage .nav-tabs>li>a .round-tabs {
	color: #323232;
	display: table-cell;
	float: none;
	font-size: 12px;
	font-weight: 700;
	height: 62px;
	padding-left: 10px;
	line-height: 1.2;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	vertical-align: middle
}

.howtopage .nav-tabs>li a:hover .fa, .howtopage .nav-tabs>li a:hover .round-tabs, .howtopage .nav-tabs>li.active a .round-tabs, .howtopage .nav-tabs>li.active>a .fa {
	color: #f9941e
}

.howtopage .btn-success, .howtopage .btn-success.focus, .howtopage .btn-success:focus, .howtopage .btn-success:hover {
	background: #2795d0;
	color: #fff
}

.howtopage .btn-success {
	border-color: #2795d0;
	padding: 10px 20px;
	text-transform: uppercase
}

.howtopage .btn-success.active:not(:disabled):not(.disabled), .howtopage .btn-success:active:not(:disabled):not(.disabled), .howtopage .show>.btn-success.dropdown-toggle {
	background: #2795d0;
	color: #fff;
	border-color: #2795d0
}

.howtopage .tab-pane ul {
	padding: 15px 0 15px 12px
}

.howtopage .tab-content {
	font-weight: 100;
	font-family: Verdana, Geneva, sans-serif
}

.howto-iconitem {
	background-color: #2795d0;
	border-radius: 50%;
	box-shadow: 0 4px 10px #888;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 70px;
	padding: 5px;
	text-align: center;
	width: 70px
}

.howto-icon .howto-iconitem {
	margin-bottom: 5px
}

.howto-icon .howto-iconitembox {
	padding: 10px 0 5px
}

span.removecursor {
	cursor: default
}

.howto-iconitembox {
	display: inline-block;
	padding: 10px 0 20px;
	width: 100%
}

.howto-iconitem .clearfix {
	color: #000;
	font-weight: 100;
	display: flex;
	font-size: 13px;
	height: 62px;
	line-height: 15px;
	padding: 15px 5px
}
.track_order_fix{
	position: fixed !important;
    right: 0;
    top: 30%;
    z-index: 9999 !important;
	}
@media (min-width:769px) {
	.homepahehomecss .whychoosestep ul li a:hover, .menumain li a, .tabnavi ul li a:hover {
		text-decoration: none
	}

	.faq-mobiDiv {
		display: none
	}

	@-moz-keyframes pulse {
		from, to {
			-moz-transform: scale(1);
			opacity: .75
		}

		50% {
			-moz-transform: scale(1.2);
			opacity: 1
		}

	}

	@keyframes pulse {
		from, to {
			transform: scale(1);
			opacity: .75
		}

		50% {
			transform: scale(1.2);
			opacity: 1
		}

	}

	@-webkit-keyframes pulse {
		from, to {
			-webkit-transform: scale(1);
			opacity: .75
		}

		50% {
			-webkit-transform: scale(1.2);
			opacity: 1
		}

	}

	@keyframes howtobganimBg {
		0% {
			background-position-y: 0
		}

		100% {
			background-position-y: -21140px
		}

	}

	@keyframes openacbganimBg {
		0% {
			background-position-y: 0
		}

		100% {
			background-position-y: -30200px
		}

	}

	.slidertabimg {
		padding: 20px;
		text-align: right
	}

	.slidertabimg img {
		max-width: 100%
	}

	.headerss div.container, .homepahehomecss div.container, .menucont div.container, .newlayouthotot .container, .sliderhome .container, .topheader div.container, div.container {
		max-width: 1170px
	}

	.howtopage .nav-tabs>li:hover {
		box-shadow: 0 7px 8px 2px rgba(0, 0, 0, .2);
		background-color: #f9f9f9;
		color: #fc0
	}

	.howtopage .nav-tabs>li {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 7px 8px 2px rgba(0, 0, 0, .07);
		cursor: pointer;
		display: table-cell;
		float: left;
		font-size: 13px;
		height: 60px;
		margin-left: 3px;
		padding: 0;
		position: relative;
		text-align: center;
		transition: all .5s ease-in-out 0s;
		width: 155px;
		font-family: Verdana, Geneva, sans-serif
	}

	.howtopage .nav-tabs {
		border: 0;
		position: relative;
		top: -36px
	}

	.howtopage .nav-tabs>li.active>a, .howtopage .nav-tabs>li.active>a:focus, .howtopage .nav-tabs>li.active>a:hover {
		border: 0;
		border-radius: 10px;
		box-shadow: 0 7px 8px 2px rgba(0, 0, 0, .2);
		background-color: #f9f9f9;
		color: #23527c
	}

	.howtopage .nav-tabs>li>a:hover {
		border: 0
	}

	.howtopage .nav>li>a:focus, .howtopage .nav>li>a:hover {
		border: 0;
		background: 0 0
	}

	.howtopage .nav-tabs>li>a .fa {
		margin: 15px 0 0 8px;
		float: left;
		font-size: 25px
	}

	.howtopage .nav-tabs>li>a {
		float: left;
		width: 100%;
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
		border: 0
	}

	.howtopage .nav-tabs>li>a span {
		float: left;
		width: 78%;
		top: -3px;
		position: relative;
		text-align: left
	}

	.radiocontent {
		color: #000
	}

	.newlayouthotot .containerslider {
		max-width: 1170px;
		margin: auto;
		padding: 15px
	}

	.homedomesticeform .form-control, body .homepahehomecss .container img {
		max-width: 100%
	}

	.img_strep {
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .35
	}

	.img_strep:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	html body {
		font-family: Roboto, sans-serif;
	}

	{
		letter-spacing: 1px;
		font-family: Montserrat, sans-serif
	}

	.homepahehomecss .weofferwe .clcourier h2, .liogistic, html body .homepahehomecss {
		font-family: Roboto, sans-serif
	}

	.homepahehomecss .customeairplane, .homepahehomecss .customedom, .homepahehomecss .weofferwe {
		font-family: Roboto, sans-serif;
		font-weight: 100
	}

	.liogistic {
		font-weight: 300
	}

	.homepahehomecss .ourcorevalue .whychoosestep ul li a, body .homepahehomecss h2 {
		font-family: 'Open Sans', sans-serif
	}

	body .homepahehomecss h2 {
		font-family: Roboto, sans-serif;
		font-weight: 400
	}

	body .homepahehomecss {
		font-family: Lato, sans-serif;
		font-family: Roboto, sans-serif
	}

	.classnumber, .footerarea, .getquote_wrap h2, .homepahehomecss .htwotitle, .homepahehomecss .left_trackit, .homepahehomecss .whereareu, .hometitl1, .hometitle, .menumain, .outtitle, .technology {
		font-family: Roboto, sans-serif
	}

	.menucont {
		background: #f88d10;
		padding:7px 0 8px
	}

	#IntType_1:checked+.Intdoc, #IntType_2:checked+.Intpcl, .Intdoc, .Intpcl, .homepahehomecss .docvfile .Intpcl {
		background-repeat: no-repeat
	}

	.homepahehomecss .AlrtMSG {
		display: none
	}

	.DomCourierType, .IntCourierType {
		display: none !important
	}

	.homepahehomecss .docvfile #IntType_1:checked+.Intdoc, .homepahehomecss .docvfile #IntType_2:checked+.Intpcl {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		color: #285084
	}

	.homepahehomecss .docvfile .Intdoc {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		color: #5e5e5f
	}

	.IntCourierType+label {
		opacity: 1
	}

	.Intdoc {
		background-image: url(/Content/NewHome/image/dov.png);
		cursor: pointer
	}

	.Intpcl {
		background-image: url(/Content/NewHome/image/parcel.png);
		cursor: pointer
	}

	#IntType_1:checked+.Intdoc {
		background-image: url(/Content/NewHome/image/dov1.png);
		cursor: pointer
	}

	#IntType_2:checked+.Intpcl {
		background-image: url(/Content/NewHome/image/parcel1.png);
		cursor: pointer
	}

	.homepage .form-signin label {
		padding: 70px 0 0;
		width: 70px
	}

	.label_item {
		opacity: .1
	}

	.fa-question-circle {
		color: grey
	}

	.DomCourierType+label {
		opacity: 1 !important
	}

	.docparcel .docvfile .label_item {
		padding: 9px 0 0 46px;
		float: left
	}

	.homepahehomecss .docvfile .Intpcl {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		background-image: url(/Content/NewHome/image/parcel.png);
		color: #5e5e5f
	}

	.homepahehomecss .docvfile #DomType_1:checked+.Domdoc {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		background-image: url(/Content/NewHome/image/dov1.png);
		background-repeat: no-repeat;
		cursor: pointer;
		color: #285084;
		float: left
	}

	.homepahehomecss .Domdoc, .homepahehomecss .docvfile .Dompcl {
		color: #5e5e5f;
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		background-repeat: no-repeat;
		cursor: pointer
	}

	.homepahehomecss .docvfile .Dompcl {
		background-image: url(/Content/NewHome/image/parcel.png);
		float: left
	}

	.homepahehomecss .Domdoc {
		background-image: url(/Content/NewHome/image/dov.png)
	}

	.homepahehomecss #DomType_2:checked+.Dompcl {
		width: 40px;
		height: 39px;
		background-size: 40px 39px;
		background-image: url(/Content/NewHome/image/parcel1.png);
		background-repeat: no-repeat;
		cursor: pointer;
		color: #285084
	}

	.homepahehomecss .activity_box2 h3 {
		background: #fff;
		border-bottom: 1px solid #edf1f2;
		color: #3498db;
		padding: 10px;
		font-size: 17px
	}

	.homepahehomecss .valueshiped {
		border-bottom: 1px solid #f2f2f2;
		padding: 20px 0
	}

	.valueshiped p {
		font-size: 13px;
		color: #737373;
		margin: 0 0 15px;/*background:url(../img/arrow.png) left no-repeat;*/
		padding: 0 0 0 20px
	}

	.classnumber, .classnumber a {
		color: #2b2b2b
	}

	.headerss .logo {
		padding: 10px 15px;
		float: left
	}

	.headerss {
		padding: 0;
		border: 0
	}

	.container .logo img {
		max-width: 100%;
		max-width: 168px
	}

	.getblue {
		background: #36bbe2;
		width: 100px;
		height: 6px;
		margin: auto;
		position: relative;
		top: 8px
	}
.home-banner-section .tab_outer .form-group input{
font-size:10px;
}	
	.menumain, .tabnavi ul, .tabnavi ul li {
		margin: 0;
		list-style: none
	}

	.classnumber {
		font-size: 18px;
		padding:10px 0 0
	}

	.cellnumber {
		float: left;
		width: auto
	}

	.menumain, .tabnavi {
		float: left;
		width: 100%
	}

	.registerid {
		float: left;
		padding: 0;
		border-left: 1px solid #b3b3b3;
		border-right: 1px solid #b3b3b3
	}

	.loginid {
		float: left;
		padding: 0
	}

	.menumain {
		display: block;
		background: #ffac4b;
		border-radius: 50px;
		padding: 10px 0 10px 23px
	}

	.menumain li {
		display: inline-block;
		padding: 0 8px 0 0;
		float: left
	}

	.menumain li:last-child {
		padding-right: 0
	}

	.menumain li a.acive {
		background: #262f36;
		color: #fff
	}

	.menumain li a {
		color: #fff;
		text-transform: none;
		display: block;
		padding: 11px 28px;
		border-radius: 15px
	}

	.menumain li .dropdown-menu a {
		border-radius: 0;
		padding: 10px 14px;
		color: #fff
	}

	.menumain li .dropdown-menu a:hover {
		background: #2e88c6;
		color: #fff
	}

	.dropdown-divider {
		border-bottom: 1px solid #ccc
	}

	ul .dropdown-menu {
		min-width: 184px;
		padding: 0;
		background: rgba(39, 153, 210, .8);
		top: 95%;
		border-radius: 20px;
		overflow: hidden
	}

	.menumain li a.active, .menumain li a:hover {
		text-decoration: none;
		background: #ffab48;
		color: #fff
	}

	.menumain li.dropdown.nav-item:hover .dropdown-menu {
		display: block;
		top: 95%
	}

	.tabnavi ul {
		padding: 0
	}

	.tabnavi ul li {
		padding: 0;
		float: left
	}

	.tabnavi ul li.active a {
		color: #f8931d;
		background: 0 0
	}

	.tabnavi ul li a:hover, .tabnavi ul li.active a i.fa {
		color: #f8931d
	}

	.tabnavi ul li a {
		background: 0 0;
		color: #fff;
		font-size: 18px;
		padding: 8px 19px;
		border-radius: 10px 10px 0 0;
		display: block
	}

	.tabnavi ul li a i.fa {
		font-size: 40px;
		float: left;
		margin-right: 10px
	}

	.tabnavi ul li a span {
		float: left;
		padding: 6px 0 0
	}

	.tabnavi {
		padding-bottom: 15px
	}

	.homepahehomecss .sliderhome {
		background: url(../image/bannerhome.jpg) top/cover no-repeat;
		padding: 0;
		position: relative
	}

	.homepahehomecss .sliderhome .container {
		max-width: 974px;
		font-size: 19px;
		color: #3d4750
	}

	.homepahehomecss .div_tabs {
		background: rgba(255, 255, 255, .6);
		border-radius: 10px;
		padding: 17px 25px;
		float: left;
		width: 100%;
		border: 1px solid #766f69
	}

	.homepahehomecss .bookquoted {
		text-align: center;
		padding: 21px 0 0
	}

	.homepahehomecss .bookquoted .btn-quote {
		background: #ffab48;
		font-size: 18px;
		color: #fff;
		border-radius: 5px;
		float: none;
		padding: 13px 0;
		display: block;
		cursor: pointer;
		border: 0;
		width: 100% !important
	}

	.homepahehomecss .sliderhome input, .homepahehomecss .sliderhome select {
		width: 100%;
		max-width: 100%;
		height: 38px;
		margin-bottom: 10px !important;
		border-radius: 5px;
		padding: 0 10px;
		line-height: 20px;
		color: #000;
		font-size: 15px;
		background: #e7e7e7;
		text-align: center;
		font-weight: 100;
		font-family: Roboto, sans-serif;
		box-shadow: 0 0 0;
		border: 1px solid #f5f5f5;
		margin-top: 0 !important
	}

	.homepahehomecss .sliderhome input::-moz-placeholder {
		color: #939393;
		font-weight: 100;
		font-family: Roboto, sans-serif
	}

	.homepahehomecss .radiodomest {
		margin: auto;
		width: 176px
	}

	.homepahehomecss .radioin {
		text-align: center;
		color: #000;
		float: left;
		margin: 7px 15px 0;
		font-size: 18px
	}

	.homepahehomecss .radioin input {
		width: auto;
		height: auto;
		margin-right: 7px
	}

	.homepahehomecss .docparcel {
		color: #285084;
		font-size: 18px;
		text-align: center;
		width: 100%;
		padding: 14px 0 5px
	}

	.homepahehomecss .docvfile {
		display: inline-block;
		padding: 0 15px;
		width: 141px
	}

	.homepahehomecss .sliderhome .container.boxonslider {
		position: absolute;
		z-index: 111;
		right: 15px;
		max-width: 402px;
		background: 0 0;
		top: 0
	}

	.homepahehomecss .typecorier {
		text-align: center;
		color: #fff;
		font-size: 18px;
		width: 100%;
		padding-top: 15px
	}

	.homepahehomecss .ourcorevalue {
		padding: 60px 0;
		text-align: center
	}

	.homepahehomecss .ourcorevalue p {
		padding-top: 25px
	}

	.homepahehomecss .ourcorevalue img {
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .35
	}

	.homepahehomecss .ourcorevalue img:hover {
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	.homepahehomecss .menucont.new_track {
		padding: 12px 0 100px;
		border: 0;
		color: #fff;
		z-index: 1;
		background: 0 0
	}

	.homepahehomecss .left_trackit {
		font-size: 40px;
		color: #fff;
		font-weight: 400;
		width: 519px;
		border: 3px solid #6a6667;
		padding: 14px 26px 41px;
		position: relative;
		background: rgba(0, 0, 0, .5);
		margin-top: 134px;
		min-height: 272px
	}

	.trackinputin {
		padding: 17px 0 0
	}

	.homepahehomecss .left_trackit h1 {
		font-size: 50px;
		display: block;
		font-weight: 400;
		margin: 3px 0px;
	}

	.homepahehomecss .needsin {
		color: #ffb156;
		font-size: 18px;
		font-weight: 400
	}

	.homepahehomecss .trakbtn {
		text-align: center;
		float: left;
		padding: 0 0 0 10px
	}

	.homepahehomecss .sliderhome .trackinputin input.required {
		float: left;
		max-width: 226px;
		height: 42px
	}

	.title_arehtop {
		color: #dd1b3c;
		line-height: 70px;
		padding-right: 25px;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 80px;
		float: left
	}

	.title_areh {
		display: inline-block;
		height: 50px;
		width: 201px;
		line-height: 35px;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		float: left
	}

	.homepahehomecss .trackinputin input.trakbtn, .homepahehomecss .trakbtn a {
		color: #fff;
		background: #ffab48;
		display: block;
		font-size: 20px;
		border-radius: 5px;
		margin-right: 0
	}

	.homepahehomecss .trakbtn a {
		padding: 7px 20px
	}

	.homepahehomecss .trackinputin input.trakbtn {
		padding: 11px 20px;
		border: 0;
		font-weight: 400;
		height: auto
	}

	.homepahehomecss .freight_delivery {
		padding: 110px 0 75px;
		position: relative
	}

	.homepahehomecss .numbering {
		color: #3c3950;
		font-size: 104px;
		font-weight: 700;
		padding: 10px 0 0;
		letter-spacing: 5px
	}

	.homepahehomecss .freights {
		text-align: center;
		color: #242332;
		font-weight: 700;
		font-size: 20px
	}

	.homepahehomecss .radiosbor {
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0)
	}

	.homepahehomecss .thebestone {
		background: url(../image/weareone.jpg) no-repeat;
		min-height: 321px
	}

	.homepahehomecss .thebestone .htwotitle {
		font-weight: 100
	}

	.homepahehomecss .latesttext {
		font-size: 25px
	}

	.homepahehomecss .technology {
		font-size: 44px
	}

	.homepahehomecss .txt_content {
		font-size: 18px;
		padding: 0 15px 0 0
	}

	.homepahehomecss .shapeimg {
		position: absolute;
		top: -283px;
		z-index: 0;
		width: 100%
	}

	.homepahehomecss .shapeimg img {
		width: 100%
	}

	.homepahehomecss .getstarted {
		padding: 0 0 30px;
		position: relative
	}

	.homepahehomecss .getstarted .container {
		z-index: 1111;
		position: relative
	}

	.homepahehomecss .containerslider .carousel-indicators {
		bottom: 127px
	}

	.classnumber img {
		max-width: 100%
	}

	.homepahehomecss .getstarted .img_strep {
		text-align: center;
		height: 100px
	}

	.homepahehomecss .getstarted .outtitle {
		text-align: center;
		padding-bottom: 0;
		top: -32px;
		position: relative
	}

	.homepahehomecss .whereareu {
		font-size: 17px;
		color: #3a3a3a;
		margin: auto;
		max-width: 663px;
		text-align: center;
		padding-bottom: 0;
		line-height: normal;
		font-weight: 100;
		top: -18px;
		position: relative
	}

	.homepahehomecss .ourcorevalue {
		background: #edf7f9
	}

	.homepahehomecss .ourcorevalue .htwotitle {
		margin: 0
	}

	.homepahehomecss .ourcorevalue .whychoosestep {
		padding: 30px 0 0
	}

	.homepahehomecss .ourcorevalue .whychoosestep li.whystep1 {
		background: #54667a;
		color: #fff;
		margin-left: 0
	}

	.homepahehomecss .ourcorevalue .whychoosestep .whystep2 p, .homepahehomecss .ourcorevalue .whychoosestep ul li.whystep2 a, .homepahehomecss .ourcorevalue .whychoosestep ul li.whystep4 a {
		color: #54667a
	}
	.topheader span	{color:#80c5cf;}
	.topheader span, .topsocialh a {
		margin-left: 10px
	}

	.homepahehomecss .ourcorevalue .whychoosestep li.whystep3 {
		background: #54667a
	}

	.homepahehomecss .ourcorevalue .whychoosestep .whystep4 p {
		color: #54667a;
		padding: 0 15px
	}

	.homepahehomecss .ourcorevalue .whychoosestep .whystep4 {
		margin-right: 0
	}

	.homepahehomecss .ourcorevalue .img_strep {
		height: 74px
	}

	.homepahehomecss .menucont {
		border-bottom: 1px solid #2e5d92;
		width: 100%;
		z-index: 11;
		position: relative
	}

	.homepahehomecss .menucont .container {
		max-width: 1170px;
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px
	}

	.homepahehomecss .container.trackbox {
		position: relative
	}

	.homepahehomecss body .container {
		max-width: 1170px;
		width: 100%
	}

	.homepahehomecss .mappngin img, img {
		max-width: 100%
	}

	.topheader {
		background: #018b9f;
		padding: 8px 0;
		color: #a4a8ae;
		font-size: 16px;
		line-height: normal
	}

	.topheader i.fa-facebook {
		margin-right: 0;
		color: #3b5998
	}
	.topheader i.fa-twitter {
		margin-right: 0;
		color: #5ba4d7
	}
	.topheader i.fa-linkedin {
		margin-right: 0;
		color: #0077B5
	}
	.topheader i.fa-google-plus {
		margin-right: 0;
		color: #CC3333
	}
	.faelove {
		float: left;
		padding-right: 60px
	}

	.topsocialh a {
		    display: inline-block;
    color: #a2afbf;
    background: #fff;
    width: 22px;
    height: 22px;
  
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    border-radius: 16px;
	}

	.homepahehomecss .ourcorevalue .whychoosestep ul li a {
		color: #fff;
		text-transform: none;
		font-weight: 400
	}

	.homepahehomecss .ourcorevalue .whychoosestep p {
		color: #fff;
		padding: 0 15px
	}

	.homepahehomecss .ourcorevalue .whychoosestep li {
		text-align: center;
		background: #edf7f9;
		border: 3px solid #54667a;
		color: #54667a;
		margin: 0 1%;
		width: 23.5%
	}

	.homepahehomecss .img_strep {
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .35
	}

	.homepahehomecss .img_strep:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.homepahehomecss .outtitle {
		color: #000;
		font-size: 30px;
		padding-bottom: 35px
	}

	.homepahehomecss .whychoosestep .whystep4 p {
		padding: 0 5px
	}

	.homepahehomecss .whychoosestep p {
		text-align: center;
		font-size: 16px;
		color: #555;
		padding: 0 23px;
		margin: 0;
		font-weight: 100
	}

	.homepahehomecss .whychoosestep {
		text-align: left;
		margin: auto;
		padding: 5px 0 0;
		width: 100%;
		max-width: 100%
	}

	.homepahehomecss .whychoosestep ul {
		margin: 0;
		padding: 0
	}

	.homepahehomecss .whychoosestep ul li {
		list-style: none;
		display: inline-block;
		margin: 0 1%;
		padding: 16px 0 0;
		width: 23.5%;
		float: left;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 1px 1px #eaeaea;
		border: 1px solid #eaeaea;
		min-height: 262px;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .35
	}

	.homepahehomecss .whychoosestep ul li:hover {
		-moz-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(1.02);
		box-shadow: 0 0 10px 2px #555
	}

	.homepahehomecss .whychoosestep ul li a {
		color: #242424;
		padding: 7px 0;
		display: block;
		font-size: 20px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
		cursor: default
	}

	.homepahehomecss .whychoosestep ul li.whystep1 {
		margin-left: 0
	}

	.homepahehomecss .whychoosestep ul li.whystep4 {
		margin-right: 0
	}

	.homepahehomecss .whychoosestep ul li.whystep2 a, .homepahehomecss .whychoosestep ul li.whystep4 a {
		color: #ffab48
	}

	.homepahehomecss .fastdeliveryi {
		background: #335090;
		color: #fff;
		text-align: center;
		padding: 40px 0
	}

	.homepahehomecss .fastdeliveryi h2 {
		font-size: 16px;
		text-transform: uppercase;
		margin: 0;
		padding: 20px 0 0
	}

	.homepahehomecss .customedom {
		background: #fff;
		padding: 20px 0;
		line-height: 30px;
		font-size: 15px
	}

	.homepahehomecss .customeairplane .airplane {
		padding-top: 40px
	}

	.homepahehomecss .weofferwe {
		padding: 10px 0 40px
	}

	.homepahehomecss .weofferwe .htwotitle {
		margin-bottom: 13px
	}

	.homepahehomecss .weofferwe .liogistic {
		font-size: 20px;
		color: #204369;
		letter-spacing: 1px;
		padding-bottom: 35px
	}

	.homepahehomecss .weofferwe .clcourier h2 {
		text-align: left;
		margin: 0;
		padding: 0 0 20px;
		color: #ffab48
	}

	.homepahehomecss .weofferwe .clcourier {
		text-align: left;
		line-height: 30px;
		font-size: 15px;
		color: #242424
	}

	.homepahehomecss .customeairplane {
		background: #77ccf2;
		color: #fff;
		line-height: 30px;
		font-size: 15px;
		padding: 40px 0
	}

	.homepahehomecss .clcourier h2 {
		font-size: 35px;
		padding-bottom: 18px
	}

	.homepahehomecss .customedom h2 {
		color: #ffab48
	}

	.homepahehomecss .htwotitle {
		font-size: 35px;
		text-align: center;
		display: inline-block;
		color: #fff;
		background: #70c5e9;
		padding: 3px 20px;
		border-radius: 8px;
		margin-top: 30px;
		margin-bottom: 40px;
		font-weight: 300;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .35
	}

	.homepahehomecss .htwotitle:hover {
		-moz-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(1.02);
		box-shadow: 0 0 10px 2px #268eba
	}

	.homepahehomecss .customersays {
		padding: 20px 0 40px
	}

	.footercontact li {
		padding: 0 0 0 30px
	}

	.address {
		background: url(../image/map.png) left 10px no-repeat
	}

	.emailaddress {
		background: url(../image/email.png) left no-repeat
	}

	.phone {
		background: url(../image/phone.png) left no-repeat
	}

	.clr {
		clear: both
	}

	.footerlefttxt {
		padding: 0 59px 30px 0
	}

	.footerarea h2 {
		color: #ffab48;
		font-size: 21px;
		text-transform: none;
		padding: 20px 0 15px;
		font-weight: 400
	}

	.footersocial li {
		float: left;
		padding: 0 6px 0 0
	}

	.footerarea {
		background: url(../image/footer.jpg) 0 0/cover no-repeat;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		padding: 37px 0 0;
		background-position: center;
	}

	.footerlogo {
		padding: 0 0 14px
	}

	.footerarea ul {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 30px
	}

	.footerarea a {
		color: #fff
	}

	.footerarea a:hover {
		color: #f9f9f9
	}

	.footerbotom {
		background: rgba(0, 0, 0, .6);
		font-size: 16px;
		color: #edf7f9;
		padding: 10px 0;
		font-weight: 400;
		margin-top: 20px
	}

	.footerbotom a {
		color: #fff;
		display: inline-block;
		padding: 0 5px
	}

	.footersocial {
		margin: 0;
		padding: 0;
		list-style: none
	}

	.homepahehomecss .carousel.slide {
		display: none
	}

	.homepahehomecss .sliderhome {
		min-height: 794px
	}

	.menumain li a {
		font-size: 14px !important;
		font-weight: 400 !important;
		font-family: Roboto, sans-serif !important;
		line-height: normal !important;
		letter-spacing: normal !important;
		white-space: normal;
		text-shadow: none !important
	}
.topheader .container a, .topheader .container a .faelove span,.topheader .container i.fa.fa-phone{
    color: #fff;
}
.video_form{top: 4%;
}
.home-banner-section {
    padding-top: 2%;
}
	@media (max-width:1809px) {
		.homepahehomecss .menumain {
			padding: 5px 0 5px 23px
		}

		.homepahehomecss .sliderhome .container.boxonslider {
			top: -40px;
			padding-top: 0
		}

		.homepahehomecss .sliderhome input {
			margin-bottom: 6px;
			height: 36px
		}

		.homepahehomecss .sliderhome .radioin input {
			height: auto
		}

		.homepahehomecss .bookquoted {
			padding-top: 2px
		}

		.homepahehomecss .shapeimg {
			z-index: 0
		}

		.homepahehomecss .left_trackit {
			margin-top: 0
		}

		.homepahehomecss .menucont.new_track {
			padding: 35px 0 104px
		}

		.menumain li a {
			padding: 11px 29px;
			font-size: 14px
		}

	}

	@media (max-width:1363px) {
		.homepahehomecss .menumain li {
			padding: 0 3px 0 0
		}

		.homepahehomecss .shapeimg {
			display: none
		}

		.homepahehomecss .sliderhome {
			padding-bottom: 90px;
			min-height: 625px
		}

		.homepahehomecss .containerslider .carousel-indicators {
			bottom: -80px
		}

		.homepahehomecss .getstarted .outtitle {
			top: auto;
			padding: 44px 0
		}

		.homepahehomecss .left_trackit {
			max-width: 540px;
			font-size: 40.49px
		}

		.homepahehomecss .left_trackit h1 {
			font-size: 56.92px;
			margin: 3px 0px;
		}

	}

	@media (max-width:999px) {
		.homepahehomecss .carousel.slide, .homepahehomecss .shapeimg {
			display: none
		}

		.homepahehomecss .menucont.new_track {
			padding-top: 0
		}

		.homepahehomecss .left_trackit {
			margin: auto;
			font-size: 26px;
			width: 421px
		}

		.homepahehomecss .getstarted .outtitle {
			top: auto;
			padding: 44px 0
		}

		.homepahehomecss .whychoosestep ul li {
			min-height: 308px
		}

		.homepahehomecss .ourcorevalue .whychoosestep ul li {
			min-height: 295px
		}

		.homepahehomecss .ourcorevalue .whychoosestep p {
			font-size: 15px
		}

		.homepahehomecss .trakbtn a {
			padding: 9px 20px
		}

		.homepahehomecss .trakbtn {
			bottom: -20px
		}

		.homepahehomecss .left_trackit h1 {
			font-size: 26px;
			margin: 3px 0px;
		}

		.homepahehomecss .sliderhome input {
			height: 36px;
			margin-bottom: 6px
		}

		.homepahehomecss .typecorier {
			padding-top: 10px
		}

		.homepahehomecss .docparcel {
			padding: 4px 0 0
		}

		.homepahehomecss .docvfile img {
			width: 24px
		}

		.homepahehomecss .docvfile {
			font-size: 14px
		}

		.homepahehomecss .menumain {
			padding: 5px 0 5px 23px
		}

		.homepahehomecss .needsin {
			font-size: 15px
		}

		.homepahehomecss .sliderhome .radioin input {
			height: auto
		}

		.homepahehomecss .sliderhome .container.boxonslider {
			position: relative;
			top: 61px;
			margin: auto
		}

		.homepahehomecss .sliderhome {
			padding-bottom: 50px
		}

		img {
			max-width: 100%
		}

		.homepahehomecss .menumain li {
			padding: 0
		}

		.homepahehomecss .menumain li a {
			padding: 14px 17px
		}

		.homepahehomecss .menucont {
			position: relative
		}

		.menumain li a {
			padding: 11px 21px
		}

		.homepahehomecss .whychoosestep ul li a {
			font-size: 17px
		}

	}

	@media (max-width:767px) {
				.homepahehomecss .containerslider .carousel-indicators, .homepahehomecss .shapeimg {
			display: none
		}

		.homepahehomecss .docvfile {
			width: 130px
		}

		.homepahehomecss .fastdeliveryi h2 {
			padding: 20px 0 30px
		}

		.homepahehomecss .ourcorevalue .whychoosestep li, .homepahehomecss .whychoosestep ul li {
			width: 100%;
			margin: 0 0 20px
		}

		.homepahehomecss .customersays img {
			max-width: 100%
		}

		.faelove {
			padding: 0
		}

		.homepahehomecss .menucont {
			position: relative
		}

		.homepahehomecss .sliderhome .container.boxonslider {
			position: relative;
			padding: 40px 0 0;
			right: auto;
			margin: auto
		}

		.homepahehomecss .tabnavi ul li a {
			padding: 8px 5px;
			font-size: 16px
		}

		.homepahehomecss .tabnavi ul li a i.fa {
			font-size: 30px
		}

		.homepahehomecss .tabnavi ul li {
			padding: 0 12px 0 0
		}

		.homepahehomecss .docvfile img {
			width: 27px
		}

		.homepahehomecss .whychoosestep .whystep4 p {
			padding: 0 10px
		}

		.homepahehomecss .numbering {
			font-size: 80px
		}

		.homepahehomecss .getstarted .outtitle {
			top: auto;
			font-size: 23px;
			padding: 20px 0 8px
		}

		.homepahehomecss .whereareu {
			top: auto;
			font-size: 14px;
			padding-bottom: 15px
		}

		.homepahehomecss .getblue {
			top: auto;
			margin-top: 5px
		}

		.homepahehomecss .left_trackit {
			max-width: 100%;
			margin: auto;
			font-size: 30px;
			float: left;
			width: 100%
		}

		.homepahehomecss .left_trackit h1 {
			font-size: 35px;
			margin: 3px 0px;
		}

		.homepahehomecss .needsin {
			font-size: 16px
		}

		.homepahehomecss .trakbtn {
			padding-top: 15px
		}

		.homepahehomecss .menucont.new_track {
			padding-top: 25px
		}

		.homepahehomecss .registerid {
			border: 0;
			padding: 20px 0
		}

		.homepahehomecss .menumain li {
			width: 100%;
			padding-bottom: 3px;
			text-align: center
		}

		.cellnumber, .homepahehomecss .classnumber, .registerid {
			text-align: left
		}

		.homepahehomecss .cellnumber {
			padding-left: 27px
		}

		.homepahehomecss .htwotitle {
			font-size: 27px
		}

		.pull-right.topsocialh a:first-child {
			margin-left: 0
		}

		.cellnumber {
			width: 100%;
			background: 0 0;
			padding-left: 24px
		}

		.registerid {
			width: 100%;
			border: 0;
			background: 0 0
		}

		.classnumber {
			clear: both;
			float: left;
			width: 100%;
			padding-top: 0
		}

		.headerss .logo {
			padding: 23px 15px 0;
			width: 100%;
			text-align: center
		}

		.menumain li, .menumain li:last-child {
			padding: 0 31px 5px 12px
		}

		.menucont {
			background: #34629d
		}

		.menumain li {
			width: 100%
		}

		.topsocialh a i.fa {
			font-size: 18px
		}

		.loginid {
			width: 100%;
			text-align: left;
			background: 0 0
		}

		.faelove {
			width: auto;
			margin-right: 10px
		}

	}

	@media (max-width:484px) {
		.topheader span {
			font-size: 14px;
			margin-left: 4px
		}

		.faelove {
			font-size: 14px;
			width: 50%
		}

		.pull-right.topsocialh {
			float: left !important;
			padding-top: 7px
		}

	}

	@media (min-width:992px) and (max-width:1199px) {
		.menumain li a {
			padding: 11px 23px
		}

	}

	@media (max-width:767px) {
		.howto_section {
			background: #fff;
			box-shadow: 0 13px 14px #555;
			padding: 3px 15px 15px;
			border-radius: 10px;
			top: -250px;
			position: relative
		}

	}

}


 /*css create by rajesh 12-03-2019 Start*/
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 .home-banner-section {
     background: url(../../../images/banner/banner-new.jpg) no-repeat;
     width: 100%;
     height: 950px;
     background-size: cover;
     background-position: center;
     position: relative;
     font-family: 'Raleway', sans-serif;
     position:relative;
 }
 .home-banner-section .track-order-section {
    position: absolute;
    bottom: 43px;
    left: 9%;
}
 .home-banner-section .track-order-section .col-md-6 {
    padding-left: 0;
}
 .home-banner-section .track-order-section .col-md-4 {
     text-align: right;
}
  .home-banner-section .track-order-section .col-md-4   {

  }
  .home-banner-section .track-order-section .header-track-title {
    color: #000;
    font-size:16px;
   font-weight: 600;
    padding:18px 0px 0;
}
 .home-banner-section .track-order-section .search-box-top .inner-box {
    padding: 0px !important;
}
 .home-banner-section .mid-section {
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: 100%;
     top: 12%;
 }
.tab_outer {
    position: relative;
}
.truck_img {
    text-align: center;
    padding: 0 10%;
}
.truck_img img {
    width: 100%;
}
.title_outer{text-align:center;}
 .home-banner-section .mid-section .title {
     color: #fff;
     font-size: 35px;
     font-weight:900;
     text-align: center;
	 text-shadow: 0px 1px 1px #000;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block; margin-bottom:20px;
 }
.home-banner-section .mid-section .tab-section ul li a {
    padding: 0 20px;

    position: relative;
}
.home-banner-section .mid-section .tab-section ul li a:before {
    position: absolute;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 20px;
    left: 2px;
    top: 13px;
}
.home-banner-section .mid-section .tab-section ul li.active a:before {
    border-color: #ffb53c;
    background: #fff;
}
 .home-banner-section .mid-section .content-sec {


 }
.tab-section {
    position: absolute;
    top: 5%;
    left: 23%;
}
.home-banner-section .mid-section .content-sec {
    width: 35% !important;
    position: absolute;
    top: 28.5%;
    left: 22%;
}
 .home-banner-section .mid-section .content-sec .img-inner {
     width: 100%;
     margin: 0 auto;
 }
.home-banner-section .mid-section .content-sec .form-control {
    background: none;
    border: 1px solid #fff8ff;
    border-radius: 5px;
    color: #FFF;
    padding: 10px 10px 10px 32px;
}
 .home-banner-section .mid-section .content-sec .text-inner {
     width: 90%;
     margin: 0 auto;
     padding-top:3.4%;
 }
 .home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
     background: #2a394c;
     border: none;
     font-size: 16px;
     padding: 11px 0px;
     font-weight: 500;
     width: 230px;
     outline: none;
     margin:0 auto;
 }
#btnDomSubmit, #btnIntSubmit {
    margin-top: 20px;
    background: #ff7a11;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
}
 .home-banner-section .mid-section .content-sec .text-inner .col-md-4 {
     padding: 0 5px;
 }
.result-tab-view .tab-section{position:static;}
.home-banner-section .mid-section .content-sec .form-group > span {
    position: absolute;
    top: 8px;
    left: 8px;
}
 .home-banner-section .mid-section .tab-section ul {
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
 }
 .home-banner-section .mid-section .tab-section ul li {
     display: inline-block;
 }
 .home-banner-section .mid-section .tab-section ul li {
     display: inline-block;
     padding: 0px 5px;
 }
 
 .home-banner-section .mid-section .tab-section ul li a {
     width: auto;
     display: block;
     background-repeat-y: no-repeat;
     padding:10px 20px !important;
     color: #fff;
     font-size: 16px;
     font-weight: 700;
     border-radius: 5px;
     line-height: normal;
     text-decoration: none;
     z-index: 9;
         position: relative;
 }
.home-banner-section .mid-section .tab-section ul li a:hover{
	color:#ffffff;
	outline: none; 
}
.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
    margin-bottom: -10px;
    width: 90px;
    z-index: 10;
    position: relative;
}
.home-banner-section .mid-section .tab-section ul li img:last-child {
    position: relative;
    top: -1px;
    width: 160px;
}
.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
    height: 39px;
        font-weight: 600;
}
.home-banner-section .mid-section .content-sec .text-inner .domestic-form, 
.home-banner-section .mid-section .content-sec .text-inner .international-form{
	display: none;
}
.home-banner-section .mid-section .tab-section ul li.active a{
	background: #2a394c;
	color: #ffffff;
	outline: none;
}
/*hpme track section css*/
.track-order-section {
    padding: 20px 0px;
}
.track-order-section .search-box-top {
    padding:0px 0px 0px;
}
.track-order-section .search-box-top img {
    text-align: center;
    margin: 0px auto -13px;
    display: block;
}
.track-order-section .search-box-top .inner-box {
   
    padding: 0;
    border-radius: 5px;
   position: relative;
}
.track-order-section .search-box-top .inner-box .form-group {
    margin: 0;
}
.track-order-section .search-box-top .inner-box input.form-control {
text-align: left;
    height: auto;
    border-radius: 40px;
    outline: none;
    width: 100%;
    padding: 15px 100px 15px 15px;
}
.track-order-section .search-box-top .inner-box button {
width: 100%;
    height: auto;
    background: #f8931d;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 15px;
    border-radius: 0px 50px 50px 0;
    color: #fff;
}
.homebannernew .submitbtn {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: -14px;
}
.track-order-section .search-box-top .inner-box button:hover, .track-order-section .search-box-top .inner-box button:focus {
    background: #2a394c !important;
}
.home-banner-section .mid-section .content-sec .text-inner ul#ddlautocompany {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #cdcdcd;
        position: absolute;
    z-index: 9;
    width: 100%;
        min-height: 140px;
}
.home-banner-section .mid-section .content-sec .text-inner ul#ddlautocompany li a {
    display: block;
    text-align: left;
    padding: 5px 5px;
    margin: 0;
    color: #000;
    text-decoration: none;
    font-family: Raleway;
}
.home-banner-section .mid-section .content-sec .text-inner ul#ddlautocompany li:hover {
                cursor: pointer;
                background: #eee;
            }

.home-banner-section .mid-section .content-sec .text-inner ul#ddlautocompany li:nth-child(even) {
                background: #f2f2f2;
            }
.home-banner-section .track-order-section {
position: absolute;
    top: 15px;
    left: auto !important;
    right: 0 !important;
    bottom: auto;
    width: 100%; padding:0;
}
.banner_track_status {
    float: right;
    width: 100%;
    background: #fdfdfd;
/*    border-radius: 60px;
*/    
border-radius: 1px;
padding: 10px;
	margin-right: 2%;
	border: 1px solid #ccc;
}

.track-order-section.mobile-view {
    display: none;
}
.video_cont{
	padding: 0% 0 0% 0;
    /* max-width: 525px; */
    margin-left: 2%;
    width: 96% !important;}
	.calc_home .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 1px;
}
@media (max-width: 1768px) { 
.home-banner-section{
	height: 526px;
}
	.home-banner-section .mid-section {
	    top: 21%;
	}
	.home-banner-section .mid-section .title{
		font-size: 27px;
	}
	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
	    width: 60px;
	}
	.home-banner-section .mid-section .tab-section ul li img:last-child {
	    position: relative;
	    top: -2px;
	    width: 130px;
	}
	.home-banner-section .mid-section .tab-section ul li a {
	   
	}
	.home-banner-section .mid-section .content-sec {
	    width: 679px;
	    height: 141px;
	    margin: -3px auto 0;
	}
	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
	    padding: 9px 0px;
	    width: 212px;
	}
    .home-banner-section .track-order-section {
    position: absolute;
    bottom: 20px;
    left: 19%;
}
 }
@media (max-width: 1500px) {
    .home-banner-section .track-order-section {

    position: absolute;
    bottom: 29px;
    left: 9%;

}
	.home-banner-section .mid-section .tab-section ul li a:before{top:10px;}
}
@media (max-width: 1366px) { 
  .home-banner-section .track-order-section {
  position: inherit;
    bottom: inherit;
    left: inherit !important;
    float: left;
    display: block;
    top: inherit;
    right: inherit !important;
    padding: 0% 3% 2% 7%;

}
.home-banner-section{
	height: 526px;
    position:relative;
}
	.home-banner-section .mid-section {
	    top: 21%;
	}
	.home-banner-section .mid-section .title{
		font-size: 27px;
	}
	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
	    width: 60px;
	}
	.home-banner-section .mid-section .tab-section ul li img:last-child {
	    position: relative;
	    top: -2px;
	    width: 130px;
	}
	.home-banner-section .mid-section .tab-section ul li{padding:0 0px;}
	.home-banner-section .mid-section .tab-section ul li a {
	  
	}
	.home-banner-section .mid-section .content-sec {
	    width: 679px;
	    height: 141px;
	    margin: -3px auto 0;
	}
	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
	    padding: 9px 0px;
	    width: 212px;
        margin:0 auto;
	}
 }


 @media (max-width: 1300px) { 
 .home-banner-section{
 	height: 446px;
 }
 	.home-banner-section .mid-section {
 	    top: 21%;
 	}
 	.home-banner-section .mid-section .title{
 		font-size:20px;
 	}
 	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
 	    width: 50px;
 	}
 	.home-banner-section .mid-section .tab-section ul li img:last-child {
 	    position: relative;
 	   top: -4px;
 	   width: 113px;
 	}
 	.home-banner-section .mid-section .tab-section ul li a {
 	  
 	    font-size: 17px;
 	}
 	.home-banner-section .mid-section .content-sec {
 	    width: 626px;
 	    height: 128px;
 	    margin: -5px auto 0;
 	}
 	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
 	    padding: 9px 0px;
 	    width: 212px;
 	}
  }
@media (min-width: 992px) and (max-width: 1199px) { 
    .home-banner-section .track-order-section .header-track-title {
    font-size: 14px;
   }
    .home-banner-section .track-order-section .search-box-top .inner-box {
    padding:0px !important;
}
    .home-banner-section .track-order-section {
    position: absolute;
    bottom: 9px;
    left: 3%;
}
	.home-banner-section {
	    height: 385px;
	}
	.home-banner-section .mid-section {
	    top: 19%;
	}
	.home-banner-section .mid-section .tab-section ul li a {
	   
	       font-size: 16px;
	}
	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
	    width: 44px;
	    margin-bottom: -6px;
	}
	.home-banner-section .mid-section .tab-section ul li img:last-child {
	    position: relative;
	    top: -4px;
	    width: 102px;
	}
	.home-banner-section .mid-section .content-sec {
	    width: 509px;
	    height: 103px;
	    margin: -5px auto 0;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
	    height: 34px;
	    font-size: 12px;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group {
	    margin-bottom: 6px;
	}	
	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
	    padding: 6px 0px;
	    width: 172px;
	}
 }
 @media (min-width: 1349px) and (max-width: 2100px) { 

 .home-banner-section .track-order-section{
position: absolute;
    padding: 0% 3% 2% 7%;
    top: 150px;
    bottom: inherit !important;	
	}
	
 }
@media (min-width: 768px) and (max-width: 991px) { 

    .home-banner-section .track-order-section {
    position: absolute;
    bottom: 2px;
    left: 10%;
}
    .home-banner-section .track-order-section .header-track-title {
    font-size: 17px;
     padding: 17px 0px 0;
}
    .home-banner-section .track-order-section .search-box-top .inner-box {
    padding:0px !important;
}
    .home-banner-section .track-order-section .search-box-top .inner-box input.form-control {
    height: 32px;
}
	.home-banner-section .mid-section .content-sec img {
	    width: 100%;
	}
    .home-banner-section .track-order-section .search-box-top .inner-box button {
    height: 32px;
    font-size: 16px;
}
	.home-banner-section {
	    height: 290px;
	}
	.home-banner-section .mid-section .title {

	    font-size:15px;
	    line-height: normal;

	}
	.home-banner-section .mid-section {
	   top: 19%;
	   width: 59%;
	}
	.home-banner-section .mid-section .tab-section ul li {
	    padding: 0px 19px;
	}
	.home-banner-section .mid-section .tab-section ul li a {
	    padding: 6px 18px 4px;
	    font-size: 12px;
	}
	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
	    width: 36px;
	    margin-bottom: -6px;
	}
	.home-banner-section .mid-section .tab-section ul li img:last-child {
	    position: relative;
	    top: -5px;
	    width: 88px;
	}
	.home-banner-section .mid-section .content-sec {
	    width: 375px;
	    height: 77px;
	    margin: -8px auto 0;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
	    height: 28px;
	        font-size: 12px;
	}
	.home-banner-section .mid-section .content-sec .text-inner {
	    width: 84%;
	    padding-top: 2.4%;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group {
	    margin-bottom: 6px;
	}	
	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
	    padding: 2px 0px;
	    width: 153px;
	    font-size: 14px;
	}
 }

@media (max-width: 767px) { 
  .calc_home .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 15px;
}
	.track-order-section .search-box-top .inner-box button {
	    font-size: 15px;
	}
	.track-order-section .search-box-top .inner-box .col-md-4, .track-order-section .search-box-top .inner-box .col-md-8 {
	    padding: 0 5px;
	}
	.home-banner-section {
	  
	    width: 100%;
	    height: 315px;
	  
	    position: relative;
	    font-family: 'Raleway', sans-serif;
	}
	.home-banner-section .mid-section .content-sec img {
	    width: 100%;
	}

	.home-banner-section .mid-section .title {

	    font-size:15px;
	    line-height: normal;

	}
	.home-banner-section .mid-section {
	    top: 23%;
	    width: 70%;
	}
	.home-banner-section .mid-section .tab-section ul li {
	    padding: 0px 19px;
	}
	.home-banner-section .mid-section .tab-section ul li a {
	    padding: 6px 18px 4px;
	    font-size: 12px;
	}
	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
	    width: 36px;
	    margin-bottom: -6px;
	}
	.home-banner-section .mid-section .tab-section ul li img:last-child {
	    position: relative;
	    top: -5px;
	    width: 88px;
	}
	.home-banner-section .mid-section .content-sec {
	    width: 375px;
	    height: 77px;
	    margin: -8px auto 0;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
	    height: 25px;
	        font-size: 12px;
	}
	.home-banner-section .mid-section .content-sec .text-inner {
	    width: 84%;
	    padding-top: 2.4%;
	}
	.home-banner-section .mid-section .content-sec .text-inner .form-group {
	    margin-bottom: 6px;
	}	
	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
	    padding: 2px 0px;
	        width: 100%;
	    font-size: 14px;
	}
	.home-banner-section .mid-section .content-sec {
	width: 73%;
	    margin: -8px auto 0;
	    background-size: contain;
	    height: 78px;
	}
	.home-banner-section .mid-section .content-sec .col-xs-6 {
	    padding: 0 5px;
	}
 }

 @media (max-width: 580px) {
 	.home-banner-section .mid-section {
 	        top: 21%;
 	    width: 69%;
 	}
     .home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
    padding: 2px 0px;
    width: 100%;
    font-size: 12px;
}
 	.home-banner-section .mid-section .content-sec{
 		margin: -7px auto 0;
 	}
 	.home-banner-section {
 	    height: 267px;
 	}
     .home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
    height: 21px;
    font-size: 11px;
}
  }

  @media (max-width: 460px) {
      .home-banner-section .mid-section .content-sec .text-inner .col-md-4 {
    padding: 0 5px;
    height: 19px;
}
  	.home-banner-section .mid-section {
  	    top: 19%;
  	    width: 70%;
  	}
  	.home-banner-section .mid-section .tab-section ul li a {
  	    padding: 3px 9px 3px;
  	    font-size: 10px;
  	    margin-top: 8px;
  	}
  	.home-banner-section .mid-section .tab-section ul li {
  	    padding: 0px 7px;
  	    position: relative;
  	}
  	.home-banner-section .mid-section .title {
  	    font-size: 11px;
  	    line-height: normal;
  	}
  	.home-banner-section .mid-section .tab-section ul li img:nth-child(1) {
  	    width: 19px;
  	        margin-bottom: 0;
  	        position: absolute;
  	        left: 0;
  	        right: 0;
  	        margin: 0 auto;
  	        top: 3px;
  	}
  	.home-banner-section .mid-section .tab-section ul li img:last-child {
  	    top: -8px;
  	    width: 53px;
  	}
  
  	.home-banner-section .mid-section .content-sec {
  	    margin: -14px auto 0;
  	    width: 90%;
  	}
  	.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control {
    height: 17px;
    font-size: 7px;
}
  	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
  	    padding: 2px 0px;
  	    width: 99%;
  	    font-size:10px;
  	    margin: 0;
  	    display: block;
  	}
  	.home-banner-section .mid-section .content-sec .col-xs-6 {
  	    padding: 0 5px;
  	}
  	.home-banner-section {
  	    height: 177px;
  	}
  }

  @media (max-width:360px) {

  	.home-banner-section {
  	    height: 170px;
  	}
  	.home-banner-section .mid-section .tab-section ul li img:last-child {
  	    top: -8px;
  	    width: 42px;
  	}
  	.home-banner-section .mid-section .content-sec .text-inner {
  	    padding-top: 1.4%;
              width: 77%;
  	}
  	.home-banner-section .mid-section .content-sec .text-inner button.btn.btn-default {
  	    padding: 1px 0px;
  	}
  	.home-banner-section .mid-section .content-sec .text-inner .form-group {
  	    margin-bottom: 5px !important;
  	}
  }
  @media (max-width:320px) {
  	.home-banner-section {
  	    height: 151px;
  	}
  	.home-banner-section .mid-section .title {
  	    font-size: 10px;
  	    line-height: 7px;
  	}
  	.home-banner-section .mid-section {
  	   top: 20%;
  	    width: 70%;
  	}
  	.home-banner-section .mid-section .content-sec .text-inner .form-group {
  	    margin-bottom:2px !important;
  	}
      .home-banner-section .mid-section .content-sec .text-inner .col-md-4 {
    padding: 0 5px;
    height: 19px;
}
  }
 /*css create by rajesh 12-03-2019 End*/


@media screen and (max-width:1700px){
.home-banner-section{height:800px;}	
}
@media screen and (max-width:1500px){
.home-banner-section .mid-section .tab-section ul li a{font-size:13px;}
.home-banner-section{height:500px;background: #06a2bb;}
.home-banner-section .mid-section{top:18%;}
	#btnDomSubmit, #btnIntSubmit{margin-top:0;}
}

@media screen and (max-width:1250px){
.truck_img{padding:0;}
.tab-section{left:17%;}
.home-banner-section .mid-section .content-sec{left:14%; width:45% !important;}
}
@media screen and (max-width:1100px){
.home-banner-section .track-order-section .header-track-title{font-size:13px;}
.home-banner-section .mid-section .tab-section ul li{padding:0;}
}
@media screen and (max-width:992px){
.banner_track_status{ width:100%}	
.home-banner-section .track-order-section .search-box-top .inner-box input.form-control, .home-banner-section .track-order-section .search-box-top .inner-box button, .home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control{height:49px !important;}
.truck_img_pc{display:none;}
	.truck_img_tab{display:block;}
.tab-section{left:0; right:0; top:4%;}
.home-banner-section .mid-section .content-sec{width:80% !important; top:35%; height:auto !important; margin:0 auto; left:0; right:0; }
.home-banner-section .mid-section .content-sec .text-inner{padding-top:6%;}
.home-banner-section .mid-section{width:100% !important;}
	.home-banner-section{height:560px;}
	.home-banner-section .mid-section{top:19%;}
.truck_img {
    padding: 0 17%;
}
	.home-banner-section .mid-section .content-sec .text-inner{width:65%;}	
}
@media screen and (max-width:767px){
.truck_img {
    padding: 0 10%;
}
	.home-banner-section .mid-section .content-sec .text-inner{width:80%;}		
.home-banner-section{height:560px;}	
	.header-track-title{margin-bottom:10px; padding:0 !important; text-align:center}
	body .submitbtn{padding:0 !important;}
	.banner_track_status{background:none;}
	.home-banner-section .track-order-section .header-track-title{color:#fff;}
	#btnDomSubmit, #btnIntSubmit{margin-top:0;}
	.home-banner-section .mid-section{top:23%;}
	.home-banner-section .mid-section .content-sec .text-inner .form-group input.form-control{height:37px !important; font-size:12px;}
	.truck_img img{min-height:330px ;}
	.home-banner-section .mid-section .content-sec .text-inner{width:80%;}	
}
@media screen and (max-width:479px){
.topheader .container a, .topheader .container a .faelove span,.topheader .container i.fa.fa-phone{
    color: #070707;
}

.home-banner-section {
    height: 900px;
}
.home-banner-section .mid-section {
    top: 450px;
}
.video_form{top: 0%;
}
.home-banner-section input[type="text"].form-control::-webkit-input-placeholder {
    color:    #fff;
}
.home-banner-section input[type="text"].form-control:-moz-placeholder {
    color:    #fff;
}
.home-banner-section input[type="text"].form-control::-moz-placeholder {
    color:    #fff;
}
.banner_track_status {
    border: none;
}
.home-banner-section .mid-section {
    top: 130px;
}
.home-banner-section {
    height: 560px;
}
.track_order_fix {
    position: absolute !important;
	top:inherit;
}
.track_order_fix{width:100%;}
}










/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{background:0 0;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin:5px;padding:4px 7px;position:absolute;text-indent:-822px;top:40%;width:30px}.owl-theme .owl-nav .owl-prev{left:-4%;background:url(chevron-sign-left.png) no-repeat;background-size:90% auto;opacity:.3}.owl-theme .owl-nav .owl-next{right:-4%;background:url(chevron-sign-to-right.png) no-repeat;background-size:90% auto;opacity:.3}.owl-theme .owl-nav [class*=owl-]:hover{opacity:1;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@media screen and (max-width:1024px){.owl-theme .owl-nav .owl-prev{left:0}.owl-theme .owl-nav .owl-next{right:0}}@media screen and (max-width:767px){.owl-theme .owl-nav .owl-prev{left:10px}.owl-theme .owl-nav .owl-next{right:10px}}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
 background: transparent;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    position: absolute;
    text-indent: -822px;
    top: 40%;
    width: 30px;
     }
     .owl-theme .owl-nav .owl-prev { left:-4%; background: url('chevron-sign-left.png') no-repeat; background-size: 90% auto; opacity: .3;}
     .owl-theme .owl-nav .owl-next { right:-4%; background: url('chevron-sign-to-right.png') no-repeat; background-size: 90% auto; opacity: .3;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      /* background: #869791; */ opacity: 1;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@media screen and (max-width:1024px) {
.owl-theme .owl-nav .owl-prev { left: 0; }
.owl-theme .owl-nav .owl-next { right: 0; }
}

@media screen and (max-width:767px) {
.owl-theme .owl-nav .owl-prev { left: 10px;font-size: 16px;}
.owl-theme .owl-nav .owl-next { right: 10px; }
body .custoerfirst.orange{  margin-top: 37px;}
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel.owl-hidden,.owl-carousel.owl-loading{opacity:0}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;text-align:center;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item .item{margin:20px 0;position:relative;display:inline-block}.no-js .owl-carousel,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-carousel.owl-loaded,.owl-carousel.owl-loading{display:block}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;/*background:url(owl.video.play.png) no-repeat;*/cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
